mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: config theme
This commit is contained in:
parent
9ab813ce46
commit
800581218c
4 changed files with 4 additions and 3 deletions
|
@ -236,7 +236,7 @@ return {
|
|||
lualine_bg_color = colors.bg,
|
||||
overrides = {
|
||||
Keywords = { fg = colors.cyan, italic = true },
|
||||
Function = { fg = colors.yellow, italic = true },
|
||||
-- Function = { fg = colors.yellow, italic = true },
|
||||
["@keyword"] = { fg = colors.pink, italic = true },
|
||||
["@keyword.function"] = { fg = colors.cyan, italic = true },
|
||||
["@function"] = { fg = colors.green, italic = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue