diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-13 13:07:32 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-13 13:07:32 +0200 |
commit | 80fdaf237284de72287a5e93d57da19e31f80b14 (patch) | |
tree | 66be710d6c05a6fc8f1770fe78d280ad5168dc03 /.cache/wal/colors-wal-st.h | |
parent | 6a6100a8faa73815863cbabedb15e63aba0a1098 (diff) |
update
Diffstat (limited to '.cache/wal/colors-wal-st.h')
-rw-r--r-- | .cache/wal/colors-wal-st.h | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/.cache/wal/colors-wal-st.h b/.cache/wal/colors-wal-st.h index e7f57b5..645c41c 100644 --- a/.cache/wal/colors-wal-st.h +++ b/.cache/wal/colors-wal-st.h @@ -1,29 +1,29 @@ const char *colorname[] = { /* 8 normal colors */ - [0] = "#141618", /* black */ - [1] = "#071831", /* red */ - [2] = "#171823", /* green */ - [3] = "#0c2039", /* yellow */ - [4] = "#1e1f2a", /* blue */ - [5] = "#212633", /* magenta */ - [6] = "#2b2b34", /* cyan */ - [7] = "#c4c4c5", /* white */ + [0] = "#1e1e1f", /* black */ + [1] = "#666b6d", /* red */ + [2] = "#8a8c8d", /* green */ + [3] = "#c59683", /* yellow */ + [4] = "#a7aeb0", /* blue */ + [5] = "#aabbbe", /* magenta */ + [6] = "#d1c494", /* cyan */ + [7] = "#c6c6c7", /* white */ /* 8 bright colors */ - [8] = "#4e5051", /* black */ - [9] = "#071831", /* red */ - [10] = "#171823", /* green */ - [11] = "#0c2039", /* yellow */ - [12] = "#1e1f2a", /* blue */ - [13] = "#212633", /* magenta */ - [14] = "#2b2b34", /* cyan */ - [15] = "#c4c4c5", /* white */ + [8] = "#565657", /* black */ + [9] = "#666b6d", /* red */ + [10] = "#8a8c8d", /* green */ + [11] = "#c59683", /* yellow */ + [12] = "#a7aeb0", /* blue */ + [13] = "#aabbbe", /* magenta */ + [14] = "#d1c494", /* cyan */ + [15] = "#c6c6c7", /* white */ /* special colors */ - [256] = "#141618", /* background */ - [257] = "#c4c4c5", /* foreground */ - [258] = "#c4c4c5", /* cursor */ + [256] = "#1e1e1f", /* background */ + [257] = "#c6c6c7", /* foreground */ + [258] = "#c6c6c7", /* cursor */ }; /* Default colors (colorname index) |