dotfiles/dotfiles/Xresources

22 lines
980 B
Plaintext
Raw Normal View History

2016-09-13 01:35:39 -06:00
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
2016-09-21 18:00:14 -06: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 13:51:26 -06: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 21:04:06 -06:00
! Tabs
URxvt.perl-ext-common: ...,tabbed,...