summaryrefslogtreecommitdiff
path: root/st/themes/wal-connect.h
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-03-20 11:56:18 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2024-03-20 11:56:18 +0100
commit15663cf4d0666670ff1dffcac9d56aef87752c3f (patch)
treeef6de4c178d2d8ffaa257b5df2e040bccdd48df9 /st/themes/wal-connect.h
a
Diffstat (limited to 'st/themes/wal-connect.h')
-rw-r--r--st/themes/wal-connect.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/st/themes/wal-connect.h b/st/themes/wal-connect.h
new file mode 100644
index 0000000..8bed6cb
--- /dev/null
+++ b/st/themes/wal-connect.h
@@ -0,0 +1,34 @@
+const char *colorname[] = {
+
+ /* 8 normal colors */
+ [0] = "#000000", /* black */
+ [1] = "#B76779", /* red */
+ [2] = "#C16A7F", /* green */
+ [3] = "#A9877A", /* yellow */
+ [4] = "#BD7881", /* blue */
+ [5] = "#D07289", /* magenta */
+ [6] = "#BA9687", /* cyan */
+ [7] = "#dcbdbd", /* white */
+
+ /* 8 bright colors */
+ [8] = "#9a8484", /* black */
+ [9] = "#B76779", /* red */
+ [10] = "#C16A7F", /* green */
+ [11] = "#A9877A", /* yellow */
+ [12] = "#BD7881", /* blue */
+ [13] = "#D07289", /* magenta */
+ [14] = "#BA9687", /* cyan */
+ [15] = "#dcbdbd", /* white */
+
+ /* special colors */
+ [256] = "#000000", /* background */
+ [257] = "#dcbdbd", /* foreground */
+ [258] = "#dcbdbd", /* cursor */
+};
+
+/* Default colors (colorname index)
+ * foreground, background, cursor */
+ unsigned int defaultbg = 0;
+ unsigned int defaultfg = 257;
+ unsigned int defaultcs = 258;
+ unsigned int defaultrcs= 258;