From aabb08f4688cf661b9fb55f2aefd0af7409db170 Mon Sep 17 00:00:00 2001 From: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com> Date: Wed, 2 Sep 2020 01:04:26 +0300 Subject: [PATCH] Small tab theme fixes --- CHANGELOG.md | 2 +- assets/themes/blue/theme.tres | 2 ++ assets/themes/caramel/theme.tres | 4 +++- assets/themes/gray/theme.tres | 2 ++ assets/themes/light/theme.tres | 4 +++- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60a5aa06e..0f16795d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,7 +54,7 @@ Darshan Phaldesai (luiq54), Igor Santarek (jegor377), rob-a-bolton, Kinwailo, Mi - Pixelorama now remembers the selected colors, tools and their options when it's closed and re-opened. ([#281](https://github.com/Orama-Interactive/Pixelorama/pull/281)) - The "pixelorama" folder, which contains data like Brushes, Patterns and Palettes has been renamed to "pixelorama_data" for all non-XDG directory paths. - Mac builds will now have the execute permission by default, and they will be in `.dmg` form. ([#319](https://github.com/Orama-Interactive/Pixelorama/pull/319)) -- Linux builds will also have the execute permission by default. +- Linux builds will also have the execute permission by default, and will be compressed as `tar.gz` instead of `.zip`. - Drawing brushes with mirror also mirrors the images of the brushes themselves. ([#281](https://github.com/Orama-Interactive/Pixelorama/pull/281)) - When making a new palette or importing one and its name already exists, Pixelorama will add a number to its name. For example, "Palette_Name" would become "Palette_Name (2)", "Palette_Name (3)", etc. - Re-organized preferences dialog. diff --git a/assets/themes/blue/theme.tres b/assets/themes/blue/theme.tres index 1e17d70d9..eb8822510 100644 --- a/assets/themes/blue/theme.tres +++ b/assets/themes/blue/theme.tres @@ -9042,6 +9042,7 @@ content_margin_top = 3.0 content_margin_bottom = 3.0 bg_color = Color( 0.15, 0.1725, 0.2325, 1 ) border_color = Color( 0.125, 0.14375, 0.19375, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=1382] content_margin_left = 7.0 @@ -9050,6 +9051,7 @@ content_margin_top = 3.0 content_margin_bottom = 3.0 bg_color = Color( 0.2, 0.23, 0.31, 1 ) border_color = Color( 0.1, 0.115, 0.155, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=1383] content_margin_left = 3.0 diff --git a/assets/themes/caramel/theme.tres b/assets/themes/caramel/theme.tres index 9e64f9d87..e68962f97 100644 --- a/assets/themes/caramel/theme.tres +++ b/assets/themes/caramel/theme.tres @@ -245,6 +245,7 @@ border_width_top = 6 border_width_right = 10 border_width_bottom = 8 border_color = Color( 0.545098, 0.384314, 0, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=28] bg_color = Color( 0.145098, 0.145098, 0.164706, 1 ) @@ -261,6 +262,7 @@ border_width_top = 6 border_width_right = 10 border_width_bottom = 8 border_color = Color( 1, 0.898039, 0.501961, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=30] bg_color = Color( 0.588235, 0.568627, 0.470588, 1 ) @@ -492,7 +494,7 @@ TabContainer/styles/tab_disabled = SubResource( 28 ) TabContainer/styles/tab_fg = SubResource( 29 ) Tabs/colors/font_color_bg = Color( 0.69, 0.69, 0.69, 1 ) Tabs/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 ) -Tabs/colors/font_color_fg = Color( 0.94, 0.94, 0.94, 1 ) +Tabs/colors/font_color_fg = Color( 0, 0, 0, 1 ) Tabs/constants/hseparation = 4 Tabs/constants/label_valign_bg = 2 Tabs/constants/label_valign_fg = 0 diff --git a/assets/themes/gray/theme.tres b/assets/themes/gray/theme.tres index 0bb6149b1..d304c677f 100644 --- a/assets/themes/gray/theme.tres +++ b/assets/themes/gray/theme.tres @@ -258,6 +258,7 @@ border_width_top = 6 border_width_right = 10 border_width_bottom = 8 border_color = Color( 0.2, 0.2, 0.2, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=29] bg_color = Color( 0.145098, 0.145098, 0.164706, 1 ) @@ -274,6 +275,7 @@ border_width_top = 6 border_width_right = 10 border_width_bottom = 8 border_color = Color( 0.321569, 0.321569, 0.321569, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=31] bg_color = Color( 0.321569, 0.321569, 0.321569, 1 ) diff --git a/assets/themes/light/theme.tres b/assets/themes/light/theme.tres index 78d5656d2..f51debe0f 100644 --- a/assets/themes/light/theme.tres +++ b/assets/themes/light/theme.tres @@ -268,6 +268,7 @@ border_width_top = 6 border_width_right = 10 border_width_bottom = 8 border_color = Color( 0.352941, 0.352941, 0.352941, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=30] bg_color = Color( 0.239216, 0.239216, 0.239216, 1 ) @@ -284,6 +285,7 @@ border_width_top = 6 border_width_right = 10 border_width_bottom = 8 border_color = Color( 0.627451, 0.627451, 0.627451, 1 ) +expand_margin_bottom = 3.0 [sub_resource type="StyleBoxFlat" id=32] bg_color = Color( 0.627451, 0.627451, 0.627451, 1 ) @@ -515,7 +517,7 @@ TabContainer/styles/tab_disabled = SubResource( 30 ) TabContainer/styles/tab_fg = SubResource( 31 ) Tabs/colors/font_color_bg = Color( 0.69, 0.69, 0.69, 1 ) Tabs/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 ) -Tabs/colors/font_color_fg = Color( 0.94, 0.94, 0.94, 1 ) +Tabs/colors/font_color_fg = Color( 0, 0, 0, 1 ) Tabs/constants/hseparation = 4 Tabs/constants/label_valign_bg = 2 Tabs/constants/label_valign_fg = 0