more colorscheme
This commit is contained in:
parent
91f85807c5
commit
5a52e007ad
2 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||||
{ "folke/tokyonight.nvim", enabled = false },
|
{ "folke/tokyonight.nvim", enabled = false },
|
||||||
|
-- { "folke/noice.nvim", enabled = false },
|
||||||
}
|
}
|
||||||
-- TODO:
|
-- TODO:
|
||||||
-- figure out how to make markdown extra work together with Obsidian, disable it for now
|
-- figure out how to make markdown extra work together with Obsidian, disable it for now
|
||||||
|
|
|
@ -16,6 +16,12 @@
|
||||||
-- #d4d4d4
|
-- #d4d4d4
|
||||||
local noiropts = {
|
local noiropts = {
|
||||||
-- preset = "miami-nights",
|
-- preset = "miami-nights",
|
||||||
|
styles = {
|
||||||
|
italic = true,
|
||||||
|
bold = true,
|
||||||
|
underline = true,
|
||||||
|
undercurl = true,
|
||||||
|
},
|
||||||
colors = {
|
colors = {
|
||||||
primary = "#994848",
|
primary = "#994848",
|
||||||
secondary = "#933737",
|
secondary = "#933737",
|
||||||
|
@ -41,6 +47,8 @@ return {
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
colorscheme = function()
|
colorscheme = function()
|
||||||
|
-- local Color, colors, Group, groups, styles = require("colorbuddy").setup()
|
||||||
|
-- Group.new("SpellBad", colors.primary, nil, styles.undercurl + styles.italic)
|
||||||
require("noirbuddy").setup(noiropts)
|
require("noirbuddy").setup(noiropts)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue