diff options
Diffstat (limited to '')
-rw-r--r-- | src/themes/solarized-light.json | 70 |
1 files changed, 61 insertions, 9 deletions
diff --git a/src/themes/solarized-light.json b/src/themes/solarized-light.json index 3e7c575..081eed2 100644 --- a/src/themes/solarized-light.json +++ b/src/themes/solarized-light.json @@ -10,7 +10,7 @@ "base00": "#657b83", "base0": "#839496", "base1": "#93a1a1", - "base2": "#eee8d5", + "base2": "#ededb0", "base3": "#fdf6e3", "black": "#002b36", "yellow": "#b58900", @@ -25,17 +25,17 @@ }, "styles": { "identifier": { - "background-color": "$base3", "color": "semantic()" }, "text": { "color": "$base00", "background-color": "$base3" }, + "selected-text": { + "background-color": "$cyan" + }, "alt-text": { - "color": "$base00", - "background-color": "$base3", - "bold": true + "background-color": "$base2" }, "ok": { "color": "$green", @@ -54,11 +54,15 @@ "bold": true }, "cursor-line": { - "color": "$cyan", - "background-color": "$red", + "color": "$base0", + "background-color": "#fafa4a", "bold": true, "underline": true }, + "disabled-cursor-line": { + "color": "$cyan", + "background-color": "$yellow" + }, "adjusted-time": { "color": "$magenta" }, @@ -73,7 +77,7 @@ }, "popup": { "color": "$base00", - "background-color": "$base3" + "background-color": "$base2" }, "scrollbar": { "color": "$base3", @@ -104,6 +108,46 @@ }, "h6": { "underline": true + }, + "hr": { + "color": "#444" + }, + "hyperlink": { + "underline": true + }, + "list-glyph": { + "color": "$yellow" + }, + "breadcrumb": { + "color": "#99a", + "bold": true + }, + "table-border": { + "color": "#444" + }, + "table-header": { + "bold": true + }, + "quote-border": { + "color": "#666", + "background-color": "#444" + }, + "quoted-text": { + "background-color": "#444" + }, + "footnote-border": { + "color": "$blue", + "background-color": "#444" + }, + "footnote-text": { + "color": "#eee", + "background-color": "#444" + }, + "snippet-border": { + "color": "$cyan" + }, + "indent-guide": { + "color": "$base1" } }, "syntax-styles": { @@ -157,7 +201,12 @@ "status-styles": { "title": { "color": "$base2", - "background-color": "$base0", + "background-color": "$base00", + "bold": true + }, + "disabled-title": { + "color": "$base2", + "background-color": "$base02", "bold": true }, "subtitle": { @@ -192,6 +241,9 @@ "inactive-alert": { "color": "$red", "background-color": "$base03" + }, + "suggestion": { + "color": "$base1" } }, "log-level-styles": { |