From 3ac1c323eaf82a1bb116ed851d4ef59a7515a01c Mon Sep 17 00:00:00 2001
From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch>
Date: Thu, 19 Sep 2024 18:38:26 +0200
Subject: [PATCH] feat: modified window border colour

---
 lua/plugins/rose-pine.lua | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lua/plugins/rose-pine.lua b/lua/plugins/rose-pine.lua
index 2cf584b..b5cd138 100644
--- a/lua/plugins/rose-pine.lua
+++ b/lua/plugins/rose-pine.lua
@@ -57,15 +57,15 @@ return {
                 NormalFloat = { bg = 'none' },
                 FloatBorder = {
                     bg = 'none',
-                    fg = 'iris'
-                },
-                TelescopeBorder = {
-                    fg = 'iris'
+                    fg = 'foam'
                 },
 
+                -- TelescopeNormal = { bg = 'none' },
+                TelescopeBorder = { fg = 'foam' },
+
                 Visual = { reverse = true },
 
-                ColorColumn = { bg = 'rose' },
+                ColorColumn = { bg = 'muted' },
 
                 -- Blend colours against the "base" background
                 CursorLine = { bg = 'foam', blend = 10 },
-- 
GitLab