-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
executable file
·75 lines (57 loc) · 1.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
!! set dpi for x
!Xft.dpi: 100
!! rxvt-unicode config. start
#URxvt.font: xft:Inconsolata:size=10.5:antialias=true
URxvt.font: xft:Hack:size=11:antialias=true
!URxvt.letterSpace: -5
URxvt.scrollBar: false
URxvt.scrollStyle: rxvt
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
*background: #002b36
*foreground: #657b83
!!*fading: 40
*fadeColor: #002b36
*cursorColor: #93a1a1
*pointerColorBackground: #586e75
*pointerColorForeground: #93a1a1
!! black dark/light
*color0: #073642
*color8: #002b36
!! red dark/light
*color1: #dc322f
*color9: #cb4b16
!! green dark/light
*color2: #859900
*color10: #586e75
!! yellow dark/light
*color3: #b58900
*color11: #657b83
!! blue dark/light
*color4: #268bd2
*color12: #839496
!! magenta dark/light
*color5: #d33682
*color13: #6c71c4
!! cyan
*color6: #2aa198
!! purple, switched from cyan
!*color6: #891AA2
!! red used for symlinks and comments
*color14: #7F1E31
!! white dark/light
*color7: #eee8d5
*color15: #fdf6e3
! Rofi config
rofi.color-enabled: true
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color-normal: argb:00000000, argb:a0f3f4f5, argb:00000000, argb:00000000, argb:a09575cd
rofi.color-urgent: argb:00000000, argb:a0f3f4f5, argb:00000000, argb:000f0000, argb:a09575cd
rofi.color-active: argb:00000000, argb:a0f3f4f5, argb:00000000, argb:00000000, argb:a09575cd
! 'background', 'border', 'separator'
rofi.color-window: argb:402f343f, argb:a02f343f, argb:a02f343f
rofi.separator-style: none