@import "ui-variables"; @base03: #ffffff; @base02: #073642; @base01: #586e75; @base00: #657b83; @base0: #839496; @base1: #93a1a1; @base2: #eee8d5; @base3: #fdf6e3; @yellow: #b58900; @orange: #cb4b16; @red: #dc322f; @magenta: #d33682; @violet: #6c71c4; @blue: #268bd2; @cyan: #2aa198; @green: #859900; .editor-colors { background-color: #ffffff; color: #555555; } .editor { .invisible-character, .indent-guide { color: #eeeeee; } .gutter { background-color: #ffffff; } .gutter .line-number { opacity: 0.3; } .gutter .line-number.folded, .gutter .line-number:after, .fold-marker:after { color: #008080; } .cursor { border-color: #444444; } .selection .region { background-color: #008080; color: #ffffff; } .line-number.cursor-line-no-selection { background-color: #eeeeee; } } .bracket-matcher { background-color: #008080; opacity: 0.4; } .comment { color: #b8b6b1; } .entity { color: #DD1144; } .entity.name.type.class { color: #555555; } .keyword { color: #555555; } .storage.type { color: #445588; } .storage.modifier { color: #008080; } .constant { color: #008080; &.numeric, &.boolean { color: #DD1144; } } .variable { color: #555555; } .delimiter, .brace { color: #555555; } .delimiter.period { color: #008080; } .invalid.deprecated { text-decoration: underline; color: @red; } .invalid.illegal { color: @red; } .string { color: #DD1144; .constant.character.escape { color: @red; } &.regexp { color: #DD1144; .source.ruby.embedded, .string.regexp.arbitrary-repitition { color: @red; } } } .keyword.other.phpdoc { color: #7f7e7a; } .entity.name.tag { color: #445588; } .entity.other.attribute-name { color: #008080; }