-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathXresources
More file actions
75 lines (67 loc) · 2.39 KB
/
Xresources
File metadata and controls
75 lines (67 loc) · 2.39 KB
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
URxvt.font: xft:PragmataPro Mono:pixelsize=16,xft:FSD Emoji:pixelsize=16
URxvt.boldFont: xft:PragmataPro Mono:bold:pixelsize=16,xft:FSD Emoji:bold:pixelsize=16
URxvt.italicFont: xft:PragmataPro:italic:pixelsize=16,xft:FSD Emoji:italic:pixelsize=16
URxvt.boldItalicFont: xft:PragmataPro:bold:italic:pixelsize=16,xft:FSD Emoji:bold:italic:pixelsize=16
URxvt.scrollBar: off
! Avoid ISO 14755 modes
URxvt.iso14755: off
URxvt.iso14755_52: off
URxvt.keysym.M-C-1: perl:fontresize:8
URxvt.keysym.M-C-2: perl:fontresize:12
URxvt.keysym.M-C-3: perl:fontresize:16
URxvt.keysym.M-C-4: perl:fontresize:24
URxvt.keysym.M-C-5: perl:fontresize:28
URxvt.keysym.M-C-6: perl:fontresize:32
URxvt.keysym.M-C-7: perl:fontresize:36
URxvt.keysym.M-C-8: perl:fontresize:96
URxvt.keysym.M-C-9: perl:fontresize:smaller
URxvt.keysym.M-C-0: perl:fontresize:bigger
XLock.mode: blank
! Use Alt key as it is intended
XTerm*metaSendsEscape: true
XTerm*renderFont: true
XTerm*faceName: PragmataPro Mono
XTerm*faceSize: 12
URxvt.url-launcher: xdg-open
URxvt.perl-ext-common: better-color-themes,fontresize,matcher,selection
URxvt.color-themes.themedir: ~/.config/urxvt/themes
URxvt.keysym.M-C-n: perl:color-themes:next
URxvt.keysym.M-C-p: perl:color-themes:prev
! Apprentice colors by default
! URxvt.foreground: #BCBCBC lighter_grey
! URxvt.background: #262626 darker_grey
! URxvt.color0: #1C1C1C almost_black
! URxvt.color1: #AF5F5F red
! URxvt.color2: #5F875F green
! URxvt.color3: #87875F ocre
! URxvt.color4: #5F87AF blue
! URxvt.color5: #5F5F87 purple
! URxvt.color6: #5F8787 aqua
! URxvt.color7: #6C6C6C light_grey
! URxvt.color8: #444444 grey
! URxvt.color9: #FF8700 orange
! URxvt.color10: #87AF87 light_green
! URxvt.color11: #FFFFAF yellow
! URxvt.color12: #8FAFD7 light_blue
! URxvt.color13: #8787AF light_purple
! URxvt.color14: #5FAFAF light_aqua
! URxvt.color15: #FFFFFF white
! Apprentice colors by default
URxvt.foreground: #BCBCBC
URxvt.background: #262626
URxvt.color0: #1C1C1C
URxvt.color1: #AF5F5F
URxvt.color2: #5F875F
URxvt.color3: #87875F
URxvt.color4: #5F87AF
URxvt.color5: #5F5F87
URxvt.color6: #5F8787
URxvt.color7: #6C6C6C
URxvt.color8: #444444
URxvt.color9: #FF8700
URxvt.color10: #87AF87
URxvt.color11: #FFFFAF
URxvt.color12: #8FAFD7
URxvt.color13: #8787AF
URxvt.color14: #5FAFAF
URxvt.color15: #FFFFFF