satchlj.com/themes/zenn/sass/_config_dark.scss

22 lines
527 B
SCSS
Raw Normal View History

@import "_config";
2019-08-29 19:57:06 +00:00
$dark: true;
// Colors
$color-text: #a6a28c;
$color-text-muted: darken($color-text, 25%);
2020-11-05 12:19:39 +00:00
$color-main-bg: #141516;
2020-04-23 15:02:03 +00:00
$color-main-bg-alt: darken($color-main-bg, 2%);
$color-main-border: darken($color-main-bg, 5%);
2021-10-18 16:48:51 +00:00
$color-header: #6666cc;
2020-11-07 17:20:20 +00:00
$color-link: #6699cc;
$color-link-hover: lighten($color-link, 15%);
$color-code-bg: $color-main-bg-alt;
2021-09-07 14:42:45 +00:00
$color-kbd-bg: #333;
$color-kbd-border: #646464;
$color-kbd-color: #eee;
// Top logo and landing page
2020-04-23 17:06:55 +00:00
$logo-color: $color-text;
$logo-color-hover: $color-link-hover;