-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
133 lines (116 loc) · 2.47 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
!#define nord0 #2E3440
!#define nord1 #3B4252
!#define nord2 #434C5E
!#define nord3 #4C566A
!#define nord4 #D8DEE9
!#define nord5 #E5E9F0
!#define nord6 #ECEFF4
!#define nord7 #8FBCBB
!#define nord8 #88C0D0
!#define nord9 #81A1C1
!#define nord10 #5E81AC
!#define nord11 #BF616A
!#define nord12 #D08770
!#define nord13 #EBCB8B
!#define nord14 #A3BE8C
!#define nord15 #B48EAD
!*.foreground: nord4
!*.background: nord0
!*.cursorColor: nord4
!*fading: 35
!*fadeColor: nord3
!*.color0: nord1
!*.color1: nord11
!*.color2: nord14
!*.color3: nord13
!*.color4: nord9
!*.color5: nord15
!*.color6: nord8
!*.color7: nord5
!*.color8: nord3
!*.color9: nord11
!*.color10: nord14
!*.color11: nord13
!*.color12: nord9
!*.color13: nord15
!*.color14: nord7
!*.color15: nord6
! special
*.foreground: #919191
*.background: #000000
*.cursorColor: #919191
! black
*.color0: #303030
*.color8: #5e5e5e
! red
*.color1: #c10023
*.color9: #ff8781
! green
*.color2: #a83334
*.color10: #ffa095
! yellow
*.color3: #b51d2c
*.color11: #ff948b
! blue
*.color4: #8c4b46
*.color12: #feb2aa
! magenta
*.color5: #7d534f
*.color13: #ebbbb5
! cyan
*.color6: #9a413d
*.color14: #ffaaa0
! white
*.color7: #c6c6c6
*.color15: #ffffff
URxvt*termName: rxvt-unicode-256color
URxvt*loginShell: true
URxvt*scrollBar: false
URxvt*secondaryScroll: true
URxvt*saveLines: 65535
URxvt*cursorUnderline: false
URxvt*urgentOnBell: false
URxvt*cursorBlink: false
urxvt*depth: 32
!urxvt*background: rgba:0000/0000/0000/DDDD
URxvt.font:xft:DejaVu Sans Mono:pixelsize=14
URxvt.internalBorder: 10
URxvt*selectToClipboard: true
URxvt.perl-ext-common: default,matcher,searchable-scrollback
URxvt.urlLauncher: /usr/local/bin/firefox
xscreensaver.fade: false
xscreensaver.unfade: false
Xft.autohint: false
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: true
Xft.antialias: true
Xft.rgba: rgb
!*background: #1d2021
*background: #282828
! soft contrast: *background: #32302f
*foreground: #ebdbb2
! Black + DarkGrey
*color0: #282828
*color8: #928374
! DarkRed + Red
*color1: #cc241d
*color9: #fb4934
! DarkGreen + Green
*color2: #98971a
*color10: #b8bb26
! DarkYellow + Yellow
*color3: #d79921
*color11: #fabd2f
! DarkBlue + Blue
*color4: #458588
*color12: #83a598
! DarkMagenta + Magenta
*color5: #b16286
*color13: #d3869b
! DarkCyan + Cyan
*color6: #689d6a
*color14: #8ec07c
! LightGrey + White
*color7: #a89984
*color15: #ebdbb2