Update existing matched GUI and syntax themes
This commit is contained in:
@@ -1,48 +1,90 @@
|
||||
[Main]
|
||||
name = Solarized Light
|
||||
mode = light
|
||||
author = nullbasis
|
||||
credit = Ethan Schoonover
|
||||
url = https://ethanschoonover.com/solarized/
|
||||
license = MIT
|
||||
licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
||||
|
||||
[Icons]
|
||||
default = 59, 68, 71
|
||||
faded = 78, 91, 95
|
||||
red = 220, 50, 47
|
||||
orange = 203, 75, 22
|
||||
yellow = 181, 137, 0
|
||||
green = 133, 153, 0
|
||||
aqua = 42, 161, 152
|
||||
blue = 38, 139, 210
|
||||
purple = 211, 54, 130
|
||||
##
|
||||
# base03: #002b36
|
||||
# base02: #073642
|
||||
# base01: #586e75
|
||||
# base00: #657b83
|
||||
# base0: #839496
|
||||
# base1: #93a1a1
|
||||
# base2: #eee8d5
|
||||
# base3: #fdf6e3
|
||||
# yellow: #b58900
|
||||
# orange: #cb4b16
|
||||
# red: #dc322f
|
||||
# magenta: #d33682
|
||||
# violet: #6c71c4
|
||||
# blue: #268bd2
|
||||
# cyan: #2aa198
|
||||
# green: #859900
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #3b4447
|
||||
faded = #4e5b5f
|
||||
red = #dc322f
|
||||
orange = #cb4b16
|
||||
yellow = #b58900
|
||||
green = #859900
|
||||
aqua = #2aa198
|
||||
blue = #268bd2
|
||||
purple = #6c71c4
|
||||
|
||||
[Project]
|
||||
root = 42, 161, 152
|
||||
folder = 42, 161, 152
|
||||
file = 59, 68, 71
|
||||
title = 133, 153, 0
|
||||
chapter = 220, 50, 47
|
||||
scene = 38, 139, 210
|
||||
note = 181, 137, 0
|
||||
root = #2aa198
|
||||
folder = #2aa198
|
||||
file = #3b4447
|
||||
title = #859900
|
||||
chapter = #dc322f
|
||||
scene = #268bd2
|
||||
note = #b58900
|
||||
|
||||
[Palette]
|
||||
window = 238, 232, 213
|
||||
windowtext = 0, 43, 54
|
||||
base = 253, 246, 227
|
||||
alternatebase = 147, 161, 161
|
||||
text = 0, 43, 54
|
||||
tooltipbase = 133, 153, 0
|
||||
tooltiptext = 0, 43, 54
|
||||
button = 238, 232, 213
|
||||
buttontext = 0, 43, 54
|
||||
brighttext = 253, 246, 227
|
||||
highlight = 42, 161, 152
|
||||
highlightedtext = 253, 246, 227
|
||||
link = 38, 139, 210
|
||||
linkvisited = 38, 139, 210
|
||||
window = #eee8d5
|
||||
windowtext = #002b36
|
||||
base = #fdf6e3
|
||||
alternatebase = #93a1a1
|
||||
text = #002b36
|
||||
tooltipbase = #859900
|
||||
tooltiptext = #002b36
|
||||
button = #eee8d5
|
||||
buttontext = #002b36
|
||||
brighttext = #fdf6e3
|
||||
highlight = #2aa198
|
||||
highlightedtext = #fdf6e3
|
||||
link = #268bd2
|
||||
linkvisited = #268bd2
|
||||
|
||||
[GUI]
|
||||
helptext = 78, 91, 95
|
||||
fadedtext = 78, 91, 95
|
||||
errortext = 220, 50, 47
|
||||
helptext = #4e5b5f
|
||||
fadedtext = #4e5b5f
|
||||
errortext = #dc322f
|
||||
|
||||
[Syntax]
|
||||
background = #fdf6e3
|
||||
text = #002b36
|
||||
link = #268bd2
|
||||
headertext = #586e75
|
||||
headertag = #2aa198
|
||||
emphasis = #268bd2
|
||||
dialog = #2aa198
|
||||
altdialog = #2aa198
|
||||
note = #1b6660
|
||||
hidden = #586e75
|
||||
shortcode = #586e75
|
||||
keyword = #859900
|
||||
tag = #cb4b16
|
||||
value = #cb4b16
|
||||
optional = #586e75
|
||||
spellcheckline = #cb4b16
|
||||
errorline = #dc322f
|
||||
replacetag = #859900
|
||||
modifier = #b58900
|
||||
texthighlight = #b5890060
|
||||
|
||||
Reference in New Issue
Block a user