66@import "chroma-splunk-light.css" ;
77
88: root {
9- --MAIN-TEXT-color : # 323232 ;
10- /* Color of text by default */
11- --MAIN-TITLES-TEXT-color : # 5e5e5e ;
12- /* Color of titles h2-h3-h4-h5-h6 */
13- --MAIN-TITLES-H1-color : # 222222 ;
14- /* text color of h1 titles */
15- --MAIN-LINK-color : # e20082 ;
16- /* Color of links */
9+ --PRIMARY-color : # e20082 ;
10+ /* brand primary color */
11+ --SECONDARY-color : # e20082 ;
12+ /* brand secondary color */
13+ --ACCENT-color : # ff88ff ;
14+ /* brand accent color, used for search highlights */
15+
16+ --MAIN-TEXT-color : # 101010 ;
17+ /* text color of content and h1 titles */
1718 --MAIN-LINK-HOVER-color : # e20082 ;
18- /* Color of hovered links */
19+ /* hovered link color of content */
1920 --MAIN-BG-color : # ffffff ;
20- /* color of text by default */
21+ /* background color of content */
22+ --MAIN-TITLES-TEXT-color : # 4a4a4a ;
23+ /* text color of h2-h6 titles and transparent box titles */
2124
22- /* adjusted to relearn-dark chroma style */
25+ /* adjusted to relearn-light chroma style */
2326 --CODE-BLOCK-color : # 000000 ;
2427 /* fallback text color of block code; should be adjusted to your selected chroma style */
25- --CODE-BLOCK-BG-color : # 9b9b9b ;
26- /* fallback color for code background */
27- --CODE-BLOCK-BORDER-color : # ffffff ;
28- /* color of block code border */
28+ --CODE-BLOCK-BG-color : # f8f8f8 ;
29+ /* fallback background color of block code; should be adjusted to your selected chroma style */
30+ --CODE-BLOCK-BORDER-color : # d8d8d8 ;
31+ /* border color of block code */
2932
3033 --CODE-INLINE-color : # 5e5e5e ;
31- /* color for inline code text */
32- --CODE-INLINE-BG-color : # e1e1e1 ;
33- /* color for inline code background */
34+ /* text color of inline code */
35+ --CODE-INLINE-BG-color : # fffae9 ;
36+ /* background color of inline code */
3437 --CODE-INLINE-BORDER-color : # f8e8c8 ;
35- /* color of inline code border */
38+ /* border color of inline code */
39+
40+ --BROWSER-theme : light;
41+ /* name of the theme for browser scrollbars of the main section */
42+ --MERMAID-theme : default;
43+ /* name of the default Mermaid theme for this variant, can be overridden in config.toml */
44+ --SWAGGER-theme : light;
45+ /* name of the default Swagger theme for this variant, can be overridden in config.toml */
3646
3747 --MENU-HOME-LINK-color : # ffffff ;
38- /* Color of the home button text */
48+ /* home button color if configured */
3949 --MENU-HOME-LINK-HOVER-color : # e20082 ;
40- /* Color of the hovered home button text */
50+ /* hovered home button color if configured */
4151
42- --MENU-HEADER-BG-color : # e20082 ;
43- /* Background color of menu header */
4452 --MENU-HEADER-BORDER-color : # 000000 ;
45- /*Color of menu header border */
46-
47- --MENU-SEARCH-color : # ffffff ;
48- /* Color of search field text */
49- --MENU-SEARCH-BG-color : # e20082 ;
50- /* Search field background color (by default borders + icons) */
51- --MENU-SEARCH-BORDER-color : # f9f9f9 ;
52- /* Override search field border color */
53+ /* border color of the menu header */
5354
54- --MENU-SECTIONS-ACTIVE-BG-color : # 2b2020 ;
55- /* Background color of the active section and its children */
56- --MENU-SECTIONS-BG-color : # 312525 ;
57- /* Background color of other sections */
58- --MENU-SECTIONS-LINK-color : # ccc ;
59- /* Color of links in menu */
60- --MENU-SECTIONS-LINK-HOVER-color : # e6e6e6 ;
61- /* Color of links in menu, when hovered */
62- --MENU-SECTION-ACTIVE-CATEGORY-color : # 777 ;
63- /* Color of active category text */
64- --MENU-SECTION-ACTIVE-CATEGORY-BG-color : # fff ;
65- /* Color of background for the active category (only) */
55+ --MENU-SEARCH-color : # e0e0e0 ;
56+ /* text and icon color of search box */
57+ --MENU-SEARCH-BG-color : # 323232 ;
58+ /* background color of search box */
59+ --MENU-SEARCH-BORDER-color : # e0e0e0 ;
60+ /* border color of search box */
6661
67- --MENU-VISITED-color : # e20082 ;
68- /* Color of 'page visited' icons in menu */
69- --MENU-SECTION-HR-color : # 2b2020 ;
70- /* Color of <hr> separator in menu */
62+ --MENU-SECTIONS-BG-color : # 282828 ;
63+ /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
64+ --MENU-SECTIONS-ACTIVE-BG-color : rgba (0 , 0 , 0 , .166 );
65+ /* background color of the active menu section */
66+ --MENU-SECTIONS-LINK-color : # bababa ;
67+ /* link color of menu topics */
68+ --MENU-SECTIONS-LINK-HOVER-color : # ffffff ;
69+ /* hovered link color of menu topics */
70+ --MENU-SECTION-ACTIVE-CATEGORY-color : # 444444 ;
71+ /* text color of the displayed menu topic */
72+ --MENU-SECTION-HR-color : # 606060 ;
73+ /* separator color of menu footer */
7174
72- /* base styling for boxes */
7375 --BOX-CAPTION-color : rgba (255 , 255 , 255 , 1 );
74- /* color of the title text */
76+ /* text color of colored box titles */
7577 --BOX-BG-color : rgba (255 , 255 , 255 , .833 );
76- /* color of the content background */
78+ /* background color of colored boxes */
7779 --BOX-TEXT-color : rgba (16 , 16 , 16 , 1 );
78- /* fixed color of the content text */
80+ /* text color of colored box content */
7981}
0 commit comments