Created
June 10, 2018 03:25
-
-
Save zjiekai/d906ce1820012848be2ad8dae2b5e842 to your computer and use it in GitHub Desktop.
This file contains 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
URxvt.termName: rxvt-256color | |
URxvt.reverseVideo: True | |
URxvt.font: xft:inconsolata:pixelsize=18 | |
! Low contrast theme, based on Zenburn <http://slinky.imukuppi.org/zenburnpage/> | |
! ! Modified from <https://gist.github.com/564084> | |
URxvt.foreground: #0c0c0c | |
URxvt.color0: #3f3f3f | |
URxvt.color1: #705050 | |
URxvt.color2: #00b45a | |
URxvt.color3: #dfcf8f | |
URxvt.color4: #506070 | |
URxvt.color5: #dc8cc3 | |
URxvt.color6: #8cd0d3 | |
URxvt.color7: #dcdccc | |
URxvt.color8: #709080 | |
URxvt.color9: #cc5454 | |
URxvt.color10: #4d9f4d | |
URxvt.color11: #f0dfaf | |
URxvt.color12: #4186be | |
URxvt.color13: #ec93d3 | |
URxvt.color14: #93e0e3 | |
URxvt.color15: #ffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment