mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: Misterioso.colorscheme
This commit is contained in:
parent
7ced256aee
commit
3774f4858b
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@ vim.wo.signcolumn = 'yes'
|
||||||
|
|
||||||
-- Set colorscheme
|
-- Set colorscheme
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
vim.g.desolate_error = '#ff4242'
|
||||||
|
vim.g.desolate_warning = '#ffad29'
|
||||||
|
vim.g.desolate_success = '#74af68'
|
||||||
vim.cmd [[colorscheme desolate]]
|
vim.cmd [[colorscheme desolate]]
|
||||||
|
|
||||||
-- Set completeopt to have a better completion experience
|
-- Set completeopt to have a better completion experience
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue