docs-v2/assets/styles/themes/_theme-dark.scss

193 lines
5.4 KiB
SCSS
Raw Normal View History

/*
DARK THEME
____________________________________________________________
Notes:
- This file is interchangeable with themes/theme-light.scss
- Only contains color variables
*/
// General Styles
// --------------------------------------------------
@import "tools/color-palette";
2020-04-13 23:15:17 +00:00
$body-bg: $g0-obsidian;
// TopNav Colors
$topnav-link: $g20-white;
$topnav-link-hover: $b-pool;
$version-selector-gradient: $grad-Miyazakisky;
$theme-switch-light: inline-block;
$theme-switch-dark: none;
2018-12-21 17:12:28 +00:00
2019-05-09 23:09:04 +00:00
// Search
2020-04-13 23:15:17 +00:00
$sidebar-search-bg: $g2-kevlar;
$sidebar-search-shadow: rgba($g0-obsidian, .05);
$sidebar-search-highlight: $b-pool;
2019-05-07 02:29:04 +00:00
$sidebar-search-text: $g20-white;
2018-12-21 17:12:28 +00:00
2019-05-09 23:09:04 +00:00
// Left Navigation
$nav-category: $b-pool;
$nav-category-hover: $g20-white;
2020-04-14 20:54:03 +00:00
$nav-item: $g15-platinum;
2019-05-09 23:09:04 +00:00
$nav-item-hover: $b-pool;
2020-04-13 23:15:17 +00:00
$nav-border: $g5-pepper;
2019-05-09 23:09:04 +00:00
$nav-toggle: $g16-pearl;
$nav-toggle-hover: $g16-pearl;
$nav-toggle-bg-hover: $b-pool;
2020-04-13 23:15:17 +00:00
$nav-active: $br-chartreuse;
2019-05-09 23:09:04 +00:00
2018-12-21 17:12:28 +00:00
// Article Content
2020-04-13 23:15:17 +00:00
$article-bg: $g1-raven;
2019-05-07 02:29:04 +00:00
$article-heading: $g20-white;
$article-heading-alt: $g19-ghost;
2020-04-14 20:54:03 +00:00
$article-text: $g15-platinum;
2020-04-13 23:15:17 +00:00
$article-bold: $g19-ghost;
$article-link: $b-pool;
$article-link-hover: $g20-white;
2020-04-13 23:15:17 +00:00
$article-hr: $g5-pepper;
$article-shadow: $g0-obsidian;
2018-12-21 23:59:12 +00:00
// Article Code
$article-code: $cp-munchkin;
2020-04-14 20:54:03 +00:00
$article-code-bg: $g0-obsidian;
2020-04-13 23:15:17 +00:00
$article-code-shadow: $g0-obsidian;
2020-04-20 22:59:18 +00:00
$article-code-accent1: $g7-graphite;
$article-code-accent2: $b-pool;
$article-code-accent3: $gr-viridian;
2020-04-20 22:59:18 +00:00
$article-code-accent4: $r-ruby;
$article-code-accent5: #ff6db0;
$article-code-accent6: $b-pool;
$article-code-accent7: #e90;
$article-code-select: $b-pool;
2020-04-14 20:54:03 +00:00
$article-code-link: $b-pool;
$article-code-link-hover: $g20-white;
2020-04-13 23:15:17 +00:00
$article-code-scrollbar: $g3-castle;
2018-12-31 17:30:41 +00:00
// Article Tables
$article-table-header: $grad-GundamPilot;
2020-04-13 23:15:17 +00:00
$article-table-row-alt: $g3-castle;
$article-table-scrollbar: $g0-obsidian;
// Article Notes, Warnings, & Messages
$article-note-base: $gr-viridian;
$article-note-heading: $g20-white;
2020-04-13 23:15:17 +00:00
$article-note-text: $gr-honeydew;
$article-note-link: $gr-wasabi;
$article-note-link-hover: $g20-white;
2020-04-14 20:54:03 +00:00
$article-note-table-header: $grad-green-dark;
2020-04-13 23:15:17 +00:00
$article-note-table-row-alt: #1a3c34;
$article-note-table-scrollbar: #162627;
$article-note-shadow: $g0-obsidian;
$article-note-code: $br-galaxy;
$article-note-code-bg: #0d1617;
$article-note-code-accent1: #567375;
$article-note-code-accent2: $b-pool;
$article-note-code-accent3: $gr-viridian;
2020-04-20 22:59:18 +00:00
$article-note-code-accent4: $r-ruby;
$article-note-code-accent5: #ff6db0;
$article-note-code-accent6: $b-pool;
$article-note-code-accent7: #e90;
2020-04-13 23:15:17 +00:00
$article-note-code-scrollbar: #162627;
2020-04-13 23:15:17 +00:00
$article-warn-base: $r-dreamsicle;
$article-warn-heading: $g20-white;
2020-04-13 23:15:17 +00:00
$article-warn-text: $r-tungsten;
$article-warn-link: $r-marmelade;
$article-warn-link-hover: $g20-white;
2020-04-14 20:54:03 +00:00
$article-warn-table-header: $grad-red;
2020-04-13 23:15:17 +00:00
$article-warn-table-row-alt: #4a2a2a;
2020-04-14 20:54:03 +00:00
$article-warn-table-scrollbar: #1f181b;
2020-04-13 23:15:17 +00:00
$article-warn-shadow: $g0-obsidian;
$article-warn-code: #ec6e6e;
2020-04-13 23:15:17 +00:00
$article-warn-code-bg: $g0-obsidian;
$article-warn-code-accent1: #844c4c;
$article-warn-code-accent2: $b-pool;
$article-warn-code-accent3: $gr-viridian;
2020-04-20 22:59:18 +00:00
$article-warn-code-accent4: $r-ruby;
$article-warn-code-accent5: #ffb4fb;
$article-warn-code-accent6: $b-pool;
$article-warn-code-accent7: #e90;
2020-04-13 23:15:17 +00:00
$article-warn-code-scrollbar: #2a2025;
$article-cloud-base: $b-pool;
$article-cloud-heading: $g20-white;
2020-04-20 22:59:18 +00:00
$article-cloud-text: $b-neutrino;
$article-cloud-link: $g20-white;
$article-cloud-link-hover: $b-hydrogen;
2020-04-14 20:54:03 +00:00
$article-cloud-table-header: $grad-blue-dark;
2020-04-13 23:15:17 +00:00
$article-cloud-table-row-alt: #1b3a58;
$article-cloud-table-scrollbar: #192a3a;
$article-cloud-shadow: $g0-obsidian;
$article-cloud-code: $b-laser;
2020-04-13 23:15:17 +00:00
$article-cloud-code-bg: #110d2b;
$article-cloud-code-accent1: #567375;
$article-cloud-code-accent2: $b-pool;
$article-cloud-code-accent3: $gr-viridian;
2020-04-20 22:59:18 +00:00
$article-cloud-code-accent4: $r-ruby;
$article-cloud-code-accent5: #ff6db0;
$article-cloud-code-accent6: $b-pool;
$article-cloud-code-accent7: #e90;
2020-04-13 23:15:17 +00:00
$article-cloud-code-scrollbar: #192a3a;
2020-04-20 22:59:18 +00:00
$article-enterprise-base: $br-galaxy;
$article-enterprise-text: $cp-melrose;
$article-enterprise-link: $cp-titan;
$article-enterprise-link-hover: $g20-white;
// Article Tabs for tabbed content
$article-tab-text: $g12-forge;
2020-04-13 23:15:17 +00:00
$article-tab-bg: $g0-obsidian;
$article-tab-active-text: $g20-white;
$article-tab-active-bg: $b-pool;
2019-01-03 00:18:01 +00:00
2020-04-13 23:15:17 +00:00
$article-tab-code-text: $g20-white;
2019-01-22 00:36:09 +00:00
// Article page buttons
$article-btn: $b-pool;
$article-btn-text: $g20-white;
$article-btn-hover: $b-pool;
$article-btn-text-hover: $g20-white;
2019-01-22 00:36:09 +00:00
2020-04-08 21:24:19 +00:00
// Article UI nav icons
$article-nav-icon-bg: $g5-pepper;
$article-nav-acct-bg: $g3-castle;
// Error Page Colors
2020-04-14 20:54:03 +00:00
$error-page-btn: $b-pool;
$error-page-btn-text: $g20-white;
$error-page-btn-hover: $g20-white;
2020-04-14 20:54:03 +00:00
$error-page-btn-hover-text: $b-pool;
2019-01-23 06:36:55 +00:00
// Landing Page colors
$landing-artwork-gradient: $grad-GrapeSoda;
$landing-artwork-color: rgba($br-galaxy, .25);
$landing-sm-bg: rgba($g1-raven, .4);
2020-04-14 20:54:03 +00:00
$landing-sm-bg-hover: $b-pool;
$landing-btn-text: $g20-white;
$landing-btn-grad: $grad-blue;
$landing-btn-grad-hover: $grad-blue-light;
2019-10-08 21:36:30 +00:00
// Tooltip colors
2020-04-20 22:59:18 +00:00
$tooltip-color: $br-chartreuse;
$tooltip-color-alt: $br-chartreuse;
$tooltip-bg: $br-chartreuse;
$tooltip-text: $g2-kevlar;
// SVG colors
2020-04-20 22:59:18 +00:00
$svg-table-header: $g6-smoke;
$svg-table-stroke: $g0-obsidian;
$svg-table-row-alt1: $br-magenta;
$svg-table-row-alt2: $gr-rainforest;
$svg-table-code: $article-code;
$svg-table-code-bg: $g0-obsidian;
$svg-table-code-operator: $b-pool;
$svg-table-code-string: $gr-viridian;
2020-04-20 22:59:18 +00:00
$svg-geo-s2-cell: $b-dodger;
$svg-geo-region: $p-comet;
$svg-geo-point: $br-chartreuse;