-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
78 lines (66 loc) · 1.65 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
74
75
76
77
78
! ! Dracula Color Scheme
! *.foreground: #F8F8F2
! *.background: #282A36
! *.color0: #000000
! *.color8: #4D4D4D
! *.color1: #FF5555
! *.color9: #FF6E67
! *.color2: #50FA7B
! *.color10: #5AF78E
! *.color3: #F1FA8C
! *.color11: #F4F99D
! *.color4: #BD93F9
! *.color12: #CAA9FA
! *.color5: #FF79C6
! *.color13: #FF92D0
! *.color6: #8BE9FD
! *.color14: #9AEDFE
! *.color7: #BFBFBF
! *.color15: #E6E6E6
! IceBerg Color Scheme
*.foreground: #c6c8d1
*.background: #111321
*.cursorColor: #c6c8d1
*.color0: #111321
*.color8: #48538a
*.color1: #e27878
*.color9: #e98989
*.color2: #b4be82
*.color10: #c0ca8e
*.color3: #e2a478
*.color11: #e9b189
*.color4: #84a0c6
*.color12: #91acd1
*.color5: #a093c7
*.color13: #ada0d3
*.color6: #89b8c2
*.color14: #95c4ce
*.color7: #c6c8d1
*.color15: #d2d4de
Xft.antialias: true
Xft.hinting: true
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
Xft.rgba: rgb
XTrem*renderFont: true
XTerm*faceSize: 11
XTerm*faceName: xft:JetBrains Mono:size=10
XTerm*utf8: 2
XTerm*locale: true
Xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
XTerm*loginshell: true
URxvt.color12: rgb:5c/5c/ff
URxvt.scrollBar: false
URxvt.cursorBlink: true
URxvt.font: xft:JetBrains Mono:size=10
URxvt.perl-ext-common: tabbed,clipboard
! CLIPBOARD SETTINGS
xvt.clipboard.autocopy: true
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
! TAB SETTING
URxvt.tabbed.tabbar-fg: foreground
URxvt.tabbed.tabbar-bg: background
URxvt.tabbed.tab-fg: 2
URxvt.tabbed.tab-bg: 8