Skip to content

Commit

Permalink
Update hyperland config to newest config format. Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmannf committed Mar 27, 2024
1 parent f62d626 commit a659094
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 55 deletions.
1 change: 1 addition & 0 deletions roles/hyprland/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
with_items:
- "waybar-hyprland.conf"
- "style.css"
- "machiatto.css"
37 changes: 37 additions & 0 deletions roles/hyprland/templates/machiatto.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
*
* Catppuccin Macchiato palette
* Maintainer: rubyowo
*
*/

@define-color base #24273a;
@define-color mantle #1e2030;
@define-color crust #181926;

@define-color text #cad3f5;
@define-color subtext0 #a5adcb;
@define-color subtext1 #b8c0e0;

@define-color surface0 #363a4f;
@define-color surface1 #494d64;
@define-color surface2 #5b6078;

@define-color overlay0 #6e738d;
@define-color overlay1 #8087a2;
@define-color overlay2 #939ab7;

@define-color blue #8aadf4;
@define-color lavender #b7bdf8;
@define-color sapphire #7dc4e4;
@define-color sky #91d7e3;
@define-color teal #8bd5ca;
@define-color green #a6da95;
@define-color yellow #eed49f;
@define-color peach #f5a97f;
@define-color maroon #ee99a0;
@define-color red #ed8796;
@define-color mauve #c6a0f6;
@define-color pink #f5bde6;
@define-color flamingo #f0c6c6;
@define-color rosewater #f4dbd6;
Loading

0 comments on commit a659094

Please sign in to comment.