-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources-light
53 lines (41 loc) · 950 Bytes
/
.Xresources-light
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
URxvt.scrollBar: false
URxvt.cursosBlink: true
!URxvt.borderColor: #1c2023
URxvt.termnane: rxvt-256color
URxvt.font: xft:Hack:size=9
URxvt.borderWidth: 0
URxvt.internalBorder: 0
URxvt.externalBorder: 0
! Perl extensions
URxvt.perl-ext-common: selection-to-clipboard
urxvt*dynamicColors: on
xterm*dynamicColors: true
! Colors
! hard contrast: *background: #fbf1c7
*background: #fbf1c7
! soft contrast: *background: #fbf1c7
*foreground: #3c3836
! Black + Dark Grey
*color0: #fbf1c7
*color8: #928374
! DarkRed + Red
*color1: #cc241d
*color9: #9d0006
! DarkGreen + Green
*color2: #98971a
*color10: #79740e
! DarYellow + Yellow
*color3: #d79921
*color11: #b57614
! DarkBlue + Blue
*color4: #458588
*color12: #076678
! DarkMagenta + Magenta
*color5: #b16286
*color13: #8f3f71
! DarkCyan + Cyan
*color6: #689d6a
*color14: #427b58
! LightGrey + White
*color7: #7c6f64
*color15: #3c3836