updatee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user