From 192616ff36d459cfa5c1ed59e5601c958329586f Mon Sep 17 00:00:00 2001 From: Stepanov Aleksey Date: Sat, 12 Jul 2025 19:11:44 +0500 Subject: update example/theme.json --- examples/theme.json | 91 +++++++++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 45 deletions(-) diff --git a/examples/theme.json b/examples/theme.json index 639c1b1..6aae0b1 100644 --- a/examples/theme.json +++ b/examples/theme.json @@ -1,167 +1,168 @@ { - "name": "Google Light", - "author": "Seth Wright (http://sethawright.com)", - "slug": "google-light", - "slug-underscored": "google_light", + "name": "base16", + "schemeName": "Material Darker", + "author": "Nate Peterson", + "slug": "material-darker", + "slugUnderscored": "material_darker", "system": "base16", - "variant": "light", - "is-light-variant": "true", + "variant": "dark", + "isLightVariant": "", "schemaVersion": 1, "colors": { "background": { - "hex": "#1d1f21", + "hex": "#ffffff", "palette": 234 }, "foreground": { - "hex": "#373b41", + "hex": "#eeffff", "palette": 237 }, "frame_focused": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "frame_important": { - "hex": "#198844", + "hex": "#c3e88d", "palette": 29 }, "text_focused": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "text_active": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "text_disabled": { - "hex": "#969896", + "hex": "#b2ccd6", "palette": 246 }, "text_hidden": { - "hex": "#b4b7b4", + "hex": "#4a4a4a", "palette": 249 }, "text_warning": { - "hex": "#fba922", + "hex": "#ffcb6b", "palette": 214 }, "text_error": { - "hex": "#cc342b", + "hex": "#f07178", "palette": 166 }, "overlay_background": { - "hex": "#282a2e", + "hex": "#eeffff", "palette": 235 }, "overlay_foreground": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "overlay_border": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "overlay_focused_border": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "overlay_focused_text": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "shortcuts_background": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "shortcuts_foreground": { - "hex": "#1d1f21", + "hex": "#ffffff", "palette": 234 }, "shortcuts_background_focused": { - "hex": "#198844", + "hex": "#c3e88d", "palette": 29 }, "shortcuts_foreground_focused": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "button_background_normal": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "button_foreground_normal": { - "hex": "#1d1f21", + "hex": "#ffffff", "palette": 234 }, "button_background_active": { - "hex": "#a36ac7", + "hex": "#c792ea", "palette": 134 }, "button_foreground_active": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "header_background": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "header_foreground": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "footer_background": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "footer_foreground": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "banner_background": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "banner_foreground": { - "hex": "#1d1f21", + "hex": "#ffffff", "palette": 234 }, "list_header_background": { - "hex": "#a36ac7", + "hex": "#c792ea", "palette": 134 }, "list_header_foreground": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "list_header_highlighted_background": { - "hex": "#a36ac7", + "hex": "#82aaff", "palette": 134 }, "list_header_highlighted_foreground": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "list_item_highlighted_background": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "list_item_highlighted_foreground": { - "hex": "#3971ED", + "hex": "#82aaff", "palette": 63 }, "list_item_active_background": { - "hex": "#fba922", + "hex": "#82aaff", "palette": 214 }, "list_item_active_foreground": { - "hex": "#ffffff", + "hex": "#212121", "palette": 15 }, "list_item_active_highlighted_background": { - "hex": "#a36ac7", + "hex": "#ffcb6b", "palette": 134 }, "list_item_active_highlighted_foreground": { - "hex": "#373b41", + "hex": "#212121", "palette": 237 } } -- cgit