-
Notifications
You must be signed in to change notification settings - Fork 1
/
Xresources.base
74 lines (62 loc) · 1.83 KB
/
Xresources.base
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
! Based heavily on https://addy-dclxvi.github.io/post/configuring-urxvt/.
!! Color Scheme: Tomorrow Dark (http://terminal.sexy)
! special
*.foreground: #c5c8c6
*.background: #1d1f21
*.cursorColor: #c5c8c6
! black
*.color0: #1d1f21
*.color8: #969896
! red
*.color1: #cc6666
*.color9: #cc6666
! green
*.color2: #b5bd68
*.color10: #b5bd68
! yellow
*.color3: #f0c674
*.color11: #f0c674
! blue
*.color4: #81a2be
*.color12: #81a2be
! magenta
*.color5: #b294bb
*.color13: #b294bb
! cyan
*.color6: #8abeb7
*.color14: #8abeb7
! white
*.color7: #c5c8c6
*.color15: #ffffff
!! URxvt Appearance
!URxvt.font: xft:Iosevka Term SS09:style=Regular:size=14
!URxvt.boldFont: xft:Iosevka Term SS09:style=Bold:size=14
!URxvt.italicFont: xft:Iosevka Term SS09:style=Italic:size=14
!URxvt.boldItalicfont: xft:Iosevka Term SS09:style=Bold Italic:size=14
URxvt.font: xft:Fira Code:style=Regular:size=11
URxvt.boldFont: xft:Fira Code:style=Bold:size=11
URxvt.italicFont: xft:Fira Code:style=Italic:size=11
URxvt.boldItalicfont: xft:Fira Code:style=Bold Italic:size=11
URxvt.letterSpace: 0
URxvt.lineSpace: 0
URxvt.geometry: 92x24
URxvt.internalBorder: 0
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.urgentOnBell: true
URxvt.depth: 24
URxvt.iso14755: false
!! Perl extensions
URxvt.perl-ext-common: default,selection-to-clipboard,pasta,matcher,keyboard-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-launcher: /usr/bin/google-chrome
URxvt.underlineURLs: True
URxvt.matcher.button: 1
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.Control-Shift-V: perl:pasta:paste
!! Comment this if you do not want copy when text is selected
URxvt.clipboard.autocopy: true
Xcursor.size: 16