feat: catppuccin accent color
This commit is contained in:
parent
18b90d81c6
commit
c4648c4a2c
5 changed files with 56 additions and 16 deletions
|
|
@ -7,6 +7,7 @@
|
|||
cfg = config.horseman.dots.waybar;
|
||||
username = config.horseman.username;
|
||||
colors = config.horseman.catppuccin.colors;
|
||||
accent = config.horseman.catppuccin.accent;
|
||||
in {
|
||||
options = {
|
||||
horseman.dots.waybar = {
|
||||
|
|
@ -25,7 +26,7 @@ in {
|
|||
}
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
border: 2px solid ${colors.lavender};
|
||||
border: 2px solid ${colors.${accent}};
|
||||
border-radius: 10px;
|
||||
margin: 5px;
|
||||
background: ${colors.base};
|
||||
|
|
@ -39,7 +40,7 @@ in {
|
|||
color: ${colors.red};
|
||||
}
|
||||
#power * {
|
||||
color: ${colors.lavender};
|
||||
color: ${colors.${accent}};
|
||||
transition: 0.2s color ease;
|
||||
font-size: 26px;
|
||||
}
|
||||
|
|
@ -50,15 +51,19 @@ in {
|
|||
#workspaces .empty {
|
||||
color: ${colors.surface0};
|
||||
}
|
||||
#workspaces * {
|
||||
color: inherit;
|
||||
padding: 0px 2px;
|
||||
margin: 0px;
|
||||
}
|
||||
#workspaces .active {
|
||||
color: ${colors.red};
|
||||
font-size: 18px;
|
||||
}
|
||||
#workspaces * {
|
||||
padding: 0px 2px;
|
||||
margin: 0px;
|
||||
border: 0px solid black;
|
||||
}
|
||||
|
||||
#workspaces > * {
|
||||
color: ${colors.${accent}};
|
||||
}
|
||||
|
||||
|
||||
#clock {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue