-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXresources
48 lines (41 loc) · 1.34 KB
/
Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*fading: 15
*fadeColor: black
*pointerColorBackground:#2B2C2B
*pointerColorForeground:#16A085
Xcursor.theme: Breeze
Xcursor.size: 0
XTerm*background: #6aa7a5
XTerm*foreground: #6aa7a5
XTerm*reverseVideo: on
XTerm*faceName: HackRegular:size=11:antialias=true
XTerm*selectToClipboard: true
! URxvt SETUP HERE !
URxvt.internalBorder: 6
URxvt.font: xft:Hack:size=10
URxvt.depth: 32
URxvt.background: [90]#1D1F21
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*.background: #1D1F21
URxvt*foreground: #C5C8C6
URxvt*cursorColor: #C5C8C6
URxvt*saveLines: 5000
! ROFI SETUP HERE !
! Enable the extended coloring options
rofi.color-enabled: true
! bg border separator
rofi.color-window: #1D1F21, #707880, #707880
! bg fg bg-alt hl-bg hl-fg
rofi.color-normal: #1D1F21, #C5C8C6, #1D1F21, #707880, #C5C8C6
rofi.color-active: #1D1F21, #C5C8C6, #1D1F21, #707880, #C5C8C6
rofi.color-urgent: #1D1F21, #C5C8C6, #1D1F21, #707880, #C5C8C6
rofi.separator-style: solid
rofi.sidebar-mode: true
rofi.lines: 5
rofi.font: Hack Regular 12
rofi.bw: 1
rofi.columns: 1
rofi.padding: 5
rofi.fixed-num-lines: true
rofi.hide-scrollbar: true