mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-28 01:28:49 +01:00
fcitx: Don't hardcode colors
This commit is contained in:
parent
4d01415a20
commit
fbd150226a
@ -1,3 +1,5 @@
|
||||
{ config, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile = {
|
||||
"mozc/ibus_config.textproto" = {
|
||||
@ -114,7 +116,7 @@
|
||||
'';
|
||||
};
|
||||
|
||||
"fcitx5/conf/classicui.conf" = {
|
||||
"fcitx5/conf/classicui.conf" = with config.lib.stylix.colors; {
|
||||
force = true;
|
||||
text = /* ini */ ''
|
||||
# Vertical Candidate List
|
||||
@ -130,9 +132,9 @@
|
||||
# Tray Font
|
||||
TrayFont="Noto Sans CJK JP Medium 11"
|
||||
# Tray Label Outline Color
|
||||
TrayOutlineColor=#49483e
|
||||
TrayOutlineColor=#${base02}
|
||||
# Tray Label Text Color
|
||||
TrayTextColor=#f8f8f2
|
||||
TrayTextColor=#${base05}
|
||||
# Prefer Text Icon
|
||||
PreferTextIcon=True
|
||||
# Show Layout Name In Icon
|
||||
|
Loading…
Reference in New Issue
Block a user