github.com/imran-kn/cilium-fork@v1.6.9/Documentation/_themes/sphinx_rtd_theme/sass/_theme_variables.sass (about) 1 // In here are varibles used for sphinx_rtd_theme, they either add to or overwrite the default ones 2 // that are set in wyrm_core/wy_variables.sass. You'll find wyrm in bower_components if you're looking 3 // for a reference. 4 5 $font-awesome-dir: "../fonts/" 6 $static-img: "../img/" 7 $mathjax-color: $text-color 8 9 $headerlink-color: $text-color 10 11 // Code colors 12 $text-viewcode-color: $green 13 $text-codexref-color: $text-color 14 15 // Definition list colors 16 $class-color: $blue 17 $method-color: $gray 18 19 // GUI label color 20 $guilabel-color: $blue 21 22 // Footer colors 23 $footer-color: $text-medium 24 25 // Menu colors 26 $menu-vertical-background-color: $section-background-color 27 28 // Menu text colors 29 $menu-color: $gray 30 $menu-dark: lighten($menu-color,10%) !default 31 $menu-medium: lighten($menu-color,25%) !default 32 $menu-light: lighten($menu-color,45%) !default 33 $menu-lighter: lighten($menu-color,60%) !default 34 35 // Menu link colors 36 $menu-link-color: $text-color 37 $menu-link-dark: $text-dark 38 $menu-link-medium: $text-medium 39 $menu-link-light: $text-light 40 $menu-link-active: $white 41 42 // Navigation colors 43 $nav-background-color: $menu-background-color 44 $nav-search-background-color: $blue 45 $nav-search-color: $section-background-color 46 $nav-link-color: $blue 47 $nav-link-color-visited: $purple 48 $nav-link-color-hover: lighten($nav-link-color, 6%) !default 49 $nav-link-color-alt: hsl(33, 100%, 51%) 50 51 // Sidebar colors 52 $sidebar-background-color: $table-stripe-color 53 $sidebar-border-color: $table-border-color 54 $sidebar-title-background-color: $table-border-color 55 56 // Sphinx highlight color 57 $highlight-color: $yellow 58 59 $base-font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif 60 $custom-font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif 61 $custom-font-family2: Georgia, serif 62 $code-font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace