mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 17:46:26 +00:00
Add tokyonight colorscheme
This commit is contained in:
parent
098ef45271
commit
4d4b6134d0
2
neovim/colors/tokyonight_night.vim
Normal file
2
neovim/colors/tokyonight_night.vim
Normal file
@ -0,0 +1,2 @@
|
||||
let g:tokyonight_style = 'night'
|
||||
runtime colors/tokyonight.vim
|
2
neovim/colors/tokyonight_storm.vim
Normal file
2
neovim/colors/tokyonight_storm.vim
Normal file
@ -0,0 +1,2 @@
|
||||
let g:tokyonight_style = 'storm'
|
||||
runtime colors/tokyonight.vim
|
@ -79,6 +79,7 @@ return require('packer').startup(function()
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
config = function() require("colorizer").setup() end,
|
||||
}
|
||||
use "folke/tokyonight.nvim"
|
||||
--[[
|
||||
use {
|
||||
"shaunsingh/solarized.nvim",
|
||||
|
Loading…
Reference in New Issue
Block a user