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

29 lines
497 B
Stylus
Raw Normal View History

2015-09-19 04:13:55 +08:00
$theme-name = 'rust'
$bg = #e1e1db
$fg = #262625
$sidebar-bg = #3b2e2a
$sidebar-fg = #c8c9db
$sidebar-non-existant = #505254
$sidebar-active = #e69f67
$sidebar-spacer = #45373a
$icons = #737480
$icons-hover = #262625
$links = #2b79a2
$theme-popup-bg = #e1e1db
$theme-popup-border = #b38f6b
$theme-hover = #99908a
$quote-bg = #c1c1bb
$quote-border = darken($quote-bg, 5%)
$table-border-color = darken($bg, 5%)
$table-header-bg = #b3a497
$table-alternate-bg = darken($bg, 3%)
2015-09-19 04:13:55 +08:00
@import 'base'