File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 439439 "display" : " simple"
440440 }
441441 },
442+ "styling" : {
443+ "codeblocks" : {
444+ "theme" : " css-variables"
445+ }
446+ },
442447 "appearance" : {
443448 "default" : " dark" ,
444449 "strict" : true
Original file line number Diff line number Diff line change 11button ~ .absolute .peer-hover\:opacity-100 {
22 color : # 000
3- }
3+ }
4+
5+ : root {
6+ /* Code block colors - Trigger.dark theme */
7+ --mint-color-background : # 121317 ;
8+ --mint-color-text : # D4D4D4 ;
9+ --mint-token-constant : # 9B99FF ;
10+ --mint-token-string : # AFEC73 ;
11+ --mint-token-comment : # 5F6570 ;
12+ --mint-token-keyword : # E888F8 ;
13+ --mint-token-parameter : # CCCBFF ;
14+ --mint-token-function : # D9F07C ;
15+ --mint-token-string-expression : # AFEC73 ;
16+ --mint-token-punctuation : # 878C99 ;
17+ --mint-token-link : # 826DFF ;
18+
19+ /* Shiki css-variables fallbacks */
20+ --shiki-foreground : # D4D4D4 ;
21+ --shiki-background : # 121317 ;
22+ --shiki-token-constant : # 9B99FF ;
23+ --shiki-token-string : # AFEC73 ;
24+ --shiki-token-comment : # 5F6570 ;
25+ --shiki-token-keyword : # E888F8 ;
26+ --shiki-token-parameter : # CCCBFF ;
27+ --shiki-token-function : # D9F07C ;
28+ --shiki-token-string-expression : # AFEC73 ;
29+ --shiki-token-punctuation : # 878C99 ;
30+ --shiki-token-link : # 826DFF ;
31+ }
You can’t perform that action at this time.
0 commit comments