diff --git a/modules/gruvbox-theme.nix b/modules/gruvbox-theme.nix index 840a360..4987a92 100644 --- a/modules/gruvbox-theme.nix +++ b/modules/gruvbox-theme.nix @@ -39,38 +39,38 @@ gruvbox-rgb = { # Backgrounds - bg0 = "40, 40, 40"; - bg0_h = "29, 32, 33"; - bg0_s = "50, 48, 47"; - bg1 = "60, 56, 54"; - bg2 = "80, 73, 69"; - bg3 = "102, 92, 84"; - bg4 = "124, 111, 100"; + bg0 = "40,40,40"; + bg0_h = "29,32,33"; + bg0_s = "50,48,47"; + bg1 = "60,56,54"; + bg2 = "80,73,69"; + bg3 = "102,92,84"; + bg4 = "124,111,100"; # Foregrounds - fg0 = "251, 241, 199"; - fg1 = "235, 219, 178"; - fg2 = "213, 196, 161"; - fg3 = "189, 174, 147"; - fg4 = "168, 153, 132"; + fg0 = "251,241,199"; + fg1 = "235,219,178"; + fg2 = "213,196,161"; + fg3 = "189,174,147"; + fg4 = "168,153,132"; # Normal colors - red = "204, 36, 29"; - green = "152, 151, 26"; - yellow = "215, 153, 33"; - blue = "69, 133, 136"; - purple = "177, 98, 134"; - aqua = "104, 157, 106"; - orange = "214, 93, 14"; - gray = "146, 131, 116"; + red = "204,36,29"; + green = "152,151,26"; + yellow = "215,153,33"; + blue = "69,133,136"; + purple = "177,98,134"; + aqua = "104,157,106"; + orange = "214,93,14"; + gray = "146,131,116"; # Bright colors bright_red = "251, 73, 52"; - bright_green = "184, 187, 38"; - bright_yellow = "250, 189, 47"; - bright_blue = "131, 165, 152"; - bright_purple = "211, 134, 155"; - bright_aqua = "142, 192, 124"; - bright_orange = "254, 128, 25"; + bright_green = "184,187,38"; + bright_yellow = "250,189,47"; + bright_blue = "131,165,152"; + bright_purple = "211,134,155"; + bright_aqua = "142,192,124"; + bright_orange = "254,128,25"; }; } diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index ed4ffa0..676d0da 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -29,8 +29,8 @@ in { gaps_in = 5; gaps_out = 15; border_size = 1; - "col.active_border" = "rgb(${colors.gruvbox-rgb.bright_orange}) rgb(${colors.gruvbox-rgb.red}) 45deg"; - "col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg4}, 0.66)"; + "col.active_border" = "rgba(${colors.gruvbox-rgb.bright_orange},1.0) rgba(${colors.gruvbox-rgb.red},1.0) 45deg"; + "col.inactive_border" = "rgba(${colors.gruvbox-rgb.bg4},0.66)"; layout = "dwindle"; allow_tearing = false; };