Skip to content

Instantly share code, notes, and snippets.

@creitve
Created July 14, 2015 17:47
Show Gist options
  • Save creitve/69d3e7de6a3bc9af64be to your computer and use it in GitHub Desktop.
Save creitve/69d3e7de6a3bc9af64be to your computer and use it in GitHub Desktop.
Navy and Ivory theme
! Xft settings ---------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
! Rxvt-unicode -----------------------------------------------------------------
URxvt.font: xft:BitstreamVeraSansMono:pixelsize=11:antialias=true:hinting=true
URxvt.boldFont: xft:BitstreamVeraSansMono:bold:pixelsize=11:antialias=true:hinting=true
URxvt.italicFont: xft:BitstreamVeraSansMono:italic:pixelsize=11:antialias=true:hinting=true
URxvt.boldItalicFont: xft:BitstreamVeraSansMono:bold:italic:pixelsize=11:antialias=true:hinting=true
!------------------------------------------------------------------------------
! URXVT - Settings
URxvt.saveLines: 12000
URxvt*geometry: 80x25
URxvt*borderLess: false
URxvt*scrollBar: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
!URxvt*cursorColor: #ffffff
URxvt*scrollColor: #151515
URxvt*perl-ext-common: default,matcher,clipboard,url-select,keyboard-select,vtwheel
URxvt.underlineURLs: true
URxvt*matcher.button: 1
URxvt.url-select.launcher: /usr/bin/luakit
URxvt.url-select.underline: true
URxvt.url-launcher: google-chrome
!------------------------------------------------------------------------------
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment