Thomas Teixeira [Mon, 5 Aug 2024 19:27:18 +0000 (21:27 +0200)]
fix: fixed while adding light theme
The overlapping style issue was fixed while adding the light theme, so there is no changes to push.
Though, I still want the commit history to reflect the fixes, so here is an empty commit.
Fixes: https://todo.sr.ht/~nasmevka/plugins.kak/6 Signed-Off-By: Thomas Teixeira <thomas.teixeira@startmail.com>
Thomas Teixeira [Thu, 2 Nov 2023 12:20:28 +0000 (13:20 +0100)]
feat: getting rid of unnecessary _dim variables
I figured some rules that you need to respect when applying dim option:
1. you cannot use revert
When you specify the revert option, the background is still merged, even with fg attributes.
This means that dim attribute gets through -> revert the value directly in the face definition.
2. You need to specify both foreground and background
If background is missing, even if you use a @base or you fg, the background default will be merged with the dim one.