[neovim] Set a different color scheme for Terminal.app than for other terminals
This commit is contained in:
parent
18038b798e
commit
8f74f0ae50
1 changed files with 5 additions and 1 deletions
|
@ -37,4 +37,8 @@ function reloadColorscheme(colorschemeName)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
reloadColorscheme(nil)
|
if vim.env.TERM_PROGRAM == "Apple_Terminal" then
|
||||||
|
reloadColorscheme(nil)
|
||||||
|
else
|
||||||
|
reloadColorscheme("dracula")
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue