diff options
| author | dam <dam@gudinoff> | 2022-04-05 06:19:39 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-05 06:19:39 +0000 |
| commit | 14526504570f0a8a4d2e1964388c680819414996 (patch) | |
| tree | 39b287f4babd3478d7c354c6a2771898eeba089a | |
| parent | c48a25f810436abf149225020279220dac3b78ec (diff) | |
| download | surgery-log-14526504570f0a8a4d2e1964388c680819414996.tar.zst surgery-log-14526504570f0a8a4d2e1964388c680819414996.zip | |
Tweaked line edit theme.
| -rw-r--r-- | themes/dark.tres | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/dark.tres b/themes/dark.tres index b556b88..19d1da2 100644 --- a/themes/dark.tres +++ b/themes/dark.tres @@ -41,7 +41,7 @@ content_margin_left = 10.0 content_margin_right = 10.0 bg_color = Color( 0, 0, 0, 0 ) draw_center = false -border_width_bottom = 3 +border_width_bottom = 4 border_color = Color( 0.223529, 0.352941, 0.501961, 1 ) [sub_resource type="StyleBoxFlat" id=7] @@ -49,8 +49,8 @@ content_margin_left = 10.0 content_margin_right = 10.0 bg_color = Color( 0, 0, 0, 0 ) draw_center = false -border_width_bottom = 3 -border_color = Color( 0.33, 0.33, 0.33, 1 ) +border_width_bottom = 2 +border_color = Color( 0.329412, 0.329412, 0.329412, 1 ) [resource] default_font = ExtResource( 1 ) |
