-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.Xdefaults
executable file
·115 lines (92 loc) · 2.8 KB
/
.Xdefaults
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
106
107
108
109
110
111
112
113
114
115
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
! URxvt settings
!-------------------------------------------------------------------------------
URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
! URxvt.visualBell: true
URxvt.loginShell: true
URxvt.saveLines: 10000
URxvt.internalBorder: 3
URxvt.lineSpace: 0
! Fonts
URxvt.allow_bold: true
URxvt*font: xft:Ricty-Bold:size=12.5:antialias=true
! Fix font space
!URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Perl extensions
URxvt.perl-ext-common: default,tabbedex,clipboard
URxvt.matcher.button: 1
URxvt.urlLauncher: google-chrome
URxvt.keysym.M-t: perl:tabbedex:new_tab
URxvt.keysym.M-n: perl:tabbedex:next_tab
URxvt.keysym.M-p: perl:tabbedex:prev_tab
URxvt.tabbed.no-tabbedex-keys: true
URxvt.tabbed.not-consumable-keys: 0xff22, 0xff23, 0xff2a
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
! iso 14755 disable
URxvt*iso14755: false
! Color
! スケスケにするためのパラメータ
! urxvt*shading: 20
urxvt*shading: 10
URxvt*inheritPixmap: true
! Molokai
!!Source https://github.com/brianbuccola/dotfiles/blob/master/xcolors/molokai
! vim: set ft=xdefaults:
URxvt*background: #000000
URxvt*foreground: #d0d0d0
URxvt*cursorColor: #d0d0d0
URxvt*colorBD: #3579a8
URxvt*colorUL: #4eb4fa
!black
URxvt*color0: #000000
URxvt*color8: #1c1c1c
!red
URxvt*color1: #960050
URxvt*color9: #ff0090
!green
URxvt*color2: #66aa11
URxvt*color10: #80ff00
!yellow
URxvt*color3: #c47f2c
URxvt*color11: #ffba68
!blue
URxvt*color4: #30309b
URxvt*color12: #5f5fee
!magenta
URxvt*color5: #7e40a5
URxvt*color13: #bb88dd
!cyan
URxvt*color6: #3579a8
URxvt*color14: #4eb4fa
!white
URxvt*color7: #5f5f5f
URxvt*color15: #d0d0d0
!-------------------------------------------------------------------------------
! Emacs settings
!-------------------------------------------------------------------------------
! 透明にできない...
Emacs*foreground: white
Emacs*background: black
!emacs.transparent: false
!emacs*shading: 10
Emacs*useXIM: true