new wm, hyprland gone
This commit is contained in:
parent
003f37bfbd
commit
cb4b22b4e5
41 changed files with 1145 additions and 1364 deletions
|
@ -1,13 +1,4 @@
|
|||
* {
|
||||
bg-col: #24273a;
|
||||
bg-col-light: #313244;
|
||||
border-col: #363a4f;
|
||||
selected-col: #45475a;
|
||||
pink: #f5c2e7;
|
||||
fg-col: #cdd6f4;
|
||||
fg-col2: @pink;
|
||||
grey: #bac2de;
|
||||
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
|
@ -20,24 +11,25 @@ window {
|
|||
height: 500px;
|
||||
border: 1px;
|
||||
border-radius: 1em;
|
||||
/* TODO: make more dynamic */
|
||||
border-color: @pink;
|
||||
background-color: @bg-col;
|
||||
border-color: @accent;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
mainbox {background-color: @bg-col;}
|
||||
mainbox {
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
margin: 10px 5px 5px 5px;
|
||||
children: [prompt, entry];
|
||||
background-color: @bg-col;
|
||||
background-color: @base;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
prompt {
|
||||
background-color: transparent;
|
||||
padding: 1px;
|
||||
text-color: @fg-col;
|
||||
text-color: @text;
|
||||
border-radius: 1.5em;
|
||||
}
|
||||
|
||||
|
@ -49,8 +41,8 @@ textbox-prompt-colon {
|
|||
entry {
|
||||
padding: 1px;
|
||||
margin: 0px;
|
||||
text-color: @fg-col;
|
||||
background-color: @bg-col;
|
||||
text-color: @text;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
listview {
|
||||
|
@ -58,27 +50,26 @@ listview {
|
|||
margin: 5px 0px 0px 10px;
|
||||
columns: 1;
|
||||
lines: 10;
|
||||
background-color: @bg-col;
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
element {
|
||||
padding: 1px;
|
||||
background-color: @bg-col;
|
||||
text-color: @fg-col;
|
||||
background-color: @base;
|
||||
text-color: @text;
|
||||
}
|
||||
|
||||
element-icon {size: 12px;}
|
||||
|
||||
element.selected {
|
||||
background-color: @selected-col;
|
||||
text-color: @fg-col2;
|
||||
background-color: @surface1;
|
||||
text-color: @accent;
|
||||
}
|
||||
|
||||
|
||||
scrollbar {
|
||||
width: 4px ;
|
||||
border: 0;
|
||||
handle-color: @fg-col;
|
||||
handle-color: @text;
|
||||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -87,13 +78,13 @@ mode-switcher {spacing: 0;}
|
|||
|
||||
button {
|
||||
spacing: 0;
|
||||
background-color: @bg-col-light;
|
||||
text-color: @grey;
|
||||
background-color: @surface0;
|
||||
text-color: @subtext1;
|
||||
vertical-align: 0.5;
|
||||
horizontal-align: 0.5;
|
||||
}
|
||||
|
||||
button.selected {
|
||||
background-color: @bg-col;
|
||||
text-color: @pink;
|
||||
background-color: @base;
|
||||
text-color: @accent;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue