vuepress-theme-vdoing/vdoing/theme-vdoing/styles/palette.styl

71 lines
1.4 KiB
Stylus

//
//
//
// $accentColor = #3eaf7c
// $textColor = #2c3e50
// $borderColor = #eaecef
// $codeBgColor = #282c34
// $arrowBgColor = #ccc
// $badgeTipColor = #42b983
// $badgeWarningColor = darken(#ffe564, 35%)
// $badgeErrorColor = #DA5961
//
// $navbarHeight = 3.6rem
// $sidebarWidth = 20rem
// $contentWidth = 740px
// $homePageWidth = 960px
//
// $lineNumbersWrapperWidth = 3.5rem
@require './code-theme'
//***vdoing-***//
//
$accentColor = #11A8CD
$arrowBgColor = #ccc
$badgeTipColor = #42b983
$badgeWarningColor = darken(#ffe564, 35%)
$badgeErrorColor = #DA5961
//
$navbarHeight = 3.6rem
$sidebarWidth = 18rem
$contentWidth = 830px
$homePageWidth = 1080px
$rightMenuWidth = 280px //
//
$lineNumbersWrapperWidth = 2.5rem
//
.theme-mode-light
--bg: #fff
--textColor: #004050
--textLightenColor: #0085AD
--borderColor: rgba(0,0,0,.15)
--codeBgColor: #f6f6f6
--codeColor: #525252
codeThemeLight()
//
.theme-mode-dark
--bg: rgb(30,30,34)
--textColor: rgb(150,150,154)
--textLightenColor: #0085AD
--borderColor: #2C2C3A
--codeBgColor: #252526
--codeColor: #fff
codeThemeDark()
//
.theme-mode-read
--bg: #f5f5d5
--textColor: #004050
--textLightenColor: #0085AD
--borderColor: rgba(0,0,0,.15)
--codeBgColor: #282c34
--codeColor: #fff
codeThemeDark()