dotfiles/Xdefaults

63 lines
1.4 KiB
Plaintext

!------------------------------------------------------------------------------
! u r x v t
URxvt.font: xft:DejaVu Sans Mono Book:pixelsize=12:antialias=true
URxvt.letterSpace: -2
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*transparent: true
URxvt*shading: 20
URxvt*saveLines: 1000
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: qutebrowser --target tab-bg-silent
URxvt.matcher.button: 1
URxvt.colorUL: #4682B4
!------------------------------------------------------------------------------
! ! c o l o r - s e t t i n g s
*background: black
*foreground: grey50
! Cursor theme
xcursor.theme: Vanilla-DMZ
! URxvt config
URxvt*termName: rxvt-unicode-256color
URxvt*selectToClipboard: false
! Tango color palette
URxvt*background: #2e3436
URxvt*foreground: #eeeeec
URxvt*cursorColor: #8ae234
! foreground color for underline
URxvt*colorUL: #8ae234
! line color for underline
URxvt*underlineColor: #92659a
! black dark/light
URxvt*color0: #2e3436
URxvt*color8: #6e706b
! red dark/light
URxvt*color1: #cc0000
URxvt*color9: #ef2929
! green dark/light
URxvt*color2: #4e9a06
URxvt*color10: #8ae234
! yellow dark/light
URxvt*color3: #edd400
URxvt*color11: #fce94f
! blue dark/light
URxvt*color4: #3465a4
URxvt*color12: #729fcf
! magenta dark/light
URxvt*color5: #92659a
URxvt*color13: #c19fbe
! cyan dark/light
URxvt*color6: #07c7ca
URxvt*color14: #63e9e9
! white dark/light
URxvt*color7: #d3d7cf
URxvt*color15: #eeeeec