forked from Troelsj/Dotfiles-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
65 lines (55 loc) · 1.59 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
! clean up , add keybinds
URxvt.intensityStyles: false
URxvt.scrollBar: false
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
! Enables copy/paste with Ctrl-Shift-C/V
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.perl-ext-common: default,clipboard
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
! font
*font: xft:Dweep:pixelsize=15:antialias=false
*boldFont: xft:Dweep:size=15
URxvt.letterSpace: 1
! terminal padding
URxvt.internalBorder: 25
! uncomment for transparent terminal if you are ready to be made fun of in #rice
! URxvt.transparent: true
! URxvt.shading: 15
! make otf / ttf fonts look pretty. does not matter if you are using a bitmap font.
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! clickable links, clipboard support, mouse wheel support, and on the fly font resizing
! you will need to install the relevent perl extensions for these to work
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline Bold fg5
*background: #1D2426
*foreground: #8FA388
! Alternate foreground
!*foreground: #AB9C71
*cursorColor: #BE5E1E
*color0: #39474A
*color1: #986345
*color2: #788249
*color3: #9B6A46
*color4: #3E5951
*color5: #B9924A
*color6: #5d796a
*color7: #977D5E
*color8: #4C5F63
*color9: #B07350
*color10: #869151
*color11: #AF6B42
*color12: #567A6E
*color13: #D69D55
*color14: #668574
*color15: #AB9C71