1
0
Fork 0
vdotfiles/xresources

80 lines
2.1 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 terminus_norm -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*
#define terminus_bold -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
URxvt.scrollBar: false
URxvt.font: terminus_bold
URxvt.boldFont: terminus_bold
URxvt.italicFont: terminus_bold
URxvt.boldItalicFont: terminus_bold
URxvt.saveLines: 1000
URxvt.iso14755: false
URxvt.visualBell: false
URxvt.urgentOnBell: true
URxvt.termName: rxvt-unicode-256color
URxvt.internalBorder: 1
URxvt.fading: 5
! 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
! base16 Ocean by Chris Kempson (http://chriskempson.com)
#define base00 #2b303b
#define base01 #343d46
#define base02 #4f5b66
#define base03 #65737e
#define base04 #a7adba
#define base05 #c0c5ce
#define base06 #dfe1e8
#define base07 #eff1f5
#define base08 #bf616a
#define base09 #d08770
#define base0A #ebcb8b
#define base0B #a3be8c
#define base0C #96b5b4
#define base0D #8fa1b3
#define base0E #b48ead
#define base0F #ab7967
URxvt.foreground: base04
URxvt.background: base00
URxvt.colorBD: base07
!URxvt.foreground: base03
!URxvt.background: base07
!URxvt.colorBD: base00
URxvt.cursorColor: base08
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
! }}}