Vim Theme

Vim Theme

Creator
Created
Created
2019 Nov 5 3:14
Editor
Edited
Edited
2023 Sep 30 6:41
Refs
Refs
 
mkdir -p ~/.vim/colors; mkdir -p ~/.vim/autoload; cd -m ~/.vim/colors; sudo wget -O onedark.vim https://github.com/joshdick/onedark.vim/tree/master/colors/onedark.vim; cd -m ~/.vim/autoload; sudo wget -O onedark.vim https://github.com/joshdick/onedark.vim/tree/master/autoload/onedark.vim
 
 

onedark

joshdick/onedark.vim
A dark Vim/Neovim color scheme for the GUI and 16/256/true-color terminals, based on FlatColor, with colors inspired by the excellent One Dark syntax theme for the Atom text editor. Install the theme using your Vim plug-in manager of choice (or manually, by placing colors/onedark.vim in your ~/.vim/colors/ directory and autoload/onedark.vim in your ~/.vim/autoload/ directory.)
joshdick/onedark.vim

airline

vim-airline/vim-airline
Lean & mean status/tabline for vim that's light as air. When the plugin is correctly loaded, Vim will draw a nice statusline at the bottom of each window. That line consists of several sections, each one displaying some piece of information.

where to download vim file

[vi/vim] Color Scheme(색깔) 바꾸기
by 스뎅(thDeng) on 이전 블로그에서 옮겨온 포스트 vi에서 사용하는 syntax의 색깔을 바꿔보자. 배경색도.. 방법은 아주 간단하게 샘플을 보고 vim 파일을 받아서 넣고 vi설정파일에 설정해주면 된다. 참 쉽죠잉~?!?! 구글링해보면 샘플을 금방 찾을 수 있다. 좋은 샘플 사이트 몇 개.. 여기서는 Vim Color Scheme Test에서 color scheme을 찾아 보겠다. 왜냐??
[vi/vim] Color Scheme(색깔) 바꾸기
 
 
 
 

Recommendations