-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
executable file
·170 lines (158 loc) · 4.45 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
XTerm*faceName: DejaVu Sans Mono for Powerline Nerd Font
xterm*utf8: 2
xterm*faceSize: 11
xterm*vt100*geometry: 80x60
xterm*saveLines: 0
xterm*loginShell: true
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*termName: xterm-color
xterm*eightBitInput: false
XTerm*backarrowKeyIsErase: true
XTerm*ttyModes: erase ^?
!BLK Cursor
#define _color0 #000d18
#define _color8 #000d18
!RED Tag
#define _color1 #e89393
#define _color9 #e89393
!GRN SpecialKey
#define _color2 #9ece9e
#define _color10 #9ece9e
!YEL Keyword
#define _color3 #f0dfaf
#define _color11 #f0dfaf
!BLU Number
#define _color4 #8cd0d3
#define _color12 #8cd0d3
!MAG Precondit
#define _color5 #c0bed1
#define _color13 #c0bed1
!CYN Float
#define _color6 #dfaf8f
#define _color14 #dfaf8f
!WHT Search
#define _color7 #efefef
#define _color15 #efefef
!FMT Include, StatusLine, ErrorMsg
#define _colorBD #ffcfaf
#define _colorUL #ccdc90
#define _colorIT #80d4aa
!TXT Normal, Normal, Cursor
#define _foreground #dcdccc
#define _background #0a0a0a
#define _cursorColor #8faf9f
XTerm*color0 : _color0
XTerm*color1 : _color1
XTerm*color2 : _color2
XTerm*color3 : _color3
XTerm*color4 : _color4
XTerm*color5 : _color5
XTerm*color6 : _color6
XTerm*color7 : _color7
XTerm*color8 : _color8
XTerm*color9 : _color9
XTerm*color10 : _color10
XTerm*color11 : _color11
XTerm*color12 : _color12
XTerm*color13 : _color13
XTerm*color14 : _color14
XTerm*color15 : _color15
XTerm*colorBD : _colorBD
XTerm*colorIT : _colorIT
XTerm*colorUL : _colorUL
XTerm*foreground : _foreground
XTerm*background : _background
XTerm*cursorColor : _cursorColor
!URXVT GENERAL CONFIG
!!------------------------------------------------
!URxvt*iconFile: /usr/share/icons/Adwaita/16x16/apps/utilities-terminal.png
URxvt.geometry: 80x22
!! URXVT FONTS
!!------------------------------------------------
URxvt*font: xft:Source\ Code\ Pro\ Medium:pixelsize=14:antialias=true:hinting=true
URxvt*letterSpace: 0
URxvt*allow_bold: true
!! URXVT FONT SETTINGS
!!------------------------------------------------
!! Xft.autohint: true
!! Xft.antialias: true
!! Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
!! URXVT ENABLE LINK SUPPORT
!!------------------------------------------------
!!URxvt.perl-lib: /home/niggacode/Documenti/perl/
!! No longer use perl stuff since we have tmux babe!
!! URxvt.perl-ext-common: default,matcher,clipboard
!!tabbed
!! URxvt.matcher.button: 1
!! URxvt.perl-ext: default
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/firefox
URxvt.url-select.underline: true
!!disable the fucking bell
URxvt.insecure: false
!! URXVT COPY PASTE SHORTCUTS
!!------------------------------------------------
!!URxvt.iso14755: False
!! URxvt.keysym.Shift-Control-C: perl:clipboard:copy
!! URxvt.keysym.Shift-Control-V: perl:clipboard:paste
!! URxvt.keysym.M-c: perl:clipboard:copy
!! URxvt.keysym.M-v: perl:clipboard:paste
!! URXVT SCROLLBAR AND CURSOR STYLE
!!------------------------------------------------
URxvt*saveLines: 0
URxvt.scrollBar: false
URxvt*scrollstyle: plain
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
!! URXVT TABS
!!------------------------------------------------
URxvt.tabbedex.autohide: yes
URxvt.tabbedex.tabbar-fg: 2
URxvt.tabbedex.tabbar-bg: 0
URxvt.tabbedex.tab-fg: 10
URxvt.tabbedex.tab-bg: 0
URxvt.tabbedex.title: yes
URxvt.tabbedex.new-button: no
!! URXVT FULLSCREEN TOGGLE
!!------------------------------------------------
URxvt.keysym.F11: perl:fullscreen:switch
!! URXVT COLORS
!!------------------------------------------------
!! vim: set filetype=xdefaults :
!
!!True Transparency from Arch wiki
!!URxvt*.depth: 32
!!URxvt.background rgba:1111/1111/1111/dddd
URxvt*.depth: 32
URxvt.background: [75]#0a0a0a
!! special
*.foreground: #93a1a1
*.background: #3c3b37
*.cursorColor: #93a1a1
!! black
*.color0: #5f5f5f
*.color8: #828282
!! red
*.color1: #d96468
*.color9: #d98f93
!! green
*.color2: #a2d964
*.color10: #b8d98f
!! yellow
*.color3: #d9c964
*.color11: #d9cf8f
!! blue
*.color4: #64a2d9
*.color12: #8f99d9
!! magenta
*.color5: #9a64d9
*.color13: #b08fd9
!! cyan
*.color6: #64d9d5
*.color14: #8fd9d5
!! white
*.color7: #989898
*.color15: #c5c5c5