1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- !
- ! http://font.gohu.org/
- ! mkdir -p ~/.fonts
- ! https://askubuntu.com/questions/135633/installed-pcf-fonts-not-available
- !
- urxvt.font: xft:gohufont-11:pixelsize=10
- !urxvt.font: xft:terminus:size=10:antialias=true
- urxvt*termName: rxvt
- urxvt*background: #1a0b02
- urxvt*foreground: #e0cbbb
- urxvt*scrollBar: false
- urxvt.perl-lib: /usr/lib/urxvt/perl/
- urxvt.perl-ext-common: default,matcher,font-size
- urxvt*urlLauncher: /usr/bin/jumanji
- urxvt*matcher.button: 1
- Xft*dpi: 96
- Xft*antialias: true
- Xft*hinting: full
- URxvt.transparent: disabled
- URxvt.tintColor: white
- URxvt.shading: disabled
- urxvt.foreground: #E8DFD6
- urxvt.background: #021B21
- urxvt.cursorColor: #2E3340
- urxvt.color0: #032C36
- urxvt.color8: #065F73
- urxvt.color1: #C2454E
- urxvt.color9: #EF5847
- urxvt.color2: #7CBF9E
- urxvt.color10: #A2D9B1
- urxvt.color3: #8A7A63
- urxvt.color11: #BEB090
- urxvt.color4: #2E3340
- urxvt.color12: #61778D
- urxvt.color5: #FF5879
- urxvt.color13: #FF99A1
- urxvt.color6: #44B5B1
- urxvt.color14: #9ED9D8
- urxvt.color7: #F2F1B9
- urxvt.color15: #F6F6C9
|