Configure vim to respect $HOME/.dark file
This commit is contained in:
parent
4b8e4a2722
commit
0fa454aadb
1 changed files with 6 additions and 0 deletions
|
@ -50,6 +50,12 @@ com! Iceberg colorscheme iceberg
|
|||
com! Papercolor colorscheme PaperColor | delc PaperColor
|
||||
com! Firewatch colorscheme two-firewatch
|
||||
|
||||
if filereadable($HOME."/.dark")
|
||||
Dark
|
||||
else
|
||||
Light
|
||||
end
|
||||
|
||||
if $TERM=="xterm-kitty"
|
||||
Arcadia
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue