mdBook/data/assets/_html-template/_stylus/themes/coal.styl

29 lines
510 B
Stylus
Raw Normal View History

2015-09-19 04:13:55 +08:00
$theme-name = 'coal'
$bg = #141617
$fg = #98a3ad
$sidebar-bg = #292c2f
$sidebar-fg = #a1adb8
$sidebar-non-existant = #505254
$sidebar-active = #3473ad
$sidebar-spacer = #393939
$icons = #43484d
$icons-hover = #b3c0cc
$links = #2b79a2
$theme-popup-bg = #141617
$theme-popup-border = #43484d
$theme-hover = #1f2124
$quote-bg = #242637
$quote-border = lighten($quote-bg, 5%)
$table-border-color = lighten($bg, 5%)
$table-header-bg = lighten($bg, 20%)
$table-alternate-bg = lighten($bg, 3%)
2015-09-19 04:13:55 +08:00
@import 'base'