-
Notifications
You must be signed in to change notification settings - Fork 1
/
Xresources
44 lines (37 loc) · 954 Bytes
/
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
!---------------------------------------
! file: ~/.Xresources
! author: Vincent Velociter
! vim:ft=xdefaults:fdm=marker
! --------------------------------------
! -- Colorscheme -- !
/* #include "xcolors/tango" */
#include "xcolors/solarized"
! -- Fonts {{{
Xft.autohint: false
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
! }}}
! Urxvt {{{
URxvt.font: xft:Inconsolata:size=18,xft:Monospace:size=18
URxvt.letterSpace: -1
URxvt.scrollBar: false
URxvt.jumpScroll: true
URxvt.skipScroll: true
URxvt.saveLines: 40000
URxvt.visualBell: false
URxvt.depth: 24
URxvt.buffered: true
URxvt.transparent: false
URxvt.shading: 100
URxvt.color7: gray90
URxvt.intensityStyles: true
URxvt.urgentOnBell: true
URxvt.cursorBlink: false
URxvt.clipboard.autocopy: true
! }}}
! -- dzen2 {{{
dzen2.font: xft:Inconsolata:size=24
! }}}