-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
114 lines (89 loc) · 3.3 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
!
!
! ██╗ ██╗██████╗ ██╗ ██╗██╗ ██╗████████╗
! ██║ ██║██╔══██╗╚██╗██╔╝██║ ██║╚══██╔══╝
! ██║ ██║██████╔╝ ╚███╔╝ ██║ ██║ ██║
! ██║ ██║██╔══██╗ ██╔██╗ ╚██╗ ██╔╝ ██║
! ╚██████╔╝██║ ██║██╔╝ ██╗ ╚████╔╝ ██║
! ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝
!
!
!
! ======================================================================
!
!! ============ Transparent ==============
!URxvt.transparent: true
!URxvt.shading: 10
!! =========== Appearances ============
URxvt.geometry: 90x20
URxvt.depth: 32
URxvt.termName: rxvt-unicode
URxvt.internalBorder: 20
URxvt.cursorBlink: true
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.scrollBar_floating: false
URxvt.scrollstyle: plain
!! =========== Fonts prefferenes ============
URxvt.font: xft:FantasqueSansMono Nerd Font:size=9:autohint=true:antialias=true:hinting=true:style=italic
URxvt.boldFont: xft:FantasqueSansMono Nerd Font:size=9:autohint=true:antialias=true:hinting=true:weight=bold
URxvt.letterSpace: 0
URxvt.lineSpace: 3
!! ============ Larger history limit =============
URxvt.saveLines: 1000000
!! ============= Perl extensions ==============
urxvt.perl-ext-common: default,tabbed,matcher,resize-font,-tabbed
!! ============== Open urls in browser with Control-Click ===============
URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: C1
!! =============== Change font size on Control-Plus/Minus ==================
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
!! =============== Urxvt keysyms ==================
URxvt.keysym.F11: perl:fullscreen:switch
URxvt.keysym.Control-Shift-V: eval:paste_clipboard
URxvt.keysym.Control-Shift-C: eval:selection_to_clipboard
!! =============== Color schemes =================
!! Default URxvt Color Config
!URxvt.color0: #1E1E29
!URxvt.color1: #E18B8B
!URxvt.color2: #B2E0A2
!URxvt.color3: #E9DC9F
!URxvt.color4: #A3B8EE
!URxvt.color5: #C5A9E7
!URxvt.color6: #EFAEE0
!URxvt.color7: #D6D9DF
!URxvt.color8: #1E1E29
!URxvt.color9: #E18B8B
!URxvt.color10: #B2E0A2
!URxvt.color11: #E9DC9F
!URxvt.color12: #A3B8EE
!URxvt.color13: #C5A9E7
!URxvt.color14: #EFAEE0
!URxvt.color15: #D6D9DF
!URxvt.colorBD: #D6D9DF
!! OneDark Color Schemes
*.foreground: #ABB2BF
!*.background: #1E2122
*.background: #282C34
*.cursorColor: #ABB2BF
*.color0: #282C34
*.color1: #E06C75
*.color2: #98C379
*.color3: #E5C078
*.color4: #61AFEF
*.color5: #C678DD
*.color6: #86B6C2
*.color7: #ABB2BF
*.color8: #4B5566
*.color9: #E06C75
*.color10: #98C379
*.color11: #E5C078
*.color12: #61AFEF
*.color13: #C678DD
*.color14: #86B6C2
*.color15: #ABB2BF