Update existing matched GUI and syntax themes
This commit is contained in:
@@ -1,48 +1,90 @@
|
||||
[Main]
|
||||
name = Solarized Dark
|
||||
mode = dark
|
||||
author = nullbasis
|
||||
credit = Ethan Schoonover
|
||||
url = https://ethanschoonover.com/solarized/
|
||||
license = MIT
|
||||
licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
||||
|
||||
[Icons]
|
||||
default = 230, 223, 206
|
||||
faded = 166, 161, 149
|
||||
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 = #e6dfce
|
||||
faded = #a6a195
|
||||
red = #dc322f
|
||||
orange = #cb4b16
|
||||
yellow = #b58900
|
||||
green = #859900
|
||||
aqua = #2aa198
|
||||
blue = #268bd2
|
||||
purple = #6c71c4
|
||||
|
||||
[Project]
|
||||
root = 42, 161, 152
|
||||
folder = 42, 161, 152
|
||||
file = 230, 223, 206
|
||||
title = 133, 153, 0
|
||||
chapter = 220, 50, 47
|
||||
scene = 38, 139, 210
|
||||
note = 181, 137, 0
|
||||
root = #2aa198
|
||||
folder = #2aa198
|
||||
file = #e6dfce
|
||||
title = #859900
|
||||
chapter = #dc322f
|
||||
scene = #268bd2
|
||||
note = #b58900
|
||||
|
||||
[Palette]
|
||||
window = 0, 43, 54
|
||||
windowtext = 253, 246, 227
|
||||
base = 7, 54, 66
|
||||
alternatebase = 88, 110, 117
|
||||
text = 253, 246, 227
|
||||
tooltipbase = 133, 153, 0
|
||||
tooltiptext = 0, 43, 54
|
||||
button = 7, 54, 66
|
||||
buttontext = 253, 246, 227
|
||||
brighttext = 7, 54, 66
|
||||
highlight = 42, 161, 152
|
||||
highlightedtext = 0, 43, 54
|
||||
link = 38, 139, 210
|
||||
linkvisited = 38, 139, 210
|
||||
window = #002b36
|
||||
windowtext = #fdf6e3
|
||||
base = #073642
|
||||
alternatebase = #586e75
|
||||
text = #fdf6e3
|
||||
tooltipbase = #859900
|
||||
tooltiptext = #002b36
|
||||
button = #073642
|
||||
buttontext = #fdf6e3
|
||||
brighttext = #073642
|
||||
highlight = #2aa198
|
||||
highlightedtext = #002b36
|
||||
link = #268bd2
|
||||
linkvisited = #268bd2
|
||||
|
||||
[GUI]
|
||||
helptext = 101, 123, 131
|
||||
fadedtext = 101, 123, 131
|
||||
errortext = 220, 50, 47
|
||||
helptext = #657b83
|
||||
fadedtext = #657b83
|
||||
errortext = #dc322f
|
||||
|
||||
[Syntax]
|
||||
background = #073642
|
||||
text = #fdf6e3
|
||||
link = #268bd2
|
||||
headertext = #93a1a1
|
||||
headertag = #2aa198
|
||||
emphasis = #268bd2
|
||||
dialog = #2aa198
|
||||
altdialog = #2aa198
|
||||
note = #65a19c
|
||||
hidden = #93a1a1
|
||||
shortcode = #93a1a1
|
||||
keyword = #859900
|
||||
tag = #cb4b16
|
||||
value = #cb4b16
|
||||
optional = #93a1a1
|
||||
spellcheckline = #cb4b16
|
||||
errorline = #dc322f
|
||||
replacetag = #859900
|
||||
modifier = #b58900
|
||||
texthighlight = #b5890060
|
||||
|
||||
Reference in New Issue
Block a user