website/assets/scss/config.scss

29 lines
1.1 KiB
SCSS
Raw Normal View History

2019-09-15 04:13:10 +00:00
// Create one at the similar location in your
// Hugo directory.
// To know what variables you should modify, take a
// look at `default.scss`.
// Here's a sample custom config with pretty colors and everything
// (at least for me) and try with the theme toggle switch.
// If there's no alternative palette given, it will set the
// alternate theme automatically for you.
// For those who cares about using font stacks, I've provided a quick list for you
// It's a mixed combination of free and open source fonts and system fonts,
// feel free to modify it as you wish
// Monospace: "Fira Code","Source Code Pro","IBM Plex","Monaco","Consolas","Ubuntu Mono","Bitstream Vera Sans Mono",monospace
// Sans: "Fira Sans","Copper Hewitt","IBM Plex",sans
// Serif: "Source Serif Pro","Charter","IBM Plex","Noto Serif","Georgia",serif
// Here's a quick sample config for you. Try it out and enable theme toggling for a bit.
$background: #080a0e;
$foreground: #dbdbdb;
$accent: #d59783;
$fontSize: 1.3rem;
$foreground-2nd: #000000;
2019-09-28 12:15:00 +00:00
$background-2nd: #ffffff;
2019-09-29 17:38:28 +00:00
$accent-2nd: #d37151;
2019-09-28 12:15:00 +00:00
$verticalRhythm: 1.65rem;