mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
ironbar: Change primary color to new stylix one
This changes the primary color from orange to blue.
This commit is contained in:
parent
f3037ae4b8
commit
e959cd52ea
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) singleton;
|
inherit (lib) singleton;
|
||||||
inherit (config.lib.stylix.colors) base00 base01 base04 base05 base09;
|
inherit (config.lib.stylix.colors) base00 base01 base04 base05 base0D;
|
||||||
inherit (pkgs) ironbar inotify-tools;
|
inherit (pkgs) ironbar inotify-tools;
|
||||||
inherit (builtins) toJSON;
|
inherit (builtins) toJSON;
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
slider {
|
slider {
|
||||||
background: #${base09};
|
background: #${base0D};
|
||||||
}
|
}
|
||||||
|
|
||||||
trough {
|
trough {
|
||||||
@ -130,7 +130,7 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-clock .calendar:selected {
|
.popup-clock .calendar:selected {
|
||||||
color: #${base09};
|
color: #${base0D};
|
||||||
}
|
}
|
||||||
|
|
||||||
.launcher .item {
|
.launcher .item {
|
||||||
@ -148,7 +148,7 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
.launcher .focused {
|
.launcher .focused {
|
||||||
box-shadow: inset 0 -2px #${base09};
|
box-shadow: inset 0 -2px #${base0D};
|
||||||
background: #${base01};
|
background: #${base01};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user