Farbschema
Find a file
2026-05-12 13:58:39 +02:00
.gitignore chore: .gitignore to exclude .idea 2025-07-25 18:37:56 +02:00
colors.css fix: Swap magenta color variables 2025-07-06 19:30:03 +02:00
image.png feat: Add GIMP palette and preview 2025-07-06 19:29:27 +02:00
README.md feat: Add information to README 2026-05-12 13:58:39 +02:00
two-half-dark.conf feat: Kitty terminal emulator config 2025-07-25 18:39:48 +02:00
two-half-dark.gpl feat: Add GIMP palette and preview 2025-07-06 19:29:27 +02:00

Two Half Dark

Color swatches and title

Farben

Normal Dark Color
#282c34 #5a6374 Black
#e06c75 #be5046 Red
#98c379 #50a14f Green
#e5c07b #d19a66 Yellow
#61afef #4078f2 Blue
#c678dd #a626a4 Magenta
#56b6c2 #0184bc Cyan
#dcdfe4 #abb2bf White

Zusätzliche Informationen

ISO 6429 (ANSI) Farbfolge

ISO 6429 Farbsequenzen bestehen aus Zahlenfolgen die durch Strichpunkte getrennt sind. Die am häufigsten verwendeten Codes sind:

0    restore default color
1    brighter colors
4    underlined text
5    flashing text
30   black foreground               40   black background
31   red foreground                 41   red background
32   green foreground               42   green background
33   yellow (or brown) foreground   43   yellow (or brown) background
34   blue foreground                44   blue background
35   purple foreground              45   purple background
36   cyan foreground                46   cyan background
37   white (or gray) foreground     47   white (or gray) background

Nicht alle Befehle funktionieren auf allen Systemen oder Anzeigegeräte.

ls verwendet folgende Standardwerte:

NORMAL    0           Normal (nonfilename) text
FILE      0           Regular file
DIR       32          Directory
LINK      36          Symbolic link
ORPHAN    undefined   Orphaned symbolic link
MISSING   undefined   Missing file
FIFO      31          Named pipe (FIFO)
SOCK      33          Socket
BLK       44;37       Block device
CHR       44;37       Character device
EXEC      35          Executable file

Terminal ANSI-Farben

Normal Bright Color
0 8 Black
1 9 Red
2 10 Green
3 11 Yellow
4 12 Blue
5 13 Magenta
6 14 Cyan
7 15 White