diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-12-16 08:34:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-16 08:34:10 +0000 |
| commit | 5984e119806f549f630ab3f42746dd1e617cd33a (patch) | |
| tree | 228527c0053efbd90f6bbd232d3155ed5a74b930 /config.def.h | |
| parent | 3a3cb60a329fc9dd139cd7a38e73307be791b480 (diff) | |
update colorscheme
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/config.def.h b/config.def.h index a4b1873..732f96b 100644 --- a/config.def.h +++ b/config.def.h @@ -111,24 +111,24 @@ float alpha = 0.8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - [0] = "#282828", /* black */ - [1] = "#cc241d", /* red */ - [2] = "#98971a", /* green */ - [3] = "#d79921", /* yellow */ - [4] = "#458588", /* blue */ - [5] = "#b16286", /* magenta */ - [6] = "#689d6a", /* cyan */ - [7] = "#a89984", /* white */ + [0] = "#1e1e2e", /* black */ + [1] = "#f38ba8", /* red */ + [2] = "#a6e3a1", /* green */ + [3] = "#f9e2af", /* yellow */ + [4] = "#89b4fa", /* blue */ + [5] = "#b4befe", /* magenta */ + [6] = "#74c7ec", /* cyan */ + [7] = "#cdd6f4", /* white */ /* 8 bright colors */ - [8] = "#928374", /* black */ - [9] = "#fb4934", /* red */ - [10] = "#b8bb26", /* green */ - [11] = "#fabd2f", /* yellow */ - [12] = "#83a598", /* blue */ - [13] = "#d3869b", /* magenta */ - [14] = "#8ec07c", /* cyan */ - [15] = "#ebdbb2", /* white */ + [8] = "#45475a", /* black */ + [9] = "#eba0ac", /* red */ + [10] = "#94e2d5", /* green */ + [11] = "#fab387", /* yellow */ + [12] = "#89dceb", /* blue */ + [13] = "#f5c2e7", /* magenta */ + [14] = "#74c7ec", /* cyan */ + [15] = "#cdd6f4", /* white */ }; /* |
