-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
105 lines (83 loc) · 2.18 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
! Xft settings
Xft.dpi: 92
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! URxvt settings
! URxvt*.depth: 32
URxvt.geometry: 90x35
! 透過
URxvt*.shading: 100
URxvt*inheritPixmap: true
URxvt*.transparent: false
URxvt.tintColor: #303030
URxvt*fading: 0
! URxvt.urgentOnBell: true
URxvt*visualBell: false
URxvt*loginShell: true
URxvt.saveLines: 2000
URxvt.internalBorder: 0
URxvt.lineSpace: 0
URxvt.intensityStyles: true
URxvt.perl-ext-common: default,selection
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.mathcer.button: 1
! input method
urxvt.perl-ext: xim-onthespot
URxvt.inputMethod: fcitx
URxvt.preeditType: OnTheSpot
! Fonts
URxvt.allow_bold: false
URxvt*font: xft:Fira Code:regular:size=10:antialias=true, \
xft:Myrica:size=10:antialias=true, \
xft:Font Awesome 5 Free:size=10:antialias=true, \
xft:Noto Sans CJK JP:size=10:antialias=true, \
xft:Ricty:size=10:antialias=true
! Fix font space
URxvt*letterSpace: 0
! Scrollbar
URxvt.scrollBar: false
URxvt.scrollStyle: rxvt
URxvt.scrollBar_right: true
! Cursor
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
! iso 14755 disable
URxvt*iso14755: false
!! Color
*.foreground: #D3D3D3
*.background: #191919
*.cursorColor: #00B2FF
! black
*.color0: #464646
*.color8: #9E9E9E
! red
*.color1: #FF1900
*.color9: #DD002C
! green
!*.color2: #37d628
*.color2: #09a672
*.color10: #009933
! yellow
*.color3: #ffb200
*.color11: #FFCB53
! blue
*.color4: #008cff
*.color12: #076eff
! magenta
*.color5: #D987E6
*.color13: #8D57F1
! cyan
*.color6: #00ffc7
*.color14: #27EED5
! white
*.color7: #FFFFFF
*.color15: #AAAAAA
rofi.color-enabled: true
rofi.color-window: #212121, #212121, #c3c6c8
rofi.color-normal: #191919, #fafbfc, #191919, #e00003, #fafbfc
rofi.color-active: #191919, #00bcd4, #191919, #009688, #fdf6e3
rofi.color-urgent: #191919, #ff5252, #191919, #ff5252, #fdf6e3