From a77de9f50940dd0bbc39a5dfe2ab8a622d6092e7 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 --- .config/nvim/lua/plugins/heirline.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/nvim/lua/plugins/heirline.lua b/.config/nvim/lua/plugins/heirline.lua index a5cd2bf..11356d9 100644 --- a/.config/nvim/lua/plugins/heirline.lua +++ b/.config/nvim/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