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

107 lines
2.8 KiB
SCSS
Raw Normal View History

/*
LIGHT THEME
____________________________________________________________
Notes:
- This file is interchangeable with themes/theme-dark.scss
- Only contains color variables
*/
@import "tools/color-palette";
// General Styles
// --------------------------------------------------
$body-bg: $g18-cloud;
// TopNav Colors
2018-12-21 23:59:12 +00:00
$topnav-link: $g5-pepper;
$topnav-link-hover: $b-ocean;
2018-12-21 17:12:28 +00:00
$version-selector-top: $b-pool;
$version-selector-bottom: $gr-viridian;
$theme-switch-light: none;
$theme-switch-dark: inline-block;
2018-12-21 17:12:28 +00:00
// Sidebar
$search-border: $g15-platinum;
$search-highlight: $b-pool;
// Article Content
$article-bg: $g20-white;
2018-12-31 23:59:16 +00:00
$article-heading: $g7-graphite;
2018-12-21 23:59:12 +00:00
$article-text: $g8-storm;
$article-bold: $g8-storm;
$article-link: $b-ocean;
$article-link-hover: $gr-viridian;
// Article Code
$article-code: $p-star;
$article-code-bg: $p-violettecreme;
$article-code-accent1: $p-potassium;
$article-code-accent2: $b-ocean;
$article-code-accent3: #008e7c;
2018-12-21 23:59:12 +00:00
$article-code-accent4: $o-ruby;
$article-code-accent5: #e24bbb;
$article-code-accent6: $b-ocean;
2018-12-21 23:59:12 +00:00
$article-code-accent7: #e90;
$article-code-select: $b-pool;
$article-code-hover: $b-sapphire;
2018-12-31 17:30:41 +00:00
// Article Tables
$article-table-header-left: $b-pool;
$article-table-header-right: $gr-honeydew;
$article-table-shadow: #c8cdd0;
$article-table-row-alt: $g18-cloud;
// Article Notes & Warnings
$article-note-base: $gr-rainforest;
$article-note-heading: $gr-emerald;
$article-note-text: $gr-emerald;
$article-note-link: rgba($gr-emerald, .75);
$article-note-link-hover: $b-pool;
$article-note-code: #147572;
$article-note-code-bg: #d6f7ec;
$article-note-table-header: $gr-viridian;
$article-note-table-row-alt: #d6f5e9;
$article-note-table-shadow: #8cb7ab;
$article-warn-base: $o-dreamsicle;
$article-warn-heading: $o-fire;
$article-warn-text: $o-curacao;
$article-warn-link: rgba($o-curacao, .75);
$article-warn-link-hover: $b-sapphire;
$article-warn-code: #f52f75;
$article-warn-code-bg: #ffebeb;
$article-warn-table-header: $o-dreamsicle;
$article-warn-table-row-alt: #ffe6df;
$article-warn-table-shadow: #b98a7d;
$article-enterprise-base: $p-comet;
$article-enterprise-text: $p-star;
$article-enterprise-link: $p-star;
$article-enterprise-link-hover: $b-ocean;
// Article Tabs for tabbed content
$article-tab-text: $g8-storm;
$article-tab-bg: $g18-cloud;
$article-tab-active-text: $g20-white;
$article-tab-active-bg: $b-pool;
2019-01-03 00:18:01 +00:00
$article-tab-code-text: $p-potassium;
$article-tab-code-bg: $g20-white;
$article-tab-code-text-hover: $g20-white;
$article-tab-code-bg-hover: $p-comet;
$article-tab-code-active-text: $p-star;
2019-01-03 00:18:01 +00:00
// Left Navigation
$nav-category: $b-ocean;
$nav-category-hover: $gr-viridian;
$nav-item: $g9-mountain;
$nav-item-hover: $gr-viridian;
$nav-border: $g14-chromium;
$nav-toggle: $g9-mountain;
$nav-toggle-hover: $g20-white;
$nav-toggle-bg-hover: $b-ocean;