diff options
Diffstat (limited to 'colors/base16-tomorrow-night.json')
| -rw-r--r-- | colors/base16-tomorrow-night.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/colors/base16-tomorrow-night.json b/colors/base16-tomorrow-night.json index 07d25c1..c6577b5 100644 --- a/colors/base16-tomorrow-night.json +++ b/colors/base16-tomorrow-night.json @@ -1,12 +1,12 @@ { "name": "base16", - "scheme-name": "Tomorrow Night", + "schemeName": "Tomorrow Night", "author": "Chris Kempson (http://chriskempson.com)", "slug": "tomorrow-night", - "slug-underscored": "tomorrow_night", + "slugUnderscored": "tomorrow_night", "system": "base16", "variant": "dark", - "is-light-variant": "", + "isLightVariant": "", "schemaVersion": 1, "colors": { "background": { @@ -134,7 +134,7 @@ "palette": 15 }, "list_header_highlighted_background": { - "hex": "#b294bb", + "hex": "#81a2be", "palette": 134 }, "list_header_highlighted_foreground": { @@ -150,7 +150,7 @@ "palette": 63 }, "list_item_active_background": { - "hex": "#f0c674", + "hex": "#81a2be", "palette": 214 }, "list_item_active_foreground": { @@ -158,11 +158,11 @@ "palette": 15 }, "list_item_active_highlighted_background": { - "hex": "#b294bb", + "hex": "#f0c674", "palette": 134 }, "list_item_active_highlighted_foreground": { - "hex": "#c5c8c6", + "hex": "#1d1f21", "palette": 237 } } |
