From 91bc94694f260b8208acf9f88c1b65c23d7a6bcf Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Sat, 12 Jul 2025 18:49:08 +0500 Subject: update colors dir --- colors/base16-dracula.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'colors/base16-dracula.json') diff --git a/colors/base16-dracula.json b/colors/base16-dracula.json index 55f6b71..1897ce2 100644 --- a/colors/base16-dracula.json +++ b/colors/base16-dracula.json @@ -1,12 +1,12 @@ { "name": "base16", - "scheme-name": "Dracula", + "schemeName": "Dracula", "author": "Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)", "slug": "dracula", - "slug-underscored": "dracula", + "slugUnderscored": "dracula", "system": "base16", "variant": "dark", - "is-light-variant": "", + "isLightVariant": "", "schemaVersion": 1, "colors": { "background": { @@ -134,7 +134,7 @@ "palette": 15 }, "list_header_highlighted_background": { - "hex": "#ff79c6", + "hex": "#80bfff", "palette": 134 }, "list_header_highlighted_foreground": { @@ -150,7 +150,7 @@ "palette": 63 }, "list_item_active_background": { - "hex": "#f1fa8c", + "hex": "#80bfff", "palette": 214 }, "list_item_active_foreground": { @@ -158,11 +158,11 @@ "palette": 15 }, "list_item_active_highlighted_background": { - "hex": "#ff79c6", + "hex": "#f1fa8c", "palette": 134 }, "list_item_active_highlighted_foreground": { - "hex": "#f8f8f2", + "hex": "#282a36", "palette": 237 } } -- cgit