diff options
| author | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
| commit | 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch) | |
| tree | 9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /themes/blend | |
| parent | cc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff) | |
3.0
Diffstat (limited to 'themes/blend')
| -rw-r--r-- | themes/blend | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/themes/blend b/themes/blend deleted file mode 100644 index 4dcaffe..0000000 --- a/themes/blend +++ /dev/null @@ -1,39 +0,0 @@ -/* Terminal colors (16 first used in escape sequence) */ - -static const char col_cyan[] = "#672427"; - -static const char col_gray1[] = "#07080c"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; -/* st config */ - -float alpha = 0.6; -static const char *colorname[] = { - - /* 8 normal colors */ - "#07080c", /* black */ - "#672427", /* red */ - "#576d39", /* green */ - "#A6B226", /* yellow */ - "#4c5768", /* blue */ - "#633b71", /* magenta */ - "#4c6862", /* cyan */ - "#d0bbba", /* white */ - - /* 8 bright colors */ - "#D0BBBA", /* black */ - "#cc6666", /* red */ - "#b5bd68", /* green */ - "#f0c674", /* yellow */ - "#81a2be", /* blue */ - "#b294bb", /* magenta */ - "#8abeb7", /* cyan */ - "#d0bbba", /* white */ - [255] = 0, - /* special colors */ - "#000000", - "#c5c8c6", - "#000000", /* background */ - "#c5c8c6", /* foreground */ -}; |