mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat: change colorscheme to Tokyo Night
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
-- Colorscheme
|
||||
|
||||
-- Base16
|
||||
local source = "~/.vimrc_background"
|
||||
local status_ok, _ = pcall(vim.cmd, "source " .. source)
|
||||
|
||||
if not status_ok then
|
||||
vim.notify("Error sourcing " .. source)
|
||||
--[[ vim.notify("Error sourcing " .. source) ]]
|
||||
return
|
||||
end
|
||||
|
||||
vim.cmd([[
|
||||
colorscheme tokyonight-night
|
||||
highlight ColorColumn guibg=#202224
|
||||
highlight SpellBad guifg=red
|
||||
]])
|
||||
|
||||
@@ -50,6 +50,7 @@ return packer.startup(function(use)
|
||||
|
||||
-- Colorscheme
|
||||
use("chriskempson/base16-vim") -- Base16 colorschemes
|
||||
use("folke/tokyonight.nvim") -- Tokyo Night color scheme
|
||||
|
||||
-- CMP
|
||||
use("hrsh7th/nvim-cmp") -- The completion plugin
|
||||
|
||||
Reference in New Issue
Block a user