From cfd20dbf226fc7b72b6d3919e2f1aae6586cb715 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 1 Dec 2020 10:59:02 -0300 Subject: [PATCH] [ui][theme] light: color refactoring --- bauh/view/resources/style/light/light.vars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bauh/view/resources/style/light/light.vars b/bauh/view/resources/style/light/light.vars index 01733785..3c855e9d 100644 --- a/bauh/view/resources/style/light/light.vars +++ b/bauh/view/resources/style/light/light.vars @@ -3,7 +3,7 @@ button_ok.border.color=#4279B5 button_ok.background.color=#2675bf button_ok.font.color=white button_upgrade.disabled.background.color=#dda739 -color.blue_light=#37abc8 +color.blue=#3991E9 color.green=#59a869 color.grey=#6e6e6e color.grey_light=#cdcdcd @@ -19,7 +19,7 @@ font.color=black history.version.focus.color=white history.version.outdated=@color.red history.version.updated=@color.green -progressbar.fill.color=#3991E9 +progressbar.fill.color=@color.blue menu.item.selected.background.color=#a6d2ff menu.item.selected.font.color=black table.app_publisher.unknown.font.color=@color.red