From 023e9e99ccdd3ba6e06b42963bd1c3b492a378b8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 24 Jun 2025 10:10:34 -0700 Subject: [PATCH] Better border color match with theme --- themes/catppuccin/mako.ini | 2 +- themes/everforest/mako.ini | 2 +- themes/gruvbox/mako.ini | 2 +- themes/kanagawa/mako.ini | 2 +- themes/nord/mako.ini | 2 +- themes/tokyo-night/mako.ini | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/catppuccin/mako.ini b/themes/catppuccin/mako.ini index b2c2196a..b77f4345 100644 --- a/themes/catppuccin/mako.ini +++ b/themes/catppuccin/mako.ini @@ -1,5 +1,5 @@ text-color=#cad3f5 -border-color=#8aadf4 +border-color=#c6d0f5 background-color=#24273a width=420 height=110 diff --git a/themes/everforest/mako.ini b/themes/everforest/mako.ini index 22846bcd..71e19225 100644 --- a/themes/everforest/mako.ini +++ b/themes/everforest/mako.ini @@ -1,5 +1,5 @@ text-color=#d3c6aa -border-color=#a7c080 +border-color=#d3c6aa background-color=#2d353b width=420 height=110 diff --git a/themes/gruvbox/mako.ini b/themes/gruvbox/mako.ini index e05eb4cb..d93b3a75 100644 --- a/themes/gruvbox/mako.ini +++ b/themes/gruvbox/mako.ini @@ -1,5 +1,5 @@ text-color=#d4be98 -border-color=#a9b665 +border-color=#a89984 background-color=#282828 width=420 height=110 diff --git a/themes/kanagawa/mako.ini b/themes/kanagawa/mako.ini index b9c66481..61b6b09e 100644 --- a/themes/kanagawa/mako.ini +++ b/themes/kanagawa/mako.ini @@ -1,5 +1,5 @@ text-color=#dcd7ba -border-color=#7e9cd8 +border-color=#dcd7ba background-color=#1f1f28 width=420 height=110 diff --git a/themes/nord/mako.ini b/themes/nord/mako.ini index 2802755d..7d5bbb3c 100644 --- a/themes/nord/mako.ini +++ b/themes/nord/mako.ini @@ -1,5 +1,5 @@ text-color=#d8dee9 -border-color=#81a1c1 +border-color=#D8DEE9 background-color=#2e3440 width=420 height=110 diff --git a/themes/tokyo-night/mako.ini b/themes/tokyo-night/mako.ini index 61b584eb..fa03ae8e 100644 --- a/themes/tokyo-night/mako.ini +++ b/themes/tokyo-night/mako.ini @@ -1,5 +1,5 @@ text-color=#a9b1d6 -border-color=#7aa2f7 +border-color=#33ccff background-color=#1a1b26 width=420 height=110