mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix theme
This commit is contained in:
parent
6d519d2392
commit
18d543a212
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ homeConfiguration "nixos" {
|
||||||
background = theme.background + theme.transparency;
|
background = theme.background + theme.transparency;
|
||||||
text = theme.foreground + theme.transparency;
|
text = theme.foreground + theme.transparency;
|
||||||
match = theme.activeHighlight + theme.transparency;
|
match = theme.activeHighlight + theme.transparency;
|
||||||
selection = theme.text + theme.transparency;
|
selection = theme.foreground + theme.transparency;
|
||||||
selection-text = theme.background + theme.transparency;
|
selection-text = theme.background + theme.transparency;
|
||||||
border = theme.activeHighlight + theme.transparency;
|
border = theme.activeHighlight + theme.transparency;
|
||||||
};
|
};
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
transparency = "FF"; # OPAQUE
|
transparency = "FF"; # OPAQUE
|
||||||
|
|
||||||
background = "1D2021";
|
background = "1D2021";
|
||||||
text = "DDC7A1";
|
foreground = "DDC7A1";
|
||||||
|
|
||||||
activeHighlight = "D79921";
|
activeHighlight = "D79921";
|
||||||
inactiveHighlight = "928374";
|
inactiveHighlight = "928374";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue