diff --git a/editor/gruvbox.json b/editor/gruvbox.json index 34c6f84..128818d 100644 --- a/editor/gruvbox.json +++ b/editor/gruvbox.json @@ -1,7 +1,7 @@ { "name" : "Gruvbox (dark)", "index" : 1310, - "paper" : "#1d2021", + "paper" : "#262626", "text" : "#ebdbb2", "caret" : { "width" : 2, @@ -12,15 +12,15 @@ "keyword1" : "#cc241d", "keyword2" : "#98971a", "keyword3" : "#d79921", - "commentline" : "#1d2021", - "commentdoc" : "#1d2021", + "commentline" : "#a98374", + "commentdoc" : "#a98374", "commentdockeyword" : "#b16286", - "comment" : "#1d2021", + "comment" : "#a98374", "number" : "#458588", "string" : "#b16286", "operator" : "#689d6a", - "variables" : "LightGray", + "variables" : "#a89984", "keywords" : "#cc241d", "transformations" : "#d79921", @@ -31,7 +31,7 @@ "whitespace-foreground" : "#ebdbb2", "selection-foreground" : "#fdf6e3", - "selection-background" : "#1d2021", + "selection-background" : "#a98374", "margin-background" : "#282828", "margin-foreground" : "#ebdbb2", "matched-brace-background" : "#0c4e22", diff --git a/openscad_gruvbox.tar.gz b/openscad_gruvbox.tar.gz index f9ebeeb..b4d1dee 100644 Binary files a/openscad_gruvbox.tar.gz and b/openscad_gruvbox.tar.gz differ