diff options
| author | listout <listout@protonmail.com> | 2021-04-13 15:08:01 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2021-04-13 15:08:01 +0000 |
| commit | b60c0e2f742d8e619e468866206be14f7eae2763 (patch) | |
| tree | c062d28c1aaab1354c45da4b6d4d6ace861298a3 | |
| parent | feab9234a39cee95c7ea14bd2dbb728d67938eb5 (diff) | |
| download | dots-b60c0e2f742d8e619e468866206be14f7eae2763.tar.gz | |
new color scheme
| -rw-r--r-- | .config/rofi/config.rasi | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 72fc6a2..684455f 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -14,11 +14,11 @@ configuration { } * { - active-background: #2F556E; + active-background: #687887; active-foreground: @foreground; normal-background: @background; normal-foreground: @foreground; - urgent-background: #224F60; + urgent-background: #57646F; urgent-foreground: @foreground; alternate-active-background: @background; @@ -28,16 +28,16 @@ configuration { alternate-urgent-background: @background; alternate-urgent-foreground: @foreground; - selected-active-background: #224F60; + selected-active-background: #57646F; selected-active-foreground: @foreground; - selected-normal-background: #2F556E; + selected-normal-background: #687887; selected-normal-foreground: @foreground; - selected-urgent-background: #608875; + selected-urgent-background: #778797; selected-urgent-foreground: @foreground; background-color: @background; - background: #0a0f11; - foreground: #b4bfd9; + background: #0b0906; + foreground: #c3cbd3; border-color: @background; spacing: 2; } @@ -175,7 +175,6 @@ configuration { text-color: @normal-foreground; } - element-icon { size: 2.3ch; } |
