-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXresources
More file actions
73 lines (67 loc) · 1.66 KB
/
Xresources
File metadata and controls
73 lines (67 loc) · 1.66 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
URxvt.font: xft:Roboto Mono for Powerline:pizelsize=11
URxvt.letterSpace:-1
URxvt.lsp: 500
! Font Settings
Xft.autohint: true
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgba
URxvt.perl-lib: $HOME/.config/urxvt-scripts
URxvt.scrollTtyKeypress: true
URxvt.scrollWithBuffer: true
URxvt.internalBorder: 5
URxvt.jumpScroll: true
URxvt.termName: rxvt-256color
URxvt.metaSendsEscape: true
URxvt.utf8: 2
URxvt.scrollBar: false
URxvt.cursorUnderline: false
URxvt.cursorColor: #eeeeee
URxvt.borderLess: false
URxvt.depth:32
!URxvt.background: #000000
URxvt.background: rgba:1d1d/1d1d/1d1d/efef
! Perl Stuff
URxvt.perl-ext-common: default,clipboard,matcher,tabbed,font-size,fullscreen,vtwheel
URxvt.url-launcher: /usr/bin/chromium-browser
URxvt.matcher.button: 1
URxvt.clipboard.copycmd: xsel --input --clipboard
URxvt.clipboard.pastecmd: xsel --output --clipboard
URxvt.clipboard.autocopy: true
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.C-slash: perl:font-size:show
URxvt.keysym.F11: perl:fullscreen:switch
URxvt.iso14755: false
URxvt.iso14755_52: false
!tab colors
URxvt.tabbed.tabbar-fg: 8
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 7
URxvt.tabbed.tab-bg: 0
!black
URxvt.color0: #333333
URxvt.color8: #606060
!red
URxvt.color1: #ff6a37
URxvt.color9: #ff9672
!green
URxvt.color2: #4f8c61
URxvt.color10: #8ec586
!yellow
URxvt.color3: #ffae38
URxvt.color11: #f6c781
!blue
URxvt.color4: #5171d0
URxvt.color12: #a9baec
!magenta
URxvt.color5: #ff5879
URxvt.color13: #ff99a1
!cyan
URxvt.color6: #0e8e9a
URxvt.color14: #5ec7d4
!white
URxvt.color7: #b6b7bb
URxvt.color15: #feffff
URxvt.foreground: #b6b7bb