summaryrefslogtreecommitdiff
path: root/Base/res/cursor-themes
diff options
context:
space:
mode:
authorMaciej Zygmanowski <sppmacd@pm.me>2021-08-02 12:15:46 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-23 01:41:53 +0200
commitf2a77f0c2ce86584d6e2ef7f579ce77e916916bc (patch)
treea3a02eb6594bffb6f987331171bf4f4ecf950f69 /Base/res/cursor-themes
parent42df4fb2df21da43412bb747d2cbc1c839275584 (diff)
downloadserenity-f2a77f0c2ce86584d6e2ef7f579ce77e916916bc.zip
Base: Add "Dark" cursor theme
Diffstat (limited to 'Base/res/cursor-themes')
-rw-r--r--Base/res/cursor-themes/Dark/Config.ini17
-rw-r--r--Base/res/cursor-themes/Dark/arrow.x2y2-2x.pngbin0 -> 10224 bytes
-rw-r--r--Base/res/cursor-themes/Dark/arrow.x2y2.pngbin0 -> 4807 bytes
-rw-r--r--Base/res/cursor-themes/Dark/crosshair-2x.pngbin0 -> 8385 bytes
-rw-r--r--Base/res/cursor-themes/Dark/crosshair.pngbin0 -> 3668 bytes
-rw-r--r--Base/res/cursor-themes/Dark/disallowed.pngbin0 -> 8332 bytes
-rw-r--r--Base/res/cursor-themes/Dark/drag.pngbin0 -> 4748 bytes
-rw-r--r--Base/res/cursor-themes/Dark/hand.x8y4.pngbin0 -> 4654 bytes
-rw-r--r--Base/res/cursor-themes/Dark/help.x1y1.pngbin0 -> 5046 bytes
-rw-r--r--Base/res/cursor-themes/Dark/hidden.pngbin0 -> 128 bytes
-rw-r--r--Base/res/cursor-themes/Dark/i-beam.pngbin0 -> 4234 bytes
-rw-r--r--Base/res/cursor-themes/Dark/move-2x.pngbin0 -> 14374 bytes
-rw-r--r--Base/res/cursor-themes/Dark/move.pngbin0 -> 8271 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-column-2x.pngbin0 -> 11669 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-column.pngbin0 -> 6141 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-diagonal-bltr-2x.pngbin0 -> 11298 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-diagonal-bltr.pngbin0 -> 5897 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-diagonal-tlbr-2x.pngbin0 -> 11144 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-diagonal-tlbr.pngbin0 -> 6086 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-horizontal-2x.pngbin0 -> 11531 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-horizontal.pngbin0 -> 5124 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-row-2x.pngbin0 -> 11357 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-row.pngbin0 -> 5957 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-vertical-2x.pngbin0 -> 11372 bytes
-rw-r--r--Base/res/cursor-themes/Dark/resize-vertical.pngbin0 -> 5135 bytes
-rw-r--r--Base/res/cursor-themes/Dark/wait.f14t100.pngbin0 -> 5223 bytes
26 files changed, 17 insertions, 0 deletions
diff --git a/Base/res/cursor-themes/Dark/Config.ini b/Base/res/cursor-themes/Dark/Config.ini
new file mode 100644
index 0000000000..fec44b14a7
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/Config.ini
@@ -0,0 +1,17 @@
+[Cursor]
+Hidden=hidden.png
+Arrow=arrow.x2y2.png
+ResizeH=resize-horizontal.png
+ResizeV=resize-vertical.png
+ResizeDTLBR=resize-diagonal-tlbr.png
+ResizeDBLTR=resize-diagonal-bltr.png
+ResizeColumn=resize-column.png
+ResizeRow=resize-row.png
+IBeam=i-beam.png
+Disallowed=disallowed.png
+Move=move.png
+Hand=hand.x8y4.png
+Help=help.x1y1.png
+Drag=drag.png
+Wait=wait.f14t100.png
+Crosshair=crosshair.png
diff --git a/Base/res/cursor-themes/Dark/arrow.x2y2-2x.png b/Base/res/cursor-themes/Dark/arrow.x2y2-2x.png
new file mode 100644
index 0000000000..6a8d081302
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/arrow.x2y2-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/arrow.x2y2.png b/Base/res/cursor-themes/Dark/arrow.x2y2.png
new file mode 100644
index 0000000000..30b5e80f68
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/arrow.x2y2.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/crosshair-2x.png b/Base/res/cursor-themes/Dark/crosshair-2x.png
new file mode 100644
index 0000000000..83a0ccbdc0
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/crosshair-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/crosshair.png b/Base/res/cursor-themes/Dark/crosshair.png
new file mode 100644
index 0000000000..ad8673d1f6
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/crosshair.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/disallowed.png b/Base/res/cursor-themes/Dark/disallowed.png
new file mode 100644
index 0000000000..c7357b9fbe
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/disallowed.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/drag.png b/Base/res/cursor-themes/Dark/drag.png
new file mode 100644
index 0000000000..dc311a971f
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/drag.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/hand.x8y4.png b/Base/res/cursor-themes/Dark/hand.x8y4.png
new file mode 100644
index 0000000000..5597473eb8
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/hand.x8y4.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/help.x1y1.png b/Base/res/cursor-themes/Dark/help.x1y1.png
new file mode 100644
index 0000000000..c26b3fe2fa
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/help.x1y1.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/hidden.png b/Base/res/cursor-themes/Dark/hidden.png
new file mode 100644
index 0000000000..96382d8740
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/hidden.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/i-beam.png b/Base/res/cursor-themes/Dark/i-beam.png
new file mode 100644
index 0000000000..b7d92b22c1
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/i-beam.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/move-2x.png b/Base/res/cursor-themes/Dark/move-2x.png
new file mode 100644
index 0000000000..167fbb83e7
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/move-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/move.png b/Base/res/cursor-themes/Dark/move.png
new file mode 100644
index 0000000000..7cc7a64f96
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/move.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-column-2x.png b/Base/res/cursor-themes/Dark/resize-column-2x.png
new file mode 100644
index 0000000000..d498a513d2
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-column-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-column.png b/Base/res/cursor-themes/Dark/resize-column.png
new file mode 100644
index 0000000000..ab7897403d
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-column.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-diagonal-bltr-2x.png b/Base/res/cursor-themes/Dark/resize-diagonal-bltr-2x.png
new file mode 100644
index 0000000000..d020a4ffcd
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-diagonal-bltr-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-diagonal-bltr.png b/Base/res/cursor-themes/Dark/resize-diagonal-bltr.png
new file mode 100644
index 0000000000..0afe0ecb6b
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-diagonal-bltr.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-diagonal-tlbr-2x.png b/Base/res/cursor-themes/Dark/resize-diagonal-tlbr-2x.png
new file mode 100644
index 0000000000..fd42d42e67
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-diagonal-tlbr-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-diagonal-tlbr.png b/Base/res/cursor-themes/Dark/resize-diagonal-tlbr.png
new file mode 100644
index 0000000000..dc4b0b8294
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-diagonal-tlbr.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-horizontal-2x.png b/Base/res/cursor-themes/Dark/resize-horizontal-2x.png
new file mode 100644
index 0000000000..5db9e9d7a9
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-horizontal-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-horizontal.png b/Base/res/cursor-themes/Dark/resize-horizontal.png
new file mode 100644
index 0000000000..80b98691bb
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-horizontal.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-row-2x.png b/Base/res/cursor-themes/Dark/resize-row-2x.png
new file mode 100644
index 0000000000..1b62829d7c
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-row-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-row.png b/Base/res/cursor-themes/Dark/resize-row.png
new file mode 100644
index 0000000000..7f1c226c77
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-row.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-vertical-2x.png b/Base/res/cursor-themes/Dark/resize-vertical-2x.png
new file mode 100644
index 0000000000..3be1baea30
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-vertical-2x.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/resize-vertical.png b/Base/res/cursor-themes/Dark/resize-vertical.png
new file mode 100644
index 0000000000..1d3e1d2f3c
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/resize-vertical.png
Binary files differ
diff --git a/Base/res/cursor-themes/Dark/wait.f14t100.png b/Base/res/cursor-themes/Dark/wait.f14t100.png
new file mode 100644
index 0000000000..d48441de98
--- /dev/null
+++ b/Base/res/cursor-themes/Dark/wait.f14t100.png
Binary files differ