modified border color for better integration with dark themes

This commit is contained in:
Eudaimon 2021-12-16 12:23:36 +01:00
parent b1c4a073e0
commit 35c37c1549
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
@define-color button_pushed_fg @button_fg;
@define-color button_pushed_bg mix(@button_bg, @selected_bg, 0.5);
@define-color border_color black;
@define-color border_color #777;
@define-color warning_color #f57900;