File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1010
1111// Map each color to the list of syntax highlighter tokens that use it
1212$syntax-tokens-for-color : (
13+ addition : (
14+ addition,
15+ ),
1316 comments : (
1417 comment,
1518 quote
1619 ),
20+ deletion : (
21+ deletion,
22+ ),
1723 keywords : (
1824 keyword,
1925 literal,
Original file line number Diff line number Diff line change 142142 --color-step-focused : var (--color-figure-light-gray );
143143 --color-step-text : var (--color-figure-gray-secondary );
144144 --color-svg-icon : #{light-color (figure-gray-secondary )} ;
145+ --color-syntax-addition : var (--color-figure-green );
145146 --color-syntax-attributes : rgb (148 , 113 , 0 );
146147 --color-syntax-characters : rgb (39 , 42 , 216 );
147148 --color-syntax-comments : rgb (112 , 127 , 140 );
149+ --color-syntax-deletion : var (--color-figure-red );
148150 --color-syntax-documentation-markup : rgb (80 , 99 , 117 );
149151 --color-syntax-documentation-markup-keywords : rgb (80 , 99 , 117 );
150152 --color-syntax-heading : rgb (186 , 45 , 162 );
You can’t perform that action at this time.
0 commit comments