Last active
January 9, 2018 14:37
-
-
Save vharish/4769e48fa6e2ffee710acf626361dd7c to your computer and use it in GitHub Desktop.
A simple Xresources configuration
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.autohint: 0 | |
Xft.dpi: 96 | |
Xft.antialias: true | |
Xft.rgba: rgb | |
Xft.hinting: true | |
Xft.hintstyle: hintslight | |
Xft.lcdfilter: lcddefault | |
URxvt.font: xft:Fira Mono:pixelsize=15,style=Regular | |
URxvt.boldFont: xft:Fira Mono Medium:pixelsize=15,style=Medium | |
URxvt*letterSpace: -1 | |
URxvt.perl-ext-common : default,matcher | |
URxvt.urlLauncher : opera | |
URxvt.matcher.button : 1 | |
!! Colors | |
! special | |
*.foreground: #ABB2BF | |
*.background: #282C34 | |
*.cursorColor: #ABB2BF | |
! black | |
*.color0: #282C34 | |
*.color8: #3E4452 | |
! red | |
*.color1: #E06C75 | |
*.color9: #BE5046 | |
! green | |
*.color2: #98C379 | |
*.color10: #98C379 | |
! yellow | |
*.color3: #E5C07B | |
*.color11: #D19A66 | |
! blue | |
*.color4: #61AFEF | |
*.color12: #61AFEF | |
! magenta | |
*.color5: #C678DD | |
*.color13: #C678DD | |
! cyan | |
*.color6: #56B6C2 | |
*.color14: #56B6C2 | |
! white | |
*.color7: #ABB2BF | |
*.color15: #5C6370 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment