mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-28 09:38:51 +01:00
stylix: Use single variable for opacity
This commit is contained in:
parent
71515560d8
commit
bcbadcfc23
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
theme = "oceanicnext";
|
theme = "oceanicnext";
|
||||||
|
opacity = 0.92;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
stylix.image = ../assets/wallpaper.png;
|
stylix.image = ../assets/wallpaper.png;
|
||||||
@ -9,8 +10,8 @@ in
|
|||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${theme}.yaml";
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${theme}.yaml";
|
||||||
|
|
||||||
stylix.opacity = {
|
stylix.opacity = {
|
||||||
terminal = 0.92;
|
terminal = opacity;
|
||||||
popups = 0.92;
|
popups = opacity;
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
|
Loading…
Reference in New Issue
Block a user