This commit is contained in:
2025-11-25 20:27:54 -05:00
parent 004244f044
commit abff3091be
2 changed files with 334 additions and 8 deletions
+5 -8
View File
@@ -1,15 +1,10 @@
* {{
font: "IBM Plex Mono 10";
bg : {color0};
bg : {background};
scroll : {color8};
fg : {foreground};
red : #f7768e;
green : #9ece6a;
blue : #7aa2f7;
magenta : #9a7ecc;
cyan : #4abaaf;
urgent: {color9};
@@ -27,17 +22,19 @@ element-icon, element-text, scrollbar {{
}}
window {{
location : northwest;
location : center;
width : 280px;
x-offset : 0px;
y-offset : 38px;
background-color: @bg;
border-color: @fg;
border: 2px;
}}
inputbar {{
spacing : 8px;
padding : 4px 8px;
padding : 14px 8px;
children : [ icon-search, entry ];
background-color: @bg;