Skip to content

Commit

Permalink
update colorscheme from gruvbox-material to tokyonight
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewies committed Nov 27, 2021
1 parent 6aa9bcc commit 1fd682c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nvim/.config/nvim/init.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
" --- General

set termguicolors
set tabstop=4
set softtabstop=4
set shiftwidth=4
Expand Down Expand Up @@ -35,7 +36,7 @@ let g:netrw_banner=0
call plug#begin('~/.config/nvim/plugged')

" General
Plug 'sainnhe/gruvbox-material' " Color scheme
Plug 'folke/tokyonight.nvim', { 'branch': 'main' }
Plug 'itchyny/lightline.vim' " Vim status line
Plug 'kyazdani42/nvim-web-devicons' " Devicons
Plug 'machakann/vim-highlightedyank' " Highlight yanked text in vim
Expand Down Expand Up @@ -69,11 +70,8 @@ lua require('jakewies')
" --- Colors

set background=dark
set termguicolors

colorscheme gruvbox-material

let g:gruvbox_material_background = 'medium'
colorscheme tokyonight


" --- Remaps
Expand Down

0 comments on commit 1fd682c

Please sign in to comment.