From f86b48cc8f9ab07873013a951a1b205d2cc27cc9 Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 7 Apr 2015 02:27:35 +0300 Subject: [PATCH] make gruvbox look nice in urxvt, requires a patched urxvt package --- xresources | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/xresources b/xresources index 6af8130..e091536 100644 --- a/xresources +++ b/xresources @@ -125,3 +125,35 @@ URxvt.color14: S_base1 URxvt.color7: S_base2 URxvt.color15: S_base3 ! }}} +! {{{ fixes for gruvbox to look awesome, requires patched urxvt package +URxvt.color24: #076678 +URxvt.color66: #427b58 +URxvt.color88: #9d0006 +URxvt.color96: #8f3f71 +URxvt.color100: #79740e +URxvt.color108: #8ec07c +URxvt.color109: #83a598 +URxvt.color130: #af3a03 +URxvt.color136: #b57614 +URxvt.color142: #b8bb26 +URxvt.color167: #fb4934 +URxvt.color175: #d3869b +URxvt.color208: #fe8019 +URxvt.color214: #fabd2f +URxvt.color223: #ebdbb2 +URxvt.color228: #f4e8ba +URxvt.color229: #fdf4c1 +URxvt.color230: #ffffc8 +URxvt.color234: #1d2021 +URxvt.color235: #282828 +URxvt.color236: #32302f +URxvt.color237: #3c3836 +URxvt.color239: #504945 +URxvt.color241: #665c54 +URxvt.color243: #7c6f64 +URxvt.color244: #928374 +URxvt.color245: #928374 +URxvt.color246: #a89984 +URxvt.color248: #bdae93 +URxvt.color250: #d5c4a1 +! }}}