github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/static/css/theme-zen-dark.css (about)

     1  :root {
     2      --PRIMARY-color: rgba( 47, 129, 235, 1 ); /* brand primary color */
     3      --SECONDARY-color: rgba( 47, 129, 235, 1 ); /* brand secondary color */
     4  
     5      --MAIN-TOPBAR-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color between topbar and content */
     6      --MAIN-LINK-HOVER-color: rgb(112, 174, 245); /* hovered link color of content */
     7      --MAIN-BG-color: rgba( 32, 32, 32, 1 ); /* background color of content */
     8      --MAIN-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of content and h1 titles */
     9      --MAIN-TITLES-TEXT-color: rgba( 255, 255, 255, 1 ); /* text color of h2-h6 titles and transparent box titles */
    10  
    11      --CODE-theme: relearn-dark; /* name of the chroma stylesheet file */
    12      --CODE-BLOCK-color: rgba( 248, 248, 242, 1 ); /* fallback text color of block code; should be adjusted to your selected chroma style */
    13      --CODE-BLOCK-BG-color: rgba( 43, 43, 43, 1 ); /* fallback background color of block code; should be adjusted to your selected chroma style */
    14      --CODE-BLOCK-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color of block code */
    15      --CODE-INLINE-color: rgba( 130, 229, 80, 1 ); /* text color of inline code */
    16      --CODE-INLINE-BG-color: rgba( 45, 45, 45, 1 ); /* background color of inline code */
    17      --CODE-INLINE-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color of inline code */
    18  
    19      --BROWSER-theme: dark; /* name of the theme for browser scrollbars of the main section */
    20      --MERMAID-theme: dark; /* name of the default Mermaid theme for this variant, can be overridden in hugo.toml */
    21      --OPENAPI-theme: dark; /* name of the default OpenAPI theme for this variant, can be overridden in hugo.toml */
    22      --OPENAPI-CODE-theme: obsidian; /* name of the default OpenAPI code theme for this variant, can be overridden in hugo.toml */
    23  
    24      --MENU-BORDER-color: rgba( 71, 71, 71, 1 ); /* border color between menu and content */
    25      --MENU-TOPBAR-BORDER-color: rgba( 39, 39, 39, 1 ); /* separator color of vertical line between menu and topbar */
    26      --MENU-TOPBAR-SEPARATOR-color: rgba( 71, 71, 71, 1 ); /* separator color of vertical line between menu and topbar */
    27      --MENU-HEADER-BG-color: transparent; /* background color of menu header */
    28      --MENU-HEADER-BORDER-color: transparent; /* border color between menu header and menu */
    29      --MENU-HEADER-SEPARATOR-color: rgba( 71, 71, 71, .66 ); /* separator color between menu header and menu */
    30  
    31      --MENU-HOME-LINK-color: rgba( 224, 224, 224, 1 ); /* home button color if configured */
    32      --MENU-HOME-LINK-HOVER-color: rgba( 47, 129, 235, 1 ); /* hovered home button color if configured */
    33  
    34      --MENU-SEARCH-color: rgba( 47, 129, 235, 1 ); /* text and icon color of search box */
    35      --MENU-SEARCH-BG-color: rgba( 32, 32, 32, 1 ); /* background color of search box */
    36      --MENU-SEARCH-BORDER-color: rgba( 71, 71, 71, .66 ); /* border color of search box */
    37  
    38      --MENU-SECTIONS-BG-color: rgba( 39, 39, 39, 1 ); /* background of the menu; this is NOT just a color value but can be a complete CSS background definition including gradients, etc. */
    39      --MENU-SECTIONS-ACTIVE-BG-color: transparent; /* background color of the active menu section */
    40      --MENU-SECTIONS-LINK-color: rgba( 224, 224, 224, .75 ); /* link color of menu topics */
    41      --MENU-SECTIONS-LINK-HOVER-color: rgba( 47, 129, 235, 1 ); /* hoverd link color of menu topics */
    42      --MENU-SECTION-ACTIVE-CATEGORY-color: rgba( 47, 129, 235, 1 ); /* text color of the displayed menu topic */
    43      --MENU-SECTION-ACTIVE-CATEGORY-BG-color: rgba( 32, 32, 32, 1 ); /* background color of the displayed menu topic */
    44      --MENU-SECTION-SEPARATOR-color: rgba( 71, 71, 71, .66 ); /* separator color between menu sections and menu footer */
    45  
    46      --BOX-CAPTION-color: rgba( 240, 240, 240, 1 ); /* text color of colored box titles */
    47      --BOX-BG-color: rgba( 20, 20, 20, 1 ); /* background color of colored boxes */
    48      --BOX-TEXT-color: rgba( 224, 224, 224, 1 ); /* text color of colored box content */
    49  
    50      --BOX-GREY-color: rgba( 71, 71, 71, 1 ); /* background color of grey boxes */
    51  }
    52  
    53  body a#R-logo,
    54  body a#R-logo:hover,
    55  body #R-logo svg,
    56  body #R-logo svg * {
    57      color: var(--MENU-HOME-LINK-color);
    58      fill: var(--MENU-HOME-LINK-color) !important;
    59  }