Make rofi look good
This commit is contained in:
parent
5dae2bbfcd
commit
c139e076d0
2 changed files with 32 additions and 0 deletions
|
@ -4,3 +4,15 @@ rofi.font: Fantasque Sans Mono 15
|
||||||
! Add C-g to the keys used to cancel an action in Rofi. I am used to
|
! Add C-g to the keys used to cancel an action in Rofi. I am used to
|
||||||
! this from Emacs and I always press it before I press ESC.
|
! this from Emacs and I always press it before I press ESC.
|
||||||
rofi.kb-cancel: Escape,Control+bracketleft,Control+g
|
rofi.kb-cancel: Escape,Control+bracketleft,Control+g
|
||||||
|
|
||||||
|
! Hide the scrollbar
|
||||||
|
rofi.hide-scrollbar: true
|
||||||
|
|
||||||
|
! Show a thick border around Rofi
|
||||||
|
rofi.bw: 15
|
||||||
|
|
||||||
|
! Theme
|
||||||
|
rofi.color-normal: Rofi_normal_bg, Rofi_normal_fg, Rofi_normal_bgalt, Rofi_normal_hlbg, Rofi_normal_hlfg
|
||||||
|
rofi.color-urgent: Rofi_urgent_bg, Rofi_urgent_fg, Rofi_urgent_bgalt, Rofi_urgent_hlbg, Rofi_urgent_hlfg
|
||||||
|
rofi.color-active: Rofi_active_bg, Rofi_active_fg, Rofi_active_bgalt, Rofi_active_hlbg, Rofi_active_hlfg
|
||||||
|
rofi.color-window: Rofi_window_bg, Rofi_window_border, Rofi_window_separator
|
||||||
|
|
|
@ -67,3 +67,23 @@
|
||||||
! Selection highlight
|
! Selection highlight
|
||||||
#define URxvt_highlightColor bgblue
|
#define URxvt_highlightColor bgblue
|
||||||
#define URxvt_highlightTextColor fgdefault
|
#define URxvt_highlightTextColor fgdefault
|
||||||
|
|
||||||
|
!! Rofi colors
|
||||||
|
#define Rofi_normal_bg bgdim
|
||||||
|
#define Rofi_normal_fg fgdefault
|
||||||
|
#define Rofi_normal_bgalt Rofi_normal_bg
|
||||||
|
#define Rofi_normal_hlbg bgblue
|
||||||
|
#define Rofi_normal_hlfg fgdefault
|
||||||
|
#define Rofi_urgent_bg bgdefault
|
||||||
|
#define Rofi_urgent_fg fgred
|
||||||
|
#define Rofi_urgent_bgalt Rofi_urgent_bg
|
||||||
|
#define Rofi_urgent_hlbg Rofi_normal_hlbg
|
||||||
|
#define Rofi_urgent_hlfg Rofi_urgent_fg
|
||||||
|
#define Rofi_active_bg bgdefault
|
||||||
|
#define Rofi_active_fg fgcyan
|
||||||
|
#define Rofi_active_bgalt Rofi_active_bg
|
||||||
|
#define Rofi_active_hlbg Rofi_normal_hlbg
|
||||||
|
#define Rofi_active_hlfg Rofi_active_fg
|
||||||
|
#define Rofi_window_bg Rofi_normal_bg
|
||||||
|
#define Rofi_window_border Rofi_normal_bg
|
||||||
|
#define Rofi_window_separator Rofi_normal_bg
|
||||||
|
|
Loading…
Reference in a new issue