2014-11-13 14:04:43 +02:00
|
|
|
! vim: ft=xdefaults
|
2014-10-19 21:26:42 +03:00
|
|
|
! {{{ xft and cursor configuration
|
2015-03-15 18:08:02 +02:00
|
|
|
Xcursor.theme: Vanilla-DMZ-AA
|
2014-11-25 01:51:21 +02:00
|
|
|
Xft.antialias: true
|
|
|
|
Xft.rgba: rgb
|
|
|
|
Xft.hinting: true
|
|
|
|
Xft.hintstyle: hintslight
|
|
|
|
Xft.dpi: 96
|
2014-10-19 21:26:42 +03:00
|
|
|
! }}}
|
|
|
|
! {{{ urxvt
|
2015-08-25 18:18:24 +03:00
|
|
|
#define terminus_norm -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*
|
|
|
|
#define terminus_bold -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
|
2014-11-25 01:51:21 +02:00
|
|
|
|
|
|
|
URxvt.scrollBar: false
|
2015-08-25 18:18:24 +03:00
|
|
|
URxvt.font: terminus_bold
|
|
|
|
URxvt.boldFont: terminus_bold
|
|
|
|
URxvt.italicFont: terminus_bold
|
|
|
|
URxvt.boldItalicFont: terminus_bold
|
2014-11-25 01:51:21 +02:00
|
|
|
URxvt.saveLines: 1000
|
|
|
|
URxvt.iso14755: false
|
|
|
|
URxvt.visualBell: false
|
|
|
|
URxvt.urgentOnBell: true
|
|
|
|
URxvt.cursorUnderline: true
|
|
|
|
URxvt.termName: rxvt-unicode-256color
|
2015-06-28 23:44:01 +03:00
|
|
|
URxvt.internalBorder: 0
|
2015-09-07 10:36:35 +03:00
|
|
|
!URxvt.fading: 33
|
|
|
|
!URxvt.depth: 32
|
2014-07-18 06:11:03 +03:00
|
|
|
|
|
|
|
! urxvt perl extensions
|
2014-11-25 01:51:21 +02:00
|
|
|
URxvt.perl-ext-common: default,matcher,clipboard
|
2015-06-04 15:18:17 +03:00
|
|
|
URxvt.url-launcher: /home/von/.local/bin/default-web-browser
|
2014-11-25 01:51:21 +02:00
|
|
|
URxvt.matcher.button: 3
|
|
|
|
URxvt.keysym.C-C: perl:clipboard:copy
|
|
|
|
URxvt.keysym.C-V: perl:clipboard:paste
|
2014-10-19 21:26:42 +03:00
|
|
|
! }}}
|
2015-06-27 21:33:46 +03:00
|
|
|
! {{{ urxvt colors
|
2015-09-07 10:36:35 +03:00
|
|
|
URxvt.foreground: #657b83
|
|
|
|
URxvt.background: #fdf6e3
|
|
|
|
URxvt.cursorColor: #002b36
|
|
|
|
URxvt.colorBD: #002b36
|
2015-04-08 17:56:48 +03:00
|
|
|
|
2015-09-07 10:36:35 +03:00
|
|
|
URxvt.color0: #eee8d5
|
2015-06-27 21:33:46 +03:00
|
|
|
URxvt.color1: #dc322f
|
|
|
|
URxvt.color2: #859900
|
|
|
|
URxvt.color3: #b58900
|
|
|
|
URxvt.color4: #268bd2
|
|
|
|
URxvt.color5: #d33682
|
|
|
|
URxvt.color6: #2aa198
|
2015-09-07 10:36:35 +03:00
|
|
|
URxvt.color7: #073642
|
2015-04-08 17:56:48 +03:00
|
|
|
|
2015-09-07 10:36:35 +03:00
|
|
|
URxvt.color8: #fdf6e3
|
2015-06-27 21:33:46 +03:00
|
|
|
URxvt.color9: #cb4b16
|
2015-09-07 10:36:35 +03:00
|
|
|
URxvt.color10: #93a1a1
|
|
|
|
URxvt.color11: #839496
|
|
|
|
URxvt.color12: #657b83
|
2015-06-27 21:33:46 +03:00
|
|
|
URxvt.color13: #6c71c4
|
2015-09-07 10:36:35 +03:00
|
|
|
URxvt.color14: #586e75
|
|
|
|
URxvt.color15: #002b36
|
2014-10-19 21:26:42 +03:00
|
|
|
! }}}
|