diff --git a/releases/8/_devel/fbsplash_silent_16_9.svg b/releases/8/_devel/fbsplash_silent_16_9.svg
new file mode 100644
index 0000000..033f865
--- /dev/null
+++ b/releases/8/_devel/fbsplash_silent_16_9.svg
@@ -0,0 +1,228 @@
+
+
+
+
diff --git a/releases/8/_devel/fbsplash_silent_4_3.svg b/releases/8/_devel/fbsplash_silent_4_3.svg
new file mode 100644
index 0000000..621c23b
--- /dev/null
+++ b/releases/8/_devel/fbsplash_silent_4_3.svg
@@ -0,0 +1,228 @@
+
+
+
+
diff --git a/releases/8/_devel/fbsplash_verbose_16_9.svg b/releases/8/_devel/fbsplash_verbose_16_9.svg
new file mode 100644
index 0000000..3c17a6e
--- /dev/null
+++ b/releases/8/_devel/fbsplash_verbose_16_9.svg
@@ -0,0 +1,252 @@
+
+
+
+
diff --git a/releases/8/_devel/fbsplash_verbose_4_3.svg b/releases/8/_devel/fbsplash_verbose_4_3.svg
new file mode 100644
index 0000000..8b479b7
--- /dev/null
+++ b/releases/8/_devel/fbsplash_verbose_4_3.svg
@@ -0,0 +1,245 @@
+
+
+
+
diff --git a/releases/8/_devel/wallpaper_final.svg b/releases/8/_devel/wallpaper_final.svg
new file mode 100644
index 0000000..d7caec1
--- /dev/null
+++ b/releases/8/_devel/wallpaper_final.svg
@@ -0,0 +1,228 @@
+
+
+
+
diff --git a/releases/8/_devel/wallpaper_final_kgdm.svg b/releases/8/_devel/wallpaper_final_kgdm.svg
new file mode 100644
index 0000000..79339a4
--- /dev/null
+++ b/releases/8/_devel/wallpaper_final_kgdm.svg
@@ -0,0 +1,243 @@
+
+
+
+
diff --git a/releases/8/make_fbsplash.sh b/releases/8/make_fbsplash.sh
new file mode 100755
index 0000000..b74c04d
--- /dev/null
+++ b/releases/8/make_fbsplash.sh
@@ -0,0 +1,55 @@
+#!/bin/bash
+
+SILENT_SVG_16_9="_devel/fbsplash_silent_16_9.svg"
+VERBOSE_SVG_16_9="_devel/fbsplash_verbose_16_9.svg"
+SILENT_SVG_4_3="_devel/fbsplash_silent_4_3.svg"
+VERBOSE_SVG_4_3="_devel/fbsplash_verbose_4_3.svg"
+
+RESOLUTION_4_3="
+640x480
+800x600
+1024x768
+1152x864
+1280x1024
+1400x1050
+1600x1200
+"
+RESOLUTION_16_9="
+1024x600
+1280x720
+1280x800
+1366x768
+1440x900
+1680x1050
+1920x1080
+1920x1200
+"
+
+RASTER_EXT=".jpg"
+VERBOSE_PREFIX="verbose-"
+SILENT_PREFIX="silent-"
+
+THEME_DIR="sabayon-artwork-core/fbsplash/sabayon/images"
+
+for pfx in ${VERBOSE_PREFIX} ${SILENT_PREFIX}; do
+ for res in ${RESOLUTION_4_3}; do
+ if [ "${pfx}" = "${VERBOSE_PREFIX}" ]; then
+ src_svg="${VERBOSE_SVG_4_3}"
+ else
+ src_svg="${SILENT_SVG_4_3}"
+ fi
+ echo "Doing 4:3 -> ${pfx}${res}"
+ convert -resize "${res}" "${src_svg}" \
+ "${THEME_DIR}/${pfx}${res}${RASTER_EXT}" || exit 1
+ done
+ for res in ${RESOLUTION_16_9}; do
+ if [ "${pfx}" = "${VERBOSE_PREFIX}" ]; then
+ src_svg="${VERBOSE_SVG_16_9}"
+ else
+ src_svg="${SILENT_SVG_16_9}"
+ fi
+ echo "Doing 16:9 -> ${pfx}${res}"
+ convert -resize "${res}" "${src_svg}" \
+ "${THEME_DIR}/${pfx}${res}${RASTER_EXT}" || exit 1
+ done
+done
diff --git a/releases/8/sabayon-artwork-core/background/kgdm.jpg b/releases/8/sabayon-artwork-core/background/kgdm.jpg
new file mode 100644
index 0000000..d63fdba
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/kgdm.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/kgdm.png b/releases/8/sabayon-artwork-core/background/kgdm.png
new file mode 100644
index 0000000..c6a3698
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/kgdm.png differ
diff --git a/releases/8/sabayon-artwork-core/background/quadros-sabayon.jpg b/releases/8/sabayon-artwork-core/background/quadros-sabayon.jpg
new file mode 100644
index 0000000..dd65235
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/quadros-sabayon.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon-depth.png b/releases/8/sabayon-artwork-core/background/sabayon-depth.png
new file mode 100644
index 0000000..becf080
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon-depth.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon-k4ph-lenses.jpg b/releases/8/sabayon-artwork-core/background/sabayon-k4ph-lenses.jpg
new file mode 100644
index 0000000..3865cfc
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon-k4ph-lenses.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon-pattern.jpg b/releases/8/sabayon-artwork-core/background/sabayon-pattern.jpg
new file mode 100644
index 0000000..4fe43c4
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon-pattern.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon-simple-grey.png b/releases/8/sabayon-artwork-core/background/sabayon-simple-grey.png
new file mode 100644
index 0000000..7258fe5
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon-simple-grey.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon-simple.png b/releases/8/sabayon-artwork-core/background/sabayon-simple.png
new file mode 100644
index 0000000..9329a6e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon-simple.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_5.3.jpg b/releases/8/sabayon-artwork-core/background/sabayon_5.3.jpg
new file mode 100644
index 0000000..258381a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_5.3.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_6.jpg b/releases/8/sabayon-artwork-core/background/sabayon_6.jpg
new file mode 100644
index 0000000..23f43b6
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_6.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_6.png b/releases/8/sabayon-artwork-core/background/sabayon_6.png
new file mode 100644
index 0000000..2fef2a8
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_6.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_arms.jpg b/releases/8/sabayon-artwork-core/background/sabayon_arms.jpg
new file mode 100644
index 0000000..633066d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_arms.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_bubbles.png b/releases/8/sabayon-artwork-core/background/sabayon_bubbles.png
new file mode 100644
index 0000000..1561685
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_bubbles.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_darkforest.png b/releases/8/sabayon-artwork-core/background/sabayon_darkforest.png
new file mode 100644
index 0000000..72bff1d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_darkforest.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayon_smoke.png b/releases/8/sabayon-artwork-core/background/sabayon_smoke.png
new file mode 100644
index 0000000..a988b23
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayon_smoke.png differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayonlinux.jpg b/releases/8/sabayon-artwork-core/background/sabayonlinux.jpg
new file mode 100644
index 0000000..410d4fd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayonlinux.jpg differ
diff --git a/releases/8/sabayon-artwork-core/background/sabayonlinux.png b/releases/8/sabayon-artwork-core/background/sabayonlinux.png
new file mode 100644
index 0000000..d278a24
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/sabayonlinux.png differ
diff --git a/releases/8/sabayon-artwork-core/background/tarabaz.jpg b/releases/8/sabayon-artwork-core/background/tarabaz.jpg
new file mode 100644
index 0000000..d4ecd6c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/background/tarabaz.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1024x600.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1024x600.cfg
new file mode 100644
index 0000000..327c89c
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1024x600.cfg
@@ -0,0 +1,35 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=984
+th=515
+
+text_x=15
+text_y=532
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1024x600.jpg
+silentpic=/etc/splash/sabayon/images/silent-1024x600.jpg
+
+
+# progress bar
+box silent noover 1 561 1023 565 #000000
+box silent inter 1 561 1 564 #3671BF
+box silent 1 561 1023 564 #3671BF
+
+
+# border of the progress bar
+box silent 1 560 1023 560 #595959
+box silent 1 565 1023 565 #595959
+box silent 1 560 1 565 #595959
+box silent 799 560 1023 565 #595959
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1024x768.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1024x768.cfg
new file mode 100644
index 0000000..8faba48
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1024x768.cfg
@@ -0,0 +1,35 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=984
+th=683
+
+text_x=15
+text_y=700
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1024x768.jpg
+silentpic=/etc/splash/sabayon/images/silent-1024x768.jpg
+
+
+# progress bar
+box silent noover 1 728 1023 733 #000000
+box silent inter 1 729 1 732 #3671BF
+box silent 1 729 1023 732 #3671BF
+
+
+# border of the progress bar
+box silent 1 728 1023 728 #595959
+box silent 1 733 1023 733 #595959
+box silent 1 728 1 733 #595959
+box silent 1023 728 1023 733 #595959
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1152x864.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1152x864.cfg
new file mode 100644
index 0000000..0b963a4
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1152x864.cfg
@@ -0,0 +1,34 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1112
+th=779
+
+text_x=15
+text_y=796
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1152x864.jpg
+silentpic=/etc/splash/sabayon/images/silent-1152x864.jpg
+
+# progress bar
+box silent noover 1 824 1151 829 #000000
+box silent inter 1 825 1 828 #3671BF
+box silent 1 825 1151 828 #3671BF
+
+
+# border of the progress bar
+box silent 1 824 1151 824 #595959
+box silent 1 829 1151 829 #595959
+box silent 1 824 1 829 #595959
+box silent 1151 824 1151 829 #595959
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x1024.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x1024.cfg
new file mode 100644
index 0000000..8f127ce
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x1024.cfg
@@ -0,0 +1,38 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1240
+th=929
+
+text_x=15
+text_y=956
+text_size=14
+text_color=0xFFFFFF
+
+
+
+pic=/etc/splash/sabayon/images/verbose-1280x1024.jpg
+silentpic=/etc/splash/sabayon/images/silent-1280x1024.jpg
+
+
+# progress bar
+box silent noover 1 984 1279 989 #000000
+box silent inter 1 985 1 988 #3671BF
+box silent 1 985 1279 988 #3671BF
+
+
+# border of the progress bar
+box silent 1 984 1279 984 #595959
+box silent 1 989 1279 989 #595959
+box silent 1 984 1 989 #595959
+box silent 1279 984 1279 989 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x720.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x720.cfg
new file mode 100644
index 0000000..f11aa2b
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x720.cfg
@@ -0,0 +1,33 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1240
+th=635
+
+text_x=15
+text_y=652
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1280x720.jpg
+silentpic=/etc/splash/sabayon/images/silent-1280x720.jpg
+
+# progress bar
+box silent noover 1 680 1279 685 #000000
+box silent inter 1 681 1 988 #3671BF
+box silent 1 681 1279 988 #3671BF
+
+# border of the progress bar
+box silent 1 680 1279 680 #595959
+box silent 1 685 1279 685 #595959
+box silent 1 680 1 685 #595959
+box silent 1279 680 1279 685 #595959
\ No newline at end of file
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x800.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x800.cfg
new file mode 100644
index 0000000..c27cbe9
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1280x800.cfg
@@ -0,0 +1,35 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+bgcolor=0
+
+tx=20
+ty=20
+tw=1240
+th=715
+
+text_x=15
+text_y=732
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1280x800.jpg
+silentpic=/etc/splash/sabayon/images/silent-1280x800.jpg
+
+
+# progress bar
+box silent noover 1 760 1279 765 #000000
+box silent inter 1 761 1 764 #3671BF
+box silent 1 761 1279 764 #3671BF
+
+
+# border of the progress bar
+box silent 1 760 1279 760 #595959
+box silent 1 765 1279 765 #595959
+box silent 1 760 1 765 #595959
+box silent 1279 760 1279 765 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1366x768.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1366x768.cfg
new file mode 100644
index 0000000..c54804e
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1366x768.cfg
@@ -0,0 +1,33 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1326
+th=683
+
+text_x=15
+text_y=1300
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1366x768.jpg
+silentpic=/etc/splash/sabayon/images/silent-1366x768.jpg
+
+# progress bar
+box silent noover 1 728 1365 733 #000000
+box silent inter 1 729 1 732 #3671BF
+box silent 1 729 1365 732 #3671BF
+
+# border of the progress bar
+box silent 1 728 1365 728 #595959
+box silent 1 733 1365 733 #595959
+box silent 1 728 1 733 #595959
+box silent 1365 728 1365 733 #595959
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1400x1050.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1400x1050.cfg
new file mode 100644
index 0000000..12203f3
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1400x1050.cfg
@@ -0,0 +1,36 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1360
+th=950
+
+text_x=15
+text_y=982
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1400x1050.jpg
+silentpic=/etc/splash/sabayon/images/silent-1400x1050.jpg
+
+
+# progress bar
+box silent noover 1 1010 1399 1015 #000000
+box silent inter 1 1011 1 1014 #3671BF
+box silent 1 1011 1399 1014 #3671BF
+
+
+# border of the progress bar
+box silent 1 1010 1399 1010 #595959
+box silent 1 1015 1399 1015 #595959
+box silent 1 1010 1 1015 #595959
+box silent 1399 1010 1399 1015 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1440x900.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1440x900.cfg
new file mode 100644
index 0000000..fb28974
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1440x900.cfg
@@ -0,0 +1,36 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1400
+th=800
+
+text_x=15
+text_y=832
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1440x900.jpg
+silentpic=/etc/splash/sabayon/images/silent-1440x900.jpg
+
+
+# progress bar
+box silent noover 1 860 1439 865 #000000
+box silent inter 1 861 1 864 #3671BF
+box silent 1 861 1439 864 #3671BF
+
+
+# border of the progress bar
+box silent 1 860 1439 860 #595959
+box silent 1 865 1439 865 #595959
+box silent 1 860 1 865 #595959
+box silent 1439 860 1439 865 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1600x1200.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1600x1200.cfg
new file mode 100644
index 0000000..d11e0fb
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1600x1200.cfg
@@ -0,0 +1,36 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1560
+th=1115
+
+text_x=15
+text_y=1132
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1600x1200.jpg
+silentpic=/etc/splash/sabayon/images/silent-1600x1200.jpg
+
+
+# progress bar
+box silent noover 1 1160 1599 1165 #000000
+box silent inter 1 1161 1 1164 #3671BF
+box silent 1 1161 1599 1164 #3671BF
+
+
+# border of the progress bar
+box silent 1 1160 1599 1160 #595959
+box silent 1 1165 1599 1165 #595959
+box silent 1 1160 1 1165 #595959
+box silent 1599 1160 1599 1165 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1680x1050.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1680x1050.cfg
new file mode 100644
index 0000000..9d0ca1b
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1680x1050.cfg
@@ -0,0 +1,36 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1640
+th=965
+
+text_x=15
+text_y=982
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1680x1050.jpg
+silentpic=/etc/splash/sabayon/images/silent-1680x1050.jpg
+
+
+# progress bar
+box silent noover 1 1010 1679 1015 #000000
+box silent inter 1 1011 1 1014 #3671BF
+box silent 1 1011 1679 1014 #3671BF
+
+
+# border of the progress bar
+box silent 1 1010 1679 1010 #595959
+box silent 1 1015 1679 1015 #595959
+box silent 1 1010 1 1015 #595959
+box silent 1679 1010 1679 1015 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1920x1080.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1920x1080.cfg
new file mode 100644
index 0000000..dece648
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1920x1080.cfg
@@ -0,0 +1,34 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1880
+th=995
+
+text_x=15
+text_y=1012
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1920x1080.jpg
+silentpic=/etc/splash/sabayon/images/silent-1920x1080.jpg
+
+# progress bar
+box silent noover 1 1040 1919 1045 #000000
+box silent inter 1 1041 1 1044 #3671BF
+box silent 1 1041 1919 1044 #3671BF
+
+# border of the progress bar
+box silent 1 1040 1919 1040 #595959
+box silent 1 1045 1919 1045 #595959
+box silent 1 1040 1 1045 #595959
+box silent 1919 1040 1919 1045 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/1920x1200.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1920x1200.cfg
new file mode 100644
index 0000000..798dd41
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/1920x1200.cfg
@@ -0,0 +1,36 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=1880
+th=1115
+
+text_x=15
+text_y=1132
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-1920x1200.jpg
+silentpic=/etc/splash/sabayon/images/silent-1920x1200.jpg
+
+
+# progress bar
+box silent noover 1 1160 1919 1165 #000000
+box silent inter 1 1161 1 1164 #3671BF
+box silent 1 1161 1919 1164 #3671BF
+
+
+# border of the progress bar
+box silent 1 1160 1919 1160 #595959
+box silent 1 1165 1919 1165 #595959
+box silent 1 1160 1 1165 #595959
+box silent 1919 1160 1919 1165 #595959
+
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/640x480.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/640x480.cfg
new file mode 100644
index 0000000..f2cf040
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/640x480.cfg
@@ -0,0 +1,35 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=600
+th=395
+
+text_x=15
+text_y=425
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-640x480.jpg
+silentpic=/etc/splash/sabayon/images/silent-640x480.jpg
+
+
+# progress bar
+box silent noover 1 440 640 445 #000000
+box silent inter 1 441 1 444 #3671BF
+box silent 1 441 640 444 #3671BF
+
+
+# border of the progress bar
+box silent 1 440 640 440 #595959
+box silent 1 445 640 445 #595959
+box silent 1 440 1 445 #595959
+box silent 640 440 640 445 #595959
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/800x600.cfg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/800x600.cfg
new file mode 100644
index 0000000..ef5e404
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/800x600.cfg
@@ -0,0 +1,35 @@
+# Copyright 2004-2011 Sabayon Linux
+# This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
+#
+# Theme design and graphics by
+# Ian Whyman
+#
+text_font=/etc/splash/sabayon/luxisri.ttf
+
+bgcolor=0
+
+tx=20
+ty=20
+tw=760
+th=515
+
+text_x=15
+text_y=532
+text_size=14
+text_color=0xFFFFFF
+
+pic=/etc/splash/sabayon/images/verbose-800x600.jpg
+silentpic=/etc/splash/sabayon/images/silent-800x600.jpg
+
+
+# progress bar
+box silent noover 1 560 799 565 #000000
+box silent inter 1 561 1 564 #3671BF
+box silent 1 561 799 564 #3671BF
+
+
+# border of the progress bar
+box silent 1 560 799 560 #595959
+box silent 1 565 799 565 #595959
+box silent 1 560 1 565 #595959
+box silent 799 560 799 565 #595959
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/CREDITS b/releases/8/sabayon-artwork-core/fbsplash/sabayon/CREDITS
new file mode 100644
index 0000000..b702575
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/CREDITS
@@ -0,0 +1,10 @@
+Sabayon FBSplash
+
+Author: Ian Whyman (http://v00d00.net)
+Homepage: http://www.sabayonlinux.org
+Email: ian.whyman@sabayonlinux.org
+
+Based on Natural_Gentoo
+
+Author: jirityr (http://kde-look.org/usermanager/search.php?username=jirityr)
+KDELook: http://kde-look.org/content/show.php/Natural+Gentoo?content=49074
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1024x600.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1024x600.jpg
new file mode 100644
index 0000000..355000f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1024x600.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1024x768.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1024x768.jpg
new file mode 100644
index 0000000..63e1c45
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1024x768.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1152x864.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1152x864.jpg
new file mode 100644
index 0000000..eba258b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1152x864.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x1024.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x1024.jpg
new file mode 100644
index 0000000..2afd5e0
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x1024.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x720.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x720.jpg
new file mode 100644
index 0000000..a79d2cb
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x720.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x800.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x800.jpg
new file mode 100644
index 0000000..a79d2cb
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1280x800.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1366x768.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1366x768.jpg
new file mode 100644
index 0000000..fc3b026
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1366x768.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1400x1050.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1400x1050.jpg
new file mode 100644
index 0000000..c06f61e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1400x1050.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1440x900.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1440x900.jpg
new file mode 100644
index 0000000..2801753
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1440x900.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1600x1200.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1600x1200.jpg
new file mode 100644
index 0000000..925a4c7
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1600x1200.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1680x1050.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1680x1050.jpg
new file mode 100644
index 0000000..ad8c9ed
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1680x1050.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1920x1080.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1920x1080.jpg
new file mode 100644
index 0000000..f9a054f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1920x1080.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1920x1200.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1920x1200.jpg
new file mode 100644
index 0000000..f9a054f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-1920x1200.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-640x480.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-640x480.jpg
new file mode 100644
index 0000000..0b67662
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-640x480.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-800x600.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-800x600.jpg
new file mode 100644
index 0000000..8a0480b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/silent-800x600.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1024x600.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1024x600.jpg
new file mode 100644
index 0000000..0c252a9
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1024x600.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1024x768.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1024x768.jpg
new file mode 100644
index 0000000..de3b7a5
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1024x768.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1152x864.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1152x864.jpg
new file mode 100644
index 0000000..6de3235
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1152x864.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x1024.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x1024.jpg
new file mode 100644
index 0000000..29a1ac2
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x1024.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x720.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x720.jpg
new file mode 100644
index 0000000..4fa5645
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x720.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x800.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x800.jpg
new file mode 100644
index 0000000..4fa5645
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1280x800.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1366x768.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1366x768.jpg
new file mode 100644
index 0000000..6338c95
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1366x768.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1400x1050.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1400x1050.jpg
new file mode 100644
index 0000000..63ac9c4
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1400x1050.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1440x900.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1440x900.jpg
new file mode 100644
index 0000000..ce6e413
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1440x900.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1600x1200.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1600x1200.jpg
new file mode 100644
index 0000000..3af1e9a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1600x1200.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1680x1050.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1680x1050.jpg
new file mode 100644
index 0000000..94e7d62
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1680x1050.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1920x1080.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1920x1080.jpg
new file mode 100644
index 0000000..08c686f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1920x1080.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1920x1200.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1920x1200.jpg
new file mode 100644
index 0000000..08c686f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-1920x1200.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-640x480.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-640x480.jpg
new file mode 100644
index 0000000..d27f452
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-640x480.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-800x600.jpg b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-800x600.jpg
new file mode 100644
index 0000000..f01ae34
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/images/verbose-800x600.jpg differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/luxisri.ttf b/releases/8/sabayon-artwork-core/fbsplash/sabayon/luxisri.ttf
new file mode 100644
index 0000000..8a3b012
Binary files /dev/null and b/releases/8/sabayon-artwork-core/fbsplash/sabayon/luxisri.ttf differ
diff --git a/releases/8/sabayon-artwork-core/fbsplash/sabayon/metadata.xml b/releases/8/sabayon-artwork-core/fbsplash/sabayon/metadata.xml
new file mode 100644
index 0000000..50034c4
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/fbsplash/sabayon/metadata.xml
@@ -0,0 +1,11 @@
+
+ sabayon
+ 6
+
+ Ian Whyman
+ ian.whyman@sabayon.org
+
+ Offical Sabayon Linux 6 FBsplash theme
+ CC BY-SA 3.0
+ http://www.sabayon.org/
+
\ No newline at end of file
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/00008160000006810000408080010102 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/00008160000006810000408080010102
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/00008160000006810000408080010102 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/028006030e0e7ebffc7f7070c0600140 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/028006030e0e7ebffc7f7070c0600140
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/028006030e0e7ebffc7f7070c0600140 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/03b6e0fcb3499374a867c041f52298f0 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/03b6e0fcb3499374a867c041f52298f0
new file mode 100644
index 0000000..333f10e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/03b6e0fcb3499374a867c041f52298f0 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
new file mode 100644
index 0000000..a27ba33
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/08e8e1c95fe2fc01f976f1e063a24ccd differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/14fef782d02440884392942c11205230 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/14fef782d02440884392942c11205230
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/14fef782d02440884392942c11205230 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/2870a09082c103050810ffdffffe0204 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/2870a09082c103050810ffdffffe0204
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/2870a09082c103050810ffdffffe0204 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/3085a0e285430894940527032f8b26df b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/3085a0e285430894940527032f8b26df
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/3085a0e285430894940527032f8b26df differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/3ecb610c1bf2410f44200f48c40d3599 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/3ecb610c1bf2410f44200f48c40d3599
new file mode 100644
index 0000000..a27ba33
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/3ecb610c1bf2410f44200f48c40d3599 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/4498f0e0c1937ffe01fd06f973665830 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/4498f0e0c1937ffe01fd06f973665830
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/4498f0e0c1937ffe01fd06f973665830 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
new file mode 100644
index 0000000..98e9ebd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/640fb0e74195791501fd1ed57b41487f b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/640fb0e74195791501fd1ed57b41487f
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/640fb0e74195791501fd1ed57b41487f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/9081237383d90e509aa00f00170e968f b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/9081237383d90e509aa00f00170e968f
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/9081237383d90e509aa00f00170e968f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/9d800788f1b08800ae810202380a0822 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/9d800788f1b08800ae810202380a0822
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/9d800788f1b08800ae810202380a0822 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/X_cursor b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/X_cursor
new file mode 100644
index 0000000..333f10e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/X_cursor differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/arrow
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/base_arrow_down b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/base_arrow_down
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/base_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/base_arrow_up b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/base_arrow_up
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/base_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/based_arrow_down b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/based_arrow_down
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/based_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/based_arrow_up b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/based_arrow_up
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/based_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bd_double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bd_double_arrow
new file mode 100644
index 0000000..5bc1e93
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bd_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_left_corner b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_left_corner
new file mode 100644
index 0000000..377718f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_right_corner b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_right_corner
new file mode 100644
index 0000000..5bc1e93
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_side b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_side
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/bottom_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/c7088f0f3e6c8088236ef8e1e3e70000
new file mode 100644
index 0000000..5bc1e93
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/c7088f0f3e6c8088236ef8e1e3e70000 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/center_ptr b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/center_ptr
new file mode 100644
index 0000000..feabf2e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/center_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/cross b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/cross
new file mode 100644
index 0000000..004781f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/cross differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/cross_reverse b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/cross_reverse
new file mode 100644
index 0000000..004781f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/cross_reverse differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/crossed_circle b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/crossed_circle
new file mode 100644
index 0000000..333f10e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/crossed_circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/crosshair b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/crosshair
new file mode 100644
index 0000000..004781f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/crosshair differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/d9ce0ab605698f320427677b458ad60b b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/d9ce0ab605698f320427677b458ad60b
new file mode 100644
index 0000000..98e9ebd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/d9ce0ab605698f320427677b458ad60b differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/double_arrow
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/draft_large b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/draft_large
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/draft_large differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/draft_small b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/draft_small
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/draft_small differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/e29285e634086352946a0e7090d73106 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/e29285e634086352946a0e7090d73106
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/e29285e634086352946a0e7090d73106 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fcf1c3c7cd4491d801f1e1c78f100000
new file mode 100644
index 0000000..377718f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fcf1c3c7cd4491d801f1e1c78f100000 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fd_double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fd_double_arrow
new file mode 100644
index 0000000..377718f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fd_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fleur b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fleur
new file mode 100644
index 0000000..f8d4302
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/fleur differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/h_double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/h_double_arrow
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand1 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand1
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand1 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand2 b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand2
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/hand2 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_ptr b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_ptr
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_ptr_watch b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_ptr_watch
new file mode 100644
index 0000000..a27ba33
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_ptr_watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_side b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_side
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/left_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/link b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/link
new file mode 100644
index 0000000..ca25d49
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/link differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/ll_angle b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/ll_angle
new file mode 100644
index 0000000..377718f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/ll_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/lr_angle b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/lr_angle
new file mode 100644
index 0000000..5bc1e93
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/lr_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/move b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/move
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/move differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/plus b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/plus
new file mode 100644
index 0000000..f8d4302
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/plus differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/question_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/question_arrow
new file mode 100644
index 0000000..98e9ebd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/question_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/right_ptr b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/right_ptr
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/right_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/right_side b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/right_side
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/right_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_down_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_down_arrow
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_down_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_h_double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_h_double_arrow
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_left_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_left_arrow
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_right_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_right_arrow
new file mode 100644
index 0000000..7996056
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_right_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_up_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_up_arrow
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_up_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_v_double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_v_double_arrow
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/sb_v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/tcross b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/tcross
new file mode 100644
index 0000000..004781f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/tcross differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_left_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_left_arrow
new file mode 100644
index 0000000..d4f0084
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_left_corner b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_left_corner
new file mode 100644
index 0000000..5bc1e93
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_right_corner b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_right_corner
new file mode 100644
index 0000000..377718f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_side b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_side
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/top_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/v_double_arrow b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/v_double_arrow
new file mode 100644
index 0000000..0ae3d56
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/watch b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/watch
new file mode 100644
index 0000000..dd04567
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/xterm b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/xterm
new file mode 100644
index 0000000..fdd1061
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Grounation/cursors/xterm differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Grounation/index.theme b/releases/8/sabayon-artwork-core/mouse/Grounation/index.theme
new file mode 100644
index 0000000..9b6dfae
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/mouse/Grounation/index.theme
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Grounation
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/00008160000006810000408080010102 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/00008160000006810000408080010102
new file mode 100644
index 0000000..520a6b4
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/00008160000006810000408080010102 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/028006030e0e7ebffc7f7070c0600140 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/028006030e0e7ebffc7f7070c0600140
new file mode 100644
index 0000000..19ae267
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/028006030e0e7ebffc7f7070c0600140 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/03b6e0fcb3499374a867c041f52298f0 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/03b6e0fcb3499374a867c041f52298f0
new file mode 100644
index 0000000..cee079f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/03b6e0fcb3499374a867c041f52298f0 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/0876e1c15ff2fc01f906f1c363074c0f b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/0876e1c15ff2fc01f906f1c363074c0f
new file mode 100644
index 0000000..3f28f6b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/0876e1c15ff2fc01f906f1c363074c0f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
new file mode 100644
index 0000000..1e7ccec
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/08e8e1c95fe2fc01f976f1e063a24ccd differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/08ffe1cb5fe6fc01f906f1c063814ccf
new file mode 100644
index 0000000..c5d6d9c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/08ffe1cb5fe6fc01f906f1c063814ccf differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/1081e37283d90000800003c07f3ef6bf b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/1081e37283d90000800003c07f3ef6bf
new file mode 100644
index 0000000..c5d6d9c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/1081e37283d90000800003c07f3ef6bf differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/14fef782d02440884392942c11205230 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/14fef782d02440884392942c11205230
new file mode 100644
index 0000000..ffc4e30
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/14fef782d02440884392942c11205230 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/208530c400c041818281048008011002 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/208530c400c041818281048008011002
new file mode 100644
index 0000000..eed29bc
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/208530c400c041818281048008011002 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/2870a09082c103050810ffdffffe0204 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/2870a09082c103050810ffdffffe0204
new file mode 100644
index 0000000..01ffbaf
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/2870a09082c103050810ffdffffe0204 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/3085a0e285430894940527032f8b26df b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/3085a0e285430894940527032f8b26df
new file mode 100644
index 0000000..3f28f6b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/3085a0e285430894940527032f8b26df differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/3ecb610c1bf2410f44200f48c40d3599 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/3ecb610c1bf2410f44200f48c40d3599
new file mode 100644
index 0000000..1e7ccec
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/3ecb610c1bf2410f44200f48c40d3599 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/5aca4d189052212118709018842178c0 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/5aca4d189052212118709018842178c0
new file mode 100644
index 0000000..eff1604
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/5aca4d189052212118709018842178c0 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
new file mode 100644
index 0000000..5490192
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/6407b0e94181790501fd1e167b474872 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/6407b0e94181790501fd1e167b474872
new file mode 100644
index 0000000..c5d6d9c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/6407b0e94181790501fd1e167b474872 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/640fb0e74195791501fd1ed57b41487f b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/640fb0e74195791501fd1ed57b41487f
new file mode 100644
index 0000000..3f28f6b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/640fb0e74195791501fd1ed57b41487f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/9d800788f1b08800ae810202380a0822 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/9d800788f1b08800ae810202380a0822
new file mode 100644
index 0000000..eff1604
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/9d800788f1b08800ae810202380a0822 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HDoubleArrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HDoubleArrow
new file mode 100644
index 0000000..ffc4e30
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HDoubleArrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HandGrab b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HandGrab
new file mode 100644
index 0000000..eff1604
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HandGrab differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HandSqueezed b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HandSqueezed
new file mode 100644
index 0000000..eed29bc
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/HandSqueezed differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/VDoubleArrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/VDoubleArrow
new file mode 100644
index 0000000..01ffbaf
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/VDoubleArrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/X_cursor b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/X_cursor
new file mode 100644
index 0000000..775d461
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/X_cursor differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/arrow
new file mode 100644
index 0000000..1249499
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/base_arrow_down b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/base_arrow_down
new file mode 100644
index 0000000..3b2b807
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/base_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/base_arrow_up b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/base_arrow_up
new file mode 100644
index 0000000..b0586e6
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/base_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/based_arrow_down b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/based_arrow_down
new file mode 100644
index 0000000..3b2b807
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/based_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/based_arrow_up b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/based_arrow_up
new file mode 100644
index 0000000..b0586e6
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/based_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bd_double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bd_double_arrow
new file mode 100644
index 0000000..88dd4d3
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bd_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_left_corner b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_left_corner
new file mode 100644
index 0000000..8412e31
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_right_corner b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_right_corner
new file mode 100644
index 0000000..88dd4d3
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_side b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_side
new file mode 100644
index 0000000..520a6b4
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/bottom_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/c7088f0f3e6c8088236ef8e1e3e70000
new file mode 100644
index 0000000..88dd4d3
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/c7088f0f3e6c8088236ef8e1e3e70000 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/center_ptr b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/center_ptr
new file mode 100644
index 0000000..619fee0
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/center_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/circle b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/circle
new file mode 100644
index 0000000..7a5a4c5
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/copy b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/copy
new file mode 100644
index 0000000..c5d6d9c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/copy differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/cross b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/cross
new file mode 100644
index 0000000..6f7a53c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/cross differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/cross_reverse b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/cross_reverse
new file mode 100644
index 0000000..6f7a53c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/cross_reverse differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/crossed_circle b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/crossed_circle
new file mode 100644
index 0000000..cee079f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/crossed_circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/crosshair b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/crosshair
new file mode 100644
index 0000000..af21b41
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/crosshair differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/d9ce0ab605698f320427677b458ad60b b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/d9ce0ab605698f320427677b458ad60b
new file mode 100644
index 0000000..5490192
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/d9ce0ab605698f320427677b458ad60b differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-ask b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-ask
new file mode 100644
index 0000000..02d96eb
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-ask differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-copy b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-copy
new file mode 100644
index 0000000..b9d489b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-copy differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-link b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-link
new file mode 100644
index 0000000..509641f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-link differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-move b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-move
new file mode 100644
index 0000000..eed29bc
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-move differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-none b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-none
new file mode 100644
index 0000000..cee079f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/dnd-none differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/double_arrow
new file mode 100644
index 0000000..520a6b4
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/draft_large b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/draft_large
new file mode 100644
index 0000000..1249499
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/draft_large differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/draft_small b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/draft_small
new file mode 100644
index 0000000..1249499
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/draft_small differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/e29285e634086352946a0e7090d73106 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/e29285e634086352946a0e7090d73106
new file mode 100644
index 0000000..d7e6798
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/e29285e634086352946a0e7090d73106 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/f41c0e382c94c0958e07017e42b00462 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/f41c0e382c94c0958e07017e42b00462
new file mode 100644
index 0000000..1d105ff
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/f41c0e382c94c0958e07017e42b00462 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/f41c0e382c97c0938e07017e42800402 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/f41c0e382c97c0938e07017e42800402
new file mode 100644
index 0000000..115fd12
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/f41c0e382c97c0938e07017e42800402 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fcf1c3c7cd4491d801f1e1c78f100000
new file mode 100644
index 0000000..8412e31
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fcf1c3c7cd4491d801f1e1c78f100000 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fd_double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fd_double_arrow
new file mode 100644
index 0000000..8412e31
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fd_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fleur b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fleur
new file mode 100644
index 0000000..be80253
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/fleur differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/h_double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/h_double_arrow
new file mode 100644
index 0000000..ffc4e30
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand
new file mode 100644
index 0000000..d7e6798
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand1 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand1
new file mode 100644
index 0000000..d7e6798
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand1 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand2 b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand2
new file mode 100644
index 0000000..d7e6798
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/hand2 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_ptr b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_ptr
new file mode 100644
index 0000000..1249499
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_ptr_watch b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_ptr_watch
new file mode 100644
index 0000000..1e7ccec
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_ptr_watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_side b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_side
new file mode 100644
index 0000000..19ae267
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/left_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/link b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/link
new file mode 100644
index 0000000..3f28f6b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/link differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ll_angle b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ll_angle
new file mode 100644
index 0000000..021809c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ll_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/lr_angle b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/lr_angle
new file mode 100644
index 0000000..d8f96e8
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/lr_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/move b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/move
new file mode 100644
index 0000000..eed29bc
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/move differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/pencil b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/pencil
new file mode 100644
index 0000000..46cfa83
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/pencil differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/plus b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/plus
new file mode 100644
index 0000000..be80253
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/plus differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/question_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/question_arrow
new file mode 100644
index 0000000..5490192
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/question_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/right_ptr b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/right_ptr
new file mode 100644
index 0000000..bf3d89d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/right_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/right_side b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/right_side
new file mode 100644
index 0000000..19ae267
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/right_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_down_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_down_arrow
new file mode 100644
index 0000000..26b526f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_down_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_h_double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_h_double_arrow
new file mode 100644
index 0000000..ffc4e30
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_left_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_left_arrow
new file mode 100644
index 0000000..a863bbd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_right_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_right_arrow
new file mode 100644
index 0000000..8bc2bb1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_right_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_up_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_up_arrow
new file mode 100644
index 0000000..619fee0
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_up_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_v_double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_v_double_arrow
new file mode 100644
index 0000000..01ffbaf
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/sb_v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/tcross b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/tcross
new file mode 100644
index 0000000..6f7a53c
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/tcross differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_left_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_left_arrow
new file mode 100644
index 0000000..1249499
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_left_corner b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_left_corner
new file mode 100644
index 0000000..88dd4d3
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_right_corner b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_right_corner
new file mode 100644
index 0000000..8412e31
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_side b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_side
new file mode 100644
index 0000000..520a6b4
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/top_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ul_angle b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ul_angle
new file mode 100644
index 0000000..600ffbb
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ul_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ur_angle b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ur_angle
new file mode 100644
index 0000000..b07066e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/ur_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/v_double_arrow b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/v_double_arrow
new file mode 100644
index 0000000..01ffbaf
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/watch b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/watch
new file mode 100644
index 0000000..f215483
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/xterm b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/xterm
new file mode 100644
index 0000000..f168458
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/xterm differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/zoomIn b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/zoomIn
new file mode 100644
index 0000000..1d105ff
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/zoomIn differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/zoomOut b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/zoomOut
new file mode 100644
index 0000000..115fd12
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/Obsidian/cursors/zoomOut differ
diff --git a/releases/8/sabayon-artwork-core/mouse/Obsidian/index.theme b/releases/8/sabayon-artwork-core/mouse/Obsidian/index.theme
new file mode 100644
index 0000000..9895a31
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/mouse/Obsidian/index.theme
@@ -0,0 +1,4 @@
+[Icon Theme]
+Name=Obsidian
+Comment=A shiny black cursor theme
+Example=left_ptr
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/00008160000006810000408080010102 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/00008160000006810000408080010102
new file mode 100644
index 0000000..5c84338
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/00008160000006810000408080010102 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/028006030e0e7ebffc7f7070c0600140 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/028006030e0e7ebffc7f7070c0600140
new file mode 100644
index 0000000..4b8c0f1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/028006030e0e7ebffc7f7070c0600140 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/03b6e0fcb3499374a867c041f52298f0 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/03b6e0fcb3499374a867c041f52298f0
new file mode 100644
index 0000000..5dcba86
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/03b6e0fcb3499374a867c041f52298f0 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/0876e1c15ff2fc01f906f1c363074c0f b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/0876e1c15ff2fc01f906f1c363074c0f
new file mode 100644
index 0000000..45f3a8f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/0876e1c15ff2fc01f906f1c363074c0f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/08e8e1c95fe2fc01f976f1e063a24ccd b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/08e8e1c95fe2fc01f976f1e063a24ccd
new file mode 100644
index 0000000..0154a5a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/08e8e1c95fe2fc01f976f1e063a24ccd differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/08ffe1cb5fe6fc01f906f1c063814ccf b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/08ffe1cb5fe6fc01f906f1c063814ccf
new file mode 100644
index 0000000..42d8fff
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/08ffe1cb5fe6fc01f906f1c063814ccf differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/1081e37283d90000800003c07f3ef6bf b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/1081e37283d90000800003c07f3ef6bf
new file mode 100644
index 0000000..42d8fff
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/1081e37283d90000800003c07f3ef6bf differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/14fef782d02440884392942c11205230 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/14fef782d02440884392942c11205230
new file mode 100644
index 0000000..60ea7cd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/14fef782d02440884392942c11205230 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/208530c400c041818281048008011002 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/208530c400c041818281048008011002
new file mode 100644
index 0000000..2e6bef1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/208530c400c041818281048008011002 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/2870a09082c103050810ffdffffe0204 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/2870a09082c103050810ffdffffe0204
new file mode 100644
index 0000000..36a79aa
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/2870a09082c103050810ffdffffe0204 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/3085a0e285430894940527032f8b26df b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/3085a0e285430894940527032f8b26df
new file mode 100644
index 0000000..45f3a8f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/3085a0e285430894940527032f8b26df differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/3ecb610c1bf2410f44200f48c40d3599 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/3ecb610c1bf2410f44200f48c40d3599
new file mode 100644
index 0000000..0154a5a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/3ecb610c1bf2410f44200f48c40d3599 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/4498f0e0c1937ffe01fd06f973665830 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/4498f0e0c1937ffe01fd06f973665830
new file mode 100644
index 0000000..803238d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/4498f0e0c1937ffe01fd06f973665830 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/5aca4d189052212118709018842178c0 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/5aca4d189052212118709018842178c0
new file mode 100644
index 0000000..aee725b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/5aca4d189052212118709018842178c0 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408
new file mode 100644
index 0000000..91d95f7
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/6407b0e94181790501fd1e167b474872 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/6407b0e94181790501fd1e167b474872
new file mode 100644
index 0000000..42d8fff
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/6407b0e94181790501fd1e167b474872 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/640fb0e74195791501fd1ed57b41487f b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/640fb0e74195791501fd1ed57b41487f
new file mode 100644
index 0000000..45f3a8f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/640fb0e74195791501fd1ed57b41487f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/9081237383d90e509aa00f00170e968f b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/9081237383d90e509aa00f00170e968f
new file mode 100644
index 0000000..803238d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/9081237383d90e509aa00f00170e968f differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/9d800788f1b08800ae810202380a0822 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/9d800788f1b08800ae810202380a0822
new file mode 100644
index 0000000..aee725b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/9d800788f1b08800ae810202380a0822 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HDoubleArrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HDoubleArrow
new file mode 100644
index 0000000..60ea7cd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HDoubleArrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HandGrab b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HandGrab
new file mode 100644
index 0000000..aee725b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HandGrab differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HandSqueezed b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HandSqueezed
new file mode 100644
index 0000000..2e6bef1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/HandSqueezed differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/VDoubleArrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/VDoubleArrow
new file mode 100644
index 0000000..36a79aa
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/VDoubleArrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/X_cursor b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/X_cursor
new file mode 100644
index 0000000..9d60776
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/X_cursor differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/arrow
new file mode 100644
index 0000000..d565a82
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/base_arrow_down b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/base_arrow_down
new file mode 100644
index 0000000..df5819b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/base_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/base_arrow_up b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/base_arrow_up
new file mode 100644
index 0000000..318108d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/base_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/based_arrow_down b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/based_arrow_down
new file mode 100644
index 0000000..df5819b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/based_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/based_arrow_up b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/based_arrow_up
new file mode 100644
index 0000000..318108d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/based_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bd_double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bd_double_arrow
new file mode 100644
index 0000000..6cf1531
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bd_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_left_corner b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_left_corner
new file mode 100644
index 0000000..3211b77
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_right_corner b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_right_corner
new file mode 100644
index 0000000..6cf1531
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_side b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_side
new file mode 100644
index 0000000..5c84338
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/bottom_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/c7088f0f3e6c8088236ef8e1e3e70000 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/c7088f0f3e6c8088236ef8e1e3e70000
new file mode 100644
index 0000000..6cf1531
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/c7088f0f3e6c8088236ef8e1e3e70000 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/center_ptr b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/center_ptr
new file mode 100644
index 0000000..a4b1c3a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/center_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/circle b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/circle
new file mode 100644
index 0000000..6ace7ac
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/copy b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/copy
new file mode 100644
index 0000000..42d8fff
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/copy differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/cross b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/cross
new file mode 100644
index 0000000..4e6a5a2
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/cross differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/cross_reverse b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/cross_reverse
new file mode 100644
index 0000000..4e6a5a2
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/cross_reverse differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/crossed_circle b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/crossed_circle
new file mode 100644
index 0000000..5dcba86
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/crossed_circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/crosshair b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/crosshair
new file mode 100644
index 0000000..7c33a20
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/crosshair differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/d9ce0ab605698f320427677b458ad60b b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/d9ce0ab605698f320427677b458ad60b
new file mode 100644
index 0000000..91d95f7
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/d9ce0ab605698f320427677b458ad60b differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-ask b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-ask
new file mode 100644
index 0000000..11c102d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-ask differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-copy b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-copy
new file mode 100644
index 0000000..3dfbce3
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-copy differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-link b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-link
new file mode 100644
index 0000000..f1fec24
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-link differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-move b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-move
new file mode 100644
index 0000000..c848052
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-move differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-none b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-none
new file mode 100644
index 0000000..5dcba86
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/dnd-none differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/double_arrow
new file mode 100644
index 0000000..5c84338
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/draft_large b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/draft_large
new file mode 100644
index 0000000..d565a82
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/draft_large differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/draft_small b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/draft_small
new file mode 100644
index 0000000..d565a82
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/draft_small differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/e29285e634086352946a0e7090d73106 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/e29285e634086352946a0e7090d73106
new file mode 100644
index 0000000..ad38a48
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/e29285e634086352946a0e7090d73106 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/f41c0e382c94c0958e07017e42b00462 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/f41c0e382c94c0958e07017e42b00462
new file mode 100644
index 0000000..3d34a2b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/f41c0e382c94c0958e07017e42b00462 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/f41c0e382c97c0938e07017e42800402 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/f41c0e382c97c0938e07017e42800402
new file mode 100644
index 0000000..bf9cec9
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/f41c0e382c97c0938e07017e42800402 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fcf1c3c7cd4491d801f1e1c78f100000 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fcf1c3c7cd4491d801f1e1c78f100000
new file mode 100644
index 0000000..3211b77
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fcf1c3c7cd4491d801f1e1c78f100000 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fd_double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fd_double_arrow
new file mode 100644
index 0000000..3211b77
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fd_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fleur b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fleur
new file mode 100644
index 0000000..75aa141
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/fleur differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/h_double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/h_double_arrow
new file mode 100644
index 0000000..60ea7cd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand
new file mode 100644
index 0000000..ad38a48
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand1 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand1
new file mode 100644
index 0000000..ad38a48
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand1 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand2 b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand2
new file mode 100644
index 0000000..ad38a48
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/hand2 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_ptr b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_ptr
new file mode 100644
index 0000000..d565a82
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_ptr_watch b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_ptr_watch
new file mode 100644
index 0000000..0154a5a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_ptr_watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_side b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_side
new file mode 100644
index 0000000..4b8c0f1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/left_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/link b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/link
new file mode 100644
index 0000000..45f3a8f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/link differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ll_angle b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ll_angle
new file mode 100644
index 0000000..958b9c5
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ll_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/lr_angle b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/lr_angle
new file mode 100644
index 0000000..85727e0
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/lr_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/move b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/move
new file mode 100644
index 0000000..803238d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/move differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/pencil b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/pencil
new file mode 100644
index 0000000..cde80f9
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/pencil differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/plus b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/plus
new file mode 100644
index 0000000..803238d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/plus differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/question_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/question_arrow
new file mode 100644
index 0000000..91d95f7
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/question_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/right_ptr b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/right_ptr
new file mode 100644
index 0000000..c9fac79
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/right_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/right_side b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/right_side
new file mode 100644
index 0000000..4b8c0f1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/right_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_down_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_down_arrow
new file mode 100644
index 0000000..9da1b50
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_down_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_h_double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_h_double_arrow
new file mode 100644
index 0000000..60ea7cd
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_left_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_left_arrow
new file mode 100644
index 0000000..77ef451
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_right_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_right_arrow
new file mode 100644
index 0000000..756b86e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_right_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_up_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_up_arrow
new file mode 100644
index 0000000..a4b1c3a
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_up_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_v_double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_v_double_arrow
new file mode 100644
index 0000000..36a79aa
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/sb_v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/tcross b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/tcross
new file mode 100644
index 0000000..4e6a5a2
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/tcross differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_left_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_left_arrow
new file mode 100644
index 0000000..d565a82
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_left_corner b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_left_corner
new file mode 100644
index 0000000..6cf1531
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_right_corner b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_right_corner
new file mode 100644
index 0000000..3211b77
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_side b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_side
new file mode 100644
index 0000000..5c84338
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/top_side differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ul_angle b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ul_angle
new file mode 100644
index 0000000..c848052
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ul_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ur_angle b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ur_angle
new file mode 100644
index 0000000..093b255
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/ur_angle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/v_double_arrow b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/v_double_arrow
new file mode 100644
index 0000000..36a79aa
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/watch b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/watch
new file mode 100644
index 0000000..a3af47b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/xterm b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/xterm
new file mode 100644
index 0000000..294b582
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/xterm differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/zoomIn b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/zoomIn
new file mode 100644
index 0000000..3d34a2b
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/zoomIn differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/zoomOut b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/zoomOut
new file mode 100644
index 0000000..bf9cec9
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/PolarCursor/cursors/zoomOut differ
diff --git a/releases/8/sabayon-artwork-core/mouse/PolarCursor/index.theme b/releases/8/sabayon-artwork-core/mouse/PolarCursor/index.theme
new file mode 100644
index 0000000..823d13d
--- /dev/null
+++ b/releases/8/sabayon-artwork-core/mouse/PolarCursor/index.theme
@@ -0,0 +1,4 @@
+[Icon Theme]
+Name=PolarCursorTheme
+Comment=A smooth white cursor theme
+Example=left_ptr
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/X_cursor b/releases/8/sabayon-artwork-core/mouse/entis/cursors/X_cursor
new file mode 100644
index 0000000..2719d72
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/X_cursor differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/based_arrow_down b/releases/8/sabayon-artwork-core/mouse/entis/cursors/based_arrow_down
new file mode 100644
index 0000000..b91f931
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/based_arrow_down differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/based_arrow_up b/releases/8/sabayon-artwork-core/mouse/entis/cursors/based_arrow_up
new file mode 100644
index 0000000..b91f931
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/based_arrow_up differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/circle b/releases/8/sabayon-artwork-core/mouse/entis/cursors/circle
new file mode 100644
index 0000000..2719d72
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/copy b/releases/8/sabayon-artwork-core/mouse/entis/cursors/copy
new file mode 100644
index 0000000..3a7d05d
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/copy differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/crossed_circle b/releases/8/sabayon-artwork-core/mouse/entis/cursors/crossed_circle
new file mode 100644
index 0000000..2719d72
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/crossed_circle differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/fleur b/releases/8/sabayon-artwork-core/mouse/entis/cursors/fleur
new file mode 100644
index 0000000..9857082
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/fleur differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/hand1 b/releases/8/sabayon-artwork-core/mouse/entis/cursors/hand1
new file mode 100644
index 0000000..9857082
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/hand1 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/hand2 b/releases/8/sabayon-artwork-core/mouse/entis/cursors/hand2
new file mode 100644
index 0000000..9857082
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/hand2 differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/left_ptr b/releases/8/sabayon-artwork-core/mouse/entis/cursors/left_ptr
new file mode 100644
index 0000000..8136be1
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/left_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/left_ptr_watch b/releases/8/sabayon-artwork-core/mouse/entis/cursors/left_ptr_watch
new file mode 100644
index 0000000..5e09b2f
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/left_ptr_watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/question_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/question_arrow
new file mode 100644
index 0000000..cc5f8a7
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/question_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/right_ptr b/releases/8/sabayon-artwork-core/mouse/entis/cursors/right_ptr
new file mode 100644
index 0000000..3d43ee3
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/right_ptr differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_down_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_down_arrow
new file mode 100644
index 0000000..b91f931
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_down_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_h_double_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_h_double_arrow
new file mode 100644
index 0000000..d0c5371
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_h_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_left_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_left_arrow
new file mode 100644
index 0000000..d0c5371
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_left_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_right_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_right_arrow
new file mode 100644
index 0000000..d0c5371
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_right_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_up_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_up_arrow
new file mode 100644
index 0000000..b91f931
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_up_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_v_double_arrow b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_v_double_arrow
new file mode 100644
index 0000000..b91f931
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/sb_v_double_arrow differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/top_left_corner b/releases/8/sabayon-artwork-core/mouse/entis/cursors/top_left_corner
new file mode 100644
index 0000000..d2ddb8e
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/top_left_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/top_right_corner b/releases/8/sabayon-artwork-core/mouse/entis/cursors/top_right_corner
new file mode 100644
index 0000000..93be014
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/top_right_corner differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/watch b/releases/8/sabayon-artwork-core/mouse/entis/cursors/watch
new file mode 100644
index 0000000..c1ea910
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/watch differ
diff --git a/releases/8/sabayon-artwork-core/mouse/entis/cursors/xterm b/releases/8/sabayon-artwork-core/mouse/entis/cursors/xterm
new file mode 100644
index 0000000..8c5f0c7
Binary files /dev/null and b/releases/8/sabayon-artwork-core/mouse/entis/cursors/xterm differ