Set up startpage
This commit is contained in:
parent
602e6a4d6b
commit
bda6b363a1
22 changed files with 488 additions and 48 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue