feat: catppuccin accent color
This commit is contained in:
parent
18b90d81c6
commit
c4648c4a2c
5 changed files with 56 additions and 16 deletions
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
cfg = config.horseman.wm.hyprland;
|
||||
colors = config.horseman.catppuccin.colors;
|
||||
accent = config.horseman.catppuccin.accent;
|
||||
in {
|
||||
imports = [
|
||||
./options.nix
|
||||
|
|
@ -82,8 +83,8 @@ in {
|
|||
resizeOnBorder = true;
|
||||
allowTearing = false;
|
||||
|
||||
col.activeBorder = replaceStrings [" "] [""] colors.lavender-rgb;
|
||||
col.inactiveBorder = replaceStrings [" " ")" "rgb"] ["" ",0.25)" "rgba"] colors.lavender-rgb; # Make transparent
|
||||
col.activeBorder = replaceStrings [" "] [""] colors."${accent}-rgb";
|
||||
col.inactiveBorder = replaceStrings [" " ")" "rgb"] ["" ",0.25)" "rgba"] colors."${accent}-rgb"; # Make transparent
|
||||
|
||||
layout = "dwindle";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue