-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
85 lines (79 loc) · 2.2 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
*customization: -color
*visualBell: false
*scrollBar: true
*scrollstyle: plain
*saveLines: 10000
*scrollTtyOutput: false
*scrollWithBuffer: true
*scrollTtyKeypress: true
*selectToClipboard: true
! Uses resources form urxvt-perls on GitHub
! https://github.com/muennich/urxvt-perls/
!URxvt.perl-ext-common: default,keyboard-select,url-select,clipboard
!URxvt.perl-ext-common: default,keyboard-select,url-select
!URxvt.keysym.M-o: perl:keyboard-select:activate
!URxvt.keysym.M-u: perl:url-select:select_next
!URxvt.url-select.launcher: firefox
!URxvt.url-select.underline: true
!URxvt.url-select.autocopy: true
!URxvt.clipboard.autocopy: true
!URxvt.keysym.M-s: perl:keyboard-select:search
!URxvt.keysym.M-p: perl:clipboard:paste
!URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
!URxvt.clipboard.pastecmd: xsel -op
!URxvt.urlLauncher: firefox
URxvt*termName: xterm-256color
!*font: -xos4-terminus-medium-r-normal--14-*-*-*-*-*-iso8859-1
!*font: terminus-16
!Emacs*font: terminus-16
!*font: xft:Fira Code:size=11
*font: xft:Hack:size=11
Emacs*font: hack-11
! Base16 Ocean
! Scheme: Chris Kempson (http://chriskempson.com)
#define base00 #2b303b
#define base01 #343d46
#define base02 #4f5b66
#define base03 #65737e
#define base04 #a7adba
#define base05 #c0c5ce
#define base06 #dfe1e8
#define base07 #eff1f5
#define base08 #bf616a
#define base09 #d08770
#define base0A #ebcb8b
#define base0B #a3be8c
#define base0C #96b5b4
#define base0D #8fa1b3
#define base0E #b48ead
#define base0F #ab7967
! *.foreground: base05
! *.background: base00
! *.cursorColor: base05
!
! *.color0: base00
! *.color1: base08
! *.color2: base0B
! *.color3: base0A
! *.color4: base0D
! *.color5: base0E
! *.color6: base0C
! *.color7: base05
!
! *.color8: base03
! *.color9: base08
! *.color10: base0B
! *.color11: base0A
! *.color12: base0D
! *.color13: base0E
! *.color14: base0C
! *.color15: base07
!
! ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! ! use 'shell' template to set these if necessary
! *.color16: base09
! *.color17: base0F
! *.color18: base01
! *.color19: base02
! *.color20: base04
! *.color21: base06