From cad805f23e8f74e0ae872d7e6163bffef311cc9e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 21 Sep 2016 17:00:14 -0700 Subject: [PATCH] [Rofi] Change theme --- dotfiles/Xresources | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 95591c6a..673be84a 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,11 +1,18 @@ ! ------------------------------------------------------------------------------ ! 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 +! Use extended color scheme +rofi.color-enabled: true +! Color scheme for normal row +rofi.color-normal: argb:00000000, #D8DEE9 , argb:00000000, #FAC863 , #1B2B34 +! Color scheme for urgent row +rofi.color-urgent: argb:00000000, #F99157 , argb:00000000, #F99157 , #1B2B34 +! Color scheme for active row +rofi.color-active: argb:00000000, #6699CC , argb:00000000, #6699CC , #1B2B34 +! Color scheme window +rofi.color-window: argb:ee222222, #FAC863 , #FAC863 +! Separator style (none, dash, solid) +rofi.separator-style: solid URxvt.font: xft:source code pro:size=11:antialias=true URxvt.boldFont: xft:source code pro:bold:size=11:antialias=true