mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
61 lines
990 B
Text
61 lines
990 B
Text
!! Colorscheme
|
|
|
|
! special
|
|
*.foreground: #f1f1f1
|
|
*.background: #282a33
|
|
*.cursorColor: #f1f1f1
|
|
|
|
! black
|
|
*.color0: #000
|
|
*.color8: #000
|
|
|
|
! red
|
|
*.color1: #cc817f
|
|
*.color9: #cc817f
|
|
|
|
! green
|
|
*.color2: #7ccfaf
|
|
*.color10: #7ccfaf
|
|
|
|
! yellow
|
|
*.color3: #ffcc99
|
|
*.color11: #ffcc99
|
|
|
|
! blue
|
|
*.color4: #8ac6f2
|
|
*.color12: #8ac6f2
|
|
|
|
! magenta
|
|
*.color5: #9999cc
|
|
*.color13: #9999cc
|
|
|
|
! cyan
|
|
*.color6: #8abeb7
|
|
*.color14: #8abeb7
|
|
|
|
! white
|
|
*.color7: #f1f1f1
|
|
*.color15: #f1f1f1
|
|
|
|
!! URxvt Appearance
|
|
Xft.dpi: 96
|
|
Xft.rbga: rgb
|
|
Xft.antialias: true
|
|
Xft.hinting: true
|
|
Xft.hintstyle: hintslight
|
|
URxvt*font: xft:Hack Nerd Font Mono:style=Regular:size=12
|
|
URxvt*letterSpace: 0
|
|
URxvt.lineSpace: 0
|
|
URxvt.geometry: 400x400
|
|
URxvt.internalBorder: 2
|
|
URxvt.cursorBlink: true
|
|
URxvt.cursorUnderline: false
|
|
URxvt.saveline: 2048
|
|
URxvt.scrollBar: true
|
|
URxvt.scrollBar_right: true
|
|
URxvt.scrollstyle: plain
|
|
URxvt.urgentOnBell: true
|
|
URxvt.depth: 24
|
|
URxvt.iso14755: false
|
|
URxvt.perl-lib: .config/urxvt/ext
|
|
URxvt.perl-ext-common: ibeamcursor
|