From 5b9e0f891c2e8f9d3d16d3bd5f9ede754f83beb3 Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 21 Jan 2025 13:21:15 +0100 Subject: [PATCH] v mode highlights --- kitty/.config/kitty/themes/rose-pine.conf | 8 ++++---- nvim/.config/nvim/lua/plugins/themes.lua | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kitty/.config/kitty/themes/rose-pine.conf b/kitty/.config/kitty/themes/rose-pine.conf index 575c06b..2eec410 100644 --- a/kitty/.config/kitty/themes/rose-pine.conf +++ b/kitty/.config/kitty/themes/rose-pine.conf @@ -6,11 +6,11 @@ foreground #e0def4 background #191724 -selection_foreground #e0def4 -selection_background #403d52 +selection_foreground #6e6a86 +selection_background #ebbcba -cursor #524f67 -cursor_text_color #e0def4 +cursor #ffffff +cursor_text_color #26233a url_color #c4a7e7 diff --git a/nvim/.config/nvim/lua/plugins/themes.lua b/nvim/.config/nvim/lua/plugins/themes.lua index 59bcaad..5b34323 100644 --- a/nvim/.config/nvim/lua/plugins/themes.lua +++ b/nvim/.config/nvim/lua/plugins/themes.lua @@ -59,6 +59,7 @@ return { Folded = { fg = "foam", bg = "highlight_med" }, CursorLine = { bg = "surface" }, TreesitterContext = { bg = "highlight_low" }, + Visual = { bg = "rose", fg = "text" }, }, before_highlight = function(group, highlight, palette)