-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
23 lines (22 loc) · 1006 Bytes
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
URxvt.font: xft:Hack:size=10
URxvt.letterSpace: -1
URxvt*scrollTtyOutput: false
URxvt.scrollBar: false
!URxvt.internalBorder: 4
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt*depth: 32
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! 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