From a64abb35a0f6d18e1202bffd5772384136a888bb Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 24 Aug 2018 17:14:52 -0500 Subject: [PATCH] .local/bin, .xrdb: Update, respect new xrdbupdate --- .../xrdb/00-colors-gruvbox-dark.xresources | 47 ++++++++++++++++++ ...colors-solarized-light.xresources.disabled | 49 +++++++++++++++++++ .config/xrdb/99-urxvt.xresources | 6 +++ .local/bin | 2 +- 4 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 .config/xrdb/00-colors-gruvbox-dark.xresources create mode 100644 .config/xrdb/00-colors-solarized-light.xresources.disabled create mode 100644 .config/xrdb/99-urxvt.xresources diff --git a/.config/xrdb/00-colors-gruvbox-dark.xresources b/.config/xrdb/00-colors-gruvbox-dark.xresources new file mode 100644 index 00000000..1ec91eb9 --- /dev/null +++ b/.config/xrdb/00-colors-gruvbox-dark.xresources @@ -0,0 +1,47 @@ +! Gruvbox Dark +#define G_base03 #282828 +#define G_base02 #3c3836 +#define G_base01 #504945 +#define G_base00 #665c54 +#define G_base0 #7c6f64 +#define G_base1 #928374 +#define G_base2 #a89984 +#define G_base3 #ebdbb2 + +#define G_yellow #fabd2f +#define G_red #fb4934 +#define G_magenta #d3869b +#define G_blue #83a598 +#define G_cyan #8ec07c +#define G_green #b8bb26 + +#define G_dark_yellow #d79921 +#define G_dark_red #cc241d +#define G_dark_magenta #b16286 +#define G_dark_blue #458588 +#define G_dark_cyan #689d6a +#define G_dark_green #98971a + +! Color declarations +*background: G_base03 +*foreground: G_base3 +*cursorColor: G_base1 +*pointerColorBackground: G_base01 +*pointerColorForeground: G_base1 + +*color0: G_base03 +*color1: G_dark_red +*color2: G_dark_green +*color3: G_dark_yellow +*color4: G_dark_blue +*color5: G_dark_magenta +*color6: G_dark_cyan +*color7: G_base2 +*color8: G_base1 +*color9: G_red +*color10: G_green +*color11: G_yellow +*color12: G_blue +*color13: G_magenta +*color14: G_cyan +*color15: G_base3 diff --git a/.config/xrdb/00-colors-solarized-light.xresources.disabled b/.config/xrdb/00-colors-solarized-light.xresources.disabled new file mode 100644 index 00000000..f3e0cce6 --- /dev/null +++ b/.config/xrdb/00-colors-solarized-light.xresources.disabled @@ -0,0 +1,49 @@ +! Solarized Common +#define S_yellow #b58900 +#define S_orange #cb4b16 +#define S_red #dc322f +#define S_magenta #d33682 +#define S_violet #6c71c4 +#define S_blue #268bd2 +#define S_cyan #2aa198 +#define S_green #859900 + +! Light Definitions +#define S_base03 #fdf6e3 +#define S_base02 #eee8d5 +#define S_base01 #93a1a1 +#define S_base00 #839496 +#define S_base0 #657b83 +#define S_base1 #586e75 +#define S_base2 #073642 +#define S_base3 #002b36 + +! Color declarations +*background: S_base03 +*foreground: S_base3 +*cursorColor: S_base1 +*pointerColorBackground: S_base01 +*pointerColorForeground: S_base1 + +*color0: S_base02 +*color1: S_red +*color2: S_green +*color3: S_yellow +*color4: S_blue +*color5: S_magenta +*color6: S_cyan +*color7: S_base2 +*color9: S_orange +*color8: S_base03 +*color10: S_base01 +*color11: S_base00 +*color12: S_base0 +*color13: S_violet +*color14: S_base1 +*color15: S_base3 + +! BG FG BG-ALT HLBG HLFG +rofi.color-window: S_base03, S_base02, S_base03 +rofi.color-normal: S_base03, S_base0, S_base03, S_base0, S_base03 +rofi.color-active: S_base03, S_blue, S_base02, S_blue, S_base03 +rofi.color-urgent: S_base03, S_yellow, S_base02, S_yellow, S_base03 diff --git a/.config/xrdb/99-urxvt.xresources b/.config/xrdb/99-urxvt.xresources new file mode 100644 index 00000000..7e7d4d37 --- /dev/null +++ b/.config/xrdb/99-urxvt.xresources @@ -0,0 +1,6 @@ +urxvt*scrollBar: false +urxvt*font: xft:Hack:size=9 +urxvt*letterSpace: 0 +urxvt*depth: 32 +urxvt*geometry: 90x30 +urxvt*internalBorder: 4 diff --git a/.local/bin b/.local/bin index 49daa609..d2ab57a5 160000 --- a/.local/bin +++ b/.local/bin @@ -1 +1 @@ -Subproject commit 49daa6098d523c3f4ef4fe5c7788b8675255a768 +Subproject commit d2ab57a58aa9e429b3b803d21bec19e30d3c21cc