Update existing matched GUI and syntax themes
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[Main]
|
||||
name = Dracula
|
||||
mode = dark
|
||||
description = A dark theme with bright colours
|
||||
author = Veronica Berglyd Olsen (adaptation)
|
||||
credit = Zeno Rocha
|
||||
@@ -9,9 +10,10 @@ licenseurl = https://github.com/dracula/dracula-theme/blob/main/LICENSE
|
||||
|
||||
##
|
||||
# Colours:
|
||||
# See: https://spec.draculatheme.com/
|
||||
# Background = 282a36 : 40, 42, 54
|
||||
# Foreground = f8f8f2 : 248, 248, 242
|
||||
# Current Line = 44475A : 68, 71, 90
|
||||
# Current Line = 44475a : 68, 71, 90
|
||||
# Comment = 6272a4 : 98, 114, 164
|
||||
# Cyan = 8be9fd : 139, 233, 253
|
||||
# Green = 50fa7b : 80, 250, 123
|
||||
@@ -22,43 +24,65 @@ licenseurl = https://github.com/dracula/dracula-theme/blob/main/LICENSE
|
||||
# Yellow = f1fa8c : 241, 250, 140
|
||||
##
|
||||
|
||||
[Icons]
|
||||
default = 230, 230, 224
|
||||
faded = 98, 114, 164
|
||||
red = 255, 85, 85
|
||||
orange = 255, 184, 108
|
||||
yellow = 241, 250, 140
|
||||
green = 80, 250, 123
|
||||
aqua = 139, 233, 253
|
||||
blue = 147, 207, 249
|
||||
purple = 189, 147, 249
|
||||
[Base]
|
||||
default = #e6e6e0
|
||||
faded = #6272a4
|
||||
red = #ff5555
|
||||
orange = #ffb86c
|
||||
yellow = #f1fa8c
|
||||
green = #50fa7b
|
||||
aqua = #8be9fd
|
||||
blue = #93cff9
|
||||
purple = #bd93f9
|
||||
|
||||
[Project]
|
||||
root = 189, 147, 249
|
||||
folder = 241, 250, 140
|
||||
file = 230, 230, 224
|
||||
title = 80, 250, 123
|
||||
chapter = 255, 85, 85
|
||||
scene = 139, 233, 253
|
||||
note = 241, 250, 140
|
||||
root = #bd93f9
|
||||
folder = #f1fa8c
|
||||
file = #e6e6e0
|
||||
title = #50fa7b
|
||||
chapter = #ff5555
|
||||
scene = #8be9fd
|
||||
note = #f1fa8c
|
||||
|
||||
[Palette]
|
||||
window = 68, 71, 90
|
||||
windowtext = 248, 248, 242
|
||||
base = 40, 42, 54
|
||||
alternatebase = 51, 54, 69
|
||||
text = 248, 248, 242
|
||||
tooltipbase = 241, 250, 140
|
||||
tooltiptext = 40, 42, 54
|
||||
button = 80, 83, 105
|
||||
buttontext = 248, 248, 242
|
||||
brighttext = 68, 71, 90
|
||||
highlight = 166, 129, 218
|
||||
highlightedtext = 248, 248, 242
|
||||
link = 139, 233, 253
|
||||
linkvisited = 139, 233, 253
|
||||
window = #44475a
|
||||
windowtext = #f8f8f2
|
||||
base = #282a36
|
||||
alternatebase = #333645
|
||||
text = #f8f8f2
|
||||
tooltipbase = #f1fa8c
|
||||
tooltiptext = #282a36
|
||||
button = #505369
|
||||
buttontext = #f8f8f2
|
||||
brighttext = #44475a
|
||||
highlight = #a681da
|
||||
highlightedtext = #f8f8f2
|
||||
link = #8be9fd
|
||||
linkvisited = #8be9fd
|
||||
|
||||
[GUI]
|
||||
helptext = 204, 172, 249
|
||||
fadedtext = 98, 114, 164
|
||||
errortext = 255, 85, 85
|
||||
helptext = #ccacf9
|
||||
fadedtext = #6272a4
|
||||
errortext = #ff5555
|
||||
|
||||
[Syntax]
|
||||
background = #282a36
|
||||
text = #f8f8f2
|
||||
link = #ff79c6
|
||||
headertext = #bd93f9
|
||||
headertag = #bd93f9a0
|
||||
emphasis = #ffb86c
|
||||
dialog = #50fa7b
|
||||
altdialog = #f1fa8c
|
||||
note = #ffcce9
|
||||
hidden = #6272a4
|
||||
shortcode = #8be9fd
|
||||
keyword = #ff79c6
|
||||
tag = #ffb86c
|
||||
value = #ffb86c
|
||||
optional = #50fa7b
|
||||
spellcheckline = #ff5555
|
||||
errorline = #50fa7b
|
||||
replacetag = #f1fa8c
|
||||
modifier = #8be9fd
|
||||
texthighlight = #f1fa8c60
|
||||
|
||||
Reference in New Issue
Block a user