github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/static/css/theme-choria-relearn.css (about) 1 /* my-custom-variant */ 2 :root { 3 --MAIN-LINK-color: #66c188; /* link color of content */ 4 --MAIN-LINK-HOVER-color: #66c188; /* hoverd link color of content */ 5 --MAIN-BG-color: #ffffff; /* background color of content */ 6 --MAIN-TEXT-color: #323232; /* text color of content and h1 titles */ 7 --MAIN-TITLES-TEXT-color: #323232; /* text color of h2-h6 titles and transparent box titles */ 8 --MAIN-TITLES-H1-color: #222222; /* text color of h1 titles */ 9 --CODE-BLOCK-color: #e2e4e5; /* fallback text color of block code; should be adjusted to your selected chroma style */ 10 --CODE-BLOCK-BG-color: #282a36; /* fallback background color of block code; should be adjusted to your selected chroma style */ 11 --CODE-BLOCK-BORDER-color: #282a36; /* border color of block code */ 12 --CODE-INLINE-color: #5e5e5e; /* text color of inline code */ 13 --CODE-INLINE-BG-color: #fff7dd; /* background color of inline code */ 14 --CODE-INLINE-BORDER-color: #fbf0cb; /* border color of inline code */ 15 --MENU-HEADER-BG-color: #2a395b; /* background color of menu header */ 16 --MENU-HEADER-BORDER-color: #66c188; /* separator color of menu header */ 17 --MENU-HOME-LINK-color: #e0e0e0; /* home button color if configured */ 18 --MENU-HOME-LINK-HOVER-color: #f0f0f0; /* hoverd home button color if configured */ 19 --MENU-SEARCH-color: #ffffff; /* text and icon color of search box */ 20 --MENU-SEARCH-BG-color: #1b243b; /* background color of search box */ 21 --MENU-SEARCH-BORDER-color: #1b243b; /* border color of search box */ 22 --MENU-SECTIONS-BG-color: #2a395b; /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */ 23 --MENU-SECTIONS-ACTIVE-BG-color: #1b243b; /* background color of the active menu section */ 24 --MENU-SECTIONS-LINK-color: #66c188; /* link color of menu topics */ 25 --MENU-SECTIONS-LINK-HOVER-color: #ffffff; /* hoverd link color of menu topics */ 26 --MENU-SECTION-ACTIVE-CATEGORY-color: #777; /* text color of the displayed menu topic */ 27 --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #ffffff; /* background color of the displayed menu topic */ 28 --MENU-SECTION-HR-color: #20272b; /* separator color of menu footer */ 29 --MENU-VISITED-color: #66c188; /* icon color of visited menu topics if configured */ 30 --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* text color of colored box titles */ 31 --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* background color of colored boxes */ 32 --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* text color of colored box content */ 33 }