-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
60 lines (52 loc) · 1.32 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
! URxvt.termName: xterm-256color
URxvt.transparent: false
URxvt.shading: 20
URxvt.fading: 0
URxvt.loginShell: true
URxvt.saveLines: 99999
URxvt.lineSpace: 0
URxvt.allow_bold: true
URxvt*font: xft:FantasqueSansMono\ Nerd\ Font\ Mono:style=Regular:size=17:antialias=true
URxvt*boldFont: xft:FantasqueSansMono\ Nerd\ Font\ Mono:style=Bold:size=15:antialias=true
xterm*font: xft:FantasqueSansMono\ Nerd\ Font\ Mono:style=Regular:size=17:antialias=true
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-S-0x43: eval:selection_to_clipboard
URxvt.keysym.C-S-0x56: eval:paste_clipboard
URxvt.scrollBar: false
URxvt.urlLauncher: firefox
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
*background: #1c1b1a
*foreground: #f8f6f2
*cursorColor: #aee200
*scrollColor: #45413b
*fadeColor: #ffffff
*fading: 20
! black
*color0: #141413
*color8: #555555
! red
*color1: #ff2c4b
*color9: #ff2c4b
! green
*color2: #aee200
*color10: #aee200
! yellow
*color3: #fade3e
*color11: #ffa724
! blue
*color4: #0a9dff
*color12: #0a9dff
! magenta
*color5: #ff9eb8
*color13: #ff9eb8
! cyan
*color6: #8cffba
*color14: #8cffba
! white
*color7: #d9cec3
*color15: #ffffff