mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
Theme updates:
Minor updates to change the readonly TextEdit colors for dark and light themes.
This commit is contained in:
parent
585950365f
commit
2db3306682
@ -93,7 +93,7 @@ TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
|
|||||||
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
|
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
|
||||||
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
|
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
|
||||||
TextEdit/colors/font_color = Color( 0.00392157, 0.00392157, 0.00392157, 1 )
|
TextEdit/colors/font_color = Color( 0.00392157, 0.00392157, 0.00392157, 1 )
|
||||||
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
|
TextEdit/colors/font_color_readonly = Color( 0.933333, 0.933333, 0.933333, 0.501961 )
|
||||||
TextEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
|
TextEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
|
||||||
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
|
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
|
||||||
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
|
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
|
||||||
|
@ -93,7 +93,7 @@ TextEdit/colors/completion_selected_color = Color( 0.26, 0.26, 0.27, 1 )
|
|||||||
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
|
TextEdit/colors/current_line_color = Color( 0.25, 0.25, 0.26, 0.8 )
|
||||||
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
|
TextEdit/colors/executing_line_color = Color( 0.2, 0.8, 0.2, 0.4 )
|
||||||
TextEdit/colors/font_color = Color( 0.00392157, 0.00392157, 0.00392157, 1 )
|
TextEdit/colors/font_color = Color( 0.00392157, 0.00392157, 0.00392157, 1 )
|
||||||
TextEdit/colors/font_color_readonly = Color( 0.88, 0.88, 0.88, 0.5 )
|
TextEdit/colors/font_color_readonly = Color( 0.0588235, 0.0588235, 0.0588235, 0.501961 )
|
||||||
TextEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
|
TextEdit/colors/font_color_selected = Color( 0, 0, 0, 1 )
|
||||||
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
|
TextEdit/colors/function_color = Color( 0.4, 0.64, 0.81, 1 )
|
||||||
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
|
TextEdit/colors/line_number_color = Color( 0.67, 0.67, 0.67, 0.4 )
|
||||||
@ -113,8 +113,8 @@ TextEdit/icons/fold = null
|
|||||||
TextEdit/icons/folded = null
|
TextEdit/icons/folded = null
|
||||||
TextEdit/icons/space = null
|
TextEdit/icons/space = null
|
||||||
TextEdit/icons/tab = null
|
TextEdit/icons/tab = null
|
||||||
TextEdit/styles/completion = null
|
TextEdit/styles/completion = ExtResource( 1 )
|
||||||
TextEdit/styles/focus = null
|
TextEdit/styles/focus = ExtResource( 1 )
|
||||||
TextEdit/styles/normal = ExtResource( 1 )
|
TextEdit/styles/normal = ExtResource( 1 )
|
||||||
TextEdit/styles/read_only = ExtResource( 1 )
|
TextEdit/styles/read_only = ExtResource( 1 )
|
||||||
VBoxContainer/constants/separation = 4
|
VBoxContainer/constants/separation = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user