diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 16:04:16 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 16:04:16 +0200 |
commit | e026adaeb9ceb2e3e04c870b8aadda9343b6c5f0 (patch) | |
tree | 4b0a772bfb3d3f5aec05ef23f6c77cef3047ab5e /rofi | |
parent | 7ca18d15bec2f4e5c51a0cd27018a06cad2f3124 (diff) | |
download | dotfiles_ascii-e026adaeb9ceb2e3e04c870b8aadda9343b6c5f0.tar.xz dotfiles_ascii-e026adaeb9ceb2e3e04c870b8aadda9343b6c5f0.zip |
Add rofi config
Diffstat (limited to 'rofi')
-rw-r--r-- | rofi/.config/rofi/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config new file mode 100644 index 0000000..59abd02 --- /dev/null +++ b/rofi/.config/rofi/config @@ -0,0 +1,6 @@ +rofi.color-enabled: true +rofi.color-window: #000000, #000000, #ffffff +rofi.color-normal: #000000, #ffffff, #000000, #ffffff, #000000 +rofi.color-active: #000000, #0061ff, #000000, #ffffff, #0061ff +rofi.color-urgent: #000000, #ff0096, #000000, #ffffff, #ff0096 +rofi.font: fira-code regular 8 |