diff options
Diffstat (limited to '.config/mode/switch.d/fcitx5')
-rwxr-xr-x | .config/mode/switch.d/fcitx5 | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/mode/switch.d/fcitx5 b/.config/mode/switch.d/fcitx5 deleted file mode 100755 index ee99f13..0000000 --- a/.config/mode/switch.d/fcitx5 +++ /dev/null @@ -1,28 +0,0 @@ -#!/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 - |