dotfiles/ulauncher/.config/ulauncher/user-themes/Catppuccin-Macchiato-Pink/theme.css
2025-05-12 20:29:08 -06:00

53 lines
No EOL
1 KiB
CSS

/*Catpuccin colors*/
@define-color backgroundColor #24273a;
@define-color accentColor #f5bde6;
@define-color textColor #cad3f5;
@define-color subTextColor #b8c0e0;
.app {
background-color: @backgroundColor;
border-color: @accentColor;
border-radius: 14px;
}
.input {
color: @accentColor;
}
.input *:selected,
.input *:focus,
*:selected:focus {
background-color: alpha (@accentColor, 0.4);
color: @textColor;
}
.item-text {
color: @textColor;
}
.item-name {
color: @textColor;
font-size: 1.2rem;
}
.selected.item-box {
background-color: alpha (@accentColor, 0.3);
border-radius: 14px;
}
.selected.item-box .item-text {
color: @textColor;
}
.selected.item-box .item-name {
color: @textColor;
font-size: 1.2rem;
}
.item-shortcut {
color: @accentColor;
}
.selected.item-box .item-shortcut {
color: @accentColor;
font-size: 1.1rem;
}
.selected.item-box{
color: @accentColor;
}
.prefs-btn {
opacity: 1;
}
.prefs-btn:hover {
background-color: alpha (@accentColor, 1.0);
}