// The default configuration of the theme. // If you want to customize it, create a similarly named file // in the `assets/scss` of your Hugo directory. // Also take note that the default config uses the !default flag for the fallback values. // Omit it in your own theme configuration. // https://sass-lang.com/documentation/variables#default-values // Core appearance options $background: #080a0e !default; $foreground: #dbdbdb !default; $borderColor: $foreground !default; $accent: #d59783 !default; $fontFamily: "Fira Code","Monaco","Consolas","Ubuntu Mono",monospace !default; $fontSize: 1.1rem !default; $iconSize: 1.5rem !default; // Main breakpoints $phoneWidth: 600px !default; $desktopWidth: 1024px !default; // Content appearance options $maxWidth: 900px !default; $sidePadding: 1.25rem !default; $contentPadding: 1rem !default; // Border options // It only missing the color so you should provide one. $primaryBorder: solid 1px !default; $secondaryBorder: dashed 1px !default;