Codebase list greybird-gtk-theme / 642d6f1
New upstream version 3.23.2 Sean Davis 1 year, 7 months ago
104 changed file(s) with 521 addition(s) and 580 deletion(s). Raw diff Collapse all Expand all
238238 border-radius: 12px;
239239 /* Set the application icon- and preview-size to 64px */
240240 -XfwmTabwinWidget-icon-size: 64px;
241 -XfwmTabwinWidget-preview-size: 64px;
241 -XfwmTabwinWidget-preview-size: 128px;
242242
243243 button {
244244 background-image: none;
253253 background: transparentize($fg_color, 0.7);
254254 }
255255 &:hover {
256 background: mix(black, $selected_bg_color, 40%);
256 background: transparentize($bg_color, 0.9);
257 box-shadow: inset 0 -1px gtkalpha(white, 0.15),
258 inset 1px 0 gtkalpha(white, 0.15),
259 inset -1px 0 gtkalpha(white, 0.15),
260 inset 0 1px gtkalpha(white, 0.15);
257261 transition-duration: 50ms;
258262 }
259263 }
7474 install_subdir('gtk-2.0', install_dir : theme_path)
7575 install_subdir('gnome-shell', install_dir : theme_path)
7676 install_subdir('metacity-1', install_dir : theme_path)
77 install_subdir('openbox-3', install_dir : theme_path)
7778 install_subdir('xfwm4', install_dir : theme_path)
7879 install_subdir('plank', install_dir : theme_path)
7980 install_subdir('unity', install_dir : theme_path)
0 #define bullet_width 10
1 #define bullet_height 10
2 static unsigned char bullet_bits[] = {
3 0x00, 0x00, 0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0x7c, 0x00,
4 0x3c, 0x00, 0x1c, 0x00, 0x0c, 0x00, 0x00, 0x00 };
0 #define close_width 10
1 #define close_height 10
2 static unsigned char close_bits[] = {
3 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
4 0xfc, 0x00, 0xce, 0x01, 0x86, 0x01, 0x00, 0x00 };
0 #define desk_width 10
1 #define desk_height 10
2 static unsigned char desk_bits[] = {
3 0x00, 0x00, 0xce, 0x01, 0xce, 0x01, 0xce, 0x01, 0x00, 0x00, 0x00, 0x00,
4 0xce, 0x01, 0xce, 0x01, 0xce, 0x01, 0x00, 0x00 };
0 #define desk_toggled_width 10
1 #define desk_toggled_height 10
2 static unsigned char desk_toggled_bits[] = {
3 0xcf, 0x03, 0xcf, 0x03, 0xff, 0x03, 0x87, 0x03, 0x84, 0x00, 0x84, 0x00,
4 0x87, 0x03, 0xff, 0x03, 0xcf, 0x03, 0xcf, 0x03 };
0 #define iconify_width 10
1 #define iconify_height 10
2 static unsigned char iconify_bits[] = {
3 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
0 #define max_width 10
1 #define max_height 10
2 static unsigned char max_bits[] = {
3 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 };
0 #define shade_width 10
1 #define shade_height 10
2 static unsigned char shade_bits[] = {
3 0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 };
0 #define shade_toggled_width 10
1 #define shade_toggled_height 10
2 static unsigned char shade_toggled_bits[] = {
3 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0xfc, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00, 0x00 };
0 # General
1 border.width: 1
2 window.client.padding.width: 0
3 window.client.padding.height: 0
4 window.handle.width: 0
5
6
7 # Titlebar
8 window.label.text.justify: center
9 padding.width: 3
10 padding.height: 3
11
12
13 # Active Window
14 window.active.border.color: #1D2123
15 window.active.title.separator.color: #25282a
16
17 window.active.title.bg: Flat Gradient Vertical
18 window.active.title.bg.color: #3B3E3F
19 window.active.title.bg.colorTo: #3A3D3E
20
21 window.active.label.bg: Parentrelative
22 window.active.label.text.color: #ffffff
23 window.active.label.text.font: shadow=y:shadowtint=0:shadowoffset=1
24
25
26 # Active Window Buttons
27 window.active.button.unpressed.bg: Parentrelative
28 window.active.button.unpressed.image.color: #ffffff
29
30 window.active.button.hover.bg: Parentrelative
31 window.active.button.hover.image.color: #a0a0a0
32
33 window.active.button.pressed.bg: Parentrelative
34 window.active.button.pressed.image.color: #19b1a2
35
36 window.active.button.toggled.bg: Parentrelative
37 window.active.button.toggled.image.color: #ffffff
38
39 window.active.button.toggled.hover.bg: Parentrelative
40 window.active.button.toggled.hover.image.color: #a0a0a0
41
42 window.active.button.disabled.bg: Parentrelative
43 window.active.button.disabled.image.color: #9a9a9a
44
45
46 # Inactive Window
47 window.inactive.border.color: #1D2123
48 window.inactive.title.separator.color: #25282a
49
50 window.inactive.title.bg: Flat Gradient Vertical
51 window.inactive.title.bg.color: #3B3E3F
52 window.inactive.title.bg.colorTo: #3A3D3E
53
54 window.inactive.label.bg: Parentrelative
55 window.inactive.label.text.color: #bbbbbb
56 window.inactive.label.text.font: shadow=y:shadowtint=0:shadowoffset=1
57
58
59 # Inactive Window Buttons
60 window.inactive.button.unpressed.bg: Parentrelative
61 window.inactive.button.unpressed.image.color: #BABAB3
62
63 window.inactive.button.hover.bg: Parentrelative
64 window.inactive.button.hover.image.color: #BABAB3
65
66 window.inactive.button.toggled.bg: Flat Parentrelative
67 window.inactive.button.toggled.image.color: #BABAB3
68
69 window.inactive.button.disabled.bg: Parentrelative
70 window.inactive.button.disabled.image.color: #9a9a9a
71
72 #window.inactive.button.pressed.bg: Parentrelative
73
74
75
76 # Menus
77 menu.border.width: 1
78 menu.border.color: #1d1f1f
79
80 menu.items.font: shadow=y:shadowtint=0:shadowoffset=5
81
82 menu.title.bg: Flat Solid
83 menu.title.bg.color: #303133
84 menu.title.text.color: #f4f4f2
85 menu.title.text.justify: Left
86
87 menu.items.active.bg.border.color: #1b4979
88
89 menu.items.bg: Flat Solid
90 menu.items.bg.color: #303133
91 menu.items.text.color: #f4f4f2
92 menu.items.disabled.text.color: #9a9a9a
93 menu.items.active.padding.height: 20
94
95 menu.items.active.bg: Flat Vertical Gradient Border
96 menu.items.active.bg.color: #076cd6
97 menu.items.active.bg.colorTo: #135ca9
98 menu.items.active.text.color: #ffffff
99
100 menu.items.active.disabled.text.color: #c7c7c7
101
102 menu.separator.width: 1
103 menu.separator.color: #2b2c2e
104 menu.separator.padding.height: 4
105
106 menu.overlap.x: 2
107
108
109 # OSD (Alt+Tab or Desktop Switching)
110 osd.border.width: 8
111 osd.border.color: #000000
112
113 osd.bg: Flat Solid
114 osd.bg.color: #000000
115
116 osd.label.text.color: #585858
117 osd.label.text.font: shadow=n
118 osd.inactive.label.text.font: shadow=n
119 osd.active.label.text.color: #fafafa
120
121 osd.unhilight.bg: Flat Solid
122 osd.unhilight.bg.color: #585858
123
124 osd.hilight.bg: Flat Solid
125 osd.hilight.bg.color: #3a91e9
2323
2424 maximized_offset=3
2525 show_app_icon=false
26 frame_border_top=1
00 /* XPM */
11 static char * bottom_active_xpm[] = {
22 "1 1 1 1",
3 " c #1D2123",
3 " c #1D1F1F",
44 " "};
+0
-5
dark/xfwm4/bottom-inactive.xpm less more
0 /* XPM */
1 static char * bottom_inactive_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
+0
-5
dark/xfwm4/bottom-left-active.xpm less more
0 /* XPM */
1 static char * bottom_left_active_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
+0
-5
dark/xfwm4/bottom-left-inactive.xpm less more
0 /* XPM */
1 static char * bottom_left_inactive_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
+0
-5
dark/xfwm4/bottom-right-active.xpm less more
0 /* XPM */
1 static char * bottom_right_active_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
+0
-5
dark/xfwm4/bottom-right-inactive.xpm less more
0 /* XPM */
1 static char * bottom_right_inactive_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
00 /* XPM */
11 static char * close_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * close_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * close_prelight_xpm[] = {
2 "20 24 8 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 7 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #B4B4B4",
77 "# c #999999",
88 "$ c #1A1A1A",
99 "% c #747474",
10 "& c #25282A",
1110 " ",
1211 "....................",
1312 "++++++++++++++++++++",
3130 "++++++++++++++++++++",
3231 "++++++++++++++++++++",
3332 "++++++++++++++++++++",
34 "&&&&&&&&&&&&&&&&&&&&"};
33 "++++++++++++++++++++"};
00 /* XPM */
11 static char * close_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * hide_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * hide_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * hide_prelight_xpm[] = {
2 "20 24 7 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 6 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BCBCBC",
77 "# c #A6A6A6",
88 "$ c #131313",
9 "% c #25282A",
109 " ",
1110 "....................",
1211 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
3130 "++++++++++++++++++++",
3231 "++++++++++++++++++++",
33 "%%%%%%%%%%%%%%%%%%%%"};
32 "++++++++++++++++++++"};
00 /* XPM */
11 static char * hide_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
+0
-5
dark/xfwm4/left-active.xpm less more
0 /* XPM */
1 static char * left_active_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
+0
-5
dark/xfwm4/left-inactive.xpm less more
0 /* XPM */
1 static char * left_inactive_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
00 /* XPM */
11 static char * maximize_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * maximize_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * maximize_prelight_xpm[] = {
2 "20 24 8 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 7 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BCBCBC",
77 "# c #A6A6A6",
88 "$ c #151515",
99 "% c #6F6F6F",
10 "& c #25282A",
1110 " ",
1211 "....................",
1312 "++++++++++++++++++++",
3130 "++++++++++++++++++++",
3231 "++++++++++++++++++++",
3332 "++++++++++++++++++++",
34 "&&&&&&&&&&&&&&&&&&&&"};
33 "++++++++++++++++++++"};
00 /* XPM */
11 static char * maximize_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * menu_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * menu_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * menu_prelight_xpm[] = {
2 "20 24 24 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 23 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #A0A0A0",
77 "# c #CBCBCB",
2323 "^ c #272727",
2424 "/ c #1D1D1D",
2525 "( c #121212",
26 "_ c #25282A",
2726 " ",
2827 "....................",
2928 "++++++++++++++++++++",
4746 "++++++++++++++++++++",
4847 "++++++++++++++++++++",
4948 "++++++++++++++++++++",
50 "____________________"};
49 "++++++++++++++++++++"};
00 /* XPM */
11 static char * menu_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
+0
-5
dark/xfwm4/right-active.xpm less more
0 /* XPM */
1 static char * right_active_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
+0
-5
dark/xfwm4/right-inactive.xpm less more
0 /* XPM */
1 static char * right_inactive_xpm[] = {
2 "1 1 1 1",
3 " c #1D2123",
4 " "};
0 bottom-active.xpm
00 /* XPM */
11 static char * shade_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_prelight_xpm[] = {
2 "20 24 14 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 13 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #A5A5A5",
77 "# c #9E9E9E",
1313 "- c #CBCBCB",
1414 "; c #9B9B9B",
1515 "> c #151515",
16 ", c #25282A",
1716 " ",
1817 "....................",
1918 "++++++++++++++++++++",
3736 "++++++++++++++++++++",
3837 "++++++++++++++++++++",
3938 "++++++++++++++++++++",
40 ",,,,,,,,,,,,,,,,,,,,"};
39 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_toggled_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3C4041",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_toggled_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3C4041",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_toggled_prelight_xpm[] = {
2 "20 24 21 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 20 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #9B9B9B",
77 "# c #A0A0A0",
2020 "~ c #202020",
2121 "{ c #424242",
2222 "] c #272727",
23 "^ c #25282A",
2423 " ",
2524 "....................",
2625 "++++++++++++++++++++",
4443 "++++++++++++++++++++",
4544 "++++++++++++++++++++",
4645 "++++++++++++++++++++",
47 "^^^^^^^^^^^^^^^^^^^^"};
46 "++++++++++++++++++++"};
00 /* XPM */
11 static char * shade_toggled_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_prelight_xpm[] = {
2 "20 24 10 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 9 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BCBCBC",
77 "# c #131313",
99 "% c #B3B3B3",
1010 "& c #AFAFAF",
1111 "* c #A6A6A6",
12 "= c #25282A",
1312 " ",
1413 "....................",
1514 "++++++++++++++++++++",
3332 "++++++++++++++++++++",
3433 "++++++++++++++++++++",
3534 "++++++++++++++++++++",
36 "===================="};
35 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_toggled_active_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #FFFFFF",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_toggled_inactive_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BABAB3",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_toggled_prelight_xpm[] = {
2 "20 24 10 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 9 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #BCBCBC",
77 "# c #131313",
99 "% c #B3B3B3",
1010 "& c #AFAFAF",
1111 "* c #A6A6A6",
12 "= c #25282A",
1312 " ",
1413 "....................",
1514 "++++++++++++++++++++",
3332 "++++++++++++++++++++",
3433 "++++++++++++++++++++",
3534 "++++++++++++++++++++",
36 "===================="};
35 "++++++++++++++++++++"};
00 /* XPM */
11 static char * stick_toggled_pressed_xpm[] = {
2 "20 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "20 24 4 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
66 "@ c #19B1A2",
7 "# c #25282A",
87 " ",
98 "....................",
109 "++++++++++++++++++++",
2827 "++++++++++++++++++++",
2928 "++++++++++++++++++++",
3029 "++++++++++++++++++++",
31 "####################"};
30 "++++++++++++++++++++"};
2222 shadow_delta_x=0
2323 shadow_delta_y=-10
2424 shadow_opacity=50
25 frame_border_top=1
00 /* XPM */
11 static char * title_1_active_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
2 "2 24 3 1",
3 " c #1D1F1F",
4 ". c #414343",
55 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
86 " ",
97 "..",
108 "++",
2725 "++",
2826 "++",
2927 "++",
30 "@@",
31 "##"};
28 "++",
29 "++"};
+0
-32
dark/xfwm4/title-1-inactive.xpm less more
0 /* XPM */
1 static char * title_1_inactive_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-2-active.xpm less more
0 /* XPM */
1 static char * title_2_active_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-2-inactive.xpm less more
0 /* XPM */
1 static char * title_2_inactive_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-3-active.xpm less more
0 /* XPM */
1 static char * title_3_active_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-3-inactive.xpm less more
0 /* XPM */
1 static char * title_3_inactive_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-4-active.xpm less more
0 /* XPM */
1 static char * title_4_active_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-4-inactive.xpm less more
0 /* XPM */
1 static char * title_4_inactive_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-5-active.xpm less more
0 /* XPM */
1 static char * title_5_active_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
+0
-32
dark/xfwm4/title-5-inactive.xpm less more
0 /* XPM */
1 static char * title_5_inactive_xpm[] = {
2 "2 24 5 1",
3 " c #1D2123",
4 ". c #414344",
5 "+ c #3B3E3F",
6 "@ c #3A3D3E",
7 "# c #25282A",
8 " ",
9 "..",
10 "++",
11 "++",
12 "++",
13 "++",
14 "++",
15 "++",
16 "++",
17 "++",
18 "++",
19 "++",
20 "++",
21 "++",
22 "++",
23 "++",
24 "++",
25 "++",
26 "++",
27 "++",
28 "++",
29 "++",
30 "@@",
31 "##"};
0 title-1-active.xpm
00 /* XPM */
11 static char * top_left_active_xpm[] = {
2 "8 24 5 1",
2 "8 24 4 1",
33 " c None",
4 ". c #1D2123",
5 "+ c #414344",
4 ". c #1D1F1F",
5 "+ c #414343",
66 "@ c #3B3E3F",
7 "# c #25282A",
87 " ...",
98 " ..+++",
109 " .@@@@@",
2827 ".@@@@@@@",
2928 ".@@@@@@@",
3029 ".@@@@@@@",
31 "########"};
30 ".@@@@@@@"};
+0
-32
dark/xfwm4/top-left-inactive.xpm less more
0 /* XPM */
1 static char * top_left_inactive_xpm[] = {
2 "8 24 5 1",
3 " c None",
4 ". c #1D2123",
5 "+ c #414344",
6 "@ c #3B3E3F",
7 "# c #25282A",
8 " ...",
9 " ..+++",
10 " .@@@@@",
11 " .@@@@@@",
12 " .@@@@@@",
13 ".@@@@@@@",
14 ".@@@@@@@",
15 ".@@@@@@@",
16 ".@@@@@@@",
17 ".@@@@@@@",
18 ".@@@@@@@",
19 ".@@@@@@@",
20 ".@@@@@@@",
21 ".@@@@@@@",
22 ".@@@@@@@",
23 ".@@@@@@@",
24 ".@@@@@@@",
25 ".@@@@@@@",
26 ".@@@@@@@",
27 ".@@@@@@@",
28 ".@@@@@@@",
29 ".@@@@@@@",
30 ".@@@@@@@",
31 "########"};
0 top-left-active.xpm
00 /* XPM */
11 static char * top_right_active_xpm[] = {
2 "8 24 5 1",
2 "8 24 4 1",
33 " c None",
4 ". c #1D2123",
5 "+ c #414344",
4 ". c #1D1F1F",
5 "+ c #414343",
66 "@ c #3B3E3F",
7 "# c #25282A",
87 "... ",
98 "+++.. ",
109 "@@@@@. ",
2827 "@@@@@@@.",
2928 "@@@@@@@.",
3029 "@@@@@@@.",
31 "########"};
30 "@@@@@@@."};
+0
-32
dark/xfwm4/top-right-inactive.xpm less more
0 /* XPM */
1 static char * top_right_inactive_xpm[] = {
2 "8 24 5 1",
3 " c None",
4 ". c #1D2123",
5 "+ c #404243",
6 "@ c #3B3E3F",
7 "# c #25282A",
8 "... ",
9 "+++.. ",
10 "@@@@@. ",
11 "@@@@@@. ",
12 "@@@@@@. ",
13 "@@@@@@@.",
14 "@@@@@@@.",
15 "@@@@@@@.",
16 "@@@@@@@.",
17 "@@@@@@@.",
18 "@@@@@@@.",
19 "@@@@@@@.",
20 "@@@@@@@.",
21 "@@@@@@@.",
22 "@@@@@@@.",
23 "@@@@@@@.",
24 "@@@@@@@.",
25 "@@@@@@@.",
26 "@@@@@@@.",
27 "@@@@@@@.",
28 "@@@@@@@.",
29 "@@@@@@@.",
30 "@@@@@@@.",
31 "########"};
0 top-right-active.xpm
6060 min-height: 12px;
6161 padding: 0;
6262 }
63
64 /******************
65 * Gnome Software *
66 ******************/
67 headerbar viewswitcher button stack box {
68 padding-top: 0px; padding-bottom: 0px;
69 }
231231 color: shade($selected_fg_color, 0.65);
232232 text-shadow: 0px 1px transparentize(black, 0.2);
233233 border-radius: 12px;
234 /* Set the application icon- and preview-size to 64px */
234 /* Set the application icon- and preview-size */
235235 -XfwmTabwinWidget-icon-size: 64px;
236 -XfwmTabwinWidget-preview-size: 64px;
236 -XfwmTabwinWidget-preview-size: 128px;
237237
238238 button {
239239 background-image: none;
248248 background: transparentize($bg_color, 0.7);
249249 }
250250 &:hover {
251 background: mix(black, $selected_bg_color, 40%);
251 background: transparentize($bg_color, 0.9);
252 box-shadow: inset 0 -1px gtkalpha(white, 0.15),
253 inset 1px 0 gtkalpha(white, 0.15),
254 inset -1px 0 gtkalpha(white, 0.15),
255 inset 0 1px gtkalpha(white, 0.15);
252256 transition-duration: 50ms;
253257 }
254258 }
1313 install_subdir('gtk-2.0', install_dir : theme_path)
1414 install_subdir('gnome-shell', install_dir : theme_path)
1515 install_subdir('metacity-1', install_dir : theme_path)
16 install_subdir('openbox-3', install_dir : theme_path)
1617 install_subdir('xfce-notify-4.0', install_dir : theme_path)
1718 install_subdir('xfwm4', install_dir : theme_path)
1819 install_subdir('plank', install_dir : theme_path)
0 #define bullet_width 10
1 #define bullet_height 10
2 static unsigned char bullet_bits[] = {
3 0x00, 0x00, 0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0x7c, 0x00,
4 0x3c, 0x00, 0x1c, 0x00, 0x0c, 0x00, 0x00, 0x00 };
0 #define close_width 10
1 #define close_height 10
2 static unsigned char close_bits[] = {
3 0x00, 0x00, 0x86, 0x01, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
4 0xfc, 0x00, 0xce, 0x01, 0x86, 0x01, 0x00, 0x00 };
0 #define desk_width 10
1 #define desk_height 10
2 static unsigned char desk_bits[] = {
3 0x00, 0x00, 0xce, 0x01, 0xce, 0x01, 0xce, 0x01, 0x00, 0x00, 0x00, 0x00,
4 0xce, 0x01, 0xce, 0x01, 0xce, 0x01, 0x00, 0x00 };
0 #define desk_toggled_width 10
1 #define desk_toggled_height 10
2 static unsigned char desk_toggled_bits[] = {
3 0xcf, 0x03, 0xcf, 0x03, 0xff, 0x03, 0x87, 0x03, 0x84, 0x00, 0x84, 0x00,
4 0x87, 0x03, 0xff, 0x03, 0xcf, 0x03, 0xcf, 0x03 };
0 #define iconify_width 10
1 #define iconify_height 10
2 static unsigned char iconify_bits[] = {
3 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
0 #define max_width 10
1 #define max_height 10
2 static unsigned char max_bits[] = {
3 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 };
0 #define shade_width 10
1 #define shade_height 10
2 static unsigned char shade_bits[] = {
3 0x00, 0x00, 0x30, 0x00, 0x78, 0x00, 0xfc, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0x00, 0x00 };
0 #define shade_toggled_width 10
1 #define shade_toggled_height 10
2 static unsigned char shade_toggled_bits[] = {
3 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, 0x30, 0x00, 0xfe, 0x01, 0xfe, 0x01,
4 0xfc, 0x00, 0x78, 0x00, 0x30, 0x00, 0x00, 0x00 };
0 # General
1 border.width: 1
2 window.client.padding.width: 0
3 window.client.padding.height: 0
4 window.handle.width: 0
5
6
7 # Titlebar
8 window.label.text.justify: center
9 padding.width: 3
10 padding.height: 3
11
12
13 # Active Window
14 window.active.border.color: #868686
15 window.active.title.separator.color: #cfcfcf
16
17 window.active.title.bg: Flat Gradient Vertical
18 window.active.title.bg.color: #e4e4e4
19 window.active.title.bg.colorTo: #cfcfcf
20
21 window.active.label.bg: Parentrelative
22 window.active.label.text.color: #676767
23 window.active.label.text.font: shadow=y:shadowtint=-50:shadowoffset=1
24
25
26 # Active Window Buttons
27 window.active.button.unpressed.bg: Parentrelative
28 window.active.button.unpressed.image.color: #808080
29
30 window.active.button.hover.bg: Parentrelative
31 window.active.button.hover.image.color: #474747
32
33 window.active.button.pressed.bg: Parentrelative
34 window.active.button.pressed.image.color: #1CA8F1
35
36 window.active.button.toggled.bg: Parentrelative
37 window.active.button.toggled.image.color: #808080
38
39 window.active.button.toggled.hover.bg: Parentrelative
40 window.active.button.toggled.hover.image.color: #474747
41
42 window.active.button.disabled.bg: Parentrelative
43 window.active.button.disabled.image.color: #C4C4C4
44
45
46 # Inactive Window
47 window.inactive.border.color: #868686
48 window.inactive.title.separator.color: #cfcfcf
49
50 window.inactive.title.bg: Flat Gradient Vertical
51 window.inactive.title.bg.color: #e4e4e4
52 window.inactive.title.bg.colorTo: #cfcfcf
53
54 window.inactive.label.bg: Parentrelative
55 window.inactive.label.text.color: #b2b2b2
56 window.inactive.label.text.font: shadow=y:shadowtint=-50:shadowoffset=1
57
58
59 # Inactive Window Buttons
60 window.inactive.button.unpressed.bg: Parentrelative
61 window.inactive.button.unpressed.image.color: #c2c2c2
62
63 window.inactive.button.hover.bg: Parentrelative
64 window.inactive.button.hover.image.color: #c2c2c2
65
66 window.inactive.button.toggled.bg: Flat Parentrelative
67 window.inactive.button.toggled.image.color: #c2c2c2
68
69 window.inactive.button.disabled.bg: Parentrelative
70 window.inactive.button.disabled.image.color: #b2b2b2
71
72 #window.inactive.button.pressed.bg: Parentrelative
73
74
75
76 # Menus
77 menu.border.width: 1
78 menu.border.color: #979797
79
80 menu.items.font: shadow=y:shadowtint=0:shadowoffset=5
81
82 menu.title.bg: Flat Solid
83 menu.title.bg.color: #fcfcfc
84 menu.title.text.color: #474747
85 menu.title.text.justify: Left
86
87 menu.items.active.bg.border.color: #2871bd
88
89 menu.items.bg: Flat Solid
90 menu.items.bg.color: #fcfcfc
91 menu.items.text.color: #424242
92 menu.items.disabled.text.color: #c7c7c7
93 menu.items.active.padding.height: 20
94
95 menu.items.active.bg: Flat Vertical Gradient Border
96 menu.items.active.bg.color: #5eaaf9
97 menu.items.active.bg.colorTo: #3a91e9
98 menu.items.active.text.color: #ffffff
99
100 menu.items.active.disabled.text.color: #c7c7c7
101
102 menu.separator.width: 1
103 menu.separator.color: #e4e4e4
104 menu.separator.padding.height: 4
105
106 menu.overlap.x: 2
107
108
109 # OSD (Alt+Tab or Desktop Switching)
110 osd.border.width: 8
111 osd.border.color: #000000
112
113 osd.bg: Flat Solid
114 osd.bg.color: #000000
115
116 osd.label.text.color: #585858
117 osd.label.text.font: shadow=n
118 osd.inactive.label.text.font: shadow=n
119 osd.active.label.text.color: #fafafa
120
121 osd.unhilight.bg: Flat Solid
122 osd.unhilight.bg.color: #585858
123
124 osd.hilight.bg: Flat Solid
125 osd.hilight.bg.color: #3a91e9
2525
2626 maximized_offset=3
2727 show_app_icon=false
28 frame_border_top=1
1919 shadow_delta_x=0
2020 shadow_delta_y=-8
2121 shadow_opacity=50
22 frame_border_top=1
2121 shadow_delta_x=0
2222 shadow_delta_y=-10
2323 shadow_opacity=50
24 frame_border_top=1