File tree Expand file tree Collapse file tree 1 file changed +58
-1
lines changed Expand file tree Collapse file tree 1 file changed +58
-1
lines changed Original file line number Diff line number Diff line change 99}
1010
1111.null {
12- color : red ;
12+ color : # A52A2A ;
1313}
1414
1515.bool {
@@ -122,3 +122,60 @@ h1 {
122122 font-family : monospace;
123123 color : # A52A2A ;
124124}
125+
126+ /* Tomorrow Night theme */
127+ @media (prefers-color-scheme : dark) {
128+ body {
129+ background-color : # 27292C ;
130+ color : # D7DAD8 ;
131+ }
132+
133+ a {
134+ color : # 4c9edd ;
135+ }
136+ a : visited {
137+ color : # b678c7 ;
138+ }
139+
140+ .bool {
141+ color : # 92B2CA ;
142+ }
143+
144+ .num {
145+ color : # 92B2CA ;
146+ }
147+
148+ .null {
149+ color : # D77C78 ;
150+ }
151+
152+ .callback {
153+ color : # D77C78 ;
154+ }
155+
156+ .string {
157+ color : # C2C77B ;
158+ }
159+
160+ # error {
161+ border-bottom : 1px solid rgb (61 , 61 , 61 );
162+ background-color : rgb (37 , 37 , 37 );
163+ margin-bottom : 1.5em ;
164+ padding : 1em .5em ;
165+ }
166+
167+ .errormessage {
168+ font-family : monospace;
169+ margin-top : .5em ;
170+ color : rgb (212 , 10 , 10 );
171+ }
172+
173+ .errorcolumn {
174+ background-color : rgb (212 , 10 , 10 );
175+ color : white;
176+ }
177+
178+ .errorline {
179+ background-color : rgb (32 , 29 , 29 );
180+ }
181+ }
You can’t perform that action at this time.
0 commit comments