diff --git a/x/Xresources b/x/Xresources index 120f26c..12c08c9 100644 --- a/x/Xresources +++ b/x/Xresources @@ -56,8 +56,8 @@ URxvt.iconFile: /usr/share/icons/Faenza-Bunsen-common/apps/48/utilities-terminal !URxvt*background: #cecece !URxvt*foreground: #101010 ! Terminator Crunchbang colours -URxvt.background: #2e3436 -URxvt.foreground: #d8d8d8 +! URxvt.background: #2e3436 +! URxvt.foreground: #d8d8d8 ! scrollback buffer lines - 65535 is max (64 is default) URxvt.saveLines:16384 @@ -83,50 +83,82 @@ URxvt*scrollWithBuffer: false URxvt*scrollTtyKeypress: true ! Dracula Xresources palette -*.foreground: #F8F8F2 -*.background: #282A36 -*.color0: #000000 -*.color8: #4D4D4D -*.color1: #FF5555 -*.color9: #FF6E67 -*.color2: #50FA7B -*.color10: #5AF78E -*.color3: #F1FA8C -*.color11: #F4F99D -*.color4: #BD93F9 -*.color12: #CAA9FA -*.color5: #FF79C6 -*.color13: #FF92D0 -*.color6: #8BE9FD -*.color14: #9AEDFE -*.color7: #BFBFBF -*.color15: #E6E6E6 +! *.foreground: #F8F8F2 +! *.background: #282A36 +! *.color0: #000000 +! *.color8: #4D4D4D +! *.color1: #FF5555 +! *.color9: #FF6E67 +! *.color2: #50FA7B +! *.color10: #5AF78E +! *.color3: #F1FA8C +! *.color11: #F4F99D +! *.color4: #BD93F9 +! *.color12: #CAA9FA +! *.color5: #FF79C6 +! *.color13: #FF92D0 +! *.color6: #8BE9FD +! *.color14: #9AEDFE +! *.color7: #BFBFBF +! *.color15: #E6E6E6 -! hard contrast: *background: #1d2021 +! Gruvbox Dark +! ! hard contrast: *background: #1d2021 ! *background: #282828 -! soft contrast: *background: #32302f +! ! soft contrast: *background: #32302f ! *foreground: #ebdbb2 -! Black + DarkGrey +! ! Black + DarkGrey ! *color0: #282828 ! *color8: #928374 -! DarkRed + Red +! ! DarkRed + Red ! *color1: #cc241d ! *color9: #fb4934 -! DarkGreen + Green +! ! DarkGreen + Green ! *color2: #98971a ! *color10: #b8bb26 -! DarkYellow + Yellow +! ! DarkYellow + Yellow ! *color3: #d79921 ! *color11: #fabd2f -! DarkBlue + Blue +! ! DarkBlue + Blue ! *color4: #458588 ! *color12: #83a598 -! DarkMagenta + Magenta +! ! DarkMagenta + Magenta ! *color5: #b16286 ! *color13: #d3869b -! DarkCyan + Cyan +! ! DarkCyan + Cyan ! *color6: #689d6a ! *color14: #8ec07c -! LightGrey + White +! ! LightGrey + White ! *color7: #a89984 ! *color15: #ebdbb2 + + +! Gruvbox Light Medium +! hard contrast: *background: #f9f5d7 +*background: #fbf1c7 +! soft contrast: *background: #f2e5bc +*foreground: #3c3836 +! Black + DarkGrey +*color0: #fdf4c1 +*color8: #928374 +! DarkRed + Red +*color1: #cc241d +*color9: #9d0006 +! DarkGreen + Green +*color2: #98971a +*color10: #79740e +! DarkYellow + Yellow +*color3: #d79921 +*color11: #b57614 +! DarkBlue + Blue +*color4: #458588 +*color12: #076678 +! DarkMagenta + Magenta +*color5: #b16286 +*color13: #8f3f71 +! DarkCyan + Cyan +*color6: #689d6a +*color14: #427b58 +! LightGrey + White +*color7: #7c6f64 +*color15: #3c3836!