Prelim: Update Luna (Blue) theme for GtkNotebook
|
Before Width: | Height: | Size: 731 B After Width: | Height: | Size: 719 B |
|
Before Width: | Height: | Size: 589 B |
|
Before Width: | Height: | Size: 729 B After Width: | Height: | Size: 716 B |
|
After Width: | Height: | Size: 602 B |
|
Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 690 B |
|
Before Width: | Height: | Size: 596 B |
|
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 703 B |
BIN
themes/luna/blue/Resources/notebook_tab_left_selected_border.png
Normal file
|
After Width: | Height: | Size: 599 B |
|
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 689 B |
|
Before Width: | Height: | Size: 607 B |
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 699 B |
|
After Width: | Height: | Size: 609 B |
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 712 B |
|
Before Width: | Height: | Size: 597 B |
|
Before Width: | Height: | Size: 720 B After Width: | Height: | Size: 710 B |
BIN
themes/luna/blue/Resources/notebook_tab_top_selected_border.png
Normal file
|
After Width: | Height: | Size: 603 B |
@@ -66,6 +66,19 @@ $notebook_header_top_styles:
|
||||
//
|
||||
// NOTEBOOK TAB
|
||||
//
|
||||
$notebook_tab_styles:
|
||||
wintc_define_props_borders(
|
||||
$notebook_tab_styles,
|
||||
false,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined,
|
||||
undefined
|
||||
);
|
||||
|
||||
$notebook_tab_selected_styles:
|
||||
wintc_define_props_bg(
|
||||
$notebook_tab_selected_styles,
|
||||
@@ -92,13 +105,23 @@ $notebook_tab_bottom_styles:
|
||||
$notebook_tab_bottom_styles,
|
||||
false,
|
||||
solid,
|
||||
0,
|
||||
1,
|
||||
3,
|
||||
3,
|
||||
5,
|
||||
3,
|
||||
undefined,
|
||||
default
|
||||
);
|
||||
$notebook_tab_bottom_styles:
|
||||
wintc_define_props_box(
|
||||
$notebook_tab_bottom_styles,
|
||||
false,
|
||||
margin,
|
||||
-1,
|
||||
undefined,
|
||||
default,
|
||||
undefined
|
||||
);
|
||||
$notebook_tab_bottom_hover_styles:
|
||||
wintc_define_props_borders(
|
||||
$notebook_tab_bottom_hover_styles,
|
||||
@@ -128,9 +151,19 @@ $notebook_tab_left_styles:
|
||||
false,
|
||||
solid,
|
||||
3,
|
||||
0,
|
||||
1,
|
||||
3,
|
||||
5,
|
||||
3,
|
||||
undefined,
|
||||
default
|
||||
);
|
||||
$notebook_tab_left_styles:
|
||||
wintc_define_props_box(
|
||||
$notebook_tab_left_styles,
|
||||
false,
|
||||
margin,
|
||||
undefined,
|
||||
-1,
|
||||
undefined,
|
||||
default
|
||||
);
|
||||
@@ -163,12 +196,22 @@ $notebook_tab_right_styles:
|
||||
false,
|
||||
solid,
|
||||
3,
|
||||
5,
|
||||
3,
|
||||
0,
|
||||
3,
|
||||
1,
|
||||
undefined,
|
||||
default
|
||||
);
|
||||
$notebook_tab_right_styles:
|
||||
wintc_define_props_box(
|
||||
$notebook_tab_right_styles,
|
||||
false,
|
||||
margin,
|
||||
undefined,
|
||||
default,
|
||||
undefined,
|
||||
-1
|
||||
);
|
||||
$notebook_tab_right_hover_styles:
|
||||
wintc_define_props_borders(
|
||||
$notebook_tab_right_hover_styles,
|
||||
@@ -197,13 +240,23 @@ $notebook_tab_top_styles:
|
||||
$notebook_tab_top_styles,
|
||||
false,
|
||||
solid,
|
||||
5,
|
||||
3,
|
||||
0,
|
||||
3,
|
||||
1,
|
||||
3,
|
||||
undefined,
|
||||
default
|
||||
);
|
||||
$notebook_tab_top_styles:
|
||||
wintc_define_props_box(
|
||||
$notebook_tab_top_styles,
|
||||
false,
|
||||
margin,
|
||||
default,
|
||||
undefined,
|
||||
-1,
|
||||
undefined
|
||||
);
|
||||
$notebook_tab_top_hover_styles:
|
||||
wintc_define_props_borders(
|
||||
$notebook_tab_top_hover_styles,
|
||||
|
||||