Files
starship/docs/.vitepress/theme/palette.styl
T
2024-02-20 07:12:28 +01:00

20 lines
527 B
Stylus

$accentColor = #DD0B78
$accentDarkColor = #ff33b8
$textColor = #2c3e50
$borderColor = #eaecef
$codeBgLightColor = #282c34
$preTextLightColor = #fff
/* Colors extracted from the dark VitePress theme */
$dark-bg = #1b1b1f
$dark-bg-alt = #161618
$dark-bg-elv = #202127
$dark-bg-soft = #202127
$dark-border = #3c3f44
$dark-divider = #2e2e32
$dark-gutter = #000
$dark-text-1 = rgba(255, 255, 245, 0.86)
$dark-text-2 = rgba(235, 235, 245, 0.6)
$dark-text-3 = rgba(235, 235, 245, 0.38)
$dark-default-soft = rgba(101, 117, 133, 0.16)