-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
18 lines (16 loc) · 885 Bytes
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
! ------------------------------------------------------------------------------
! 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
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"