Update existing matched GUI and syntax themes
This commit is contained in:
@@ -1,48 +1,84 @@
|
||||
[Main]
|
||||
name = Snazzy Light
|
||||
mode = light
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Florian Reuschel (color theme)
|
||||
url = https://github.com/loilo/vscode-snazzy-light
|
||||
license = MIT License
|
||||
licenseurl = https://github.com/loilo/vscode-snazzy-light/blob/master/LICENSE
|
||||
|
||||
[Icons]
|
||||
default = 86, 88, 105
|
||||
faded = 84, 85, 84
|
||||
red = 255, 92, 87
|
||||
orange = 245, 185, 0
|
||||
yellow = 207, 156, 0
|
||||
green = 45, 174, 88
|
||||
aqua = 19, 187, 183
|
||||
blue = 9, 161, 237
|
||||
purple = 247, 103, 187
|
||||
##
|
||||
# Colours:
|
||||
# Background = fafbfc : 250, 251, 252
|
||||
# Foreground = 565869 : 86, 88, 105
|
||||
# Comment = 9194a2 : 145, 148, 162
|
||||
# Yellow = cf9c00 : 207, 156, 0
|
||||
# Red = ff5c57 : 255, 92, 87
|
||||
# Pink = f767bb : 247, 103, 187
|
||||
# Blue = 09a1ed : 9, 161, 237
|
||||
# Cyan = 13bbb7 : 19, 187, 183
|
||||
# Green = 2dae58 : 45, 174, 88
|
||||
##
|
||||
|
||||
[Base]
|
||||
default = #565869
|
||||
faded = #545554
|
||||
red = #ff5c57
|
||||
orange = #f5b900
|
||||
yellow = #cf9c00
|
||||
green = #2dae58
|
||||
aqua = #13bbb7
|
||||
blue = #09a1ed
|
||||
purple = #f767bb
|
||||
|
||||
[Project]
|
||||
root = 9, 161, 237
|
||||
folder = 207, 156, 0
|
||||
file = 84, 85, 84
|
||||
title = 45, 174, 88
|
||||
chapter = 255, 92, 87
|
||||
scene = 9, 161, 237
|
||||
note = 207, 156, 0
|
||||
root = #09a1ed
|
||||
folder = #cf9c00
|
||||
file = #545554
|
||||
title = #2dae58
|
||||
chapter = #ff5c57
|
||||
scene = #09a1ed
|
||||
note = #cf9c00
|
||||
|
||||
[Palette]
|
||||
window = 243, 244, 245
|
||||
windowtext = 86, 88, 105
|
||||
base = 250, 251, 252
|
||||
alternatebase = 234, 234, 235
|
||||
text = 86, 88, 105
|
||||
tooltipbase = 245, 233, 194
|
||||
tooltiptext = 86, 88, 105
|
||||
button = 250, 251, 252
|
||||
buttontext = 86, 88, 105
|
||||
brighttext = 255, 255, 255
|
||||
highlight = 9, 161, 237
|
||||
highlightedtext = 255, 255, 255
|
||||
link = 9, 161, 237
|
||||
linkvisited = 9, 161, 237
|
||||
window = #f3f4f5
|
||||
windowtext = #565869
|
||||
base = #fafbfc
|
||||
alternatebase = #eaeaeb
|
||||
text = #565869
|
||||
tooltipbase = #f5e9c2
|
||||
tooltiptext = #565869
|
||||
button = #fafbfc
|
||||
buttontext = #565869
|
||||
brighttext = #ffffff
|
||||
highlight = #09a1ed
|
||||
highlightedtext = #ffffff
|
||||
link = #09a1ed
|
||||
linkvisited = #09a1ed
|
||||
|
||||
[GUI]
|
||||
helptext = 9, 161, 237
|
||||
fadedtext = 84, 85, 84
|
||||
errortext = 255, 92, 87
|
||||
helptext = #09a1ed
|
||||
fadedtext = #545554
|
||||
errortext = #ff5c57
|
||||
|
||||
[Syntax]
|
||||
background = #fafbfc
|
||||
text = #565869
|
||||
link = #09a1ed
|
||||
headertext = #2dae58
|
||||
headertag = #2dae58a0
|
||||
emphasis = #f767bb
|
||||
dialog = #09a1ed
|
||||
altdialog = #cf9c00
|
||||
note = #78bbb9
|
||||
hidden = #9194a2
|
||||
shortcode = #f767bb
|
||||
keyword = #09a1ed
|
||||
tag = #2dae58
|
||||
value = #cf9c00
|
||||
optional = #cf9c00
|
||||
spellcheckline = #ff5c57
|
||||
errorline = #2dae58
|
||||
replacetag = #13bbb7
|
||||
modifier = #f767bb
|
||||
texthighlight = #cf9c0060
|
||||
|
||||
Reference in New Issue
Block a user