aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h49
1 files changed, 26 insertions, 23 deletions
diff --git a/config.def.h b/config.def.h
index be1b2e3..7c68baa 100644
--- a/config.def.h
+++ b/config.def.h
@@ -105,29 +105,32 @@ float alpha = 0.8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
- /* 8 normal colors */
- [0] = "#22212f", /* black */
- [1] = "#ff5555", /* red */
- [2] = "#50fa7b", /* green */
- [3] = "#f1fa8c", /* yellow */
- [4] = "#6071a9", /* blue */
- [5] = "#ff79c6", /* magenta */
- [6] = "#8cd5df", /* cyan */
- [7] = "#ced3e2", /* white */
-
- /* 8 bright colors */
- [8] = "#6071a9", /* black */
- [9] = "#ff5555", /* red */
- [10] = "#50fa7b", /* green */
- [11] = "#f1fa8c", /* yellow */
- [12] = "#6071a9", /* blue */
- [13] = "#ff79c6", /* magenta */
- [14] = "#8cd5df", /* cyan */
- [15] = "#ced3e2", /* white */
-
- /* special colors */
- [256] = "#22212f", /* background */
- [257] = "#ced3e2", /* foreground */
+ /* 8 normal colors */
+ [0] = "#22212f", /* black */
+ [1] = "#ff5555", /* red */
+ [2] = "#50fa7b", /* green */
+ [3] = "#f1fa8c", /* yellow */
+ [4] = "#6071a9", /* blue */
+ [5] = "#ff79c6", /* magenta */
+ [6] = "#8cd5df", /* cyan */
+ [7] = "#ced3e2", /* white */
+
+ /* 8 bright colors */
+ [8] = "#6071a9", /* black */
+ [9] = "#ff5555", /* red */
+ [10] = "#50fa7b", /* green */
+ [11] = "#f1fa8c", /* yellow */
+ [12] = "#6071a9", /* blue */
+ [13] = "#ff79c6", /* magenta */
+ [14] = "#8cd5df", /* cyan */
+ [15] = "#ced3e2", /* white */
+
+ /* more colors can be added after 255 to use with DefaultXX */
+ /* special colors */
+ [256] = "#22212f", /* background */
+ [257] = "#ced3e2", /* foreground */
+ "gray90", /* default foreground colour */
+ "black", /* default background colour */
};
/*