dark theme changes

This commit is contained in:
E. S. 2024-03-13 00:38:36 +00:00
parent fed70b8045
commit 787c963e27

View File

@ -13,8 +13,8 @@ $light-grey: $grey;
$fg: #eee; $fg: #eee;
$bg: #333; $bg: #333;
$hl_matched_bg: $link-color; $hl_matched_bg: #4b7daf;
$hl_matched_fg: #fff; $hl_matched_fg: #f8f9fa;
$code-block-bg: #394146; $code-block-bg: #394146;
$inline-code-block-bg: #394146; $inline-code-block-bg: #394146;