Skip to content

Commit cd3b8f3

Browse files
committed
Colorscheme Nord
1 parent f340ff6 commit cd3b8f3

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
[submodule "pack/theme/start/vim-airline-themes"]
116116
path = pack/theme/start/vim-airline-themes
117117
url = https://github.com/vim-airline/vim-airline-themes
118+
[submodule "pack/theme/start/nord-vim"]
119+
path = pack/theme/start/nord-vim
120+
url = https://github.com/arcticicestudio/nord-vim
118121
[submodule "pack/ruby/start/vim-bundler"]
119122
path = pack/ruby/start/vim-bundler
120123
url = https://github.com/tpope/vim-bundler

pack/theme/start/nord-vim

Submodule nord-vim added at ea7ff9c

plugin/theme/vim-airline.vim

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
let g:webdevicons_enable_airline_statusline = 0
33

44
let g:airline_powerline_fonts = 0
5-
let g:airline_theme='monochrome'
5+
let g:airline_theme='nord'
6+
let g:airline#extensions#tabline#enabled = 1

vimrc

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ set hidden
3232
" Colorscheme configuration.
3333
if &t_Co > 2
3434
syntax on
35+
color nord
3536

3637
highlight Folded cterm=reverse ctermbg=0 ctermfg=8
3738
highlight VertSplit cterm=NONE ctermbg=NONE ctermfg=8

0 commit comments

Comments
 (0)