diff options
| author | tslil clingman <> | 2021-03-22 23:03:58 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-03-22 23:03:58 -0400 |
| commit | 2e88f301c6f2b8d6aacb8d33768637b228ef6707 (patch) | |
| tree | d9e2a9a60f7b1a308d048292f65f5d8863be925e /st-0.8.4/config.h | |
| parent | 322b978a872b9ff3446b3978d47595899dedb20f (diff) | |
Switch to nord theme
Diffstat (limited to 'st-0.8.4/config.h')
| -rw-r--r-- | st-0.8.4/config.h | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/st-0.8.4/config.h b/st-0.8.4/config.h index 44f3cf4..d08e089 100644 --- a/st-0.8.4/config.h +++ b/st-0.8.4/config.h @@ -44,7 +44,7 @@ static unsigned int tripleclicktimeout = 600; int allowaltscreen = 1; /* allow certain non-interactive (insecure) window operations such as: - setting the clipboard text */ + setting the clipboard text */ int allowwindowops = 0; /* @@ -95,36 +95,37 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { - - /* 8 normal colors */ - [0] = "#32302f", /* hard contrast: #1d2021 / default: #282828 / soft contrast: #32302f */ - [1] = "#cc241d", /* red */ - [2] = "#98971a", /* green */ - [3] = "#d79921", /* yellow */ - [4] = "#458588", /* blue */ - [5] = "#b16286", /* magenta */ - [6] = "#689d6a", /* cyan */ - [7] = "#a89984", /* white */ - - /* 8 bright colors */ - [8] = "#928374", /* black */ - [9] = "#fb4934", /* red */ - [10] = "#b8bb26", /* green */ - [11] = "#fabd2f", /* yellow */ - [12] = "#83a598", /* blue */ - [13] = "#d3869b", /* magenta */ - [14] = "#8ec07c", /* cyan */ - [15] = "#ebdbb2", /* white */ + "#3b4252", /* black */ + "#bf616a", /* red */ + "#a3be8c", /* green */ + "#ebcb8b", /* yellow */ + "#81a1c1", /* blue */ + "#b48ead", /* magenta */ + "#88c0d0", /* cyan */ + "#e5e9f0", /* white */ + /* 8 bright colors */ + "#4c566a", /* black */ + "#bf616a", /* red */ + "#a3be8c", /* green */ + "#ebcb8b", /* yellow */ + "#81a1c1", /* blue */ + "#b48ead", /* magenta */ + "#8fbcbb", /* cyan */ + "#eceff4", /* white */ + [255] = 0, + /* more colors can be added after 255 to use with DefaultXX */ + "#2e3440", /* background */ + "#d8dee9", /* foreground */ }; /* * Default colors (colorname index) * foreground, background, cursor */ -unsigned int defaultfg = 15; -unsigned int defaultbg = 0; -static unsigned int defaultcs = 15; -static unsigned int defaultrcs = 257; +unsigned int defaultfg = 257; +unsigned int defaultbg = 256; +static unsigned int defaultcs = 257; +static unsigned int defaultrcs = 256; /* * https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps-SP-q.1D81 |
