diff --git a/lua/hl_themes/uwu.lua b/lua/hl_themes/uwu.lua index 5f1d740..d2b240c 100644 --- a/lua/hl_themes/uwu.lua +++ b/lua/hl_themes/uwu.lua @@ -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", diff --git a/lua/themes/uwu-base16.lua b/lua/themes/uwu-base16.lua index 6eb1464..f33e6b7 100644 --- a/lua/themes/uwu-base16.lua +++ b/lua/themes/uwu-base16.lua @@ -1,7 +1,7 @@ return { - base00 = "0f1315", - base01 = "232729", - base02 = "303435", + base00 = "131A1C", + base01 = "1b2224", + base02 = "232a2c", base03 = "3c3e3e", base04 = "868888", base05 = "d6d6d6",