-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources-kniren
68 lines (54 loc) · 1.64 KB
/
.Xresources-kniren
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
!-----------------------------------------------------------------
! .Xresources
!-----------------------------------------------------------------
! Author:
! Alex Sánchez <[email protected]>
!-----------------------------------------------------------------
! Source:
! https://github.com/kniren/dotfiles/blob/master/.Xresources
!-----------------------------------------------------------------
!-----------------------------------------------------------------
! Terminal colors -----------------------------------------------¬
!-----------------------------------------------------------------
!black
*color0: #393939
*color8: #121212
!red
*color1: #DA3955
*color9: #ff4775
!green
*color2: #308888
*color10: #53A6A6
!yellow
*color3: #54777d
*color11: #a94f63
!blue
*color4: #6d9cbe
*color12: #91C1E3
!magenta
*color5: #6f4484
*color13: #915eaa
!cyan
*color6: #2B7694
*color14: #47959E
!white
*color7: #D6D6D6
*color15: #A3A3A3
!-¬
!-----------------------------------------------------------------
!-----------------------------------------------------------------
! URXVT-Specific stuff ------------------------------------------¬
!-----------------------------------------------------------------
! Appearance
*foreground: #D6D6D6
*background: #050505
*borderColor: #050505
*highlightColor: #a761c2
*highlightTextColor: #151515
*cursorColor: #dedede
*cursorColor2: #151515
! Bold/Italic/Underline Styles
URxvt.colorBD: #ffffff
URxvt.colorIT: #a761c2
URxvt.colorUL: #6d9cbe
URxvt.underlineColor: #333333