Last active
January 3, 2017 19:19
-
-
Save nikhan/a347e21d5d2e278ced34458fb077be5e to your computer and use it in GitHub Desktop.
XResources 12-31-2016
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
Xft.antialias: true | |
Xft.rgba: none | |
Xft.hinting: true | |
Xft.autohint: true | |
Xft.hintstyle: hintslight | |
URxvt*termName: screen-256color | |
URxvt*scrollBar: false | |
URxvt*visualBell: false | |
URxvt*urgentOnBell: true | |
URxvt*mapAlert: true | |
URxvt.font: xft:Roboto Mono:pixelsize=12:antialias=true | |
URxvt.imFont: xft:Roboto Mono:pixelsize=12:antialias=true | |
URxvt.boldFont: xft:Roboto Mono:pixelsize=12:antialias=true | |
URxvt.italicFont: xft:Roboto Mono:pixelsize=12:antialias=true | |
URxvt.boldItalicFont: xft:Roboto Mono:pixelsize=12:antialias=true | |
URxvt.letterSpace: -2 | |
URxvt*saveLines: 10000 | |
URxvt*buffered: true | |
! special | |
*.foreground: #deded6 | |
*.background: #121417 | |
*.cursorColor: #deded6 | |
! black | |
*.color0: #2b3135 | |
*.color8: #4c5356 | |
! red | |
*.color1: #8fa1b3 | |
*.color9: #8fa1b3 | |
! green | |
*.color2: #769070 | |
*.color10: #769070 | |
! yellow | |
*.color3: #4f5b66 | |
*.color11: #4f5b66 | |
! blue | |
*.color4: #607a86 | |
*.color12: #607a86 | |
! magenta | |
*.color5: #80757e | |
*.color13: #80757e | |
! cyan | |
*.color6: #60867f | |
*.color14: #60867f | |
! white | |
*.color7: #deded6 | |
*.color15: #deded6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment