diff --git a/.gitmodules b/.gitmodules index 240c3b6..6bc8545 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "rofi"] path = rofi url = https://github.com/DaveDavenport/rofi +[submodule "Themes/gruvbox"] + path = Themes/gruvbox + url = https://github.com/bardisty/gruvbox-rofi diff --git a/README.md b/README.md index c24fe1a..7370fb0 100644 --- a/README.md +++ b/README.md @@ -282,3 +282,207 @@ rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 ~~~ +# gruvbox-dark-hard.theme + +## Screenshot + +![Screenshot](./Screenshots/gruvbox-dark-hard.png) + +## XResources + +~~~ +!------------------------------------------------------------------------------- +! Rofi color theme +! +! Based on the Gruvbox color scheme for Vim by morhetz +! https://github.com/morhetz/gruvbox +! +! File: gruvbox-dark-hard.theme +! Desc: Gruvbox dark (hard contrast) color theme for Rofi +! Author: bardisty +! Source: https://github.com/bardisty/gruvbox-rofi +! Modified: Sat Oct 22 2016 03:12:10 PDT -0700 +!------------------------------------------------------------------------------- + +! Enable the extended coloring options +rofi.color-enabled: true + +! bg border separator +rofi.color-window: #1d2021, #a89984, #a89984 + +! bg fg bg-alt hl-bg hl-fg +rofi.color-normal: #1d2021, #ebdbb2, #282828, #504945, #fbf1c7 +rofi.color-active: #d79921, #1d2021, #d79921, #fabd2f, #1d2021 +rofi.color-urgent: #cc241d, #1d2021, #cc241d, #fb4934, #1d2021 +~~~ + +# gruvbox-dark-soft.theme + +## Screenshot + +![Screenshot](./Screenshots/gruvbox-dark-soft.png) + +## XResources + +~~~ +!------------------------------------------------------------------------------- +! Rofi color theme +! +! Based on the Gruvbox color scheme for Vim by morhetz +! https://github.com/morhetz/gruvbox +! +! File: gruvbox-dark-soft.theme +! Desc: Gruvbox dark (soft contrast) color theme for Rofi +! Author: bardisty +! Source: https://github.com/bardisty/gruvbox-rofi +! Modified: Sat Oct 22 2016 03:11:49 PDT -0700 +!------------------------------------------------------------------------------- + +! Enable the extended coloring options +rofi.color-enabled: true + +! bg border separator +rofi.color-window: #32302f, #a89984, #a89984 + +! bg fg bg-alt hl-bg hl-fg +rofi.color-normal: #32302f, #ebdbb2, #3c3836, #665c54, #fbf1c7 +rofi.color-active: #d79921, #32302f, #d79921, #fabd2f, #32302f +rofi.color-urgent: #cc241d, #32302f, #cc241d, #fb4934, #32302f +~~~ + +# gruvbox-dark.theme + +## Screenshot + +![Screenshot](./Screenshots/gruvbox-dark.png) + +## XResources + +~~~ +!------------------------------------------------------------------------------- +! Rofi color theme +! +! Based on the Gruvbox color scheme for Vim by morhetz +! https://github.com/morhetz/gruvbox +! +! File: gruvbox-dark.theme +! Desc: Gruvbox dark color theme for Rofi +! Author: bardisty +! Source: https://github.com/bardisty/gruvbox-rofi +! Modified: Sat Oct 22 2016 03:11:40 PDT -0700 +!------------------------------------------------------------------------------- + +! Enable the extended coloring options +rofi.color-enabled: true + +! bg border separator +rofi.color-window: #282828, #a89984, #a89984 + +! bg fg bg-alt hl-bg hl-fg +rofi.color-normal: #282828, #ebdbb2, #32302f, #665c54, #fbf1c7 +rofi.color-active: #d79921, #282828, #d79921, #fabd2f, #282828 +rofi.color-urgent: #cc241d, #282828, #cc241d, #fb4934, #282828 +~~~ + +# gruvbox-light-hard.theme + +## Screenshot + +![Screenshot](./Screenshots/gruvbox-light-hard.png) + +## XResources + +~~~ +!------------------------------------------------------------------------------- +! Rofi color theme +! +! Based on the Gruvbox color scheme for Vim by morhetz +! https://github.com/morhetz/gruvbox +! +! File: gruvbox-light-hard.theme +! Desc: Gruvbox light (hard contrast) color theme for Rofi +! Author: bardisty +! Source: https://github.com/bardisty/gruvbox-rofi +! Modified: Sat Oct 22 2016 03:11:32 PDT -0700 +!------------------------------------------------------------------------------- + +! Enable the extended coloring options +rofi.color-enabled: true + +! bg border separator +rofi.color-window: #f9f5d7, #7c6f64, #7c6f64 + +! bg fg bg-alt hl-bg hl-fg +rofi.color-normal: #f9f5d7, #3c3836, #fbf1c7, #ebdbb2, #282828 +rofi.color-active: #b57614, #fdf4c1, #b57614, #d79921, #fdf4c1 +rofi.color-urgent: #cc241d, #fdf4c1, #cc241d, #fb4934, #fdf4c1 +~~~ + +# gruvbox-light-soft.theme + +## Screenshot + +![Screenshot](./Screenshots/gruvbox-light-soft.png) + +## XResources + +~~~ +!------------------------------------------------------------------------------- +! Rofi color theme +! +! Based on the Gruvbox color scheme for Vim by morhetz +! https://github.com/morhetz/gruvbox +! +! File: gruvbox-light-soft.theme +! Desc: Gruvbox light (soft contrast) color theme for Rofi +! Author: bardisty +! Source: https://github.com/bardisty/gruvbox-rofi +! Modified: Sat Oct 22 2016 03:11:25 PDT -0700 +!------------------------------------------------------------------------------- + +! Enable the extended coloring options +rofi.color-enabled: true + +! bg border separator +rofi.color-window: #f2e5bc, #7c6f64, #7c6f64 + +! bg fg bg-alt hl-bg hl-fg +rofi.color-normal: #f2e5bc, #3c3836, #ebdbb2, #d5c4a1, #282828 +rofi.color-active: #b57614, #f2e5bc, #b57614, #d79921, #f2e5bc +rofi.color-urgent: #cc241d, #f2e5bc, #cc241d, #fb4934, #f2e5bc +~~~ + +# gruvbox-light.theme + +## Screenshot + +![Screenshot](./Screenshots/gruvbox-light.png) + +## XResources + +~~~ +!------------------------------------------------------------------------------- +! Rofi color theme +! +! Based on the Gruvbox color scheme for Vim by morhetz +! https://github.com/morhetz/gruvbox +! +! File: gruvbox-light.theme +! Desc: Gruvbox light color theme for rofi +! Author: bardisty +! Source: https://github.com/bardisty/gruvbox-rofi +! Modified: Sat Oct 22 2016 03:11:11 PDT -0700 +!------------------------------------------------------------------------------- + +! Enable the extended coloring options +rofi.color-enabled: true + +! bg border separator +rofi.color-window: #fbf1c7, #7c6f64, #7c6f64 + +! bg fg bg-alt hl-bg hl-fg +rofi.color-normal: #fbf1c7, #3c3836, #f2e5bc, #d5c4a1, #282828 +rofi.color-active: #b57614, #fbf1c7, #b57614, #d79921, #fbf1c7 +rofi.color-urgent: #cc241d, #fbf1c7, #cc241d, #fb4934, #fbf1c7 +~~~ + diff --git a/Screenshots/gruvbox-dark-hard.png b/Screenshots/gruvbox-dark-hard.png new file mode 100644 index 0000000..a4fcf20 Binary files /dev/null and b/Screenshots/gruvbox-dark-hard.png differ diff --git a/Screenshots/gruvbox-dark-soft.png b/Screenshots/gruvbox-dark-soft.png new file mode 100644 index 0000000..a4fcf20 Binary files /dev/null and b/Screenshots/gruvbox-dark-soft.png differ diff --git a/Screenshots/gruvbox-dark.png b/Screenshots/gruvbox-dark.png new file mode 100644 index 0000000..a4fcf20 Binary files /dev/null and b/Screenshots/gruvbox-dark.png differ diff --git a/Screenshots/gruvbox-light-hard.png b/Screenshots/gruvbox-light-hard.png new file mode 100644 index 0000000..a4fcf20 Binary files /dev/null and b/Screenshots/gruvbox-light-hard.png differ diff --git a/Screenshots/gruvbox-light-soft.png b/Screenshots/gruvbox-light-soft.png new file mode 100644 index 0000000..a4fcf20 Binary files /dev/null and b/Screenshots/gruvbox-light-soft.png differ diff --git a/Screenshots/gruvbox-light.png b/Screenshots/gruvbox-light.png new file mode 100644 index 0000000..a4fcf20 Binary files /dev/null and b/Screenshots/gruvbox-light.png differ diff --git a/Themes/gruvbox b/Themes/gruvbox new file mode 160000 index 0000000..d077a59 --- /dev/null +++ b/Themes/gruvbox @@ -0,0 +1 @@ +Subproject commit d077a59e75764f7d943a4b5c09ab6c96daacd454 diff --git a/update.sh b/update.sh index 4ff7ef4..2eec2dd 100755 --- a/update.sh +++ b/update.sh @@ -18,7 +18,7 @@ getAuthor() { awk '/User: / { print $3 }' "${a}" } -THEMES=(Themes/*.theme) +THEMES=(Themes/*.theme Themes/gruvbox/*.theme) for a in ${THEMES[@]} do FILE=$(basename $a)