mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
other scheme
This commit is contained in:
parent
fd13ca060d
commit
8b3fb2dec0
1 changed files with 17 additions and 0 deletions
|
|
@ -29,6 +29,23 @@ return {
|
||||||
vim.o.background = "light"
|
vim.o.background = "light"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"altercation/vim-colors-solarized",
|
||||||
|
lazy = true,
|
||||||
|
name = "solarized",
|
||||||
|
config = function()
|
||||||
|
-- Set Vim global variables for Solarized
|
||||||
|
vim.g.solarized_termcolors = 256
|
||||||
|
vim.g.solarized_bold = true
|
||||||
|
vim.g.solarized_underline = true
|
||||||
|
vim.g.solarized_italic = true
|
||||||
|
vim.g.solarized_visibility = "low" -- Options: 'normal', 'low', 'high'
|
||||||
|
vim.g.solarized_diffmode = "low"
|
||||||
|
|
||||||
|
-- Set background to light or dark
|
||||||
|
vim.o.background = "light" -- or "dark"
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue