Update existing matched GUI and syntax themes
This commit is contained in:
@@ -1,48 +1,71 @@
|
||||
[Main]
|
||||
name = Cyberpunk Night
|
||||
mode = dark
|
||||
description = A taste of the future 80s
|
||||
author = Anders Lemvigh
|
||||
url = https://github.com/alemvigh
|
||||
license = CC BY-SA 4.0
|
||||
licenseurl = https://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
||||
[Icons]
|
||||
default = 136, 136, 136
|
||||
faded = 97, 97, 97
|
||||
red = 242, 72, 23
|
||||
orange = 255, 150, 10
|
||||
yellow = 255, 255, 0
|
||||
green = 0, 255, 0
|
||||
aqua = 0, 255, 255
|
||||
blue = 77, 77, 255
|
||||
purple = 50, 0, 180
|
||||
[Base]
|
||||
default = #888888
|
||||
faded = #616161
|
||||
red = #f24817
|
||||
orange = #ff960a
|
||||
yellow = #ffff00
|
||||
green = #00ff00
|
||||
aqua = #00ffff
|
||||
blue = #4d4dff
|
||||
purple = #320064
|
||||
|
||||
[Project]
|
||||
root = 77, 77, 255
|
||||
folder = 255, 255, 0
|
||||
file = 136, 136, 136
|
||||
title = 0, 255, 0
|
||||
chapter = 242, 72, 23
|
||||
scene = 77, 77, 255
|
||||
note = 255, 255, 0
|
||||
root = #4d4dff
|
||||
folder = #ffff00
|
||||
file = #888888
|
||||
title = #00ff00
|
||||
chapter = #f24817
|
||||
scene = #4d4dff
|
||||
note = #ffff00
|
||||
|
||||
[Palette]
|
||||
window = 0, 0, 0
|
||||
windowtext = 150, 150, 150
|
||||
base = 0, 0, 0
|
||||
alternatebase = 40, 40, 40
|
||||
text = 150, 150, 150
|
||||
tooltipbase = 40, 20, 70
|
||||
tooltiptext = 255, 255, 255
|
||||
button = 5, 0, 10
|
||||
buttontext = 150, 150, 150
|
||||
brighttext = 255, 255, 255
|
||||
highlight = 50, 30, 80
|
||||
highlightedtext = 255, 255, 255
|
||||
link = 77, 77, 255
|
||||
linkvisited = 50, 0, 80
|
||||
window = #000000
|
||||
windowtext = #969696
|
||||
base = #000000
|
||||
alternatebase = #282828
|
||||
text = #969696
|
||||
tooltipbase = #281446
|
||||
tooltiptext = #ffffff
|
||||
button = #05000a
|
||||
buttontext = #969696
|
||||
brighttext = #ffffff
|
||||
highlight = #321e50
|
||||
highlightedtext = #ffffff
|
||||
link = #4d4dff
|
||||
linkvisited = #320050
|
||||
|
||||
[GUI]
|
||||
helptext = 97, 97, 97
|
||||
fadedtext = 97, 97, 97
|
||||
errortext = 242, 72, 23
|
||||
helptext = #616161
|
||||
fadedtext = #616161
|
||||
errortext = #f24817
|
||||
|
||||
[Syntax]
|
||||
background = #000000
|
||||
text = #969696
|
||||
link = #4d4dff
|
||||
headertext = #ffffff
|
||||
headertag = #320064
|
||||
emphasis = #00ffff
|
||||
dialog = #00ff00
|
||||
altdialog = #008cff
|
||||
note = #969696
|
||||
hidden = #4d4d64
|
||||
shortcode = #ffff00
|
||||
keyword = #ff64ff
|
||||
tag = #ff960a
|
||||
value = #ff960a
|
||||
spellcheckline = #f24817
|
||||
errorline = #bada04
|
||||
replacetag = #0000b4
|
||||
modifier = #908eb0
|
||||
optional = #b4b4b4
|
||||
texthighlight = #ffff8460
|
||||
|
||||
Reference in New Issue
Block a user