]> git.rmz.io Git - dotfiles.git/blob - Xresources
vim: use powerline fonts for airline
[dotfiles.git] / Xresources
1 ! {{{1 Title
2 URxvt*title: urxvt
3 URxvt*termName: rxvt-unicode-256color
4 URxvt*urgentOnBell: true
5 URxvt*iconFile: /home/ramsi/src/dotfiles/icons/shell.png
6
7 ! {{{1 Font
8 URxvt.font: xft:Inconsolata for Powerline:size=11
9 URxvt.skipBuiltinGlyphs: true
10 Xft.antialias: true
11
12 ! {{{1 Scrolling
13 URxvt*.scrollBar: false
14 URxvt.saveLines: 10000
15 URxvt.scrollTtyOutput: false
16 URxvt.scrollTtyKeypress: true
17 URxvt.scrollWithBuffer: true
18
19 ! disable Ctrl+Shift UTF8 hex
20 URxvt.iso14755: false
21 URxvt.iso14755_52: false
22
23 ! {{{1 Perl extensions
24 URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
25 ! {{{2 url-select
26 URxvt.keysym.1-u: perl:url-select:select_next
27 URxvt.url-select.button: 1
28 URxvt.url-select.launcher: mimeo
29 URxvt.url-select.underline: true
30 ! {{{2 keyboard-select
31 URxvt.keysym.1-Escape: perl:keyboard-select:activate
32 URxvt.keysym.1-s: perl:keyboard-select:search
33 ! {{{2 clipboard
34 URxvt.keysym.C-C: perl:clipboard:copy
35 URxvt.keysym.C-V: perl:clipboard:paste
36 URxvt.keysym.C-A-V: perl:clipboard:paste_escaped
37
38 ! {{{1 Colours
39 URxvt*.depth: 32
40 URxvt*.background: [75]#222222
41 URxvt*.foreground: #f8f8f2
42 ! Black
43 URxvt*.color0: #262729
44 URxvt*.color8: #262729
45 ! Red
46 URxvt*.color1: #f92671
47 URxvt*.color9: #ff669d
48 ! Green
49 URxvt*.color2: #a6e22e
50 URxvt*.color10: #beed5f
51 ! Yellow
52 URxvt*.color3: #fd971f
53 URxvt*.color11: #e6db74
54 ! Blue
55 URxvt*.color4: #1692d0
56 URxvt*.color12: #66d9ef
57 ! Magenta
58 URxvt*.color5: #9e6ffe
59 URxvt*.color13: #df92f6
60 ! Cyan
61 URxvt*.color6: #5e7175
62 URxvt*.color14: #a3babf
63 ! White
64 URxvt*.color7: #ffffff
65 URxvt*.color15: #ffffff
66 ! Cursor
67 URxvt*.cursorColor: #b5d2dd