File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ edition = "2018"
99
1010[output .html ]
1111mathjax-support = true
12+ additional-css = [" orange.css" ]
13+ additional-theme = [" Orange" ]
1214
1315[output .html .playground ]
1416editable = true
Original file line number Diff line number Diff line change 1+ .orange {
2+ --bg : # f6f6ef ;
3+ --fg : Black;
4+
5+ --sidebar-bg : # ff6600 ;
6+ --sidebar-fg : Black;
7+ --sidebar-non-existant : color-mix (in srgb, var (--sidebar-bg ) 75% , Black);
8+ --sidebar-active : White;
9+ --sidebar-spacer : color-mix (in srgb, var (--sidebar-bg ) 95% , Black);
10+
11+ --scrollbar : # 8F8F8F ;
12+
13+ --icons : # 747474 ;
14+ --icons-hover : # 000000 ;
15+
16+ --links : # 828282 ;
17+
18+ --inline-code-color : Black
19+
20+ --theme-popup-bg: # fafafa ;
21+ --theme-popup-border : # cccccc ;
22+ --theme-hover : # e6e6e6 ;
23+
24+ --quote-bg : # e9e9ed ;
25+ --quote-border : # 8f8f9d ;
26+
27+ --table-border-color : hsl (0 , 0% , 95% );
28+ --table-header-bg : hsl (0 , 0% , 80% );
29+ --table-alternate-bg : hsl (0 , 0% , 97% );
30+
31+ --searchbar-border-color : # aaa ;
32+ --searchbar-bg : # fafafa ;
33+ --searchbar-fg : # 000 ;
34+ --searchbar-shadow-color : # aaa ;
35+ --searchresults-header-fg : # 666 ;
36+ --searchresults-border-color : # 888 ;
37+ --searchresults-li-bg : # e4f2fe ;
38+ --search-mark-bg : # a2cff5 ;
39+ }
You can’t perform that action at this time.
0 commit comments