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..070a44a 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 = "gold", fg = "love" }, }, before_highlight = function(group, highlight, palette)