mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-28 09:38:51 +01:00
stylix: Make popups translucent
This commit is contained in:
parent
1434434903
commit
01368898b8
@ -4,7 +4,11 @@
|
||||
stylix.image = ../assets/wallpaper.png;
|
||||
stylix.polarity = "dark";
|
||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";
|
||||
stylix.opacity.terminal = 0.92;
|
||||
|
||||
stylix.opacity = {
|
||||
terminal = 0.92;
|
||||
popups = 0.92;
|
||||
};
|
||||
|
||||
stylix.fonts = {
|
||||
serif = {
|
||||
|
Loading…
Reference in New Issue
Block a user