From bb9f2f87380dd8fa5d626865288a2af7fa34b092 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 26 Oct 2023 23:15:58 +0200 Subject: Changed a few color foregrounds to black --- lua/plugins/heirline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/heirline.lua b/lua/plugins/heirline.lua index a5cd2bf..11356d9 100644 --- a/lua/plugins/heirline.lua +++ b/lua/plugins/heirline.lua @@ -91,7 +91,7 @@ local ViMode = { return ' %2(' .. self.mode_names[self.mode] .. '%) ' end, hl = function(self) - return { fg = 'darkgray', bg = self.mode_color, bold = true } + return { fg = 'colors.black', bg = self.mode_color, bold = true } end, update = { 'ModeChanged', @@ -778,7 +778,7 @@ FileInfoBlock = utils.surround({ '', '' }, function(self) return self:mode_color() end, { FileInfoBlock, Space, hl = { bg = colors.gray, force = true } }) -Ruler = utils.surround({ '', '' }, colors.gray, { Ruler, hl = { fg = colors.gray, force = true } }) +Ruler = utils.surround({ '', '' }, colors.black, { Ruler, hl = { fg = colors.black, force = true } }) local left = { { RightSpace, hl = { bg = colors.nobg, force = true } }, -- cgit v1.2.3