From 07e4bcbf9ed6a1b68f5415ca7179879900a33916 Mon Sep 17 00:00:00 2001 From: NicklasVraa Date: Wed, 1 Nov 2023 19:31:21 +0100 Subject: [PATCH] Added a few palettes. --- ...{catppuccin.json => catppuccin_latte.json} | 2 +- palettes/catppuccin_mocha.json | 34 +++++++++++++++++++ palettes/everforest_hard_dark.json | 34 +++++++++++++++++++ palettes/{gruvbox.json => gruvbox_dark.json} | 2 +- .../{tokyo-night.json => tokyo_night.json} | 8 ++--- 5 files changed, 74 insertions(+), 6 deletions(-) rename palettes/{catppuccin.json => catppuccin_latte.json} (96%) create mode 100644 palettes/catppuccin_mocha.json create mode 100644 palettes/everforest_hard_dark.json rename palettes/{gruvbox.json => gruvbox_dark.json} (93%) rename palettes/{tokyo-night.json => tokyo_night.json} (82%) diff --git a/palettes/catppuccin.json b/palettes/catppuccin_latte.json similarity index 96% rename from palettes/catppuccin.json rename to palettes/catppuccin_latte.json index 9e7bf058..f2079dae 100644 --- a/palettes/catppuccin.json +++ b/palettes/catppuccin_latte.json @@ -4,7 +4,7 @@ "desc": "Pastel theme that aims to be the middle ground between low and high contrast themes.", "smooth": false, "colors": [ - "dc8a78", + "#dc8a78", "#dd7878", "#ea76cb", "#8839ef", diff --git a/palettes/catppuccin_mocha.json b/palettes/catppuccin_mocha.json new file mode 100644 index 00000000..d0558042 --- /dev/null +++ b/palettes/catppuccin_mocha.json @@ -0,0 +1,34 @@ +{ + "type": "palette", + "name": "Catppuccin Mocha", + "desc": "The darkest variant of the catppuccin color scheme.", + "smooth": false, + "colors": [ + "#f5e0dc", + "#f2cdcd", + "#f5c2e7", + "#cba6f7", + "#f38ba8", + "#eba0ac", + "#fab387", + "#f9e2af", + "#a6e3a1", + "#94e2d5", + "#89dceb", + "#74c7ec", + "#89b4fa", + "#b4befe", + "#cdd6f4", + "#bac2de", + "#a6adc8", + "#9399b2", + "#7f849c", + "#6c7086", + "#585b70", + "#45475a", + "#313244", + "#1e1e2e", + "#181825", + "#11111b" + ] +} diff --git a/palettes/everforest_hard_dark.json b/palettes/everforest_hard_dark.json new file mode 100644 index 00000000..752873a5 --- /dev/null +++ b/palettes/everforest_hard_dark.json @@ -0,0 +1,34 @@ +{ + "type": "palette", + "name": "Everforest Hard Dark", + "desc": "A color scheme of mostly warm, green hues", + "smooth": true, + "colors": [ + "#1e2326", + "#272e33", + "#2e383c", + "#374145", + "#414b50", + "#495156", + "#4f5b58", + "#4c3743", + "#493b40", + "#45443c", + "#3c4841", + "#384b55", + "#e67e80", + "#e69875", + "#dbbc7f", + "#a7c080", + "#7fbbb3", + "#83c092", + "#d699b6", + "#d3c6aa", + "#a7c080", + "#d3c6aa", + "#e67e80", + "#7a8478", + "#859289", + "#9da9a0" + ] +} diff --git a/palettes/gruvbox.json b/palettes/gruvbox_dark.json similarity index 93% rename from palettes/gruvbox.json rename to palettes/gruvbox_dark.json index 1b6799e3..940e92cd 100644 --- a/palettes/gruvbox.json +++ b/palettes/gruvbox_dark.json @@ -1,6 +1,6 @@ { "type": "palette", - "name": "Gruvbox-dark", + "name": "Gruvbox Dark", "desc": "A bright theme with pastel 'retro groove' colors, high contrast and easy on the eyes.", "smooth": true, "colors": [ diff --git a/palettes/tokyo-night.json b/palettes/tokyo_night.json similarity index 82% rename from palettes/tokyo-night.json rename to palettes/tokyo_night.json index b1f44792..bb7bf65c 100644 --- a/palettes/tokyo-night.json +++ b/palettes/tokyo_night.json @@ -1,6 +1,6 @@ { "type": "palette", - "name": "Tokyo-Night", + "name": "Tokyo Night", "desc": "A clean theme that celebrates the lights of Downtown Tokyo at night.", "smooth": true, "colors": [ @@ -16,8 +16,8 @@ "#e0af68", "#ff9e64", "#449dab", - "#0db9d7", - "#ad8ee6", - "#bb9af7" + "#0db9d7", + "#ad8ee6", + "#bb9af7" ] }