aboutsummaryrefslogtreecommitdiff
path: root/src/icons
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-27 01:38:16 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-27 01:38:16 +0200
commit4ad32f09d68dd7b589e1f44ccc77766a133a6761 (patch)
tree950c3587118ce94a4b02ab4c05ce6738ef76316f /src/icons
parent8a1961707348c85b6564a18a4c0c3e1d8e34b65c (diff)
downloadkristall-4ad32f09d68dd7b589e1f44ccc77766a133a6761.tar.gz
Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape)
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/dark/actions/search-next.svg1
-rw-r--r--src/icons/dark/actions/search-previous.svg1
-rw-r--r--src/icons/light/actions/search-next.svg1
-rw-r--r--src/icons/light/actions/search-previous.svg1
-rwxr-xr-xsrc/icons/update-themes.sh3
5 files changed, 5 insertions, 2 deletions
diff --git a/src/icons/dark/actions/search-next.svg b/src/icons/dark/actions/search-next.svg
new file mode 100644
index 0000000..59356a4
--- /dev/null
+++ b/src/icons/dark/actions/search-next.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg> \ No newline at end of file
diff --git a/src/icons/dark/actions/search-previous.svg b/src/icons/dark/actions/search-previous.svg
new file mode 100644
index 0000000..4da1d2b
--- /dev/null
+++ b/src/icons/dark/actions/search-previous.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="#FFFFFF" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/search-next.svg b/src/icons/light/actions/search-next.svg
new file mode 100644
index 0000000..fc32cf8
--- /dev/null
+++ b/src/icons/light/actions/search-next.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg> \ No newline at end of file
diff --git a/src/icons/light/actions/search-previous.svg b/src/icons/light/actions/search-previous.svg
new file mode 100644
index 0000000..24cd1dd
--- /dev/null
+++ b/src/icons/light/actions/search-previous.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg> \ No newline at end of file
diff --git a/src/icons/update-themes.sh b/src/icons/update-themes.sh
index 7975fb0..f9bd47b 100755
--- a/src/icons/update-themes.sh
+++ b/src/icons/update-themes.sh
@@ -6,5 +6,4 @@ rm -rf dark/objects/*
cp -r light/actions/*.svg dark/actions
cp -r light/objects/*.svg dark/objects
-
-sed -i 's/d=/fill="#FFFFFF" d=/g' dark/{objects,actions}/*.svg \ No newline at end of file
+sed -i 's/d=/fill="#FFFFFF" d=/g' dark/{objects,actions}/*.svg