mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
enc: update jetbrains theme relative number color
This commit is contained in:
parent
a72df67e8f
commit
a636b2988d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ if (color == "darcula-dark") and true or false then
|
||||||
local hi = vim.api.nvim_set_hl
|
local hi = vim.api.nvim_set_hl
|
||||||
hi(0, "@property.json", { fg = colors.lavender })
|
hi(0, "@property.json", { fg = colors.lavender })
|
||||||
hi(0, "@property.jsonc", { fg = colors.lavender })
|
hi(0, "@property.jsonc", { fg = colors.lavender })
|
||||||
|
hi(0, "LineNr", { ctermfg = 11, fg = colors._39 })
|
||||||
-- hi(0, "@variable.member.sql", { fg = colors.olive_green })
|
-- hi(0, "@variable.member.sql", { fg = colors.olive_green })
|
||||||
-- telescope
|
-- telescope
|
||||||
hi(0, "TelescopePromptBorder", { fg = colors.medium_gray })
|
hi(0, "TelescopePromptBorder", { fg = colors.medium_gray })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue