mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 21:40:37 +00:00
better nord colors
This commit is contained in:
parent
5f7f2df2b7
commit
82f07879f3
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ local colors = {
|
|||
teal = "#6484a4",
|
||||
orange = "#e39a83",
|
||||
cyan = "#9aafe6",
|
||||
statusline_bg = "#313743",
|
||||
lightbg = "#333945",
|
||||
lightbg2 = "#353b47"
|
||||
statusline_bg = "#333945",
|
||||
lightbg = "#3f4551",
|
||||
lightbg2 = "#393f4b"
|
||||
}
|
||||
|
||||
return colors
|
||||
|
|
Loading…
Reference in a new issue