-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xresources
75 lines (57 loc) · 1.39 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
!!!!!!!!!!!!!!!!!!!!!!
!! Colors and stuff !!
!!!!!!!!!!!!!!!!!!!!!!
! black
*color0: #2E3436
*color8: #555753
! red
*color1: #CC0000
*color9: #EF2929
! green
*color2: #4E9A06
*color10: #8AE234
! orange
*color3: #C4A000
*color11: #FCE94F
! blue
*color4: #3465A4
*color12: #729FCF
! purple
*color5: #75507B
*color13: #AD7FA8
! turquoise
*color6: #06989A
*color14: #34E2E2
! grey
*color7: #D3D7CF
*color15: #EEEEEC
! special
*.foreground: #D3D7CF
*.background: #2E3436
*.cursorColor: #D3D7CF
!!!!!!!!!!!
!! URxvt !!
!!!!!!!!!!!
!Fonts
URxvt.font: xft:MesloLGS NF:size=10:antialias=true:hinting=true
URxvt.boldFont: xft:MesloLGS NF:bold:size=10:antialias=true:hinting=true
URxvt.italicFont: xft:MesloLGS NF:italic:size=10:antialias=true:hinting=true
URxvt.boldItalicFont: xft:MesloLGS NF:bold:italic:size=10:antialias=true:hinting=true
!Scrollbar stuff
URxvt.scrollBar: false
!Transparency
URxvt.depth: 32
URxvt.background: [75]#000000
!Larger history limit
urxvt.saveLines: 999999
!Extensions
URxvt.perl-ext-common: default,keyboard-select,matcher,resize-font,selection-to-clipboard,url-select
!! keyboard-select:
URxvt.keysym.M-Escape: perl:keyboard-select:activate
!! matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true