diff --git a/palettes/gruvbox.json b/palettes/gruvbox.json new file mode 100644 index 00000000..1b6799e3 --- /dev/null +++ b/palettes/gruvbox.json @@ -0,0 +1,23 @@ +{ + "type": "palette", + "name": "Gruvbox-dark", + "desc": "A bright theme with pastel 'retro groove' colors, high contrast and easy on the eyes.", + "smooth": true, + "colors": [ + "#3C3C3C", + "#928374", + "#a89984", + "#ebdbb2", + "#98971a", + "#458588", + "#83a598", + "#cc241d", + "#fb4934", + "#d79921", + "#fabd2f", + "#689d6a", + "#8ec07c", + "#b16286", + "#d3869b" + ] +}