Set up startpage

This commit is contained in:
Elnu 2023-01-10 20:19:20 -08:00
parent 602e6a4d6b
commit bda6b363a1
22 changed files with 488 additions and 48 deletions

View file

@ -1,8 +1,8 @@
# Modified from https://github.com/tonyfettes/fcitx5-nord
let
colors = import ../colors;
background = "${colors.background-alt}80";
highlight = "${colors.background}";
background = "${colors.bg1}80";
highlight = "${colors.bg0}";
in
''
[Metadata]
@ -10,8 +10,8 @@ ScaleWithDPI=True
[InputPanel]
Font=Sans 13
NormalColor=${colors.foreground}
HighlightCandidateColor=${colors.foreground-bright};
NormalColor=${colors.fg0}
HighlightCandidateColor=${colors.fg1};
HighlightColor=${colors.undefined}
HighlightBackgroundColor=${colors.undefined}
Spacing=3
@ -42,7 +42,7 @@ Bottom=7
[Menu]
Font=Sans 10
NormalColor=${colors.foreground}
NormalColor=${colors.fg0}
Spacing=3
[Menu/Background]