fixed colors
This commit is contained in:
parent
a79361ccf4
commit
3631f388c9
@ -10,7 +10,8 @@ in {
|
||||
desktop.hyprland.waybar.enable = lib.mkEnableOption "enable Waybar module";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.desktop.hyprland.waybar.enable {
|
||||
config =
|
||||
lib.mkIf config.desktop.hyprland.waybar.enable {
|
||||
home.packages = [
|
||||
pkgs.waybar
|
||||
];
|
||||
@ -337,13 +338,16 @@ in {
|
||||
@define-color ws-hover-bg rgba(180, 120, 180, 0.5);"
|
||||
else if userSettings.theme == "moss"
|
||||
then "
|
||||
@define-color bar-bg rgba(0,0,0,0);
|
||||
@define-color main-bg #2A2C17;
|
||||
@define-color main-fg #E9EBD3;
|
||||
@define-color wb-act-bg #757C3E;
|
||||
@define-color wb-act-fg #1C1D11;
|
||||
@define-color wb-hvr-bg #5F6431;
|
||||
@define-color wb-hvr-fg #E9EBD3;"
|
||||
@define-color main-text rgba(174, 183, 134, 0.90); /* base06 */
|
||||
@define-color part-bg rgba(28, 29, 17, 0.50); /* base00 */
|
||||
@define-color ws-fg rgba(117, 124, 62, 1.00); /* base05 */
|
||||
@define-color ws-active-fg rgba( 28, 29, 17, 1.00); /* base00 */
|
||||
@define-color ws-active-bg rgba( 95, 100, 49, 0.20); /* base04 */
|
||||
@define-color ws-hover-fg rgba(174, 183, 134, 1.00); /* base06 */
|
||||
@define-color ws-hover-bg rgba( 95, 100, 49, 0.30);"
|
||||
/*
|
||||
base04
|
||||
*/
|
||||
else "
|
||||
@define-color main-text rgba(200, 200, 200, 1);
|
||||
@define-color part-bg rgba(0, 0, 0, 1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user