diff options
author | joe <rbo@gmx.us> | 2025-08-27 17:17:31 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-27 17:17:31 +0200 |
commit | 363a09829fdf0661b1f5ea384a4a121948a011c0 (patch) | |
tree | 13c44161c8f8ac65406455ec7215e57567f39de9 | |
parent | better lualine (diff) | |
download | dotfiles-bsd-363a09829fdf0661b1f5ea384a4a121948a011c0.tar.gz dotfiles-bsd-363a09829fdf0661b1f5ea384a4a121948a011c0.tar.bz2 dotfiles-bsd-363a09829fdf0661b1f5ea384a4a121948a011c0.tar.xz dotfiles-bsd-363a09829fdf0661b1f5ea384a4a121948a011c0.tar.zst dotfiles-bsd-363a09829fdf0661b1f5ea384a4a121948a011c0.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/plugins/lualine.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index 4c4d7e5..d5d44e8 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -219,9 +219,9 @@ return { -- Is it me or the symbol for modified us really weird symbols = { added = ' ', modified = ' ', removed = ' ' }, diff_color = { - added = { fg = colors.green }, + added = { fg = colors.bright_green }, modified = { fg = colors.orange }, - removed = { fg = colors.red }, + removed = { fg = colors.bright_red }, }, cond = conditions.hide_in_width, } |