Also adds the a new variable, `$inline-code-color`, to base.styl. The `Ayu` theme needed this to change the text color of inline code.
30 lines
541 B
Stylus
30 lines
541 B
Stylus
$theme-name = 'navy'
|
|
|
|
$bg = #161923
|
|
$fg = #bcbdd0
|
|
|
|
$sidebar-bg = #282d3f
|
|
$sidebar-fg = #c8c9db
|
|
$sidebar-non-existant = #505274
|
|
$sidebar-active = #2b79a2
|
|
$sidebar-spacer = #2d334f
|
|
|
|
$icons = #737480
|
|
$icons-hover = #b7b9cc
|
|
|
|
$links = #2b79a2
|
|
|
|
$inline-code-color = #c5c8c6;
|
|
|
|
$theme-popup-bg = #161923
|
|
$theme-popup-border = #737480
|
|
$theme-hover = #282e40
|
|
|
|
$quote-bg = #262933
|
|
$quote-border = lighten($quote-bg, 5%)
|
|
|
|
$table-border-color = lighten($bg, 5%)
|
|
$table-header-bg = lighten($bg, 20%)
|
|
$table-alternate-bg = lighten($bg, 3%)
|
|
|
|
@import 'base'
|