Add catpuccin theme
This commit is contained in:
@ -5,6 +5,7 @@ configuration{
|
||||
font: "JetBrainsMono Nerd Font Mono 14";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
/*terminal: "alacritty -o font.size=12";*/
|
||||
terminal: "kitty";
|
||||
drun-display-format: "{icon} {name}";
|
||||
disable-history: false;
|
||||
@ -29,24 +30,24 @@ window {
|
||||
height: 500px;
|
||||
width: 700px;
|
||||
border-radius: 0px;
|
||||
background-color: @accent-dark;
|
||||
background-color: @bg-col;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @accent-dark;
|
||||
background-color: @trans;
|
||||
}
|
||||
|
||||
message {
|
||||
background-color: @accent-dark;
|
||||
background-color: @trans;
|
||||
}
|
||||
|
||||
error-message {
|
||||
background-color: @accent-dark;
|
||||
background-color: @trans;
|
||||
margin: 0px 0px 20px 0px;
|
||||
}
|
||||
|
||||
textbox {
|
||||
background-color: @pastel-g;
|
||||
background-color: @trans;
|
||||
padding: 6px;
|
||||
margin: 20px 20px 0px 20px;
|
||||
border-radius: 3;
|
||||
@ -54,13 +55,13 @@ textbox {
|
||||
|
||||
inputbar {
|
||||
children: [prompt,entry];
|
||||
background-color: @accent-dark;
|
||||
background-color: @trans;
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: @pastel-g;
|
||||
background-color: @pink;
|
||||
padding: 6px;
|
||||
text-color: @dark;
|
||||
text-color: @bg-col-op;
|
||||
border-radius: 3px;
|
||||
margin: 20px 0px 0px 20px;
|
||||
}
|
||||
@ -68,8 +69,8 @@ prompt {
|
||||
entry {
|
||||
padding: 6px;
|
||||
margin: 20px 20px 0px 10px;
|
||||
text-color: @dark;
|
||||
background-color: @pastel-d;
|
||||
text-color: @fg-col;
|
||||
background-color: @trans;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@ -78,14 +79,14 @@ listview {
|
||||
padding: 6px 0px 0px;
|
||||
margin: 10px 0px 0px 20px;
|
||||
columns: 1;
|
||||
background-color: @accent-dark;
|
||||
background-color: @trans;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 5px;
|
||||
margin: 0px 20px 0px 0px;
|
||||
background-color: @accent-dark;
|
||||
text-color: @light;
|
||||
background-color: @trans;
|
||||
text-color: @pink;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
@ -94,6 +95,6 @@ element-icon {
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @light;
|
||||
text-color: @dark;
|
||||
background-color: @pink;
|
||||
text-color: @bg-col-op;
|
||||
}
|
||||
|
Reference in New Issue
Block a user