From 18e32d7ce953321e82e631918e574fea6d5c7c3f Mon Sep 17 00:00:00 2001 From: mangeshrex Date: Fri, 24 Sep 2021 20:46:35 +0530 Subject: [PATCH 1/2] uwu: changes into bg color --- lua/hl_themes/uwu.lua | 4 ++-- lua/themes/uwu-base16.lua | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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", From b398c686d24a304199b34441479cf40283271e38 Mon Sep 17 00:00:00 2001 From: mangeshrex Date: Sun, 26 Sep 2021 20:11:28 +0530 Subject: [PATCH 2/2] fix: updating the colorscheme as per guide --- lua/hl_themes/uwu.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/lua/hl_themes/uwu.lua b/lua/hl_themes/uwu.lua index d2b240c..76be845 100644 --- a/lua/hl_themes/uwu.lua +++ b/lua/hl_themes/uwu.lua @@ -1,33 +1,33 @@ local colors = { white = "#d6d6d6", - darker_black = "#1b2224", + darker_black = "#0d1416", black = "#131a1c", -- nvim bg - black2 = "#161a1c", - one_bg = "#1b1f21", - one_bg2 = "#202426", - one_bg3 = "#25292b", - grey = "#3c4042", - grey_fg = "#464a4c", - grey_fg2 = "#4a4e50", - light_grey = "#515557", + black2 = "#192022", + one_bg = "#1d2426", + one_bg2 = "#262d2f", + one_bg3 = "#2e3537", + grey = "#3b4244", + grey_fg = "#454c4e", + grey_fg2 = "#4f5658", + light_grey = "#575e60", red = "#e74c4c", - baby_pink = "#FF6E79", + baby_pink = "#fe8bca", pink = "#ef7cbb", - line = "#1a1e20", -- for lines like vertsplit + line = "#22292b", -- for lines like vertsplit green = "#6bb05d", vibrant_green = "#8dc776", - nord_blue = "#51a39f", + nord_blue = "#5fadc4", blue = "#66a3b4", yellow = "#f0a972", - sun = "#e59e67", + sun = "#eda66f", purple = "#b4bbc8", dark_purple = "#946fa8", teal = "#5b98a9", orange = "#eaa36c", cyan = "#74b1c2", - statusline_bg = "#131719", - lightbg = "#2e3238", - lightbg2 = "#1d2123", + statusline_bg = "#171e20", + lightbg = "#242b2d", + lightbg2 = "#1e2527", pmenu_bg = "#6bb05d", folder_bg = "#5b98a9", }