From 83e975f428136d1b305531d58f2b9c66b2e98b89 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 24 Oct 2019 10:56:15 +0300 Subject: [PATCH] Improve window title palette values. --- ui/colors.palette | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/colors.palette b/ui/colors.palette index 8bdba1d..e81ad42 100644 --- a/ui/colors.palette +++ b/ui/colors.palette @@ -561,8 +561,8 @@ walletTitleBg: #121213; // wallet window title background when window is inactiv walletTitleBgActive: walletTitleBg; // wallet window title background when window is active walletTitleButtonBg: walletTitleBg; // wallet window title minimize/maximize/restore button background when window is inactive (Windows only) walletTitleButtonFg: #5a5a5b; // wallet window title minimize/maximize/restore button icon when window is inactive (Windows only) -walletTitleButtonBgOver: walletTitleButtonBg; // wallet window title minimize/maximize/restore button background with mouse over when window is inactive (Windows only) -walletTitleButtonFgOver: walletTitleButtonFg; // wallet window title minimize/maximize/restore button icon with mouse over when window is inactive (Windows only) +walletTitleButtonBgOver: #373738; // wallet window title minimize/maximize/restore button background with mouse over when window is inactive (Windows only) +walletTitleButtonFgOver: #747475; // wallet window title minimize/maximize/restore button icon with mouse over when window is inactive (Windows only) walletTitleButtonBgActive: walletTitleButtonBg; // wallet window title minimize/maximize/restore button background when window is active (Windows only) walletTitleButtonFgActive: walletTitleButtonFg; // wallet window title minimize/maximize/restore button icon when window is active (Windows only) walletTitleButtonBgActiveOver: walletTitleButtonBgOver; // wallet window title minimize/maximize/restore button background with mouse over when window is active (Windows only)