diff --git a/assets/default/bin/get_vim_colorscheme.sh b/assets/default/bin/get_vim_colorscheme.sh new file mode 100755 index 0000000..388d908 --- /dev/null +++ b/assets/default/bin/get_vim_colorscheme.sh @@ -0,0 +1,55 @@ +#! /bin/bash + +# Gets the current settings for the given terminal window +function get_terminal_settings { + case "$TERM_PROGRAM" in + Apple_Terminal) + osascript <