58 lines
1.6 KiB
Text
58 lines
1.6 KiB
Text
! vim: ft=xdefaults
|
|
! {{{ xft and cursor configuration
|
|
Xcursor.theme: Vanilla-DMZ-AA
|
|
Xft.antialias: true
|
|
Xft.rgba: rgb
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
Xft.dpi: 96
|
|
! }}}
|
|
! {{{ urxvt
|
|
#define urxvt_font -*-terminus-bold-*-normal-*-14-*-*-*-*-*-iso10646-*
|
|
|
|
URxvt.scrollBar: false
|
|
URxvt.font: urxvt_font
|
|
URxvt.boldFont: urxvt_font
|
|
URxvt.boldItalicFont: urxvt_font
|
|
URxvt.italicFont: urxvt_font
|
|
URxvt.saveLines: 1000
|
|
URxvt.iso14755: false
|
|
URxvt.visualBell: false
|
|
URxvt.urgentOnBell: true
|
|
URxvt.cursorUnderline: true
|
|
URxvt.termName: rxvt-unicode-256color
|
|
URxvt.internalBorder: 0
|
|
URxvt.fading: 0
|
|
URxvt.depth: 32
|
|
|
|
! urxvt perl extensions
|
|
URxvt.perl-ext-common: default,matcher,clipboard
|
|
URxvt.url-launcher: /home/von/.local/bin/default-web-browser
|
|
URxvt.matcher.button: 3
|
|
URxvt.keysym.C-C: perl:clipboard:copy
|
|
URxvt.keysym.C-V: perl:clipboard:paste
|
|
! }}}
|
|
! {{{ urxvt colors
|
|
URxvt.foreground: #839496
|
|
URxvt.background: [80]#00141A
|
|
URxvt.cursorColor: #fdf6e3
|
|
URxvt.colorBD: #fdf6e3
|
|
|
|
URxvt.color0: #073642
|
|
URxvt.color1: #dc322f
|
|
URxvt.color2: #859900
|
|
URxvt.color3: #b58900
|
|
URxvt.color4: #268bd2
|
|
URxvt.color5: #d33682
|
|
URxvt.color6: #2aa198
|
|
URxvt.color7: #eee8d5
|
|
|
|
URxvt.color8: #002b36
|
|
URxvt.color9: #cb4b16
|
|
URxvt.color10: #586e75
|
|
URxvt.color11: #657b83
|
|
URxvt.color12: #839496
|
|
URxvt.color13: #6c71c4
|
|
URxvt.color14: #93a1a1
|
|
URxvt.color15: #fdf6e3
|
|
! }}}
|