From 61bd9082a235f0aba36c85d29e5eac0ce2349384 Mon Sep 17 00:00:00 2001 From: Phan Long Date: Wed, 9 Mar 2022 18:57:33 +0700 Subject: [PATCH 1/2] change grey --- lua/hl_themes/onebright.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hl_themes/onebright.lua b/lua/hl_themes/onebright.lua index a1107e6..002a2e3 100644 --- a/lua/hl_themes/onebright.lua +++ b/lua/hl_themes/onebright.lua @@ -7,7 +7,7 @@ local colors = { one_bg2 = "#353b45", one_bg3 = "#30343c", grey = "#42464e", - grey_fg = "#b2ccd6", + grey_fg = "#565c64", grey_fg2 = "#6f737b", light_grey = "#6f737b", red = "#d47d85", From 011d6b6e14480e6dc1bc848de2c4a84ed4d52539 Mon Sep 17 00:00:00 2001 From: Phan Long Date: Wed, 9 Mar 2022 18:58:08 +0700 Subject: [PATCH 2/2] change white --- lua/hl_themes/onebright.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/hl_themes/onebright.lua b/lua/hl_themes/onebright.lua index 002a2e3..894d14a 100644 --- a/lua/hl_themes/onebright.lua +++ b/lua/hl_themes/onebright.lua @@ -1,5 +1,5 @@ local colors = { - white = "#eeffff", + white = "#abb2bf", darker_black = "#1b1f27", black = "#1e222a", black2 = "#252931",