mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-04 04:49:48 -08:00
Inital import
This commit is contained in:
40
.vuepress/styles/palette.styl
Executable file
40
.vuepress/styles/palette.styl
Executable file
@@ -0,0 +1,40 @@
|
||||
/**
|
||||
* Custom palette here.
|
||||
*
|
||||
* ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl
|
||||
*/
|
||||
|
||||
$bodyFontSize = 16px
|
||||
$fallbackTheme = 'dark'
|
||||
|
||||
// Light Theme
|
||||
$accentColor = #00bfff
|
||||
$textColor = #2c3e50
|
||||
$bodyBgColor = #fff
|
||||
$sideBgColor = #fff
|
||||
$badgeTipColor = #e3f8ff
|
||||
|
||||
// Dark Theme
|
||||
|
||||
$accentColorDark = #30BCD5
|
||||
$textColorDark = #ccc
|
||||
$bodyBgColorDark = #2d3033
|
||||
$sideBgColorDark = #363b40
|
||||
$badgeTipColorDark = #023e52
|
||||
|
||||
/**
|
||||
|
||||
//$textColor = #2c3e50
|
||||
$borderColor = #363b40
|
||||
//$borderColor = #eaecef
|
||||
$codeBgColor = #282c34
|
||||
|
||||
$bgColor = #2d3033
|
||||
$navBgColor = #363b40
|
||||
|
||||
$bgColorDark = #2d3033
|
||||
$navBgColorDark = #363b40
|
||||
$sideBgColorDark = #363b40
|
||||
*/
|
||||
|
||||
$bgColor = #111112
|
||||
Reference in New Issue
Block a user