-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
63 lines (54 loc) · 1.94 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
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! Rxvt-unicode -----------------------------------------------------------------
URxvt.font: xft:BitstreamVeraSansMono:pixelsize=15:antialias=true:hinting=true
URxvt.boldFont: xft:BitstreamVeraSansMono:bold:pixelsize=15:antialias=true:hinting=true
URxvt.italicFont: xft:BitstreamVeraSansMono:italic:pixelsize=15:antialias=true:hinting=true
URxvt.boldItalicFont: xft:BitstreamVeraSansMono:bold:italic:pixelsize=15:antialias=true:hinting=true
!------------------------------------------------------------------------------
! URXVT - Settings
URxvt.saveLines: 12000
URxvt*geometry: 80x25
URxvt*borderLess: false
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*cursorColor: #ffffff
URxvt*scrollColor: #151515
URxvt*perl-ext-common: default,matcher,clipboard,url-select,keyboard-select,vtwheel
URxvt.underlineURLs: true
URxvt*matcher.button: 1
URxvt.url-select.launcher: /usr/bin/luakit
URxvt.url-select.underline: true
URxvt.url-launcher: google-chrome
!------------------------------------------------------------------------------
*foreground: #ddeedd
*background: #131D24
!black
*color0: #25374A
*color8: #3A526B
!red
*color1: #BD4A4A
*color9: #CC6666
!green
*color2: #B7CE42
*color10: #BDE077
!yellow
*color3: #FEA63C
*color11: #FFE863
!blue
*color4: #66AABB
*color12: #AACCBB
!magenta
*color5: #F26B9E
*color13: #ff5879
!cyan
*color6: #72AD8C
*color14: #9FE3BC
!white
*color7: #DDEEDD
*color15: #FFFFFF