feat: add customizable statusbar (#31)
* feat: define dark and light color palettes * feat: add customization of status-right & status-left sections * feat: rename to gruvbox_dark256 and implement alpha option * fix: transparency for tabs in left status bar * fix: shellcheck errors * fix: files according to shfmt * feat: remove unnecessary modeline * feat: save palettes as 256 color * feat: update information about dark256 & light256 themes * chore: add changelog entry
This commit is contained in:
parent
23bbbfcaee
commit
044ca063e2
11 changed files with 496 additions and 42 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
source "./src/gruvbox-main.sh"
|
||||
|
||||
# vim: ai et ft=bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue