From f66c2b5ae804210fe6602a4cc356a4c42c02421b Mon Sep 17 00:00:00 2001 From: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 6 Sep 2021 17:00:03 +0300 Subject: [PATCH] Minor Caramel and Light theme color changes --- assets/themes/caramel/theme.tres | 6 +++--- assets/themes/light/theme.tres | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/themes/caramel/theme.tres b/assets/themes/caramel/theme.tres index 982d6924c..30d6269ae 100644 --- a/assets/themes/caramel/theme.tres +++ b/assets/themes/caramel/theme.tres @@ -14,7 +14,7 @@ content_margin_left = 6.0 content_margin_right = 6.0 content_margin_top = 4.0 content_margin_bottom = 4.0 -bg_color = Color( 0.954297, 0.795863, 0.610576, 1 ) +bg_color = Color( 0.541176, 0.45098, 0.345098, 1 ) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -46,7 +46,7 @@ content_margin_left = 6.0 content_margin_right = 6.0 content_margin_top = 4.0 content_margin_bottom = 4.0 -bg_color = Color( 0.711914, 0.579886, 0.42548, 1 ) +bg_color = Color( 0.713726, 0.580392, 0.423529, 1 ) border_width_left = 1 border_width_top = 1 border_width_right = 1 @@ -1634,7 +1634,7 @@ Label/styles/normal = SubResource( 93 ) LineEdit/colors/clear_button_color = Color( 0.237305, 0.193295, 0.141827, 1 ) LineEdit/colors/clear_button_color_pressed = Color( 1, 0.819608, 0.00392157, 1 ) LineEdit/colors/cursor_color = Color( 0.237305, 0.193295, 0.141827, 1 ) -LineEdit/colors/font_color = Color( 0.237305, 0.193295, 0.141827, 1 ) +LineEdit/colors/font_color = Color( 0.24, 0.19, 0.14, 1 ) LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 ) LineEdit/colors/read_only = Color( 0, 0, 0, 0.3 ) LineEdit/colors/selection_color = Color( 1, 0.819608, 0.00392157, 0.4 ) diff --git a/assets/themes/light/theme.tres b/assets/themes/light/theme.tres index 91b9c4baa..c462e55d2 100644 --- a/assets/themes/light/theme.tres +++ b/assets/themes/light/theme.tres @@ -890,7 +890,7 @@ content_margin_left = 6.0 content_margin_right = 6.0 content_margin_top = 4.0 content_margin_bottom = 4.0 -bg_color = Color( 0.678431, 0.803922, 0.870588, 1 ) +bg_color = Color( 0.6786, 0.80301, 0.87, 1 ) [sub_resource type="StyleBoxFlat" id=103] content_margin_left = 2.0 @@ -1509,7 +1509,7 @@ shadow_size = 4 default_font = ExtResource( 5 ) BoxContainer/constants/separation = 4 Button/colors/font_color = Color( 0.25, 0.25, 0.25, 1 ) -Button/colors/font_color_disabled = Color( 0, 0, 0, 0.3 ) +Button/colors/font_color_disabled = Color( 0.2, 0.2, 0.2, 0.662745 ) Button/colors/font_color_hover = Color( 0.15, 0.15, 0.15, 1 ) Button/colors/font_color_pressed = Color( 0, 0.356863, 1, 1 ) Button/colors/icon_color_hover = Color( 1.45, 1.45, 1.45, 1 )