diff options
Diffstat (limited to 'themes/liquid_blue')
| -rw-r--r-- | themes/liquid_blue | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/themes/liquid_blue b/themes/liquid_blue deleted file mode 100644 index f4f6e47..0000000 --- a/themes/liquid_blue +++ /dev/null @@ -1,44 +0,0 @@ -/* Terminal colors (16 first used in escape sequence) */ - -static const char col_cyan[] = "#015188"; - -static const char col_gray1[] = "#080e0d"; -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 */ - "#050704", /* black */ - "#d80e0e", /* red */ - "#06f115", /* green */ - "#d8ff00", /* yellow */ - "#0050d2", /* blue */ - "#802bee", /* magenta */ - "#23f0f2", /* cyan */ - "#cfcfcf", /* white */ - - /* 8 bright colors */ - "#cfcfcf", /* black */ - "#ff2857", /* red */ - "#79fc6a", /* green */ - "#d7ff62", /* yellow */ - "#698eff", /* blue */ - "#a461fb", /* magenta */ - "#91fff5", /* cyan */ - "#ffffff", /* white */ - - [255] = 0, - - /* special colors */ - "#cccccc", - "#555555", - "#000000", /* background */ - "#cfcfcf", /* foreground */ -}; - |