From 80fdaf237284de72287a5e93d57da19e31f80b14 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 13 Aug 2020 13:07:32 +0200 Subject: update --- .cache/wal/colors-wal-st.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to '.cache/wal/colors-wal-st.h') 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) -- cgit v1.2.3