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.termName: rxvt-unicode-256color
|
2015-06-28 23:44:01 +03:00
|
|
|
URxvt.internalBorder: 0
|
2015-09-21 13:24:10 +03:00
|
|
|
URxvt.fading: 5
|
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
|
2016-02-11 13:12:20 +02:00
|
|
|
! base16 Flat by Chris Kempson (http://chriskempson.com)
|
|
|
|
#define base00 #2C3E50
|
|
|
|
#define base01 #34495E
|
|
|
|
#define base02 #7F8C8D
|
|
|
|
#define base03 #95A5A6
|
|
|
|
#define base04 #BDC3C7
|
|
|
|
#define base05 #e0e0e0
|
|
|
|
#define base06 #f5f5f5
|
|
|
|
#define base07 #ECF0F1
|
|
|
|
#define base08 #E74C3C
|
|
|
|
#define base09 #E67E22
|
|
|
|
#define base0A #F1C40F
|
|
|
|
#define base0B #2ECC71
|
|
|
|
#define base0C #1ABC9C
|
|
|
|
#define base0D #3498DB
|
|
|
|
#define base0E #9B59B6
|
|
|
|
#define base0F #be643c
|
2016-02-03 13:54:15 +02:00
|
|
|
|
2016-02-11 13:12:20 +02:00
|
|
|
URxvt.foreground: base04
|
|
|
|
URxvt.background: base00
|
|
|
|
URxvt.colorBD: base07
|
2015-04-08 17:56:48 +03:00
|
|
|
|
2016-02-11 13:12:20 +02:00
|
|
|
!URxvt.foreground: base03
|
|
|
|
!URxvt.background: base07
|
|
|
|
!URxvt.colorBD: base00
|
2015-09-07 16:49:17 +03:00
|
|
|
|
2016-02-11 13:12:20 +02:00
|
|
|
URxvt.cursorColor: base08
|
2015-04-08 17:56:48 +03:00
|
|
|
|
2016-02-11 13:12:20 +02:00
|
|
|
URxvt.color0: base01
|
|
|
|
URxvt.color1: base08
|
|
|
|
URxvt.color2: base0B
|
|
|
|
URxvt.color3: base0A
|
|
|
|
URxvt.color4: base0D
|
|
|
|
URxvt.color5: base0F
|
|
|
|
URxvt.color6: base0C
|
|
|
|
URxvt.color7: base06
|
|
|
|
|
|
|
|
URxvt.color8: base00
|
|
|
|
URxvt.color9: base09
|
|
|
|
URxvt.color10: base02
|
|
|
|
URxvt.color11: base03
|
|
|
|
URxvt.color12: base04
|
|
|
|
URxvt.color13: base0E
|
|
|
|
URxvt.color14: base05
|
|
|
|
URxvt.color15: base07
|
2014-10-19 21:26:42 +03:00
|
|
|
! }}}
|