Added helper script to generate tmux themes
This commit is contained in:
parent
37c3a97fdd
commit
55735cae6f
6
modules/apps/neovim/generate_theme.sh
Executable file
6
modules/apps/neovim/generate_theme.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Generates a tmux statusline theme based off the theme in neovim
|
||||
# May require some edits
|
||||
|
||||
nvim -c ":Tmuxline vim_statusline_1 | TmuxlineSnapshot! $(dirname "$0")/tmux_theme | qa!"
|
Loading…
Reference in a new issue