Skip to content

Instantly share code, notes, and snippets.

@FSX
Created December 20, 2015 19:38
Show Gist options
  • Select an option

  • Save FSX/4d270e3dfcea3973024b to your computer and use it in GitHub Desktop.

Select an option

Save FSX/4d270e3dfcea3973024b to your computer and use it in GitHub Desktop.

Revisions

  1. FSX created this gist Dec 20, 2015.
    52 changes: 52 additions & 0 deletions Xresources
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,52 @@
    ! special
    *.foreground: #c5c8c6
    *.background: #0f0d0d
    *.cursorColor: #c5c8c6

    ! black
    *.color0: #282a2e
    *.color8: #373b41

    ! red
    *.color1: #a54242
    *.color9: #cc6666

    ! green
    *.color2: #8c9440
    *.color10: #b5bd68

    ! yellow
    *.color3: #de935f
    *.color11: #f0c674

    ! blue
    *.color4: #5f819d
    *.color12: #81a2be

    ! magenta
    *.color5: #85678f
    *.color13: #b294bb

    ! cyan
    *.color6: #5e8d87
    *.color14: #8abeb7

    ! white
    *.color7: #707880
    *.color15: #c5c8c6


    Xft.autohint: 0
    Xft.lcdfilter: lcddefault
    Xft.hintstyle: hintfull
    Xft.hinting: 1
    Xft.antialias: 1
    Xft.rgba: rgb

    URxvt.cursorBlink: true
    URxvt.cursorUnderline: true
    URxvt.depth: 32
    URxvt.font: xft:M+ 1m:pixelSize=8:antialias=true
    URxvt.inheritPixmap: false
    URxvt.saveLines: 3000
    URxvt.scrollBar: false