From fdfcd6ca1bb4a8aafdd450846a1915cbb99b33e2 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Fri, 30 Sep 2022 11:58:59 +0300 Subject: [PATCH] Make uneditable LineEdit font color more readable in the light theme --- assets/themes/light/theme.tres | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/themes/light/theme.tres b/assets/themes/light/theme.tres index f5f1cad26..f3b2caadf 100644 --- a/assets/themes/light/theme.tres +++ b/assets/themes/light/theme.tres @@ -1680,6 +1680,7 @@ LineEdit/colors/clear_button_color_pressed = Color( 0, 0.356863, 1, 1 ) LineEdit/colors/cursor_color = Color( 0.25, 0.25, 0.25, 1 ) LineEdit/colors/font_color = Color( 0.25, 0.25, 0.25, 1 ) LineEdit/colors/font_color_selected = Color( 0, 0, 0, 1 ) +LineEdit/colors/font_color_uneditable = Color( 0.5, 0.5, 0.5, 1 ) LineEdit/colors/read_only = Color( 0, 0, 0, 0.3 ) LineEdit/colors/selection_color = Color( 0, 0.356863, 1, 0.4 ) LineEdit/constants/minimum_spaces = 12