1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Small tab theme fixes

This commit is contained in:
OverloadedOrama 2020-09-02 01:04:26 +03:00
parent 05184f9c3d
commit aabb08f468
5 changed files with 11 additions and 3 deletions

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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 )

View file

@ -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