From fb51e1d6d3a4296719121992ac341ee2845cec24 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 29 Jun 2021 13:46:27 -0500 Subject: Added blend theme --- themes/blend | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 themes/blend (limited to 'themes') diff --git a/themes/blend b/themes/blend new file mode 100644 index 0000000..4dcaffe --- /dev/null +++ b/themes/blend @@ -0,0 +1,39 @@ +/* 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 */ +}; -- cgit v1.2.3