diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 18:27:26 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-30 18:27:26 -0500 |
commit | 0a16ab8ab338ca93f6d12b424182ad079d502d10 (patch) | |
tree | 8ae9e6b8bd8ee190e36d96a5d7af60bd82deaaa9 /.config/rofi/config | |
parent | 269356971f9b3818946c269c99513182cdf5d2e2 (diff) | |
download | dotfiles-0a16ab8ab338ca93f6d12b424182ad079d502d10.tar.xz dotfiles-0a16ab8ab338ca93f6d12b424182ad079d502d10.zip |
updated gaps resizing for i3-gaps, added weather to i3blocks
Diffstat (limited to '.config/rofi/config')
-rw-r--r-- | .config/rofi/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/rofi/config b/.config/rofi/config index e2080b8..7ee01c9 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -3,10 +3,10 @@ rofi.width: 25 rofi.lines: 25 rofi.columns: 1 rofi.font: Iosevka Etoile 14 -rofi.color-normal: #0c0c09, #fcffff, #0c0c09, #96b9cb, #fcffff -rofi.color-urgent: #0c0c09, #d6b48d, #22231D, #d6b48d, #fcffff -rofi.color-active: #0c0c09, #7ebaff, #0c0c09, #7ebaff, #0c0c09 -rofi.color-window: #0c0c09, #96b9cb, #677f8c +rofi.color-normal: #0f2030, #fffffc, #0f2030, #9fc1cb, #fffffc +rofi.color-urgent: #0f2030, #d6b48d, #22231D, #d6b48d, #fffffc +rofi.color-active: #0f2030, #ade2f9, #0f2030, #ade2f9, #0f2030 +rofi.color-window: #0f2030, #9fc1cb, #6d858c rofi.bw: 5 rofi.location: 0 rofi.padding: 5 |