From 3be98e5ef5247042fd219dded572910305b1a5a4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 9 Mar 2024 14:16:43 +0100 Subject: big restructure of `mode` scripts --- .local/share/mode/switch.d/fcitx5 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 .local/share/mode/switch.d/fcitx5 (limited to '.local/share/mode/switch.d/fcitx5') diff --git a/.local/share/mode/switch.d/fcitx5 b/.local/share/mode/switch.d/fcitx5 new file mode 100755 index 0000000..ee99f13 --- /dev/null +++ b/.local/share/mode/switch.d/fcitx5 @@ -0,0 +1,28 @@ +#!/bin/sh +cat "$XDG_DATA_HOME/fcitx5/themes/loek/base.conf" - << EOF > "$XDG_DATA_HOME/fcitx5/themes/loek/theme.conf" +[InputPanel] +NormalColor=$fg +HighlightCandidateColor=$accent_text +HighlightColor=$color13 +HighlightBackgroundColor=$bg + +[InputPanel/Background] +Color=$bg +BorderColor=$accent + +[InputPanel/Highlight] +Color=$accent + +[Menu/Background] +Color=$bg + +[Menu] +NormalColor=$fg + +[Menu/Highlight] +Color=$accent + +[Menu/Separator] +Color=$color7 +EOF + -- cgit v1.2.3