Merge pull request #578 from nullbasis/main
Added new GUI and editor themes
This commit is contained in:
@@ -0,0 +1,28 @@
|
|||||||
|
[Main]
|
||||||
|
name = Solarized Dark
|
||||||
|
author = nullbasis
|
||||||
|
credit = Ethan Schoonover
|
||||||
|
url = https://ethanschoonover.com/solarized/
|
||||||
|
license = MIT
|
||||||
|
licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
||||||
|
|
||||||
|
[Palette]
|
||||||
|
window = 0, 43, 54
|
||||||
|
windowtext = 253, 246, 227
|
||||||
|
base = 7, 54, 66
|
||||||
|
alternatebase = 67, 67, 67
|
||||||
|
text = 253, 246, 227
|
||||||
|
tooltipbase = 133, 153, 0
|
||||||
|
tooltiptext = 0, 43, 54
|
||||||
|
button = 7, 54, 66
|
||||||
|
buttontext = 253, 246, 227
|
||||||
|
brighttext = 253, 246, 227
|
||||||
|
highlight = 42, 161, 152
|
||||||
|
highlightedtext = 0, 43, 54
|
||||||
|
link = 38, 139, 210
|
||||||
|
linkvisited = 38, 139, 210
|
||||||
|
|
||||||
|
[GUI]
|
||||||
|
statusnone = 88, 110, 117
|
||||||
|
statussaved = 42, 161, 152
|
||||||
|
statusunsaved = 203, 75, 22
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
[Main]
|
||||||
|
name = Solarized Light
|
||||||
|
author = nullbasis
|
||||||
|
credit = Ethan Schoonover
|
||||||
|
url = https://ethanschoonover.com/solarized/
|
||||||
|
license = MIT
|
||||||
|
licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
||||||
|
|
||||||
|
[Palette]
|
||||||
|
window = 238, 232, 213
|
||||||
|
windowtext = 0, 43, 54
|
||||||
|
base = 253, 246, 227
|
||||||
|
alternatebase = 238, 232, 213
|
||||||
|
text = 0, 43, 54
|
||||||
|
tooltipbase = 133, 153, 0
|
||||||
|
tooltiptext = 0, 43, 54
|
||||||
|
button = 238, 232, 213
|
||||||
|
buttontext = 0, 43, 54
|
||||||
|
brighttext = 0, 43, 54
|
||||||
|
highlight = 42, 161, 152
|
||||||
|
highlightedtext = 253, 246, 227
|
||||||
|
link = 38, 139, 210
|
||||||
|
linkvisited = 38, 139, 210
|
||||||
|
|
||||||
|
[GUI]
|
||||||
|
statusnone = 88, 110, 117
|
||||||
|
statussaved = 42, 161, 152
|
||||||
|
statusunsaved = 203, 75, 22
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
[Main]
|
||||||
|
name = Solarized Dark
|
||||||
|
author = nullbasis
|
||||||
|
credit = Ethan Schoonover
|
||||||
|
url = https://ethanschoonover.com/solarized/
|
||||||
|
license = MIT
|
||||||
|
licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
||||||
|
|
||||||
|
[Syntax]
|
||||||
|
background = 7, 54, 66
|
||||||
|
text = 253, 246, 227
|
||||||
|
link = 38, 139, 210
|
||||||
|
headertext = 147, 161, 161
|
||||||
|
headertag = 42, 161, 152
|
||||||
|
emphasis = 38, 139, 210
|
||||||
|
straightquotes = 211, 54, 130
|
||||||
|
doublequotes = 42, 161, 152
|
||||||
|
singlequotes = 42, 161, 152
|
||||||
|
hidden = 147, 161, 161
|
||||||
|
keyword = 133, 153, 0
|
||||||
|
value = 203, 75, 22
|
||||||
|
spellcheckline = 203, 75, 22
|
||||||
|
tagerror = 220, 50, 47
|
||||||
|
replacetag = 133, 153, 0
|
||||||
|
modifier = 181, 137, 0
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
[Main]
|
||||||
|
name = Solarized Light
|
||||||
|
author = nullbasis
|
||||||
|
credit = Ethan Schoonover
|
||||||
|
url = https://ethanschoonover.com/solarized/
|
||||||
|
license = MIT
|
||||||
|
licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
||||||
|
|
||||||
|
[Syntax]
|
||||||
|
background = 253, 246, 227
|
||||||
|
text = 0, 43, 54
|
||||||
|
link = 38, 139, 210
|
||||||
|
headertext = 88, 110, 117
|
||||||
|
headertag = 42, 161, 152
|
||||||
|
emphasis = 38, 139, 210
|
||||||
|
straightquotes = 211, 54, 130
|
||||||
|
doublequotes = 42, 161, 152
|
||||||
|
singlequotes = 42, 161, 152
|
||||||
|
hidden = 88, 110, 117
|
||||||
|
keyword = 133, 153, 0
|
||||||
|
value = 203, 75, 22
|
||||||
|
spellcheckline = 203, 75, 22
|
||||||
|
tagerror = 220, 50, 47
|
||||||
|
replacetag = 133, 153, 0
|
||||||
|
modifier = 181, 137, 0
|
||||||
Reference in New Issue
Block a user