From b488242548d48e0f93aa9b8eb5a66efae1900c63 Mon Sep 17 00:00:00 2001 From: Torsten Paul Date: Sat, 20 Dec 2014 17:30:37 +0100 Subject: [PATCH] Swap colors so the bright red is only used for language keywords. --- color-schemes/editor/monokai.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/color-schemes/editor/monokai.json b/color-schemes/editor/monokai.json index 1d6f1b5e..4e072594 100644 --- a/color-schemes/editor/monokai.json +++ b/color-schemes/editor/monokai.json @@ -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",