Lines Matching refs:color

42 	background-color: $background !important;
46 &.alt1 { background-color: $line_alt1_background !important; }
47 &.alt2 { background-color: $line_alt2_background !important; }
51 &.alt1, &.alt2 { background-color: $line_highlighted_background !important; }
52 &.number { color: $line_highlighted_number !important; }
58 color: $caption_color !important;
65 color: $code_plain;
73 color: $gutter_text !important;
78 background-color: $gutter_border_color !important;
79 color: $background !important;
90 color: $toolbar_collapsed_a !important;
95 color: $toolbar_collapsed_a !important;
96 &:hover { color: $toolbar_collapsed_a_hover !important; }
102 color: $toolbar_a !important;
106 color: $toolbar_a !important;
107 &:hover { color: $toolbar_a_hover !important; }
112 .plain, .plain a { color: $code_plain !important; }
113 .comments, .comments a { color: $code_comments !important; }
114 .string, .string a { color: $code_string !important; }
115 .keyword { color: $code_keyword !important; }
116 .preprocessor { color: $code_preprocessor !important; }
117 .variable { color: $code_variable !important; }
118 .value { color: $code_value !important; }
119 .functions { color: $code_functions !important; }
120 .constants { color: $code_constants !important; }
123 color: $code_script !important;
124 background-color: $code_script_background !important;
126 .color1, .color1 a { color: $code_color1 !important; }
127 .color2, .color2 a { color: $code_color2 !important; }
128 .color3, .color3 a { color: $code_color3 !important; }