initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/* Compact variant of the Macchiato theme, used by powermenu.sh */
|
||||
@import "catppuccin-macchiato.rasi"
|
||||
|
||||
window {
|
||||
width: 360px;
|
||||
border-color: @red;
|
||||
}
|
||||
|
||||
listview {
|
||||
lines: 6;
|
||||
columns: 1;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 10px 14px;
|
||||
}
|
||||
|
||||
element selected.normal {
|
||||
background-color: @red;
|
||||
text-color: @crust;
|
||||
}
|
||||
|
||||
prompt {
|
||||
text-color: @red;
|
||||
}
|
||||
Reference in New Issue
Block a user