-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathXresources
More file actions
48 lines (36 loc) · 856 Bytes
/
Xresources
File metadata and controls
48 lines (36 loc) · 856 Bytes
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
xterm*selectToClipboard: true
xterm*disallowedWindowOps: 20,21,SetXProp
*.font: Monospace:pixelsize=25:antialias=true:autohint=true;
*.fontalt0:Braille:pixelsize=24:antialias=true:autohint=true;
/* *.fontalt1:JoyPixels:pixelsize=24:antialias=true:autohint=true; */
*.alpha: 0.95
! colors
! special
*.foreground: #B8BEC9
*.background: #232731
*.cursorColor: #ECEFF4
*.revCursorColor: #555555
! black
*.color0: #4C566A
*.color8: #6C768A
! red
*.color1: #BF616A
*.color9: #af7370
! green
*.color2: #A3BE8C
*.color10: #B5CEA8
! yellow
*.color3: #D7BA7D
*.color11: #E7cb93
! blue
*.color4: #5e81ac
*.color12: #69A8C6
! magenta
*.color5: #B48EAD
*.color13: #939ede
! cyan
*.color6: #88c0d0
*.color14: #69BAC8
! white
*.color7: #ABB2BF
*.color15: #D8DEE9