-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.Xresources
More file actions
73 lines (50 loc) · 1.4 KB
/
Copy path.Xresources
File metadata and controls
73 lines (50 loc) · 1.4 KB
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
URxvt.loginShell: true
URxvt.savelines: 1024
URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt.font: xft:Monofur:size=14
! --- ~/.Xresources ------------------------------------------------------------
! ------------------------------------------------------------------------------
! --- generated with 4bit Terminal Color Scheme Designer -----------------------
! ------------------------------------------------------------------------------
! --- http://ciembor.github.com/4bit -------------------------------------------
! ------------------------------------------------------------------------------
! --- special colors ---
*background: #1b1d1e
*foreground: #d9e6f2
! --- standard colors ---
! black
*color0: #000000
! bright_black
*color8: #262626
! red
*color1: #e14141
! bright_red
*color9: #ee9292
! green
*color2: #41e141
! bright_green
*color10: #92ee92
! yellow
*color3: #e1e141
! bright_yellow
*color11: #eeee92
! blue
*color4: #4141e1
! bright_blue
*color12: #9292ee
! magenta
*color5: #e141e1
! bright_magenta
*color13: #ee92ee
! cyan
*color6: #41e1e1
! bright_cyan
*color14: #92eeee
! white
*color7: #d9d9d9
! bright_white
*color15: #ffffff
! ------------------------------------------------------------------------------
! --- end of terminal colors section -------------------------------------------
! ------------------------------------------------------------------------------