File tree 4 files changed +40
-38
lines changed
4 files changed +40
-38
lines changed Original file line number Diff line number Diff line change
1
+ : root {
2
+ --syntax-keyword : # ff7b72 ;
3
+ --syntax-entity : # d2a8ff ;
4
+ --syntax-constant : # 79c0ff ;
5
+ --syntax-string : # a5d6ff ;
6
+ --syntax-variable : # ffa657 ;
7
+ --syntax-comment : var (--theme-foreground-muted );
8
+ --syntax-entity-tag : # 7ee787 ;
9
+ --syntax-storage-modifier-import : # c9d1d9 ;
10
+ --syntax-markup-heading : # 1f6feb ;
11
+ --syntax-markup-list : # f2cc60 ;
12
+ --syntax-markup-italic : # c9d1d9 ;
13
+ --syntax-markup-bold : # c9d1d9 ;
14
+ --syntax-markup-inserted : # aff5b4 ;
15
+ --syntax-markup-inserted-background : # 033a16 ;
16
+ --syntax-markup-deleted : # ffdcd7 ;
17
+ --syntax-markup-deleted-background : # 67060c ;
18
+ }
Original file line number Diff line number Diff line change
1
+ : root {
2
+ --syntax-keyword : # d73a49 ;
3
+ --syntax-entity : # 6f42c1 ;
4
+ --syntax-constant : # 005cc5 ;
5
+ --syntax-string : # 032f62 ;
6
+ --syntax-variable : # e36209 ;
7
+ --syntax-comment : var (--theme-foreground-muted );
8
+ --syntax-entity-tag : # 22863a ;
9
+ --syntax-storage-modifier-import : # 24292e ;
10
+ --syntax-markup-heading : # 005cc5 ;
11
+ --syntax-markup-list : # 735c0f ;
12
+ --syntax-markup-italic : # 24292e ;
13
+ --syntax-markup-bold : # 24292e ;
14
+ --syntax-markup-inserted : # 22863a ;
15
+ --syntax-markup-inserted-background : # f0fff4 ;
16
+ --syntax-markup-deleted : # b31d28 ;
17
+ --syntax-markup-deleted-background : # ffeef0 ;
18
+ }
Original file line number Diff line number Diff line change
1
+ @import url ("./syntax-dark.css" );
2
+
1
3
: root {
2
4
--theme-foreground : rgb (223 , 223 , 214 );
3
5
--theme-background : rgb (31 , 31 , 31 );
10
12
--theme-foreground-focus : oklch (0.712564 0.257662 265.758 );
11
13
color-scheme : dark;
12
14
}
13
-
14
- : root {
15
- --syntax-keyword : # ff7b72 ;
16
- --syntax-entity : # d2a8ff ;
17
- --syntax-constant : # 79c0ff ;
18
- --syntax-string : # a5d6ff ;
19
- --syntax-variable : # ffa657 ;
20
- --syntax-comment : var (--theme-foreground-muted );
21
- --syntax-entity-tag : # 7ee787 ;
22
- --syntax-storage-modifier-import : # c9d1d9 ;
23
- --syntax-markup-heading : # 1f6feb ;
24
- --syntax-markup-list : # f2cc60 ;
25
- --syntax-markup-italic : # c9d1d9 ;
26
- --syntax-markup-bold : # c9d1d9 ;
27
- --syntax-markup-inserted : # aff5b4 ;
28
- --syntax-markup-inserted-background : # 033a16 ;
29
- --syntax-markup-deleted : # ffdcd7 ;
30
- --syntax-markup-deleted-background : # 67060c ;
31
- }
Original file line number Diff line number Diff line change
1
+ @import url ("./syntax-light.css" );
2
+
1
3
: root {
2
4
--theme-foreground : rgb (27 , 30 , 35 );
3
5
--theme-background : rgb (255 , 255 , 255 );
10
12
--theme-foreground-focus : # 3b5fc0 ;
11
13
color-scheme : light;
12
14
}
13
-
14
- : root {
15
- --syntax-keyword : # d73a49 ;
16
- --syntax-entity : # 6f42c1 ;
17
- --syntax-constant : # 005cc5 ;
18
- --syntax-string : # 032f62 ;
19
- --syntax-variable : # e36209 ;
20
- --syntax-comment : var (--theme-foreground-muted );
21
- --syntax-entity-tag : # 22863a ;
22
- --syntax-storage-modifier-import : # 24292e ;
23
- --syntax-markup-heading : # 005cc5 ;
24
- --syntax-markup-list : # 735c0f ;
25
- --syntax-markup-italic : # 24292e ;
26
- --syntax-markup-bold : # 24292e ;
27
- --syntax-markup-inserted : # 22863a ;
28
- --syntax-markup-inserted-background : # f0fff4 ;
29
- --syntax-markup-deleted : # b31d28 ;
30
- --syntax-markup-deleted-background : # ffeef0 ;
31
- }
You can’t perform that action at this time.
0 commit comments