diff --git a/BLACKHOLE.sublime-color-scheme b/BLACKHOLE.sublime-color-scheme index 95190f5..3720e4d 100644 --- a/BLACKHOLE.sublime-color-scheme +++ b/BLACKHOLE.sublime-color-scheme @@ -3,7 +3,7 @@ "author": "ESSENTIAL KAOS, Anton Novojilov", "variables": { - "highlighted": "#FFFFFF", + "highlighted": "#FFF", "string": "#D6BD0A", "entity": "#7294AF", "punctuation": "color(var(highlighted) alpha(0.7))", @@ -20,10 +20,11 @@ "foreground": "#F3F3F3", "background": "#141414", "caret": "#4DBAE2", - "gutter": "#111111", - "gutter_foreground": "#444444", - "invisibles": "color(#FFFFFF alpha(0.30))", - "line_highlight": "color(#FFFFFF alpha(0.10))", + "gutter": "#111", + "rulers": "#333", + "gutter_foreground": "#444", + "invisibles": "color(#FFF alpha(0.30))", + "line_highlight": "color(#FFF alpha(0.10))", "line_diff_width": "2", "line_diff_added": "color(#8AE234 alpha(0.5))", "line_diff_modified": "color(#D6BD0A alpha(0.5))", @@ -35,14 +36,14 @@ "fold_marker": "#FFCA1C", "misspelling": "#E2544D", "highlight": "#81BCD1", - "find_highlight_foreground": "#444444", - "find_highlight": "#EEEEEE", + "find_highlight_foreground": "#444", + "find_highlight": "#EEE", "brackets_options": "bold", - "brackets_foreground": "#FFFFFF", + "brackets_foreground": "#FFF", "bracket_contents_options": "bold", - "bracket_contents_foreground": "#FFFFFF", + "bracket_contents_foreground": "#FFF", "tags_options": "stippled_underline", - "shadow": "color(#000000 alpha(0.35))", + "shadow": "color(#000 alpha(0.35))", "shadow_width": "30px" }, "rules": @@ -147,7 +148,7 @@ { "name": "Invalid", "scope": "invalid", - "foreground": "#111111", + "foreground": "#111", "background": "#E5443B" }, { @@ -229,18 +230,18 @@ { "name": "Markup Blockquote", "scope": "markup.quote punctuation.definition.blockquote", - "foreground": "#666666", + "foreground": "#666", "font_style": "bold" }, { "name": "Markup Bullets", "scope": "markup.list.numbered.bullet", - "foreground": "#999999" + "foreground": "#999" }, { "name": "Markup Bullets", "scope": "markup.list.unnumbered.bullet | (markup.list.numbered punctuation.definition)", - "foreground": "#999999" + "foreground": "#999" }, { "name": "Markup Code", @@ -326,7 +327,7 @@ { "name": "YAML Start/End", "scope": "entity.other.document.begin, entity.other.document.end", - "foreground": "#888888" + "foreground": "#888" }, { "name": "YAML Sequence", @@ -455,7 +456,7 @@ }, { "scope": "markup.highlight.text.lsp", - "foreground": "#777777" + "foreground": "#777" } ] }