1
0
Fork 0

nvim, vim, wezterm: back to solarized8

This commit is contained in:
Von Random 2023-08-25 18:15:26 +03:00
parent 466d355a9c
commit 3de4631607
4 changed files with 17 additions and 20 deletions

View file

@ -3,7 +3,7 @@ local function plugins(use)
use 'wbthomason/packer.nvim'
use {
'lifepillar/vim-gruvbox8',
'lifepillar/vim-solarized8',
branch = 'neovim'
}
use 'lifepillar/vim-cheat40'
@ -43,10 +43,8 @@ map('n', '<Leader>.', '<cmd>Telescope git_files<CR>')
map('n', '<Leader>,', '<cmd>Telescope buffers<CR>')
--[[ theme ]]
vim.o.bg = 'dark'
vim.g.solarized_extra_hi_groups = 1
vim.o.termguicolors = true
vim.o.bg = 'light'
vim.g.gruvbox_plugin_hi_groups = 1
vim.g.gruvbox_filetype_hi_groups = 1
vim.cmd [[colorscheme gruvbox8]]
vim.cmd [[colorscheme solarized8]]