-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
134 lines (118 loc) · 4.75 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
URxvt*scrollBar: false
URxvt*secondaryScreen: true
URxvt*secondaryScroll: false
URxvt*font: xft:DejaVu Sans Mono for Powerline:size=13
URxvt*lineSpace: 0
URxvt*.letterSpace: -2
Xft.autohint: 0
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
! Base16 Monokai
! Scheme: Wimer Hazenberg (http://www.monokai.nl)
! URxvt*tintColor: color
! URxvt*fadeColor: color
URxvt*background: #1a1d13
URxvt*foreground: #f8f8f2
URxvt*cursorColor: #f8f8f2
! URxvt*colorBD: color
! URxvt*colorIT: color
! URxvt*colorUL: color
! URxvt*colorRV: color
! URxvt*underlineColor: color
URxvt*scrollColor: #f8f8f2
! URxvt*troughColor: color
URxvt*highlightColor: #49483e
URxvt*highlightTextColor: #a59f85
! URxvt*cursorColor2: color
! URxvt*pointerColor: color
! URxvt*pointerColor2: color
! URxvt*borderColor: color
! URxvt*tab-bg: colour
! URxvt*tab-fg: colour
! URxvt*tabbar-bg: colour
! URxvt*tabbar-fg: colour
URxvt*color0: #272822
URxvt*color1: #f92672
URxvt*color2: #a6e22e
URxvt*color3: #f4bf75
URxvt*color4: #66d9ef
URxvt*color5: #ae81ff
URxvt*color6: #a1efe4
URxvt*color7: #f8f8f2
URxvt*color8: #75715e
URxvt*color9: #f92672
URxvt*color10: #a6e22e
URxvt*color11: #f4bf75
URxvt*color12: #66d9ef
URxvt*color13: #ae81ff
URxvt*color14: #a1efe4
URxvt*color15: #f9f8f5
! 256 color space
URxvt*color16: #fd971f
URxvt*color17: #cc6633
URxvt*color18: #383830
URxvt*color19: #49483e
URxvt*color20: #a59f85
URxvt*color21: #f5f4f1
URxvt*borderColor: #1a1d13
!URxvt*background: #000000
!URxvt*foreground: #859900
!URxvt*color0: #000000
!URxvt*color1: #dc322f
!URxvt*color2: #859900
!URxvt*color3: #b58900
!URxvt*color4: #268bd2
!URxvt*color5: #d33682
!URxvt*color6: #2aa198
!URxvt*color7: #eee8d5
!URxvt*color8: #777777
!URxvt*color9: #cb4b16
!URxvt*color10: #586e75
!URxvt*color11: #f5d605
!URxvt*color12: #839496
!URxvt*color13: #6c71c4
!URxvt*color14: #93a1a1
!URxvt*color15: #fdf6e3
!URxvt*borderColor: #000000
URxvt*colorBD: #f8f8f2
URxvt*saveLines: 3000
URxvt*jumpScroll: true
URxvt*skipScroll: false
URxvt*scrollTtyOutput: true
URxvt*scrollTtyKeypress: false
URxvt*scrollWithBuffer: false
URxvt*mouseWheelScrollPage: false
! transparency
URxvt*transparent: false
URxvt*shading: 85
URxvt*tintColor: #272822
! bell
URxvt*urgentOnBell: false
!movement
URxvt*altSendsEscape: true
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
!extensions
!URxvt.perl-ext-common: digital-clock
URxvt.iso14755: false
URxvt.iso14755_52: false
! ROFI Color theme
! User: sushant
! ------------------------------------------------------------------------------
! "Color scheme for normal row" Set from: Default
!rofi.color-normal: #fdf6e3,#002b36,#eee8d5,#586e75,#eee8d5
rofi.color-normal: #2d2d2d,#ffffff,#2d2d2d,#2d2d2d,#9575cd
! "Color scheme for urgent row" Set from: Default
!rofi.color-urgent: #fdf6e3,#dc322f,#eee8d5,#dc322f,#fdf6e3
! "Color scheme for active row" Set from: Default
rofi.color-active: #2d2d2d,#ffffff,#2d2d2d,#2d2d2d,#9575cd
! "Color scheme window" Set from: Default
rofi.color-window: #2d2d2d,#ffffff
! "Separator style (none, dash, solid)" Set from: Default
rofi.separator-style: none