From 0e6768aa1fcc9f0831755724f7055eae889c64cf Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Sat, 12 Jul 2025 16:36:26 +0500 Subject: initial commit --- colors/base16-gruvbox-dark.json | 168 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 colors/base16-gruvbox-dark.json (limited to 'colors/base16-gruvbox-dark.json') diff --git a/colors/base16-gruvbox-dark.json b/colors/base16-gruvbox-dark.json new file mode 100644 index 0000000..8f8072f --- /dev/null +++ b/colors/base16-gruvbox-dark.json @@ -0,0 +1,168 @@ +{ + "name": "Gruvbox dark", + "author": "Tinted Theming (https://github.com/tinted-theming), morhetz (https://github.com/morhetz/gruvbox)", + "slug": "gruvbox-dark", + "slug-underscored": "gruvbox_dark", + "system": "base16", + "variant": "dark", + "is-light-variant": "", + "schemaVersion": 1, + "colors": { + "background": { + "hex": "#f9f5d7", + "palette": 234 + }, + "foreground": { + "hex": "#ebdbb2", + "palette": 237 + }, + "frame_focused": { + "hex": "#458588", + "palette": 63 + }, + "frame_important": { + "hex": "#98971a", + "palette": 29 + }, + "text_focused": { + "hex": "#458588", + "palette": 63 + }, + "text_active": { + "hex": "#458588", + "palette": 63 + }, + "text_disabled": { + "hex": "#928374", + "palette": 246 + }, + "text_hidden": { + "hex": "#665c54", + "palette": 249 + }, + "text_warning": { + "hex": "#d79921", + "palette": 214 + }, + "text_error": { + "hex": "#cc241d", + "palette": 166 + }, + "overlay_background": { + "hex": "#fbf1c7", + "palette": 235 + }, + "overlay_foreground": { + "hex": "#282828", + "palette": 15 + }, + "overlay_border": { + "hex": "#458588", + "palette": 63 + }, + "overlay_focused_border": { + "hex": "#458588", + "palette": 63 + }, + "overlay_focused_text": { + "hex": "#282828", + "palette": 15 + }, + "shortcuts_background": { + "hex": "#282828", + "palette": 15 + }, + "shortcuts_foreground": { + "hex": "#f9f5d7", + "palette": 234 + }, + "shortcuts_background_focused": { + "hex": "#98971a", + "palette": 29 + }, + "shortcuts_foreground_focused": { + "hex": "#282828", + "palette": 15 + }, + "button_background_normal": { + "hex": "#282828", + "palette": 15 + }, + "button_foreground_normal": { + "hex": "#f9f5d7", + "palette": 234 + }, + "button_background_active": { + "hex": "#b16286", + "palette": 134 + }, + "button_foreground_active": { + "hex": "#282828", + "palette": 15 + }, + "header_background": { + "hex": "#282828", + "palette": 15 + }, + "header_foreground": { + "hex": "#458588", + "palette": 63 + }, + "footer_background": { + "hex": "#458588", + "palette": 63 + }, + "footer_foreground": { + "hex": "#282828", + "palette": 15 + }, + "banner_background": { + "hex": "#458588", + "palette": 63 + }, + "banner_foreground": { + "hex": "#f9f5d7", + "palette": 234 + }, + "list_header_background": { + "hex": "#b16286", + "palette": 134 + }, + "list_header_foreground": { + "hex": "#282828", + "palette": 15 + }, + "list_header_highlighted_background": { + "hex": "#b16286", + "palette": 134 + }, + "list_header_highlighted_foreground": { + "hex": "#282828", + "palette": 15 + }, + "list_item_highlighted_background": { + "hex": "#282828", + "palette": 15 + }, + "list_item_highlighted_foreground": { + "hex": "#458588", + "palette": 63 + }, + "list_item_active_background": { + "hex": "#d79921", + "palette": 214 + }, + "list_item_active_foreground": { + "hex": "#282828", + "palette": 15 + }, + "list_item_active_highlighted_background": { + "hex": "#b16286", + "palette": 134 + }, + "list_item_active_highlighted_foreground": { + "hex": "#ebdbb2", + "palette": 237 + } + } +} -- cgit