From e219b04e82769251b700185a566bc8bdcb8538fa Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 7 Jul 2021 22:19:51 +0530 Subject: [PATCH] better colors --- lua/themes/tomorrow-night.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/themes/tomorrow-night.lua b/lua/themes/tomorrow-night.lua index 864463b..7d721c7 100644 --- a/lua/themes/tomorrow-night.lua +++ b/lua/themes/tomorrow-night.lua @@ -8,20 +8,20 @@ local colors = { one_bg3 = "#30343c", grey = "#434547", grey_fg = "#545B68", - grey_fg2 = "#6F7581", - light_grey = "#6F7581", + grey_fg2 = "#616875", + light_grey = "#676e7b", red = "#cc6666", baby_pink = "#FF6E79", pink = "#ff9ca3", line = "#27292b", -- for lines like vertsplit - green = "#b5bd68", - vibrant_green = "#d0f0a8", - nord_blue = "#557C9D", - blue = "#80a1bd", - yellow = "#f0c574", - sun = "#e6c446", + green = "#a4b595", + vibrant_green = "#a3b991", + nord_blue = "#728da8", + blue = "#6f8dab", + yellow = "#d7bd8d", + sun = "#e4c180", purple = "#b4bbc8", - dark_purple = "#b294ba", + dark_purple = "#b290ac", teal = "#8abdb6", orange = "#DE935F", cyan = "#70c0b1",