switch theme
This commit is contained in:
parent
1818da9fc4
commit
cae4fd5a24
|
@ -5,14 +5,14 @@
|
|||
/// Enable a centered viewport for <header>, <main>, <footer> inside <body>
|
||||
/// Fluid layout until a defined size, then becomes centered viewport.
|
||||
// $enable-maxwidth: true,
|
||||
$mw: 70%,// max-width
|
||||
$mw: 80%,// max-width
|
||||
//$mb: 1200px,// value at which to switch from fluid layout to max-width
|
||||
|
||||
$abridgeMode: "switcher",//valid values: switcher, auto, dark, light
|
||||
$syntax-mode: "auto",// Force syntax mode: auto, dark, light
|
||||
$switcherDefault: "dark",// default nojs switcher mode: dark, light (make sure to also set js_switcher_default in config.toml)
|
||||
|
||||
$color: "orange",// color template to use/override: orange, blue, blueshade
|
||||
$color: "blueshade",// color template to use/override: orange, blue, blueshade
|
||||
|
||||
$color-syntax: "abridge",// syntax color template to use/override: abridge,
|
||||
$syntax: true,//syntax highlighting for Code Blocks.
|
||||
|
|
Loading…
Reference in a new issue