1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Xcursor.size: 16
XTerm*foreground: white
XTerm*background: black
XTerm*faceName: DejaVu\ Sans\ Mono\ for\ Powerline
XTerm*faceSize: 10.0
XTerm*selectToClipboard: true
XTerm.vt100.locale: true
URxvt.font: xft:DejaVu\ Sans\ Mono\ for\ Powerline:size=10
URxvt.foreground: white
URxvt.background: #aaaaaaaa
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
Xft.dpi: 96
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color-normal: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF
rofi.color-urgent: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF
rofi.color-active: #000000AA, #FFFFFFFF, #000000AA, #333333AA, #FFFFFF
! 'background', 'border', 'separator'
rofi.color-window: #000000AA, #00000000, #aaaaaa
|