This commit is contained in:
2026-02-01 12:20:52 -08:00
parent fb7b605e55
commit e9e6dfa2d3
4 changed files with 59 additions and 18 deletions

View File

@@ -1,12 +1,35 @@
@import "catppuccin-macchiato.rasi"
configuration {
show-icons: true;
icon-theme: "Dracula";
dpi: 144;
}
// @import "catppuccin-latte"
// @import "catppuccin-frappe"
// @import "catppuccin-macchiato"
// @import "catppuccin-mocha"
* {
rosewater: #f4dbd6;
flamingo: #f0c6c6;
pink: #f5bde6;
mauve: #c6a0f6;
red: #ed8796;
maroon: #ee99a0;
peach: #f5a97f;
yellow: #eed49f;
green: #a6da95;
teal: #8bd5ca;
sky: #91d7e3;
sapphire: #7dc4e4;
blue: #8aadf4;
lavender: #b7bdf8;
text: #cad3f5;
subtext1: #b8c0e0;
subtext0: #a5adcb;
overlay2: #939ab7;
overlay1: #8087a2;
overlay0: #6e738d;
surface2: #5b6078;
surface1: #494d64;
surface0: #363a4f;
base: #24273a;
mantle: #1e2030;
crust: #181926;
selected-active-foreground: @background;
lightfg: @text;
separatorcolor: @foreground;
@@ -35,6 +58,11 @@ configuration {
alternate-active-foreground: @blue;
}
configuration {
show-icons: true;
icon-theme: "Dracula";
dpi: 144;
}
element {
padding: 1px ;
cursor: pointer;
@@ -90,12 +118,6 @@ element-icon {
text-color: inherit;
}
window {
border: 4;
padding: 12px;
border-radius: 12px;
anchor: center;
location: center;
padding: 5;
background-color: @background;
border: 1;
@@ -180,4 +202,3 @@ textbox-prompt-colon {
str: ":";
text-color: inherit;
}