Fix issues with the Solarized themes
This commit is contained in:
@@ -27,7 +27,7 @@ licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
|||||||
##
|
##
|
||||||
|
|
||||||
[Base]
|
[Base]
|
||||||
base = #073642
|
base = #002b36
|
||||||
default = #fdf6e3
|
default = #fdf6e3
|
||||||
faded = #eee8d5
|
faded = #eee8d5
|
||||||
red = #dc322f
|
red = #dc322f
|
||||||
@@ -51,12 +51,12 @@ inactive = red
|
|||||||
disabled = faded
|
disabled = faded
|
||||||
|
|
||||||
[Palette]
|
[Palette]
|
||||||
window = #002b36
|
window = #073642
|
||||||
windowtext = default
|
windowtext = default
|
||||||
base = base
|
base = base
|
||||||
alternatebase = #586e75
|
alternatebase = #586e75
|
||||||
text = default
|
text = default
|
||||||
tooltipbase = yellow
|
tooltipbase = yellow:L150
|
||||||
tooltiptext = #002b36
|
tooltiptext = #002b36
|
||||||
button = base
|
button = base
|
||||||
buttontext = default
|
buttontext = default
|
||||||
@@ -75,21 +75,21 @@ errortext = red
|
|||||||
[Syntax]
|
[Syntax]
|
||||||
background = base
|
background = base
|
||||||
text = default
|
text = default
|
||||||
line = default:32
|
line = #073642
|
||||||
link = blue
|
link = blue
|
||||||
headertext = default:D125
|
headertext = blue
|
||||||
headertag = cyan
|
headertag = #657b83
|
||||||
emphasis = blue
|
emphasis = blue
|
||||||
dialog = cyan
|
dialog = cyan
|
||||||
altdialog = cyan
|
altdialog = red
|
||||||
note = cyan:L115
|
note = cyan:D125
|
||||||
hidden = default:D150
|
hidden = default:L200
|
||||||
shortcode = yellow
|
shortcode = blue
|
||||||
keyword = green
|
keyword = green
|
||||||
tag = orange
|
tag = yellow
|
||||||
value = orange
|
value = orange
|
||||||
optional = cyan:L115
|
optional = cyan:D125
|
||||||
spellcheckline = orange
|
spellcheckline = red
|
||||||
errorline = red
|
errorline = red
|
||||||
replacetag = green
|
replacetag = green
|
||||||
modifier = yellow
|
modifier = yellow
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ licenseurl = https://github.com/altercation/solarized/blob/master/LICENSE
|
|||||||
##
|
##
|
||||||
|
|
||||||
[Base]
|
[Base]
|
||||||
base = #eee8d5
|
base = #fdf6e3
|
||||||
default = #002b36
|
default = #002b36
|
||||||
faded = #073642
|
faded = #073642
|
||||||
red = #dc322f
|
red = #dc322f
|
||||||
@@ -51,12 +51,12 @@ inactive = red
|
|||||||
disabled = faded
|
disabled = faded
|
||||||
|
|
||||||
[Palette]
|
[Palette]
|
||||||
window = #fdf6e3
|
window = #eee8d5
|
||||||
windowtext = default
|
windowtext = default
|
||||||
base = base
|
base = base
|
||||||
alternatebase = #93a1a1
|
alternatebase = #93a1a1
|
||||||
text = default
|
text = default
|
||||||
tooltipbase = yellow
|
tooltipbase = yellow:L150
|
||||||
tooltiptext = #002b36
|
tooltiptext = #002b36
|
||||||
button = base
|
button = base
|
||||||
buttontext = default
|
buttontext = default
|
||||||
@@ -75,21 +75,21 @@ errortext = red
|
|||||||
[Syntax]
|
[Syntax]
|
||||||
background = base
|
background = base
|
||||||
text = default
|
text = default
|
||||||
line = default:32
|
line = #eee8d5
|
||||||
link = blue
|
link = blue
|
||||||
headertext = default:L125
|
headertext = blue
|
||||||
headertag = cyan
|
headertag = #657b83
|
||||||
emphasis = blue
|
emphasis = blue
|
||||||
dialog = cyan
|
dialog = cyan
|
||||||
altdialog = cyan
|
altdialog = red
|
||||||
note = cyan:D125
|
note = cyan:D125
|
||||||
hidden = default:L200
|
hidden = default:L200
|
||||||
shortcode = yellow
|
shortcode = blue
|
||||||
keyword = green
|
keyword = green
|
||||||
tag = orange
|
tag = yellow
|
||||||
value = orange
|
value = orange
|
||||||
optional = cyan:D125
|
optional = cyan:D125
|
||||||
spellcheckline = orange
|
spellcheckline = red
|
||||||
errorline = red
|
errorline = red
|
||||||
replacetag = green
|
replacetag = green
|
||||||
modifier = yellow
|
modifier = yellow
|
||||||
|
|||||||
Reference in New Issue
Block a user