summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-01 10:33:44 +0200
committerjoe <rbo@gmx.us>2025-09-01 10:33:44 +0200
commit4b3bb059f869abf0cc623fa17d36c8bd46a2900e (patch)
treeccf6652b5349a7863434003ad8af478e7d02bb5a /.config
parentup (diff)
downloaddotfiles-bsd-4b3bb059f869abf0cc623fa17d36c8bd46a2900e.tar.gz
dotfiles-bsd-4b3bb059f869abf0cc623fa17d36c8bd46a2900e.tar.bz2
dotfiles-bsd-4b3bb059f869abf0cc623fa17d36c8bd46a2900e.tar.xz
dotfiles-bsd-4b3bb059f869abf0cc623fa17d36c8bd46a2900e.tar.zst
dotfiles-bsd-4b3bb059f869abf0cc623fa17d36c8bd46a2900e.zip
up
Diffstat (limited to '')
-rw-r--r--.config/nvim/lua/plugins/lualine.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua
index b2a92d0..53d22ff 100644
--- a/.config/nvim/lua/plugins/lualine.lua
+++ b/.config/nvim/lua/plugins/lualine.lua
@@ -7,7 +7,6 @@ return {
bg = '#32302f',
fg = '#a89984',
orange = '#fe8019',
- violet = '#a9a1e1',
red = '#cc241d',
green = '#98971a',
yellow = '#d79921',
@@ -37,7 +36,7 @@ return {
[''] = colors.orange,
ic = colors.yellow,
R = colors.bright_red,
- Rv = colors.violet,
+ Rv = colors.bright_magenta,
cv = colors.red,
ce = colors.red,
r = colors.cyan,
@@ -199,7 +198,7 @@ return {
ins_right {
'branch',
icon = '',
- color = { fg = colors.violet, gui = 'bold' },
+ color = { fg = colors.blue, gui = 'bold' },
}
ins_right {