-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
103 lines (93 loc) · 3.27 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
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
! Base16 Eighties
! Scheme: Chris Kempson (http://chriskempson.com)
*foreground: #ffffff
#ifdef background_opacity
*background: [background_opacity]#2d2d2d
#else
*background: #1e1f2b
#endif
*cursorColor: #ff9999
*color0: #1e1f2b
*color1: #f2777a
*color2: #99cc99
*color3: #ffcc66
*color4: #6699cc
*color5: #cc99cc
*color6: #66cccc
*color7: #d3d0c8
*color8: #747369
*color9: #f2777a
*color10: #99cc99
*color11: #ffcc66
*color12: #6699cc
*color13: #cc99cc
*color14: #66cccc
*color15: #f2f0ec
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*color16: #f99157
*color17: #d27b53
*color18: #393939
*color19: #515151
*color20: #a09f93
*color21: #e8e6df
!URxvt.font: xft:Unifont:size=12:antialias=truea
URxvt.font: xft:Monaco:size=10:antialias=true
!URxvt.font: xft:Hack\ Regular\ Nerd\ Font\ Complete\ Mono:size=12
Xft.lcdfilter: lcddefault
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*saveLines: 5000
! for 'fake' transparency (without Compton) uncomment the following three lines
! URxvt*inheritPixmap: true
! URxvt*transparent: true
! URxvt*shading: 138
! other possible settings:
URxvt.iso14755: false
!URxvt.perl-ext:
!URxvt.perl-ext-common:
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!! Cursor word movement
URxvt*altSendsEscape: true
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Shift-Control-Left: \033[1;6D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Shift-Control-Right: \033[1;6C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Shift-Control-Up: \033[1;6A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Shift-Control-Down: \033[1;6B
URxvt.clipboard.autocopy: true
! URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
! URxvt*termName: string
! URxvt*geometry: geometry
! URxvt*chdir: string
! URxvt*reverseVideo: boolean
! URxvt*loginShell: boolean
! URxvt*multiClickTime: number
! URxvt*jumpScroll: boolean
! URxvt*skipScroll: boolean
! URxvt*pastableTabs: boolean
! URxvt*scrollstyle: plain
! URxvt*scrollBar_right: boolean
! URxvt*scrollBar_floating: true
! URxvt*scrollBar_align: mode
! URxvt*thickness: number
! URxvt*scrollTtyOutput: boolean
! URxvt*scrollTtyKeypress: boolean
! URxvt*scrollWithBuffer: boolean
! URxvt*tintColor: !7DA55
! URxvt*blurRadius: HxV
! URxvt*fading: number
! URxvt*fadeColor: color
! URxvt*utmpInhibit: boolean
! URxvt*urgentOnBell: boolean
! URxvt*visualBell: boolean
! URxvt*mapAlert: boolean
! URxvt*meta8: boolean
! URxvt*tripleclickwords: boolean
! URxvt*insecure: boolean
! URxvt*cursorUnderline: boolean
! URxvt*pointerBlank: boolean