flavours: Target new sioyek version
Sioyek features an option to set the background color for normal
operations (`background_color`) and for custom color mode
(`custom_color_mode_empty_background_color`) separately since this
commit:
0c2251b1be
Here, we change flavours to *only* target the custom color mode, leaving
the normal background color as it is.
This will not work yet for the current official sioyek 2.0 release which
is still the release for archlinux as of 2023-10-16, but it will already
work for its git release. Should work for everything as of the next
official sioyek release.
This commit is contained in:
parent
835acd40ab
commit
e4b560cc7f
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
# {{scheme-name}} scheme by{{scheme-author}}
|
# {{scheme-name}} scheme by{{scheme-author}}
|
||||||
|
|
||||||
custom_background_color #{{base00-hex}}
|
custom_background_color #{{base00-hex}}
|
||||||
|
custom_color_mode_empty_background_color #{{base00-hex}}
|
||||||
custom_text_color #{{base06-hex}}
|
custom_text_color #{{base06-hex}}
|
||||||
|
|
||||||
page_separator_color #{{base00-hex}}
|
page_separator_color #{{base00-hex}}
|
||||||
|
@ -13,7 +14,6 @@ ui_text_color #{{base06-hex}}
|
||||||
ui_selected_text_color #{{base06-hex}}
|
ui_selected_text_color #{{base06-hex}}
|
||||||
ui_background_color #{{base01-hex}}
|
ui_background_color #{{base01-hex}}
|
||||||
ui_selected_background_color #{{base03-hex}}
|
ui_selected_background_color #{{base03-hex}}
|
||||||
background_color #{{base00-hex}}
|
|
||||||
visual_mark_color {{base03-dec-r}} {{base03-dec-g}} {{base03-dec-b}} 0.2
|
visual_mark_color {{base03-dec-r}} {{base03-dec-g}} {{base03-dec-b}} 0.2
|
||||||
text_highlight_color #{{base03-hex}}
|
text_highlight_color #{{base03-hex}}
|
||||||
link_highlight_color #{{base0D-hex}}
|
link_highlight_color #{{base0D-hex}}
|
||||||
|
|
Loading…
Reference in a new issue