-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
73 lines (50 loc) · 1.48 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
! --- ~/.Xresources ------------------------------------------------------------
! ------------------------------------------------------------------------------
! --- generated with 4bit Terminal Color Scheme Designer -----------------------
! ------------------------------------------------------------------------------
! --- http://ciembor.github.com/4bit -------------------------------------------
! ------------------------------------------------------------------------------
*customization: -color
XTerm*termName: xterm-256color
! --- fonts ---
XTerm*faceName: DejaVu Sans Mono
XTerm*faceSize: 11
! --- special colors ---
XTerm*background: #222222
XTerm*foreground: #ffffff
! --- standard colors ---
! black
XTerm*color0: #1d1d1d
! bright_black
XTerm*color8: #3b3b3b
! red
XTerm*color1: #ff2e85
! bright_red
XTerm*color9: #ffffff
! green
XTerm*color2: #5fbd00
! bright_green
XTerm*color10: #ffffff
! yellow
XTerm*color3: #ffa82e
! bright_yellow
XTerm*color11: #ffffff
! blue
XTerm*color4: #2e85ff
! bright_blue
XTerm*color12: #ffffff
! magenta
XTerm*color5: #a82eff
! bright_magenta
XTerm*color13: #ffffff
! cyan
XTerm*color6: #2effa8
! bright_cyan
XTerm*color14: #ffffff
! white
XTerm*color7: #e9e9e9
! bright_white
XTerm*color15: #ffffff
! ------------------------------------------------------------------------------
! --- end of terminal colors section -------------------------------------------
! ------------------------------------------------------------------------------