[rofi] Yellow fg

This commit is contained in:
Ivan Malison 2021-07-12 20:00:44 -06:00
parent 11cb9c0c12
commit 32871ac2b1
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@
bg: #000000ff; bg: #000000ff;
se: #101010ff; se: #101010ff;
fg: #FFFFFFff; fg: #FFFFFFff;
ac: #42A5F5ff; ac: #FFFF00ff;
} }

View File

@ -32,7 +32,7 @@ prompt {
enabled: true; enabled: true;
padding: 1% 0.75% 1% 0.75%; padding: 1% 0.75% 1% 0.75%;
background-color: @ac; background-color: @ac;
text-color: @fg; text-color: @bg;
border-radius: 100%; border-radius: 100%;
} }