2016-09-13 00:35:39 -07:00
|
|
|
! ------------------------------------------------------------------------------
|
|
|
|
! ROFI Color theme
|
|
|
|
! ------------------------------------------------------------------------------
|
2016-09-21 17:00:14 -07:00
|
|
|
! 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
|
2016-09-13 12:51:26 -07:00
|
|
|
|
|
|
|
URxvt.font: xft:source code pro:size=11:antialias=true
|
|
|
|
URxvt.boldFont: xft:source code pro:bold:size=11:antialias=true
|
2016-09-19 20:04:06 -07:00
|
|
|
|
|
|
|
! Tabs
|
|
|
|
URxvt.perl-ext-common: ...,tabbed,...
|