mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
lols
This commit is contained in:
parent
ca4ac221d6
commit
6baf731f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,8 +32,8 @@ return {
|
|||
"DarkerRainbowCyan",
|
||||
}
|
||||
hooks.register(hooks.type.HIGHLIGHT_SETUP, function()
|
||||
vim.api.nvim_set_hl(0, "DarkerRainbowRed", { fg = "#a4232d" })
|
||||
-- https://mdigi.tools/darken-color/#56b6c2 40% darker
|
||||
vim.api.nvim_set_hl(0, "DarkerRainbowRed", { fg = "#a4232d" })
|
||||
vim.api.nvim_set_hl(0, "DarkerRainbowYellow", { fg = "#b07f23" })
|
||||
vim.api.nvim_set_hl(0, "DarkerRainbowBlue", { fg = "#136db7" })
|
||||
vim.api.nvim_set_hl(0, "DarkerRainbowOrange", { fg = "#8f5c2b" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue