Merge pull request #39 from vkbo/themes_fix

Themes Fix
This commit is contained in:
Veronica K. Berglyd Olsen
2019-06-27 22:00:19 +02:00
committed by GitHub
+27 -27
View File
@@ -4,18 +4,18 @@
# Credit: Chris Kempson # Credit: Chris Kempson
## ##
# Colours: # Colours:
# Background = 2d2d2d : 45, 45, 45 # Background = ffffff : 255, 255, 255
# Current Line = 393939 : 57, 57, 57 # Current Line = efefef : 239, 239, 239
# Selection = 515151 : 81, 81, 81 # Selection = d6d6d6 : 214, 214, 214
# Foreground = cccccc : 204, 204, 204 # Foreground = 4d4d4c : 77, 77, 76
# Comment = 999999 : 153, 153, 153 # Comment = 8e908c : 142, 144, 140
# Red = f2777a : 242, 119, 122 # Red = c82829 : 240, 40, 41
# Orange = f99157 : 249, 145, 57 # Orange = f5871f : 245, 135, 31
# Yellow = ffcc66 : 255, 204, 102 # Yellow = eab700 : 234, 183, 0
# Green = 99cc99 : 153, 204, 153 # Green = 718c00 : 113, 140, 0
# Aqua = 66cccc : 102, 204, 204 # Aqua = 3e999f : 62, 153, 159
# Blue = 6699cc : 102, 153, 204 # Blue = 4271ae : 66, 113, 174
# Purple = cc99cc : 204, 153, 204 # Purple = 8959a8 : 137, 89, 168
## ##
[Main] [Main]
@@ -25,18 +25,18 @@ credit = Chris Kempson
url = https://github.com/chriskempson/tomorrow-theme url = https://github.com/chriskempson/tomorrow-theme
[Syntax] [Syntax]
background = 45, 45, 45 background = 255, 255, 255
text = 204, 204, 204 text = 77, 77, 76
link = 102, 153, 204 link = 66, 113, 174
headertext = 102, 153, 204 headertext = 66, 113, 174
headertag = 102, 153, 204 headertag = 66, 113, 174
emphasis = 249, 145, 57 emphasis = 245, 135, 31
straightquotes = 242, 119, 122 straightquotes = 240, 40, 41
doublequotes = 153, 204, 153 doublequotes = 113, 140, 0
singlequotes = 255, 204, 102 singlequotes = 234, 183, 0
hidden = 153, 153, 153 hidden = 142, 144, 140
keyword = 242, 119, 122 keyword = 240, 40, 41
value = 204, 153, 204 value = 137, 89, 168
spellcheckline = 242, 119, 122 spellcheckline = 240, 40, 41
tagerror = 153, 204, 153 tagerror = 113, 140, 0
replacetag = 102, 204, 204 replacetag = 62, 153, 159