mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
theme engine complete
This commit is contained in:
10
.config/blueblack/dark_mode/neovim.sh
Executable file
10
.config/blueblack/dark_mode/neovim.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This uses the neovim-remote python package to control other neovim instances.
|
||||
# see: https://github.com/mhinz/neovim-remote
|
||||
# Further, it is assumed that toggling the background in neovim is enough.
|
||||
# Anything else should be handled by the set color scheme.
|
||||
|
||||
for server in $(nvr --serverlist); do
|
||||
nvr --servername "$server" -cc 'set background=dark'
|
||||
done
|
||||
Reference in New Issue
Block a user