@vuepress-dumi/vuepress-theme-dumi
Version:
📖 A dumi style theme for VuePress.
25 lines (21 loc) • 566 B
text/stylus
// colors
$accentColor = #4569d4
$textColor = #454d64
$borderColor = #ebedf1
$codeBgColor = #282c34
$arrowBgColor = lighten(#4d5164, 10%)
$badgeTipColor = #42b983
$badgeWarningColor = darken(#ffe564, 35%)
$badgeErrorColor = #DA5961
// layout
$navbarHeight = 4rem
$sidebarWidth = 20rem
$contentWidth = 740px
$homePageWidth = 960px
// responsive breakpoints
$MQNarrow = 959px
$MQMobile = 719px
$MQMobileNarrow = 419px
// code
$lineNumbersWrapperWidth = 3.5rem
$codeLang = js ts html md vue css sass scss less stylus go java c sh yaml py docker dockerfile makefile