From 697bbbcd629eaf2750e6144cb3e33ebbfe328cc0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 13 Sep 2016 00:35:39 -0700 Subject: [PATCH] Add Xresources --- dotfiles/Xresources | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotfiles/Xresources diff --git a/dotfiles/Xresources b/dotfiles/Xresources new file mode 100644 index 00000000..50187ad6 --- /dev/null +++ b/dotfiles/Xresources @@ -0,0 +1,10 @@ +URxvt.font:xft:Roboto Mono:pixelsize=15 + +! ------------------------------------------------------------------------------ +! ROFI Color theme +! ------------------------------------------------------------------------------ +rofi.color-enabled: true +rofi.color-window: #273238, #273238, #1e2529 +rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff +rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4 +rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844