Change some more colors

This commit is contained in:
Marco Thomas
2020-09-09 23:16:31 +02:00
parent d0a8fcadcc
commit d33ea9bc1b
3 changed files with 18 additions and 12 deletions

View File

@@ -22,11 +22,11 @@ configuration {
}
* {
background: #1d1f28;
background-alt: #282a36;
background-ib: #282a36;
background: #01060E;
background-alt: #01060E;
background-ib: #0A0E14;
foreground: #fdfdfd;
border: #282a36;
border: #0A0E14;
border-sel: #79e6f3;
selected: #282a36;
urgent: #f37f97;
@@ -39,12 +39,12 @@ window {
border: 6px;
border-radius: 15px;
border-color: @border;
height: 1030px;
height: 1037px;
width: 25%;
location: west;
anchor: west;
x-offset: 15px;
y-offset: 15px;
x-offset: 14px;
y-offset: 14px;
}
prompt {