dotfiles/Xresources

102 lines
2.1 KiB
Text

! beryllium is arch-based with easy access to source code pro, let's use it
#if defined(SRVR_beryllium)
URxvt.font: xft:Source Code Pro:size=9:antialias=true
URxvt.boldFont: xft:Source Code Pro:style=bold:size=9:antialias=true
#else
URxvt.font: xft:Monospace:size=9:antialias=true
URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true
#endif
URxvt.foreground: white
URxvt.background: black
URxvt.letterSpace: -1
URxvt.scrollBar: off
URxvt.saveLines: 10000
URxvt.perl-ext-common: default,matcher,font-size
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1
URxvt*print-pipe: "true"
URxvt.transparent: true
URxvt.shading: 20
! disable urxvt modes
URxvt.iso14755: false
URxvt.iso14755_52: false
#if defined(SRVR_beryllium) || defined(SRVR_cipbuero4)
Xft.dpi: 192
#endif
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! special
*.foreground: #ffffff
*.background: #000000
*.cursorColor: #ffffff
! black
*.color0: #000000
*.color8: #4d4d4d
! red
*.color1: #cc0403
*.color9: #820202
! green
*.color2: #19cb00
*.color10: #23fd00
! yellow
!*.color3: #cecb00
*.color3: #fffd00
*.color11: #fffd00
! blue
*.color4: #0086ff
*.color12: #8470ff
!*.color12: #0000ff
! magenta
*.color5: #cb1ed1
*.color13: #fd28ff
! cyan
*.color6: #0dcdcd
*.color14: #14ffff
! white
*.color7: #e5e5e5
*.color15: #ffffff
! special
XTerm*.foreground: #554e4c
XTerm*.background: #edebea
XTerm*.cursorColor: #554e4c
! black
XTerm*.color0: #151313
XTerm*.color8: #635b58
! red
XTerm*.color1: #eb1032
XTerm*.color9: #d53d19
! green
XTerm*.color2: #4cad2b
XTerm*.color10: #211b19
! yellow
XTerm*.color3: #ca7f16
XTerm*.color11: #554e4c
! blue
XTerm*.color4: #3266e1
XTerm*.color12: #8a827f
! magenta
XTerm*.color5: #534be4
XTerm*.color13: #e0dbd9
! cyan
XTerm*.color6: #149f8a
XTerm*.color14: #b315f0
! white
XTerm*.color7: #97908e
XTerm*.color15: #edebea