change colorscheme and transparent hi
This commit is contained in:
parent
39038b6132
commit
58037ef8a2
32
lua/custom/plugins/darkrose.lua
Normal file
32
lua/custom/plugins/darkrose.lua
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
return {
|
||||||
|
"water-sucks/darkrose.nvim",
|
||||||
|
lazy = false,
|
||||||
|
dependencies = { "tjdevries/colorbuddy.vim" },
|
||||||
|
priority = 1000,
|
||||||
|
config = function()
|
||||||
|
vim.opt.termguicolors = true
|
||||||
|
vim.cmd.colorscheme("darkrose")
|
||||||
|
local Color, colors, Group, groups, styles = require('colorbuddy').setup()
|
||||||
|
|
||||||
|
Color.new("red", "#9E4244")
|
||||||
|
Color.new("dark_red", "#6D0011")
|
||||||
|
Color.new("light_red", "#F85149")
|
||||||
|
Color.new("orange", "#A26B35")
|
||||||
|
Color.new("light_orange", "#F0883E")
|
||||||
|
Color.new("dark_purple", "#281C2B")
|
||||||
|
Color.new("magenta", "#8B2950")
|
||||||
|
Color.new("dark_pink", "#B76E79")
|
||||||
|
Color.new("pink", "#FF7979")
|
||||||
|
Color.new("light_pink", "#F6ACA7")
|
||||||
|
Color.new("gray", "#8B8B8B")
|
||||||
|
Color.new("bg", "#000000")
|
||||||
|
Color.new("bg_float", "#101010")
|
||||||
|
Color.new("bg_float_bright", "#121212")
|
||||||
|
Color.new("fg", "#C9C1C9")
|
||||||
|
Color.new("fg_gutter", "#8A95A2")
|
||||||
|
Color.new("fg_dark", "#4D5566")
|
||||||
|
|
||||||
|
|
||||||
|
Group.new("@neorg.links.file", colors.magenta, colors.none, styles.bold)
|
||||||
|
end
|
||||||
|
}
|
@ -1,53 +1,54 @@
|
|||||||
return {
|
return {
|
||||||
"bluz71/vim-moonfly-colors",
|
-- "bluz71/vim-moonfly-colors",
|
||||||
name = "moonfly",
|
-- name = "moonfly",
|
||||||
lazy = false,
|
-- lazy = false,
|
||||||
dependencies = { "tjdevries/colorbuddy.vim" },
|
-- dependencies = { "tjdevries/colorbuddy.vim" },
|
||||||
priority = 1000,
|
-- priority = 1000,
|
||||||
config = function()
|
-- config = function()
|
||||||
vim.o.termguicolors = true
|
-- vim.o.termguicolors = true
|
||||||
vim.cmd [[colorscheme moonfly]]
|
-- vim.cmd [[colorscheme moonfly]]
|
||||||
vim.g.moonflyCursorColor = true
|
-- vim.g.moonflyCursorColor = true
|
||||||
vim.g.moonflyNormalFloat = true
|
-- vim.g.moonflyNormalFloat = true
|
||||||
vim.g.moonflyTransparent = true
|
-- vim.g.moonflyTransparent = true
|
||||||
|
--
|
||||||
|
--
|
||||||
local Color, colors, Group, groups, styles = require('colorbuddy').setup()
|
-- local Color, colors, Group, groups, styles = require('colorbuddy').setup()
|
||||||
|
--
|
||||||
Color.new("yellow", "#e3c78a")
|
-- Color.new("yellow", "#e3c78a")
|
||||||
Color.new("orange", "#de935f")
|
-- Color.new("orange", "#de935f")
|
||||||
Color.new("coral", "#f09479")
|
-- Color.new("coral", "#f09479")
|
||||||
Color.new("orchid", "#e196a2")
|
-- Color.new("orchid", "#e196a2")
|
||||||
Color.new("lime", "#85dc85")
|
-- Color.new("lime", "#85dc85")
|
||||||
Color.new("green", "#8cc85f")
|
-- Color.new("green", "#8cc85f")
|
||||||
Color.new("emerald", "#36c692")
|
-- Color.new("emerald", "#36c692")
|
||||||
Color.new("blue", "#80a0ff")
|
-- Color.new("blue", "#80a0ff")
|
||||||
Color.new("sky", "#74b2ff")
|
-- Color.new("sky", "#74b2ff")
|
||||||
Color.new("turquoise", "#79dac8")
|
-- Color.new("turquoise", "#79dac8")
|
||||||
Color.new("purple", "#ae81ff")
|
-- Color.new("purple", "#ae81ff")
|
||||||
Color.new("cranberry", "#e65e72")
|
-- Color.new("cranberry", "#e65e72")
|
||||||
Color.new("violet", "#cf87e8")
|
-- Color.new("violet", "#cf87e8")
|
||||||
Color.new("crimson", "#ff5189")
|
-- Color.new("crimson", "#ff5189")
|
||||||
Color.new("red", "#ff5454")
|
-- Color.new("red", "#ff5454")
|
||||||
Color.new("spring", "#00875f")
|
-- Color.new("spring", "#00875f")
|
||||||
Color.new("mineral", "#314940")
|
-- Color.new("mineral", "#314940")
|
||||||
Color.new("bay", "#4d5d8d")
|
-- Color.new("bay", "#4d5d8d")
|
||||||
Color.new("grey246", "#949494")
|
-- Color.new("grey246", "#949494")
|
||||||
|
--
|
||||||
-- Group.new name fg bg style guisp blend
|
-- -- Group.new name fg bg style guisp blend
|
||||||
Group.new("Function", colors.sky, colors.none, styles.bold)
|
-- Group.new("Function", colors.sky, colors.none, styles.bold)
|
||||||
Group.new("Comment", colors.grey246, colors.none, styles.italic)
|
-- Group.new("Comment", colors.grey246, colors.none, styles.italic)
|
||||||
Group.new("PreProc", colors.cranberry, colors.none, styles.NONE)
|
-- Group.new("PreProc", colors.cranberry, colors.none, styles.NONE)
|
||||||
Group.new("Macro", colors.violet, colors.none, styles.italic + styles.bold)
|
-- Group.new("Macro", colors.violet, colors.none, styles.italic + styles.bold)
|
||||||
Group.new("Statement", colors.violet, colors.none, styles.italic + styles.bold)
|
-- Group.new("@neorg.links.file", colors.purple, colors.none, styles.bold)
|
||||||
Group.new("Boolean", colors.cranberry, colors.none, styles.bold)
|
-- Group.new("Statement", colors.violet, colors.none, styles.italic + styles.bold)
|
||||||
Group.new("HoverBorder", colors.yellow, colors.none, styles.NONE)
|
-- Group.new("Boolean", colors.cranberry, colors.none, styles.bold)
|
||||||
Group.new("StorageClass", colors.coral, colors.none, styles.italic)
|
-- Group.new("HoverBorder", colors.yellow, colors.none, styles.NONE)
|
||||||
|
-- Group.new("StorageClass", colors.coral, colors.none, styles.italic)
|
||||||
Group.link("Conditional", groups.Statement)
|
--
|
||||||
Group.link("TSComment", groups.Comment)
|
-- Group.link("Conditional", groups.Statement)
|
||||||
Group.link("@comment", groups.Comment)
|
-- Group.link("TSComment", groups.Comment)
|
||||||
Group.link("@lsp.type.comment", groups.Comment)
|
-- Group.link("@comment", groups.Comment)
|
||||||
Group.link("Repeat", groups.Macro)
|
-- Group.link("@lsp.type.comment", groups.Comment)
|
||||||
end
|
-- Group.link("Repeat", groups.Macro)
|
||||||
|
-- end
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,8 @@ return {
|
|||||||
extra_groups = {
|
extra_groups = {
|
||||||
"NormalFloat", -- plugins which have float panel such as Lazy, Mason, LspInfo
|
"NormalFloat", -- plugins which have float panel such as Lazy, Mason, LspInfo
|
||||||
"FloatBorder",
|
"FloatBorder",
|
||||||
"NvimTreeNormal" -- NvimTree
|
"NvimTreeNormal",
|
||||||
|
"TelescopePromptNormal",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user