aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/heirline.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-26 23:15:58 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-26 23:15:58 +0200
commitbb9f2f87380dd8fa5d626865288a2af7fa34b092 (patch)
treeefdcd6de7d34bf5b86747fabb854824cfb31c754 /lua/plugins/heirline.lua
parent00132fc7bbd88f59cd96dff7704e1463ae9b5cba (diff)
downloaddotfiles-bb9f2f87380dd8fa5d626865288a2af7fa34b092.tar.gz
dotfiles-bb9f2f87380dd8fa5d626865288a2af7fa34b092.zip
Changed a few color foregrounds to black
Diffstat (limited to 'lua/plugins/heirline.lua')
-rw-r--r--lua/plugins/heirline.lua4
1 files changed, 2 insertions, 2 deletions
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 } },