Some final theme fixes (#229)

Co-authored-by: Erevoid <Erevoid@users.noreply.github.com>
This commit is contained in:
Erevos 2020-05-06 18:34:57 +03:00 committed by GitHub
parent 85ffd389be
commit 5645b2591e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 49 deletions

View file

@ -11,7 +11,7 @@ content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.25098, 0.207843, 0.121569, 1 )
bg_color = Color( 0.392157, 0.329412, 0.207843, 1 )
border_color = Color( 0.588235, 0.568627, 0.470588, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -24,7 +24,7 @@ content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.737255, 0.560784, 0.188235, 1 )
bg_color = Color( 0.656738, 0.525779, 0.243711, 1 )
border_color = Color( 0.588235, 0.568627, 0.470588, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -37,7 +37,7 @@ content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.552941, 0.376471, 0, 1 )
bg_color = Color( 0.501961, 0.4, 0.180392, 1 )
border_color = Color( 0.588235, 0.568627, 0.470588, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -50,7 +50,7 @@ content_margin_left = 5.0
content_margin_right = 5.0
content_margin_top = 3.0
content_margin_bottom = 3.0
bg_color = Color( 0.552941, 0.376471, 0, 1 )
bg_color = Color( 0.576471, 0.478431, 0.27451, 1 )
border_color = Color( 0.588235, 0.568627, 0.470588, 1 )
corner_radius_top_left = 4
corner_radius_top_right = 4
@ -510,8 +510,8 @@ TextEdit/styles/read_only = null
Tree/colors/cursor_color = Color( 0, 0, 0, 1 )
Tree/colors/custom_button_font_highlight = Color( 0.941176, 0.941176, 0.941176, 1 )
Tree/colors/drop_position_color = Color( 1, 0.3, 0.2, 1 )
Tree/colors/font_color = Color( 0.690196, 0.690196, 0.690196, 1 )
Tree/colors/font_color_selected = Color( 1, 1, 1, 1 )
Tree/colors/font_color = Color( 0, 0, 0, 1 )
Tree/colors/font_color_selected = Color( 0, 0, 0, 1 )
Tree/colors/guide_color = Color( 0, 0, 0, 0.1 )
Tree/colors/relationship_line_color = Color( 0.27451, 0.27451, 0.27451, 1 )
Tree/colors/selection_color = Color( 0.1, 0.1, 1, 0.8 )