add monochrome yellow colorscheme
This commit is contained in:
parent
63e7459bee
commit
851d0df567
@ -78,6 +78,20 @@ elseif fileContent == "melange" then
|
|||||||
end,
|
end,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
elseif fileContent == "monochrome" then
|
||||||
|
colorscheme = {
|
||||||
|
'jesseleite/nvim-noirbuddy',
|
||||||
|
dependencies = {
|
||||||
|
{ 'tjdevries/colorbuddy.nvim' }
|
||||||
|
},
|
||||||
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
|
opts = {
|
||||||
|
colors = {
|
||||||
|
primary = "#CCB901",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
elseif fileContent == "solarized" then
|
elseif fileContent == "solarized" then
|
||||||
colorscheme = {
|
colorscheme = {
|
||||||
'maxmx03/solarized.nvim',
|
'maxmx03/solarized.nvim',
|
||||||
|
Loading…
Reference in New Issue
Block a user