diff options
| author | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-06-16 01:43:21 +0000 |
| commit | 3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68 (patch) | |
| tree | 952b368a18aaa2ae08f0fb956b6d16205b5c8681 /themes/day.tres | |
| parent | a4b9a04763bb60c45300a267778f6586e43ce454 (diff) | |
| download | surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.tar.zst surgery-log-3026d4b71ded2cfc3123eb92a6a13d4e51e5aa68.zip | |
Added settings; Fixed virtual keyboard height bug with hack; Initial support of multiple themes.
Diffstat (limited to 'themes/day.tres')
| -rw-r--r-- | themes/day.tres | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/day.tres b/themes/day.tres index 875ee21..22fef09 100644 --- a/themes/day.tres +++ b/themes/day.tres @@ -58,7 +58,7 @@ border_width_bottom = 2 border_color = Color( 0.329412, 0.329412, 0.329412, 1 ) [sub_resource type="StyleBoxFlat" id=12] -bg_color = Color( 0.15, 0.15, 0.15, 1 ) +bg_color = Color( 0.85, 0.85, 0.85, 1 ) corner_radius_top_left = 15 corner_radius_top_right = 15 corner_radius_bottom_right = 15 @@ -101,6 +101,10 @@ content_margin_left = 20.0 [resource] default_font = ExtResource( 1 ) +Button/colors/font_color = Color( 0.121569, 0.121569, 0.121569, 1 ) +Button/colors/font_color_focus = Color( 0.06, 0.06, 0.06, 1 ) +Button/colors/font_color_hover = Color( 0.06, 0.06, 0.06, 1 ) +Button/colors/font_color_pressed = Color( 0, 0, 0, 1 ) Button/styles/disabled = SubResource( 10 ) Button/styles/focus = SubResource( 10 ) Button/styles/hover = SubResource( 11 ) |
