-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
115 lines (98 loc) · 2.9 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
!-----------------------------------------------------------------------
! Colors
!-----------------------------------------------------------------------
#define base00 #0C2D34
#define base01 #3E4970
#define base02 #304b59
#define base03 #3f6173
#define base04 #7b8e98
#define base05 #aaafb2
#define base06 #bcd9e8
#define base07 #cfefff
#define base08 #f0696f
#define base09 #fa9a6a
#define base0A #8ba388
#define base0B #76a08c
#define base0C #adadad
#define base0D #718c97
#define base0E #ceb5ce
#define base0F #7a8e77
*.foreground: base05
*.background: base00
*.cursorColor: base05
*fading: 0
*fadeColor: #0F0209
*color0: base00
*color1: base01
*color2: base0B
*color3: base0A
*color4: base0D
*color5: base0E
*color6: base0C
*color7: base05
*color8: base03
*color9: base09
*color10: base08
*color11: base02
*color12: base04
*color13: base06
*color14: base0F
*color15: base07
!-----------------------------------------------------------------------
! URxvt settings
!-----------------------------------------------------------------------
URxvt.internalBorder: 26
URxvt.externalBorder: 0
!URxvt.lineSpace: 0
!urxvt*shading: 30
URxvt.depth: 32
URxvt.saveLines: 10000
!URxvt.geometry: 96x35
URxvt*terminalName: rxvt-unicode-256color
URxvt*visualBell: false
URxvt.letterSpace: -3
!! Scrollbar
!URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
!URxvt*font: xft:Source Code Pro:size=8
!URxvt*font: xft:Source Code Pro for Powerline:size=8
URxvt*font: xft:Inconsolata for Powerline:size=8:style=Medium
! match vte/xterm
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
! ------------------------------------------------------------------------------
! ROFI
! ------------------------------------------------------------------------------
rofi.modi: window,run,ssh,drun
rofi.font: Source Code Pro Regular 11
rofi.hide-scrollbar: true
rofi.bw: 1 !border width
rofi.columns: 3
rofi.padding: 15
rofi.sidebar-mode: true
rofi.separator-style: solid
rofi.yoffset: 0
rofi.location: 0
rofi.width: 60
rofi.lines: 15
rofi.fixed-num-lines: true
rofi.opacity: 100
rofi.fullscreen: false
rofi.show-icons: true
!rofi colors
#define bg base00
#define fg base05
#define hlbg base05
#define hlfg base00
rofi.color-enabled: true
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color-normal: bg, fg, bg, hlbg, hlfg
rofi.color-urgent: bg, fg, bg, hlbg, hlfg
rofi.color-active: bg, fg, bg, hlbg, hlfg
! 'background', 'border', 'separator'
rofi.color-window: bg, base09, fg