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

51 lines
1.1 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-21 23:59:12 +00:00
$article-heading: $g6-smoke;
$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: #0e9e75;
$article-code-accent4: $o-ruby;
$article-code-accent5: #e24bbb;
$article-code-accent6: $b-pool;
$article-code-accent7: #e90;
$article-code-select: $b-pool;
$article-code-hover: $b-sapphire;