1 @import "syntax-variables";
3 atom-text-editor, :host {
4 background-color: @syntax-background-color;
5 color: @syntax-text-color;
8 background-color: @syntax-wrap-guide-color;
12 color: @syntax-indent-guide-color;
15 .invisible-character {
16 color: @syntax-invisible-character-color;
20 background-color: @syntax-gutter-background-color;
21 color: @syntax-gutter-text-color;
25 background-color: @syntax-gutter-background-color-selected;
26 color: @syntax-gutter-text-color-selected;
29 &.cursor-line-no-selection {
30 color: @syntax-gutter-text-color-selected;
35 .gutter .line-number.folded,
36 .gutter .line-number:after,
42 color: @syntax-text-color;
46 color: @syntax-cursor-color;
50 background-color: @syntax-selection-color;
54 atom-text-editor .search-results .marker .region,
55 :host .search-results .marker .region {
56 background-color: transparent;
57 border: 1px solid @syntax-result-marker-color;
60 atom-text-editor .search-results .marker.current-result .region,
61 :host .search-results .marker.current-result .region {
62 border: 1px solid @syntax-result-marker-color-selected;
72 text-decoration: underline;
75 &.other.inherited-class {
88 color: @syntax-text-color;
91 &.other.special-method {
128 color: darken(@red, 10%);
131 &.parameter.function {
132 color: @syntax-text-color;
137 background-color: @red;
138 color: @syntax-background-color;
148 .source.ruby.embedded {
168 color: @syntax-text-color;
177 color: @light-orange;
188 color: darken(@red, 10%);
195 color: @light-orange;
212 &.name.class, &.name.type.class {
213 color: @light-orange;
222 text-decoration: underline;
225 &.other.attribute-name {
236 color: @light-orange;
252 background-color: @gray;
253 color: @syntax-text-color;
258 color: @syntax-text-color;
280 &.heading .punctuation.definition.heading {
301 .source.gfm .markup {
302 -webkit-font-smoothing: auto;
308 atom-text-editor[mini] .scroll-view,
309 :host([mini]) .scroll-view {