summaryrefslogtreecommitdiff
path: root/Base/res/cursor-themes
diff options
context:
space:
mode:
authorMustafa Quraish <mustafaq9@gmail.com>2021-08-31 22:16:53 -0400
committerAndreas Kling <kling@serenityos.org>2021-09-04 03:35:23 +0200
commit30ce1d856292a025b5f0e1fd1e4ddbbd6991b8c5 (patch)
tree1e128afcd24a92536ef0f64461cfabef902528af /Base/res/cursor-themes
parent81326ac8c79f97d352818ecb4381ba2d167280d5 (diff)
downloadserenity-30ce1d856292a025b5f0e1fd1e4ddbbd6991b8c5.zip
Cursors: Add new Eyedropper cursor
This can be used immediately in PixelPaint (separate commit), but I am adding this as a system-wide cursor since it may also be useful for other applications that want to use it.
Diffstat (limited to 'Base/res/cursor-themes')
-rw-r--r--Base/res/cursor-themes/Dark/Config.ini1
-rw-r--r--Base/res/cursor-themes/Dark/eyedropper.x2y2.pngbin0 -> 716 bytes
-rw-r--r--Base/res/cursor-themes/Default/Config.ini1
-rw-r--r--Base/res/cursor-themes/Default/eyedropper.x2y2.pngbin0 -> 680 bytes
4 files changed, 2 insertions, 0 deletions
diff --git a/Base/res/cursor-themes/Dark/Config.ini b/Base/res/cursor-themes/Dark/Config.ini
index fec44b14a7..88cc11daae 100644
--- a/Base/res/cursor-themes/Dark/Config.ini
+++ b/Base/res/cursor-themes/Dark/Config.ini
@@ -15,3 +15,4 @@ Help=help.x1y1.png
Drag=drag.png
Wait=wait.f14t100.png
Crosshair=crosshair.png
+Eyedropper=eyedropper.x2y2.png
diff --git a/Base/res/cursor-themes/Dark/eyedropper.x2y2.png b/Base/res/cursor-themes/Dark/eyedropper.x2y2.png
new file mode 100644
index 0000000000..2d3c67584d
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/eyedropper.x2y2.png
Binary files differ
diff --git a/Base/res/cursor-themes/Default/Config.ini b/Base/res/cursor-themes/Default/Config.ini
index fec44b14a7..88cc11daae 100644
--- a/Base/res/cursor-themes/Default/Config.ini
+++ b/Base/res/cursor-themes/Default/Config.ini
@@ -15,3 +15,4 @@ Help=help.x1y1.png
Drag=drag.png
Wait=wait.f14t100.png
Crosshair=crosshair.png
+Eyedropper=eyedropper.x2y2.png
diff --git a/Base/res/cursor-themes/Default/eyedropper.x2y2.png b/Base/res/cursor-themes/Default/eyedropper.x2y2.png
new file mode 100644
index 0000000000..cd6b4c6bb6
--- /dev/null
+++ b/Base/res/cursor-themes/Default/eyedropper.x2y2.png
Binary files differ