better nord colors

This commit is contained in:
siduck76 2021-07-17 14:20:36 +05:30
parent 5f7f2df2b7
commit 82f07879f3
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ local colors = {
teal = "#6484a4", teal = "#6484a4",
orange = "#e39a83", orange = "#e39a83",
cyan = "#9aafe6", cyan = "#9aafe6",
statusline_bg = "#313743", statusline_bg = "#333945",
lightbg = "#333945", lightbg = "#3f4551",
lightbg2 = "#353b47" lightbg2 = "#393f4b"
} }
return colors return colors