1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Minor Caramel and Light theme color changes

This commit is contained in:
Manolis Papadeas 2021-09-06 17:00:03 +03:00
parent cae4f39a4b
commit f66c2b5ae8
2 changed files with 5 additions and 5 deletions

View file

@ -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 )

View file

@ -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 )