Prelim: Update Luna (Blue) theme for GtkNotebook

This commit is contained in:
Rory Fewell
2023-02-12 23:05:49 +00:00
parent cff9d7beff
commit 8413f0e806
17 changed files with 61 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 731 B

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 682 B

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 B

After

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 720 B

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

View File

@@ -66,6 +66,19 @@ $notebook_header_top_styles:
// //
// NOTEBOOK TAB // NOTEBOOK TAB
// //
$notebook_tab_styles:
wintc_define_props_borders(
$notebook_tab_styles,
false,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined
);
$notebook_tab_selected_styles: $notebook_tab_selected_styles:
wintc_define_props_bg( wintc_define_props_bg(
$notebook_tab_selected_styles, $notebook_tab_selected_styles,
@@ -92,13 +105,23 @@ $notebook_tab_bottom_styles:
$notebook_tab_bottom_styles, $notebook_tab_bottom_styles,
false, false,
solid, solid,
0, 1,
3,
3, 3,
5,
3, 3,
undefined, undefined,
default default
); );
$notebook_tab_bottom_styles:
wintc_define_props_box(
$notebook_tab_bottom_styles,
false,
margin,
-1,
undefined,
default,
undefined
);
$notebook_tab_bottom_hover_styles: $notebook_tab_bottom_hover_styles:
wintc_define_props_borders( wintc_define_props_borders(
$notebook_tab_bottom_hover_styles, $notebook_tab_bottom_hover_styles,
@@ -128,9 +151,19 @@ $notebook_tab_left_styles:
false, false,
solid, solid,
3, 3,
0, 1,
3, 3,
5, 3,
undefined,
default
);
$notebook_tab_left_styles:
wintc_define_props_box(
$notebook_tab_left_styles,
false,
margin,
undefined,
-1,
undefined, undefined,
default default
); );
@@ -163,12 +196,22 @@ $notebook_tab_right_styles:
false, false,
solid, solid,
3, 3,
5,
3, 3,
0, 3,
1,
undefined, undefined,
default default
); );
$notebook_tab_right_styles:
wintc_define_props_box(
$notebook_tab_right_styles,
false,
margin,
undefined,
default,
undefined,
-1
);
$notebook_tab_right_hover_styles: $notebook_tab_right_hover_styles:
wintc_define_props_borders( wintc_define_props_borders(
$notebook_tab_right_hover_styles, $notebook_tab_right_hover_styles,
@@ -197,13 +240,23 @@ $notebook_tab_top_styles:
$notebook_tab_top_styles, $notebook_tab_top_styles,
false, false,
solid, solid,
5,
3, 3,
0, 3,
1,
3, 3,
undefined, undefined,
default default
); );
$notebook_tab_top_styles:
wintc_define_props_box(
$notebook_tab_top_styles,
false,
margin,
default,
undefined,
-1,
undefined
);
$notebook_tab_top_hover_styles: $notebook_tab_top_hover_styles:
wintc_define_props_borders( wintc_define_props_borders(
$notebook_tab_top_hover_styles, $notebook_tab_top_hover_styles,