aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorConfuSomu2023-08-16 19:40:47 -0400
committerConfuSomu2023-08-16 19:40:47 -0400
commite625d3fcca7c735ed98570bc1acbcaa840541e61 (patch)
tree24606cd1ef4b0763836566025b042c8656eefa7c /res
parentc45f6501f501a65f753604bfd2341035ae12fd30 (diff)
downloadActorViewer-e625d3fcca7c735ed98570bc1acbcaa840541e61.tar
ActorViewer-e625d3fcca7c735ed98570bc1acbcaa840541e61.tar.gz
ActorViewer-e625d3fcca7c735ed98570bc1acbcaa840541e61.zip
Display status type icons in status list
These icons allow users to identify the type of status with ease. I had to make — hand draw — custom icons as I didn't find any suitable icons in the Free Desktop Icon Theme Specification. Note that these icons are currently suitable only for a light theme. Support for a dark theme shouldn't be too hard to add.
Diffstat (limited to 'res')
-rw-r--r--res/icons/globe.pngbin0 -> 737 bytes
-rw-r--r--res/icons/letter.pngbin0 -> 434 bytes
-rw-r--r--res/icons/padlock-locked.pngbin0 -> 546 bytes
-rw-r--r--res/icons/question.pngbin0 -> 529 bytes
-rw-r--r--res/icons/repeat.pngbin0 -> 759 bytes
-rw-r--r--res/icons/unlisted.pngbin0 -> 701 bytes
6 files changed, 0 insertions, 0 deletions
diff --git a/res/icons/globe.png b/res/icons/globe.png
new file mode 100644
index 0000000..c369171
--- /dev/null
+++ b/res/icons/globe.png
Binary files differ
diff --git a/res/icons/letter.png b/res/icons/letter.png
new file mode 100644
index 0000000..4266531
--- /dev/null
+++ b/res/icons/letter.png
Binary files differ
diff --git a/res/icons/padlock-locked.png b/res/icons/padlock-locked.png
new file mode 100644
index 0000000..9d162b2
--- /dev/null
+++ b/res/icons/padlock-locked.png
Binary files differ
diff --git a/res/icons/question.png b/res/icons/question.png
new file mode 100644
index 0000000..2ab53c7
--- /dev/null
+++ b/res/icons/question.png
Binary files differ
diff --git a/res/icons/repeat.png b/res/icons/repeat.png
new file mode 100644
index 0000000..8e24121
--- /dev/null
+++ b/res/icons/repeat.png
Binary files differ
diff --git a/res/icons/unlisted.png b/res/icons/unlisted.png
new file mode 100644
index 0000000..69f9ff7
--- /dev/null
+++ b/res/icons/unlisted.png
Binary files differ