diff --git a/colors/gruvbox-urxvt.xresources b/colors/gruvbox-urxvt.xresources new file mode 100644 index 0000000..ccaf126 --- /dev/null +++ b/colors/gruvbox-urxvt.xresources @@ -0,0 +1,38 @@ +! ----------------------------------------------------------------------------- +! File: gruvbox-urxvt256.xresources +! Description: Retro groove colorscheme generalized +! Author: morhetz +! Source: https://github.com/morhetz/gruvbox-generalized +! Last Modified: 13 Dec 2013 +! ----------------------------------------------------------------------------- + +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 diff --git a/xresources/00-main.xresources b/xresources/00-main.xresources new file mode 100644 index 0000000..429fc1f --- /dev/null +++ b/xresources/00-main.xresources @@ -0,0 +1,3 @@ +! Colors +#include "/users/tswihart3/.colors/gruvbox-dark.xresources" +#include "/users/tswihart3/.colors/gruvbox-urxvt.xresources" diff --git a/config/Xresources b/xresources/urxvt.xresources similarity index 87% rename from config/Xresources rename to xresources/urxvt.xresources index 8c7080f..82f1d82 100644 --- a/config/Xresources +++ b/xresources/urxvt.xresources @@ -1,9 +1,6 @@ -! Colors -#include "/users/tswihart3/.colors/gruvbox-dark.xresources" - ! Fonts -URxvt*font: xft:Input:regular:size=12 -URxvt*boldFont: xft:Input:size=12 +URxvt*font: xft:Source Code Pro for Powerline:regular:size=12 +URxvt*boldFont: xft:Source Code Pro for Powerline:size=12 URxvt.letterSpace: -1 ! font settings suggested by infinality Xft.autohint: 1