From d7b94996c3abc60f2e2134ed413c7fcf223620eb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 18:52:04 -0700 Subject: [PATCH] Add border to wofi to better delineate from background --- default/wofi/search.css | 1 + themes/catppuccin/wofi.css | 1 + themes/everforest/wofi.css | 1 + themes/gruvbox/wofi.css | 1 + themes/kanagawa/wofi.css | 1 + themes/nord/wofi.css | 1 + themes/tokyo-night/wofi.css | 1 + 7 files changed, 7 insertions(+) diff --git a/default/wofi/search.css b/default/wofi/search.css index ff0ab25..318c916 100644 --- a/default/wofi/search.css +++ b/default/wofi/search.css @@ -24,6 +24,7 @@ window { padding: 20px; border: none; background-color: @base; + border: 2px solid @border; } #scroll { diff --git a/themes/catppuccin/wofi.css b/themes/catppuccin/wofi.css index 70a94f8..7dd3bb5 100644 --- a/themes/catppuccin/wofi.css +++ b/themes/catppuccin/wofi.css @@ -1,3 +1,4 @@ @define-color selected-text #8caaee; @define-color text #c6d0f5; @define-color base #24273a; +@define-color border #c6d0f5; diff --git a/themes/everforest/wofi.css b/themes/everforest/wofi.css index 036b3e0..e4ea073 100644 --- a/themes/everforest/wofi.css +++ b/themes/everforest/wofi.css @@ -1,3 +1,4 @@ @define-color selected-text #dbbc7f; @define-color text #d3c6aa; @define-color base #2d353b; +@define-color border #d3c6aa; diff --git a/themes/gruvbox/wofi.css b/themes/gruvbox/wofi.css index 8501e39..42d68ef 100644 --- a/themes/gruvbox/wofi.css +++ b/themes/gruvbox/wofi.css @@ -1,3 +1,4 @@ @define-color selected-text #fabd2f; @define-color text #ebdbb2; @define-color base #282828; +@define-color border #ebdbb2; diff --git a/themes/kanagawa/wofi.css b/themes/kanagawa/wofi.css index ea8f710..8c45967 100644 --- a/themes/kanagawa/wofi.css +++ b/themes/kanagawa/wofi.css @@ -1,3 +1,4 @@ @define-color selected-text #dca561; @define-color text #dcd7ba; @define-color base #1f1f28; +@define-color border #dcd7ba; diff --git a/themes/nord/wofi.css b/themes/nord/wofi.css index 8cc8fbe..17190dd 100644 --- a/themes/nord/wofi.css +++ b/themes/nord/wofi.css @@ -1,3 +1,4 @@ @define-color selected-text #88C0D0; @define-color text #D8DEE9; @define-color base #2E3440; +@define-color border #D8DEE9; diff --git a/themes/tokyo-night/wofi.css b/themes/tokyo-night/wofi.css index 1663e02..0c21483 100644 --- a/themes/tokyo-night/wofi.css +++ b/themes/tokyo-night/wofi.css @@ -1,3 +1,4 @@ @define-color selected-text #7dcfff; @define-color text #cfc9c2; @define-color base #1a1b26; +@define-color border #33ccff;