uwu: changes into bg color

This commit is contained in:
mangeshrex 2021-09-24 20:46:35 +05:30
parent 34b22d86f0
commit 18e32d7ce9
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
local colors = {
white = "#d6d6d6",
darker_black = "#0b0f11",
black = "#0F1315", -- nvim bg
darker_black = "#1b2224",
black = "#131a1c", -- nvim bg
black2 = "#161a1c",
one_bg = "#1b1f21",
one_bg2 = "#202426",

View file

@ -1,7 +1,7 @@
return {
base00 = "0f1315",
base01 = "232729",
base02 = "303435",
base00 = "131A1C",
base01 = "1b2224",
base02 = "232a2c",
base03 = "3c3e3e",
base04 = "868888",
base05 = "d6d6d6",