2025-02-22 10:41:54 -08:00
|
|
|
@use 'global/colors' as global-colors;
|
|
|
|
@use 'yotsuba/colors' as yotsuba-colors;
|
|
|
|
@use 'yotsubacommon';
|
2021-03-23 00:05:51 -07:00
|
|
|
|
2025-02-22 10:41:54 -08:00
|
|
|
@include yotsubacommon.yotsuba(
|
2021-03-23 00:05:51 -07:00
|
|
|
'res/yotsuba_bg.png',
|
2025-02-22 10:41:54 -08:00
|
|
|
yotsuba-colors.$bgcol, /* $bodybg */
|
2021-03-23 00:05:51 -07:00
|
|
|
maroon, /* $bodycol */
|
2025-02-22 10:41:54 -08:00
|
|
|
yotsuba-colors.$topbarbg,
|
|
|
|
yotsuba-colors.$topbarborder,
|
|
|
|
global-colors.$headercol,
|
|
|
|
yotsuba-colors.$postblockbg,
|
|
|
|
yotsuba-colors.$postblockborder,
|
|
|
|
yotsuba-colors.$postblockborder, /* $sectiontitlecol */
|
2021-03-23 00:05:51 -07:00
|
|
|
#fca, /* $sectiontitlebg */
|
2025-02-22 10:41:54 -08:00
|
|
|
yotsuba-colors.$borderbotright,
|
2021-03-23 00:05:51 -07:00
|
|
|
maroon, /* $linkcol */
|
|
|
|
#D9BfB7, /* $hrcol */
|
|
|
|
#CC1105, /* $subjectcol */
|
2025-02-22 10:41:54 -08:00
|
|
|
global-colors.$namecol,
|
|
|
|
yotsuba-colors.$replybg,
|
2021-03-23 00:05:51 -07:00
|
|
|
navy /* $postlinkcol */
|
|
|
|
);
|