summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/config.def.h b/config.def.h
index b334bf5..83aee0e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -104,35 +104,35 @@ char *termname = "st-256color";
unsigned int tabspaces = 8;
/* bg opacity */
-float alpha = 0.8;
+float alpha = 0.9;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */
- [0] = "#3b4252", /* black */
- [1] = "#bf616a", /* red */
- [2] = "#a3be8c", /* green */
- [3] = "#ebcb8b", /* yellow */
- [4] = "#81a1c1", /* blue */
- [5] = "#b48ead", /* magenta */
- [6] = "#88c0d0", /* cyan */
- [7] = "#e5e9f0", /* white */
+ [0] = "#00010d", /* black */
+ [1] = "#a63c45", /* red */
+ [2] = "#618c64", /* green */
+ [3] = "#e9c651", /* yellow */
+ [4] = "#32598c", /* blue */
+ [5] = "#f88c15", /* magenta */
+ [6] = "#0bc2c2", /* cyan */
+ [7] = "#d9d9d9", /* white */
/* 8 bright colors */
- [8] = "#4c566a", /* black */
- [9] = "#bf616a", /* red */
- [10] = "#a3be8c", /* green */
- [11] = "#ebcb8b", /* yellow */
- [12] = "#81a1c1", /* blue */
- [13] = "#b48ead", /* magenta */
- [14] = "#8fbcbb", /* cyan */
- [15] = "#eceff4", /* white */
+ [8] = "#585858", /* black */
+ [9] = "#f25252", /* red */
+ [10] = "#5ce497", /* green */
+ [11] = "#f9e8a3", /* yellow */
+ [12] = "#84b1d9", /* blue */
+ [13] = "#ffb86a", /* magenta */
+ [14] = "#01ffff", /* cyan */
+ [15] = "#fbfbfb", /* white */
[255] = 0,
/* more colors can be added after 255 to use with DefaultXX */
- [256] = "#d8dee9", /* default foreground colour */
- [257] = "#2e3440", /* default background colour */
+ [256] = "#d9d9d9", /* default foreground colour */
+ [257] = "#1c1c1c", /* default background colour */
};