From e4b560cc7f5d9b117f66e0c6d8167198bb756e4f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 16 Oct 2023 11:26:31 +0200 Subject: [PATCH] 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: https://github.com/ahrm/sioyek/commit/0c2251b1bea4b22b0e3b5ad01170f7c7c6cd1309 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. --- desktop/.config/flavours/templates/sioyek/default.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/.config/flavours/templates/sioyek/default.mustache b/desktop/.config/flavours/templates/sioyek/default.mustache index 40d0ef4..145f5c9 100644 --- a/desktop/.config/flavours/templates/sioyek/default.mustache +++ b/desktop/.config/flavours/templates/sioyek/default.mustache @@ -3,6 +3,7 @@ # {{scheme-name}} scheme by{{scheme-author}} custom_background_color #{{base00-hex}} +custom_color_mode_empty_background_color #{{base00-hex}} custom_text_color #{{base06-hex}} page_separator_color #{{base00-hex}} @@ -13,7 +14,6 @@ ui_text_color #{{base06-hex}} ui_selected_text_color #{{base06-hex}} ui_background_color #{{base01-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 text_highlight_color #{{base03-hex}} link_highlight_color #{{base0D-hex}}