diff options
Diffstat (limited to '.themes/MikunoNaka/xfwm4')
61 files changed, 1753 insertions, 0 deletions
diff --git a/.themes/MikunoNaka/xfwm4/bottom-active.xpm b/.themes/MikunoNaka/xfwm4/bottom-active.xpm new file mode 100644 index 00000000..ec250cf2 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/bottom-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * bottom_active_xpm[] = { +"8 1 2 1", +" c None", +". c #9edc60", +"........"}; diff --git a/.themes/MikunoNaka/xfwm4/bottom-inactive.xpm b/.themes/MikunoNaka/xfwm4/bottom-inactive.xpm new file mode 100644 index 00000000..a1eb4d0e --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/bottom-inactive.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * bottom_inactive_xpm[] = { +"8 1 2 1", +" c None", +". c #1d1b4c", +"........"}; diff --git a/.themes/MikunoNaka/xfwm4/bottom-left-active.xpm b/.themes/MikunoNaka/xfwm4/bottom-left-active.xpm new file mode 100644 index 00000000..08dd4e0a --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/bottom-left-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * bottom_left_active_xpm[] = { +"1 1 2 1", +" c None", +". c #9edc60", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/bottom-left-inactive.xpm b/.themes/MikunoNaka/xfwm4/bottom-left-inactive.xpm new file mode 100644 index 00000000..43a5f02b --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * bottom_left_inactive_xpm[] = { +"1 1 2 1", +" c None", +". c #1d1b4c", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/bottom-right-active.xpm b/.themes/MikunoNaka/xfwm4/bottom-right-active.xpm new file mode 100644 index 00000000..c076f047 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/bottom-right-active.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * bottom_right_active_xpm[] = { +"1 1 2 1", +" c None", +". c #9edc60", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/bottom-right-inactive.xpm b/.themes/MikunoNaka/xfwm4/bottom-right-inactive.xpm new file mode 100644 index 00000000..5ee2ea5e --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1,6 @@ +/* XPM */ +static char * bottom_right_inactive_xpm[] = { +"1 1 2 1", +" c None", +". c #1d1b4c", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/close-active.xpm b/.themes/MikunoNaka/xfwm4/close-active.xpm new file mode 100644 index 00000000..a1ac4aa8 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/close-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++....++........", +"........+++..+++........", +".........++++++.........", +"..........++++..........", +"..........++++..........", +".........++++++.........", +"........+++..+++........", +"........++....++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/close-inactive.xpm b/.themes/MikunoNaka/xfwm4/close-inactive.xpm new file mode 100644 index 00000000..98185a17 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/close-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++....++........", +"........+++..+++........", +".........++++++.........", +"..........++++..........", +"..........++++..........", +".........++++++.........", +"........+++..+++........", +"........++....++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/close-prelight.xpm b/.themes/MikunoNaka/xfwm4/close-prelight.xpm new file mode 100644 index 00000000..06063bbc --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/close-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++....++........", +"........+++..+++........", +".........++++++.........", +"..........++++..........", +"..........++++..........", +".........++++++.........", +"........+++..+++........", +"........++....++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/close-pressed.xpm b/.themes/MikunoNaka/xfwm4/close-pressed.xpm new file mode 100644 index 00000000..06063bbc --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/close-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++....++........", +"........+++..+++........", +".........++++++.........", +"..........++++..........", +"..........++++..........", +".........++++++.........", +"........+++..+++........", +"........++....++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/hide-active.xpm b/.themes/MikunoNaka/xfwm4/hide-active.xpm new file mode 100644 index 00000000..cc24cd63 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/hide-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/hide-inactive.xpm b/.themes/MikunoNaka/xfwm4/hide-inactive.xpm new file mode 100644 index 00000000..686d7401 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/hide-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/hide-prelight.xpm b/.themes/MikunoNaka/xfwm4/hide-prelight.xpm new file mode 100644 index 00000000..3a4e6f8f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/hide-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/hide-pressed.xpm b/.themes/MikunoNaka/xfwm4/hide-pressed.xpm new file mode 100644 index 00000000..3a4e6f8f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/hide-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/left-active.xpm b/.themes/MikunoNaka/xfwm4/left-active.xpm new file mode 100644 index 00000000..29b09c7f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/left-active.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * left_active_xpm[] = { +"1 21 2 1", +" c None", +". c #9edc60", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/left-inactive.xpm b/.themes/MikunoNaka/xfwm4/left-inactive.xpm new file mode 100644 index 00000000..9071c0c2 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/left-inactive.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * left_inactive_xpm[] = { +"1 21 2 1", +" c None", +". c #1d1b4c", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-active.xpm b/.themes/MikunoNaka/xfwm4/maximize-active.xpm new file mode 100644 index 00000000..8361881d --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-inactive.xpm b/.themes/MikunoNaka/xfwm4/maximize-inactive.xpm new file mode 100644 index 00000000..f70e97e6 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-prelight.xpm b/.themes/MikunoNaka/xfwm4/maximize-prelight.xpm new file mode 100644 index 00000000..32c751e7 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-pressed.xpm b/.themes/MikunoNaka/xfwm4/maximize-pressed.xpm new file mode 100644 index 00000000..32c751e7 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-toggled-active.xpm b/.themes/MikunoNaka/xfwm4/maximize-toggled-active.xpm new file mode 100644 index 00000000..72a2507a --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-toggled-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-toggled-inactive.xpm b/.themes/MikunoNaka/xfwm4/maximize-toggled-inactive.xpm new file mode 100644 index 00000000..aa007065 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-toggled-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-toggled-prelight.xpm b/.themes/MikunoNaka/xfwm4/maximize-toggled-prelight.xpm new file mode 100644 index 00000000..cc921b95 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-toggled-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/maximize-toggled-pressed.xpm b/.themes/MikunoNaka/xfwm4/maximize-toggled-pressed.xpm new file mode 100644 index 00000000..cc921b95 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/maximize-toggled-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * maximize_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........++++++++........", +"........++++++++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++....++........", +"........++++++++........", +"........++++++++........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/menu-active.xpm b/.themes/MikunoNaka/xfwm4/menu-active.xpm new file mode 100644 index 00000000..405df9cd --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/menu-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"24 16 2 1", +" c None", +". c #1d1b4c", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/menu-inactive.xpm b/.themes/MikunoNaka/xfwm4/menu-inactive.xpm new file mode 100644 index 00000000..838db661 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/menu-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"24 16 2 1", +" c None", +". c #1d1b4c", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/menu-prelight.xpm b/.themes/MikunoNaka/xfwm4/menu-prelight.xpm new file mode 100644 index 00000000..0c5ab633 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/menu-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_prelight_xpm[] = { +"24 16 2 1", +" c None", +". c #1d1b4c", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/menu-pressed.xpm b/.themes/MikunoNaka/xfwm4/menu-pressed.xpm new file mode 100644 index 00000000..d101f23f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/menu-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"24 16 2 1", +" c None", +". c #1d1b4c", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/right-active.xpm b/.themes/MikunoNaka/xfwm4/right-active.xpm new file mode 100644 index 00000000..a73cd8a3 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/right-active.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * right_active_xpm[] = { +"1 21 2 1", +" c None", +". c #9edc60", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/right-inactive.xpm b/.themes/MikunoNaka/xfwm4/right-inactive.xpm new file mode 100644 index 00000000..17d19716 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/right-inactive.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char * right_inactive_xpm[] = { +"1 21 2 1", +" c None", +". c #1d1b4c", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +".", +"."}; diff --git a/.themes/MikunoNaka/xfwm4/shade-active.xpm b/.themes/MikunoNaka/xfwm4/shade-active.xpm new file mode 100644 index 00000000..0b458629 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"..........++++..........", +".........++++++.........", +"........++++++++........", +".......+++.++.+++.......", +"...........++...........", +"...........++...........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-inactive.xpm b/.themes/MikunoNaka/xfwm4/shade-inactive.xpm new file mode 100644 index 00000000..11934e21 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"..........++++..........", +".........++++++.........", +"........++++++++........", +".......+++.++.+++.......", +"...........++...........", +"...........++...........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-prelight.xpm b/.themes/MikunoNaka/xfwm4/shade-prelight.xpm new file mode 100644 index 00000000..b17b0de1 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"..........++++..........", +".........++++++.........", +"........++++++++........", +".......+++.++.+++.......", +"...........++...........", +"...........++...........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-pressed.xpm b/.themes/MikunoNaka/xfwm4/shade-pressed.xpm new file mode 100644 index 00000000..b17b0de1 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"..........++++..........", +".........++++++.........", +"........++++++++........", +".......+++.++.+++.......", +"...........++...........", +"...........++...........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-toggled-active.xpm b/.themes/MikunoNaka/xfwm4/shade-toggled-active.xpm new file mode 100644 index 00000000..91d8c596 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-toggled-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"...........++...........", +"...........++...........", +".......+++.++.+++.......", +"........++++++++........", +".........++++++.........", +"..........++++..........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-toggled-inactive.xpm b/.themes/MikunoNaka/xfwm4/shade-toggled-inactive.xpm new file mode 100644 index 00000000..00008846 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * shade_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"...........++...........", +"...........++...........", +".......+++.++.+++.......", +"........++++++++........", +".........++++++.........", +"..........++++..........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-toggled-prelight.xpm b/.themes/MikunoNaka/xfwm4/shade-toggled-prelight.xpm new file mode 100644 index 00000000..e66210d7 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"...........++...........", +"...........++...........", +".......+++.++.+++.......", +"........++++++++........", +".........++++++.........", +"..........++++..........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/shade-toggled-pressed.xpm b/.themes/MikunoNaka/xfwm4/shade-toggled-pressed.xpm new file mode 100644 index 00000000..e66210d7 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * shade_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +"...........++...........", +"...........++...........", +".......+++.++.+++.......", +"........++++++++........", +".........++++++.........", +"..........++++..........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-active.xpm b/.themes/MikunoNaka/xfwm4/stick-active.xpm new file mode 100644 index 00000000..50becabd --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++..++.........", +"........++....++........", +"........++....++........", +".........++..++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-inactive.xpm b/.themes/MikunoNaka/xfwm4/stick-inactive.xpm new file mode 100644 index 00000000..cdb60896 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++..++.........", +"........++....++........", +"........++....++........", +".........++..++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-prelight.xpm b/.themes/MikunoNaka/xfwm4/stick-prelight.xpm new file mode 100644 index 00000000..ddbfcea6 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++..++.........", +"........++....++........", +"........++....++........", +".........++..++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-pressed.xpm b/.themes/MikunoNaka/xfwm4/stick-pressed.xpm new file mode 100644 index 00000000..ddbfcea6 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++..++.........", +"........++....++........", +"........++....++........", +".........++..++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-toggled-active.xpm b/.themes/MikunoNaka/xfwm4/stick-toggled-active.xpm new file mode 100644 index 00000000..43633871 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-toggled-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_active_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #ffffff", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++++++.........", +"........++++++++........", +"........++++++++........", +".........++++++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-toggled-inactive.xpm b/.themes/MikunoNaka/xfwm4/stick-toggled-inactive.xpm new file mode 100644 index 00000000..8cc19b53 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #c6c6d2", +"@ c #1d1b4c", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++++++.........", +"........++++++++........", +"........++++++++........", +".........++++++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm b/.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm new file mode 100644 index 00000000..87aedd1b --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++++++.........", +"........++++++++........", +"........++++++++........", +".........++++++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/stick-toggled-pressed.xpm b/.themes/MikunoNaka/xfwm4/stick-toggled-pressed.xpm new file mode 100644 index 00000000..87aedd1b --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * stick_toggled_prelight_xpm[] = { +"24 26 4 1", +" c None", +". c #1d1b4c", +"+ c #8d5bd0 s active_color_1", +"@ c #9edc60", +"@@@@@@@@@@@@@@@@@@@@@@@@", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"...........++...........", +".........++++++.........", +".........++++++.........", +"........++++++++........", +"........++++++++........", +".........++++++.........", +".........++++++.........", +"...........++...........", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................", +"........................"}; diff --git a/.themes/MikunoNaka/xfwm4/themerc b/.themes/MikunoNaka/xfwm4/themerc new file mode 100644 index 00000000..6959dba9 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/themerc @@ -0,0 +1,23 @@ +# Name: Numix xfwm4 theme +# Author: Satyajit Sahoo <satyajit.happy@gmail.com> +# License: GPL-3.0+ + +active_text_color=#ffffff +inactive_text_color=#c6c6d2 +button_offset=3 +button_spacing=0 +show_app_icon=true +full_width_title=true +maximized_offset=0 +title_horizontal_offset=3 +title_shadow_active=false +title_shadow_inactive=false +title_vertical_offset_active=0 +title_vertical_offset_inactive=0 +title_shadow_active=false +title_shadow_inactive=false +shadow_delta_height=0 +shadow_delta_width=0 +shadow_delta_x=0 +shadow_delta_y=0 +shadow_opacity=30 diff --git a/.themes/MikunoNaka/xfwm4/title-1-active.xpm b/.themes/MikunoNaka/xfwm4/title-1-active.xpm new file mode 100644 index 00000000..5558d4ae --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-1-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"2 26 3 1", +" c None", +". c #9edc60", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-1-inactive.xpm b/.themes/MikunoNaka/xfwm4/title-1-inactive.xpm new file mode 100644 index 00000000..20dd3993 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-1-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"2 26 3 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-2-active.xpm b/.themes/MikunoNaka/xfwm4/title-2-active.xpm new file mode 100644 index 00000000..86b5c1ed --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-2-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"2 26 3 1", +" c None", +". c #9edc60", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-2-inactive.xpm b/.themes/MikunoNaka/xfwm4/title-2-inactive.xpm new file mode 100644 index 00000000..b59f128b --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-2-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"2 26 3 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-3-active.xpm b/.themes/MikunoNaka/xfwm4/title-3-active.xpm new file mode 100644 index 00000000..da5177d7 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-3-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"2 26 3 1", +" c None", +". c #9edc60", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-3-inactive.xpm b/.themes/MikunoNaka/xfwm4/title-3-inactive.xpm new file mode 100644 index 00000000..29b3abf4 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-3-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"2 26 3 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-4-active.xpm b/.themes/MikunoNaka/xfwm4/title-4-active.xpm new file mode 100644 index 00000000..11be91e6 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-4-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"2 26 3 1", +" c None", +". c #9edc60", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-4-inactive.xpm b/.themes/MikunoNaka/xfwm4/title-4-inactive.xpm new file mode 100644 index 00000000..d5143412 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-4-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"2 26 3 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-5-active.xpm b/.themes/MikunoNaka/xfwm4/title-5-active.xpm new file mode 100644 index 00000000..ee09380f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-5-active.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"2 26 3 1", +" c None", +". c #9edc60", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/title-5-inactive.xpm b/.themes/MikunoNaka/xfwm4/title-5-inactive.xpm new file mode 100644 index 00000000..ad05107f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/title-5-inactive.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"2 26 3 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"..", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++", +"++"}; diff --git a/.themes/MikunoNaka/xfwm4/top-left-active.xpm b/.themes/MikunoNaka/xfwm4/top-left-active.xpm new file mode 100644 index 00000000..6a7956fd --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/top-left-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"2 26 4 1", +" c None", +". c #9edc60", +"+ c #9edc60", +"@ c #1d1b4c", +" .", +".+", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@"}; diff --git a/.themes/MikunoNaka/xfwm4/top-left-inactive.xpm b/.themes/MikunoNaka/xfwm4/top-left-inactive.xpm new file mode 100644 index 00000000..a2ba33af --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/top-left-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"2 26 4 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"@ c #1d1b4c", +" .", +".+", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@"}; diff --git a/.themes/MikunoNaka/xfwm4/top-right-active.xpm b/.themes/MikunoNaka/xfwm4/top-right-active.xpm new file mode 100644 index 00000000..29452f78 --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/top-right-active.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"2 26 4 1", +" c None", +". c #9edc60", +"+ c #9edc60", +"@ c #1d1b4c", +". ", +"+.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@."}; diff --git a/.themes/MikunoNaka/xfwm4/top-right-inactive.xpm b/.themes/MikunoNaka/xfwm4/top-right-inactive.xpm new file mode 100644 index 00000000..fab8579f --- /dev/null +++ b/.themes/MikunoNaka/xfwm4/top-right-inactive.xpm @@ -0,0 +1,33 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"2 26 4 1", +" c None", +". c #1d1b4c", +"+ c #1d1b4c", +"@ c #1d1b4c", +". ", +"+.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@."}; |