Xresources: add custom Xresources (urxvt, dpi and color settings)
This commit is contained in:
parent
3905d3409b
commit
201f0f59f5
1 changed files with 58 additions and 0 deletions
58
Xresources
Normal file
58
Xresources
Normal file
|
|
@ -0,0 +1,58 @@
|
||||||
|
URxvt.font: xft:Monospace:size=10:antialias=true
|
||||||
|
URxvt.boldFont: xft:Monospace:bold:size=10:antialias=true
|
||||||
|
URxvt.foreground: white
|
||||||
|
URxvt.background: black
|
||||||
|
URxvt.letterSpace: -1
|
||||||
|
URxvt.scrollBar: off
|
||||||
|
URxvt.saveLines: 10000
|
||||||
|
URxvt.perl-ext-common: default,matcher
|
||||||
|
URxvt.url-launcher: /usr/bin/chromium
|
||||||
|
URxvt.matcher.button: 1
|
||||||
|
URxvt*print-pipe: "true"
|
||||||
|
|
||||||
|
Xft.dpi: 192
|
||||||
|
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: #3e0605
|
||||||
|
|
||||||
|
! green
|
||||||
|
*.color2: #19cb00
|
||||||
|
*.color10: #23fd00
|
||||||
|
|
||||||
|
! yellow
|
||||||
|
!*.color3: #cecb00
|
||||||
|
*.color3: #fffd00
|
||||||
|
*.color11: #fffd00
|
||||||
|
|
||||||
|
! blue
|
||||||
|
*.color4: #0026ff
|
||||||
|
*.color12: #8470ff
|
||||||
|
!*.color12: #0000ff
|
||||||
|
|
||||||
|
! magenta
|
||||||
|
*.color5: #cb1ed1
|
||||||
|
*.color13: #fd28ff
|
||||||
|
|
||||||
|
! cyan
|
||||||
|
*.color6: #0dcdcd
|
||||||
|
*.color14: #14ffff
|
||||||
|
|
||||||
|
! white
|
||||||
|
*.color7: #e5e5e5
|
||||||
|
*.color15: #ffffff
|
||||||
Loading…
Add table
Add a link
Reference in a new issue