File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
// Map each color to the list of syntax highlighter tokens that use it
12
12
$syntax-tokens-for-color : (
13
+ addition : (
14
+ addition,
15
+ ),
13
16
comments : (
14
17
comment,
15
18
quote
16
19
),
20
+ deletion : (
21
+ deletion,
22
+ ),
17
23
keywords : (
18
24
keyword,
19
25
literal,
Original file line number Diff line number Diff line change 142
142
--color-step-focused : var (--color-figure-light-gray );
143
143
--color-step-text : var (--color-figure-gray-secondary );
144
144
--color-svg-icon : #{light-color (figure-gray-secondary )} ;
145
+ --color-syntax-addition : var (--color-figure-green );
145
146
--color-syntax-attributes : rgb (148 , 113 , 0 );
146
147
--color-syntax-characters : rgb (39 , 42 , 216 );
147
148
--color-syntax-comments : rgb (112 , 127 , 140 );
149
+ --color-syntax-deletion : var (--color-figure-red );
148
150
--color-syntax-documentation-markup : rgb (80 , 99 , 117 );
149
151
--color-syntax-documentation-markup-keywords : rgb (80 , 99 , 117 );
150
152
--color-syntax-heading : rgb (186 , 45 , 162 );
You can’t perform that action at this time.
0 commit comments