mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:20:04 +08:00
27 lines
783 B
SCSS
27 lines
783 B
SCSS
/* =============================================================================
|
|
* _variables.scss --- configuration file for website
|
|
* Copyright (c) 2016-2022 Shidong Wang & Contributors
|
|
* Author: Shidong Wang < wsdjeg@outlook.com >
|
|
* URL: https://spacevim.org
|
|
* License: GPLv3
|
|
* ============================================================================= */
|
|
|
|
// font-size
|
|
$h1-font-size: 2em;
|
|
$h2-font-size: 1.8em;
|
|
$h3-font-size: 1.6em;
|
|
$h4-font-size: 1.4em;
|
|
$h5-font-size: 1.2em;
|
|
$h6-font-size: 1em;
|
|
$max-width: 850px;
|
|
// colorshemes
|
|
|
|
$background-color: #252525;
|
|
$gitment-comment-color: #a89984;
|
|
|
|
// gitment header
|
|
// wsdjeg commented on Tue Oct 02 2018
|
|
$gitment-comment-header-color: #a89984;
|
|
$gitment-comment-header-background: #252525;
|
|
$code-default-color: #f4bf75
|