|
2 | 2 | * |
3 | 3 | * @project https://github.com/raphamorim/lucario |
4 | 4 | * @author Raphael Amorim <rapha850@gmail.com> |
| 5 | + * |
5 | 6 | */ |
6 | | - |
7 | | -.editor, .editor .gutter { |
8 | | - background-color: #2b3e50; |
9 | | - color: #F8F8F2; |
10 | | -} |
11 | | - |
12 | | -.editor.is-focused .cursor { |
13 | | - border-color: #f8f8f0; |
14 | | -} |
15 | | - |
16 | | -.editor.is-focused .selection .region { |
17 | | - background-color: #19242f; |
18 | | -} |
19 | | - |
20 | | -.editor .gutter .line-number.git-line-added { |
21 | | - border-left: 2px solid #199C4B; |
22 | | -} |
23 | | - |
24 | | -.editor .gutter .line-number.git-line-modified { |
25 | | - border-left: 2px solid #f0cc04; |
26 | | -} |
27 | | - |
28 | | -.editor .gutter .line-number.git-line-removed { |
29 | | - border-left: 2px solid #E94B35; |
30 | | -} |
31 | | - |
32 | | -.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line { |
33 | | - background-color: #243443; |
34 | | -} |
35 | | - |
36 | | -.editor .invisible-character { |
37 | | - color: #666; |
38 | | -} |
39 | | - |
40 | | -.editor .indent-guide { |
41 | | - box-shadow: 1px 0 #444; |
42 | | -} |
43 | | - |
44 | | -.comment { |
45 | | - color: #5c98cd; |
46 | | -} |
47 | | - |
48 | | -.string { |
49 | | - color: #E6DB74; |
50 | | -} |
51 | | - |
52 | | -.editor .gutter .line-number.git-line-modified, |
53 | | -.editor .gutter .line-number.git-line-removed, |
54 | | -.editor .gutter .line-number.git-line-added { |
55 | | - border-left-width: 5px; |
56 | | - padding-left: calc(0.5em - 5px); |
57 | | -} |
58 | | - |
59 | | -.constant.numeric { |
60 | | - color: #ca94ff; |
61 | | -} |
62 | | - |
63 | | -.constant.language { |
64 | | - color: #ca94ff; |
65 | | -} |
66 | | - |
67 | | -.constant.character, .constant.other { |
68 | | - color: #ca94ff; |
69 | | -} |
70 | | - |
71 | | -.variable { |
72 | | -} |
73 | | - |
74 | | -.variable.other.readwrite.instance { |
75 | | - color: #ffab28; |
76 | | -} |
77 | | - |
78 | | -.constant.character.escaped, .constant.character.escape, .string .source, .string .source.ruby { |
79 | | - color: #ca94ff; |
80 | | -} |
81 | | - |
82 | | -.keyword { |
83 | | - color: #ff6541; |
84 | | -} |
85 | | - |
86 | | -.storage { |
87 | | - color: #ff6541; |
88 | | -} |
89 | | - |
90 | | -.storage.type { |
91 | | - font-style: italic; |
92 | | - color: #66D9EF; |
93 | | -} |
94 | | - |
95 | | -.entity.name.class { |
96 | | - text-decoration: underline; |
97 | | - color: #72C05D; |
98 | | -} |
99 | | - |
100 | | -.entity.other.inherited-class { |
101 | | - font-style: italic; |
102 | | - text-decoration: underline; |
103 | | - color: #72C05D; |
104 | | -} |
105 | | - |
106 | | -.entity.name.function { |
107 | | - color: #72C05D; |
108 | | -} |
109 | | - |
110 | | -.variable.parameter { |
111 | | - font-style: italic; |
112 | | - color: #ffab28; |
113 | | -} |
114 | | - |
115 | | -.entity.name.tag { |
116 | | - color: #ff6541; |
117 | | -} |
118 | | - |
119 | | -.entity.other.attribute-name { |
120 | | - color: #72C05D; |
121 | | -} |
122 | | - |
123 | | -.support.function { |
124 | | - color: #8be9fd; |
125 | | -} |
126 | | - |
127 | | -.support.constant { |
128 | | - color: #6be5fd; |
129 | | -} |
130 | | - |
131 | | -.support.type, .support.class { |
132 | | - font-style: italic; |
133 | | - color: #66d9ef; |
134 | | -} |
135 | | - |
136 | | -.support.other.variable { |
137 | | -} |
138 | | - |
139 | | -.invalid { |
140 | | - color: #F8F8F2; |
141 | | - background-color: #19242f; |
142 | | -} |
143 | | - |
144 | | -.invalid.deprecated { |
145 | | - color: #F8F8F2; |
146 | | - background-color: #19242f; |
147 | | -} |
148 | | - |
149 | | -.markup.heading { |
150 | | - color: #72C05D; |
151 | | -} |
152 | | - |
153 | | -.variable.unordered, .variable.ordered { |
154 | | - color: #ffab28; |
155 | | -} |
156 | | - |
157 | | -.markup.bold, .markup.italic { |
158 | | - color: #ff6541; |
159 | | -} |
160 | | - |
161 | | -.markup.raw { |
162 | | - color: #66D9EF; |
163 | | -} |
164 | | - |
165 | | -.punctuation.definition.tag.xml.plist, .constant.name.xml { |
166 | | - color: #f8f8f2; |
167 | | -} |
168 | | - |
169 | | -.editor .wrap-guide { |
170 | | - background-color: #243443; |
171 | | -} |
| 7 | + @import 'styles/editor'; |
0 commit comments