more more more
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
return { "mellow-theme/mellow.nvim",
|
||||
disable = not vim.fn.has("nvim-0.8.0"),
|
||||
requires = "nvim-treesitter/nvim-treesitter",
|
||||
function()
|
||||
reqs = "nvim-treesitter/nvim-treesitter",
|
||||
load = function()
|
||||
vim.g.mellow_variant = "dark"
|
||||
local c = require("mellow.colors")[vim.g.mellow_variant]
|
||||
|
||||
@ -9,6 +9,9 @@ return { "mellow-theme/mellow.nvim",
|
||||
-- stop inactive windows from having a darker bg
|
||||
["NormalNC"] = { link = "Normal" },
|
||||
|
||||
-- make splits look cleaner
|
||||
["WinSeparator"] = { link = "Normal" },
|
||||
|
||||
-- make floats darker
|
||||
["NormalFloat"] = { fg = c.fg, bg = "#111111" },
|
||||
["FloatBorder"] = { link = "NormalFloat" },
|
||||
|
Reference in New Issue
Block a user