diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-Y-Pink/xfwm4 | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
Diffstat (limited to 'themes/Mint-Y-Pink/xfwm4')
57 files changed, 266 insertions, 0 deletions
diff --git a/themes/Mint-Y-Pink/xfwm4/bottom-active.xpm b/themes/Mint-Y-Pink/xfwm4/bottom-active.xpm new file mode 120000 index 00000000..6f311a80 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/bottom-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/bottom-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/bottom-inactive.xpm new file mode 120000 index 00000000..9f106392 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/bottom-inactive.xpm @@ -0,0 +1 @@ +bottom-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/bottom-left-active.xpm b/themes/Mint-Y-Pink/xfwm4/bottom-left-active.xpm new file mode 120000 index 00000000..0de934be --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/bottom-left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/bottom-left-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/bottom-left-inactive.xpm new file mode 120000 index 00000000..d70de34a --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/bottom-left-inactive.xpm @@ -0,0 +1 @@ +bottom-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/bottom-right-active.xpm b/themes/Mint-Y-Pink/xfwm4/bottom-right-active.xpm new file mode 120000 index 00000000..ef5c73fa --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/bottom-right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/bottom-right-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/bottom-right-inactive.xpm new file mode 120000 index 00000000..d234cea5 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/bottom-right-inactive.xpm @@ -0,0 +1 @@ +bottom-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/close-active.xpm b/themes/Mint-Y-Pink/xfwm4/close-active.xpm new file mode 100644 index 00000000..d8364fff --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/close-active.xpm @@ -0,0 +1,71 @@ +/* XPM */ +static char *close_active[] = { +/* columns rows colors chars-per-pixel */ +"24 24 41 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D7CED3", +"# c #D09BB8", +"$ c #CB78A5", +"% c #C7669B", +"& c #CB78A6", +"* c #D09CB9", +"= c #D3B2C4", +"- c #C8679C", +"; c #C76199", +"> c #D4B2C4", +", c #C76299", +"' c #CA6A9F", +") c #C8689D", +"! c #D8D0D4", +"~ c #F7F5F6", +"{ c #E5BDD3", +"] c #C7629A", +"^ c #E4BBD1", +"/ c #F8F7F7", +"( c #CF9BB8", +"_ c #CA77A5", +": c #DFADC9", +"< c #F8F8F8", +"[ c #E6C0D5", +"} c #E6BFD4", +"| c #E1B2CC", +"1 c #C8669C", +"2 c #E0B0CB", +"3 c #E2B4CD", +"4 c #C8639A", +"5 c #E7C5D8", +"6 c #C8639B", +"7 c #E5BED3", +"8 c #DFACC8", +"9 c #E5BED4", +"0 c #F4EBF0", +"a c #DFA9C6", +"b c #D09CB8", +"c c #CB79A6", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;';;;;';;)! ", +" #;;;~{]]^/;;;( ", +" _;;;:<[}<|;;;& ", +" 1;;;;2<<3;;;;- ", +" -;;;4[<<56;;;) ", +" $;;;7<88<9;;;& ", +" *;;;0a;;a0;;;b ", +" @-;;;;;;;;;;)! ", +" >,;;;;;;;;,= ", +" >);;;;;;)= ", +" !(c11cb! ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Pink/xfwm4/close-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/close-inactive.xpm new file mode 120000 index 00000000..a7adc893 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/close-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/close-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/close-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/close-prelight.xpm new file mode 100644 index 00000000..5eef623a --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/close-prelight.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +/* columns rows colors chars-per-pixel */ +"24 24 38 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D9D1D5", +"# c #D8A8C3", +"$ c #D88CB5", +"% c #D77EAF", +"& c #D88DB6", +"* c #D8A9C3", +"= c #D9BACB", +"- c #D77FAF", +"; c #D77AAD", +"> c #D77BAD", +", c #D982B2", +"' c #D981B2", +") c #D77FB0", +"! c #D9D2D6", +"~ c #F7F5F6", +"{ c #EBC7DB", +"] c #D77BAE", +"^ c #EBC5DA", +"/ c #F8F7F7", +"( c #D8A8C2", +"_ c #D78CB5", +": c #E7B9D2", +"< c #F8F8F8", +"[ c #ECC9DC", +"} c #ECC8DC", +"| c #E8BDD5", +"1 c #E8BCD4", +"2 c #E9BFD6", +"3 c #D77CAE", +"4 c #EDCDDE", +"5 c #D87CAE", +"6 c #ECC8DB", +"7 c #F6EEF2", +"8 c #E7B6D1", +"9 c #D780B0", +"0 c #D8BACB", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-= ", +" =>;;;;;;;;>= ", +" @-;;,;;;;';;)! ", +" #;;;~{]]^/;;;( ", +" _;;;:<[}<|;;;& ", +" %;;;;1<<2;;;;- ", +" -;;;3[<<45;;;) ", +" $;;;{<::<6;;;& ", +" *;;;78;;87;;;* ", +" @-;;;;;;;;;;9! ", +" =>;;;;;;;;>0 ", +" =);;;;;;90 ", +" !(&%%&*! ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Pink/xfwm4/close-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/close-pressed.xpm new file mode 100644 index 00000000..ec7546fe --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/close-pressed.xpm @@ -0,0 +1,73 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +/* columns rows colors chars-per-pixel */ +"24 24 43 1", +". c #EEEEEE", +" c #D9D9D9", +"@ c #D4CCD1", +"# c #BD8FA9", +"$ c #AD648D", +"% c #A54F7F", +"& c #AE658D", +"* c #BE90A9", +"= c #C8AABA", +"- c #A65080", +"; c #A3497B", +"> c #C8AABB", +", c #A34A7C", +"' c #A85483", +") c #A85382", +"! c #A65180", +"~ c #D5CED2", +"{ c #F6F4F5", +"] c #D7B4C7", +"^ c #A44A7C", +"/ c #D5B1C5", +"( c #F7F7F7", +"_ c #AD648C", +": c #CEA1BA", +"< c #F8F8F8", +"[ c #D8B6C9", +"} c #D0A7BE", +"| c #A5507F", +"1 c #CFA5BC", +"2 c #D2A9BF", +"3 c #A44B7D", +"4 c #D9B7CA", +"5 c #DBBDCD", +"6 c #A44C7D", +"7 c #D7B4C8", +"8 c #CDA0B9", +"9 c #D8B5C8", +"0 c #F1E9EE", +"a c #CC9CB7", +"b c #BD90A9", +"c c #A65281", +"d c #C7AABB", +"e c #AE668E", +/* pixels */ +"........................", +" ", +" ", +" ", +" ", +" @#$%%&*@ ", +" =-;;;;;;-> ", +" =,;;;;;;;;,> ", +" @-;;';;;;);;!~ ", +" #;;;{]^^/(;;;# ", +" _;;;:<[[<};;;& ", +" |;;;;1<<2;;;;- ", +" -;;;34<<56;;;! ", +" $;;;7<88<9;;;& ", +" *;;;0a;;a0;;;b ", +" @-;;;;;;;;;;c~ ", +" >,;;;;;;;;,d ", +" >!;;;;;;cd ", +" ~#e||eb~ ", +" ", +" ", +" ", +" ", +" " +}; diff --git a/themes/Mint-Y-Pink/xfwm4/hide-active.xpm b/themes/Mint-Y-Pink/xfwm4/hide-active.xpm new file mode 120000 index 00000000..30beeb1a --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/hide-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/hide-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/hide-inactive.xpm new file mode 120000 index 00000000..f8186a8e --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/hide-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/hide-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/hide-prelight.xpm new file mode 120000 index 00000000..a108c1d4 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/hide-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/hide-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/hide-pressed.xpm new file mode 120000 index 00000000..57f2c17e --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/hide-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/hide-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/left-active.xpm b/themes/Mint-Y-Pink/xfwm4/left-active.xpm new file mode 120000 index 00000000..9153b49b --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/left-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/left-inactive.xpm new file mode 120000 index 00000000..ebcf4903 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/left-inactive.xpm @@ -0,0 +1 @@ +left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/maximize-active.xpm b/themes/Mint-Y-Pink/xfwm4/maximize-active.xpm new file mode 120000 index 00000000..be30df65 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/maximize-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/maximize-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/maximize-inactive.xpm new file mode 120000 index 00000000..f6efab7e --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/maximize-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/maximize-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/maximize-prelight.xpm new file mode 120000 index 00000000..8831867b --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/maximize-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/maximize-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/maximize-pressed.xpm new file mode 120000 index 00000000..4511c378 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/maximize-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/maximize-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/menu-active.xpm b/themes/Mint-Y-Pink/xfwm4/menu-active.xpm new file mode 120000 index 00000000..e9180d7e --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/menu-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/menu-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/menu-inactive.xpm new file mode 120000 index 00000000..30e32cf7 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/menu-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/menu-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/menu-prelight.xpm new file mode 120000 index 00000000..05922278 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/menu-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/menu-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/menu-pressed.xpm new file mode 120000 index 00000000..3c4207ab --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/menu-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/menu-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/right-active.xpm b/themes/Mint-Y-Pink/xfwm4/right-active.xpm new file mode 120000 index 00000000..91da6ff8 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/right-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/right-inactive.xpm new file mode 120000 index 00000000..6734f48a --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/right-inactive.xpm @@ -0,0 +1 @@ +right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-active.xpm b/themes/Mint-Y-Pink/xfwm4/shade-active.xpm new file mode 120000 index 00000000..73d704a3 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/shade-inactive.xpm new file mode 120000 index 00000000..19d53288 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/shade-prelight.xpm new file mode 120000 index 00000000..cfbf050c --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/shade-pressed.xpm new file mode 120000 index 00000000..0a4a6390 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-toggled-active.xpm b/themes/Mint-Y-Pink/xfwm4/shade-toggled-active.xpm new file mode 120000 index 00000000..5875ec24 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-toggled-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-toggled-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/shade-toggled-inactive.xpm new file mode 120000 index 00000000..b3c8d320 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-toggled-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-toggled-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/shade-toggled-prelight.xpm new file mode 120000 index 00000000..1c6521f4 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-toggled-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/shade-toggled-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/shade-toggled-pressed.xpm new file mode 120000 index 00000000..17d5fb28 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/shade-toggled-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/shade-toggled-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-active.xpm b/themes/Mint-Y-Pink/xfwm4/stick-active.xpm new file mode 120000 index 00000000..7860aec2 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/stick-inactive.xpm new file mode 120000 index 00000000..ba7a13c4 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/stick-prelight.xpm new file mode 120000 index 00000000..5c64e41d --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/stick-pressed.xpm new file mode 120000 index 00000000..5f956c18 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-toggled-active.xpm b/themes/Mint-Y-Pink/xfwm4/stick-toggled-active.xpm new file mode 120000 index 00000000..bac24aac --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-toggled-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-toggled-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/stick-toggled-inactive.xpm new file mode 120000 index 00000000..2cf3c104 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-toggled-inactive.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-inactive.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-toggled-prelight.xpm b/themes/Mint-Y-Pink/xfwm4/stick-toggled-prelight.xpm new file mode 120000 index 00000000..a3c4dc6d --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-toggled-prelight.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-prelight.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/stick-toggled-pressed.xpm b/themes/Mint-Y-Pink/xfwm4/stick-toggled-pressed.xpm new file mode 120000 index 00000000..0fecd5f1 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/stick-toggled-pressed.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/stick-toggled-pressed.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/themerc b/themes/Mint-Y-Pink/xfwm4/themerc new file mode 120000 index 00000000..9aa9d46e --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/themerc @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/themerc
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-1-active.xpm b/themes/Mint-Y-Pink/xfwm4/title-1-active.xpm new file mode 120000 index 00000000..ca68e5b1 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-1-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-1-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/title-1-inactive.xpm new file mode 120000 index 00000000..def55f78 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-1-inactive.xpm @@ -0,0 +1 @@ +title-1-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-2-active.xpm b/themes/Mint-Y-Pink/xfwm4/title-2-active.xpm new file mode 120000 index 00000000..880d9327 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-2-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-2-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/title-2-inactive.xpm new file mode 120000 index 00000000..a37458a5 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-2-inactive.xpm @@ -0,0 +1 @@ +title-2-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-3-active.xpm b/themes/Mint-Y-Pink/xfwm4/title-3-active.xpm new file mode 120000 index 00000000..52e3c704 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-3-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-3-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/title-3-inactive.xpm new file mode 120000 index 00000000..66e6af7e --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-3-inactive.xpm @@ -0,0 +1 @@ +title-3-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-4-active.xpm b/themes/Mint-Y-Pink/xfwm4/title-4-active.xpm new file mode 120000 index 00000000..71e70a16 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-4-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-4-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/title-4-inactive.xpm new file mode 120000 index 00000000..069dba67 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-4-inactive.xpm @@ -0,0 +1 @@ +title-4-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-5-active.xpm b/themes/Mint-Y-Pink/xfwm4/title-5-active.xpm new file mode 120000 index 00000000..a19d5427 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-5-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/title-5-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/title-5-inactive.xpm new file mode 120000 index 00000000..dcc79469 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/title-5-inactive.xpm @@ -0,0 +1 @@ +title-5-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/top-left-active.xpm b/themes/Mint-Y-Pink/xfwm4/top-left-active.xpm new file mode 120000 index 00000000..82b0c1f3 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/top-left-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/top-left-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/top-left-inactive.xpm new file mode 120000 index 00000000..05175262 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/top-left-inactive.xpm @@ -0,0 +1 @@ +top-left-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/top-right-active.xpm b/themes/Mint-Y-Pink/xfwm4/top-right-active.xpm new file mode 120000 index 00000000..1ebbc7fb --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/top-right-active.xpm @@ -0,0 +1 @@ +/usr/share/themes/Mint-Y/xfwm4/top-right-active.xpm
\ No newline at end of file diff --git a/themes/Mint-Y-Pink/xfwm4/top-right-inactive.xpm b/themes/Mint-Y-Pink/xfwm4/top-right-inactive.xpm new file mode 120000 index 00000000..42cae620 --- /dev/null +++ b/themes/Mint-Y-Pink/xfwm4/top-right-inactive.xpm @@ -0,0 +1 @@ +top-right-active.xpm
\ No newline at end of file |
