Created
March 24, 2018 16:27
-
-
Save kljohann/e58ed9376999fbdc0964fd43b9bf877e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Xcursor.theme: neutral | |
! See also fonts.conf | |
! https://wiki.archlinux.org/index.php/Font_Configuration | |
! http://www.lagom.nl/lcd-test/subpixel.php | |
Xft.hinting: true | |
Xft.hintstyle: hintfull | |
Xft.lcdfilter: lcddefault | |
Xft.rgba: rgb | |
!urxvt {{{ | |
urxvt.imLocale: de_DE.UTF-8 | |
urxvt.visualBell: True | |
urxvt.urgentOnBell: true | |
! See http://www.keithp.com/~keithp/render/Xft.tutorial | |
! and http://freedesktop.org/software/fontconfig/fontconfig-user.html | |
! fontfeatures=... http://www.microsoft.com/typography/otspec/featurelist.htm | |
urxvt.font: \ | |
xft:PragmataPro:style=Regular:pixelsize=16:antialias=true:hinting=true, \ | |
xft:FreeMono:style=Regular:pixelsize=16 | |
urxvt.boldFont: \ | |
xft:PragmataPro:style=Bold:pixelsize=16:antialias=true:hinting=true, \ | |
xft:FreeMono:style=Bold:pixelsize=16, \ | |
xft:FreeMono:style=Regular:pixelsize=16 | |
urxvt.italicFont: \ | |
xft:PragmataPro:style=Italic:pixelsize=16:antialias=true:hinting=true, \ | |
xft:FreeMono:style=Oblique:pixelsize=16, \ | |
xft:FreeMono:style=Regular:pixelsize=16 | |
urxvt.boldItalicFont: \ | |
xft:PragmataPro:style=Bold Italic:pixelsize=16:antialias=true:hinting=true, \ | |
xft:FreeMono:style=Bold Oblique:pixelsize=16, \ | |
xft:FreeMono:style=Regular:pixelsize=16 | |
!urxvt.skipBuiltinGlyphs: true | |
urxvt.scrollBar: false | |
urxvt.saveLines: 0 | |
urxvt.perl-ext-common: selection,confirm-paste,matcher,font-size | |
urxvt.url-launcher: /usr/bin/firefox | |
!urxvt.keysym.C-Up: font-size:increase | |
!urxvt.keysym.C-Down: font-size:decrease | |
urxvt.keysym.C-S-Up: font-size:incglobal | |
urxvt.keysym.C-S-Down: font-size:decglobal | |
!}}} | |
! PaperColor Theme {{{ | |
URxvt.foreground: #4D4D4C | |
URxvt.background: #EEEEEE | |
! black | |
URxvt.color0: #EDEDED | |
URxvt.color8: #969694 | |
! red | |
URxvt.color1: #D7005F | |
URxvt.color9: #D7005F | |
! green | |
URxvt.color2: #718C00 | |
URxvt.color10: #718C00 | |
! yellow / orange | |
URxvt.color3: #D75F00 | |
URxvt.color11: #D75F00 | |
! blue | |
URxvt.color4: #4271AE | |
URxvt.color12: #4271AE | |
! magenta | |
URxvt.color5: #8959A8 | |
URxvt.color13: #8959A8 | |
! cyan | |
URxvt.color6: #3E999F | |
URxvt.color14: #3E999F | |
! white | |
URxvt.color7: #4D4D4C | |
URxvt.color15: #F5F5F5 | |
! }}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment