1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 23:56:22 -07:00
gochan/sass/yotsuba.scss
Eggbertx d5a5fc53eb Add Clear and Dark themes from BunkerChan
Also adjust some other theme properties
resolves #43
2021-03-24 11:26:58 -07:00

23 lines
454 B
SCSS

@import 'global/colors';
@import 'yotsuba/colors';
@import 'yotsubacommon';
@include yotsuba(
'res/yotsuba_bg.png',
$bgcol, /* $bodybg */
maroon, /* $bodycol */
$topbarbg,
$topbarborder,
$headercol,
$postblockbg,
$postblockborder,
$postblockborder, /* $sectiontitlecol */
#fca, /* $sectiontitlebg */
$borderbotright,
maroon, /* $linkcol */
#D9BfB7, /* $hrcol */
#CC1105, /* $subjectcol */
$namecol,
$replybg,
navy /* $postlinkcol */
);