Swap colors so the bright red is only used for language keywords.

master
Torsten Paul 2014-12-20 17:30:37 +01:00
parent a603afb767
commit b488242548
1 changed files with 3 additions and 3 deletions

View File

@ -9,16 +9,16 @@
"line-background" : "#49483e"
},
"colors" : {
"keyword1" : "#66d9ef",
"keyword1" : "#f92672",
"keyword2" : "#a6e22e",
"keyword3" : "#f92672",
"keyword3" : "#66d9ef",
"comment" : "#75715e",
"commentline" : "#75715e",
"commentdoc" : "#75715e",
"commentdockeyword" : "#7b9a3c",
"number" : "#ae81ff",
"string" : "#e6db74",
"operator" : "#f92672",
"operator" : "#f8f8f2",
"whitespace-background" : "#272822",
"whitespace-foreground" : "#f8f8f2",
"selection-foreground" : "#272822",