add everforest hard themes

This commit is contained in:
Łukasz Pankowski 2023-08-05 09:41:44 +02:00
parent 87bd9f37b1
commit 22ef495ba4

View File

@ -106,6 +106,20 @@ typedef struct {
* foreground, background, cursor, reverse cursor * foreground, background, cursor, reverse cursor
*/ */
static const ColorScheme schemes[] = { static const ColorScheme schemes[] = {
// everforest-dark-hard
{{ "#414b50", "#e67e80", "#a7c080", "#dbbc7f",
"#7fbbb3", "#d699b6", "#83c092", "#d3c6aa",
"#475258", "#e67e80", "#a7c080", "#dbbc7f",
"#7fbbb3", "#d699b6", "#83c092", "#d3c6aa",
[256] = "#a7c080", "#555555", "#d3c6aa", "#272e33"}, 258, 259, 256, 257},
// everforest-light-hard
{{ "#5c6a72", "#f85552", "#8da101", "#dfa000",
"#3a94c5", "#df69ba", "#35a77c", "#e8e5d5",
"#5c6a72", "#f85552", "#8da101", "#dfa000",
"#3a94c5", "#df69ba", "#35a77c", "#e8e5d5",
[256] = "#35a77c", "#555555", "#5c6a72", "#fffbef"}, 258, 259, 256, 257},
// tokyonight-storm // tokyonight-storm
{{"#1d202f", "#f7768e", "#9ece6a", "#e0af68", {{"#1d202f", "#f7768e", "#9ece6a", "#e0af68",
"#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6", "#7aa2f7", "#bb9af7", "#7dcfff", "#a9b1d6",
@ -148,20 +162,6 @@ static const ColorScheme schemes[] = {
"#657b83", "#6c71c4", "#586e75", "#002b36", "#657b83", "#6c71c4", "#586e75", "#002b36",
[256]="#586e75", "#002b36", "black", "black"}, 12, 8, 256, 257}, [256]="#586e75", "#002b36", "black", "black"}, 12, 8, 256, 257},
// Gruvbox dark
{{"#282828", "#cc241d", "#98971a", "#d79921",
"#458588", "#b16286", "#689d6a", "#a89984",
"#928374", "#fb4934", "#b8bb26", "#fabd2f",
"#83a598", "#d3869b", "#8ec07c", "#ebdbb2",
[256]="#ebdbb2", "#555555", "black", "black"}, 15, 0, 256, 257},
// Gruvbox light
{{"#fbf1c7", "#cc241d", "#98971a", "#d79921",
"#458588", "#b16286", "#689d6a", "#7c6f64",
"#928374", "#9d0006", "#79740e", "#b57614",
"#076678", "#8f3f71", "#427b58", "#3c3836",
[256]="#3c3836", "#555555", "black", "black"}, 15, 0, 256, 257},
// st (dark) // st (dark)
{{"black", "red3", "green3", "yellow3", {{"black", "red3", "green3", "yellow3",
"blue2", "magenta3", "cyan3", "gray90", "blue2", "magenta3", "cyan3", "gray90",