From 685a843d785814edf1594749f8ffc7a036a251b4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 30 Jul 2025 18:08:56 +0300 Subject: [PATCH] chore(config): tms: use rose pine colors Signed-off-by: Ismo Vuorinen --- config/tms/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tms/config.toml b/config/tms/config.toml index a3fb511..a8423da 100644 --- a/config/tms/config.toml +++ b/config/tms/config.toml @@ -6,6 +6,6 @@ path = "~/Code" depth = 3 [picker_colors] -highlight_color = "#21202E" -highlight_text_color = "#86E1FC" +highlight_color = "#31748f" +highlight_text_color = "#e0def4" border_color = "#524F67"