update 030924

This commit is contained in:
2024-09-03 22:51:59 +02:00
parent 19b339a8ed
commit dd39998abc
12 changed files with 92 additions and 31 deletions

View File

@@ -3,8 +3,8 @@
* {
al: #00000000;
bg: #101010BF;
bga: #09090ABA;
bg: #121212DF;
bga: #101010CA;
fg: #f5f5f5FF;
ac: #58809aFF;
se: #58809a5A;

View File

@@ -14,10 +14,10 @@ window {
border-radius: 0px;
border-color: @ac;
location: center;
y-offset: -2em;
y-offset: 0em;
}
entry {
expand: true;
text-color: @bg;
text-color: @fg;
}

View File

@@ -27,7 +27,7 @@ window {
border: 0px 0px 4px 0px;
border-color: @ac;
border-radius: 0px;
width: 500px;
width: 800px;
location: center;
x-offset: 0;
y-offset: 0;
@@ -67,7 +67,7 @@ inputbar {
listview {
background-color: @al;
padding: 0px;
columns: 3;
columns: 2;
lines: 5;
spacing: 5px;
cycle: true;