Skip to content

Commit

Permalink
nord colors
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Dec 21, 2020
1 parent 0b1d9d2 commit 305afce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Plug 'wellle/targets.vim'
Plug 'gko/vim-coloresque'
Plug 'dkarter/bullets.vim'
Plug 'dag/vim-fish'
Plug 'mboughaba/i3config.vim'

" themes
Plug 'franbach/miramare'
Expand Down Expand Up @@ -133,10 +134,10 @@ let g:PaperColor_Theme_Options = {
set background=light
set termguicolors

colorscheme papercolor
colorscheme nord

let g:lightline = {
\ 'colorscheme': 'PaperColor',
\ 'colorscheme': 'nord',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'currentfunction', 'readonly', 'filename', 'modified' ] ],
Expand Down

0 comments on commit 305afce

Please sign in to comment.