From 9b9a1f435e33074e6573317ea947c617be484190 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Tue, 11 Dec 2018 20:37:59 -0600 Subject: Add v1.1 Paper Automata theme by 6788 --- src/stylesheets/Paper/Automata/Arrows/down.svg | 97 +++++++++++++++++++++++++ src/stylesheets/Paper/Automata/Arrows/left.svg | 97 +++++++++++++++++++++++++ src/stylesheets/Paper/Automata/Arrows/right.svg | 97 +++++++++++++++++++++++++ src/stylesheets/Paper/Automata/Arrows/up.svg | 97 +++++++++++++++++++++++++ 4 files changed, 388 insertions(+) create mode 100644 src/stylesheets/Paper/Automata/Arrows/down.svg create mode 100644 src/stylesheets/Paper/Automata/Arrows/left.svg create mode 100644 src/stylesheets/Paper/Automata/Arrows/right.svg create mode 100644 src/stylesheets/Paper/Automata/Arrows/up.svg (limited to 'src/stylesheets/Paper/Automata/Arrows') diff --git a/src/stylesheets/Paper/Automata/Arrows/down.svg b/src/stylesheets/Paper/Automata/Arrows/down.svg new file mode 100644 index 00000000..30f13836 --- /dev/null +++ b/src/stylesheets/Paper/Automata/Arrows/down.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/stylesheets/Paper/Automata/Arrows/left.svg b/src/stylesheets/Paper/Automata/Arrows/left.svg new file mode 100644 index 00000000..97094916 --- /dev/null +++ b/src/stylesheets/Paper/Automata/Arrows/left.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/stylesheets/Paper/Automata/Arrows/right.svg b/src/stylesheets/Paper/Automata/Arrows/right.svg new file mode 100644 index 00000000..5eaa99cf --- /dev/null +++ b/src/stylesheets/Paper/Automata/Arrows/right.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/src/stylesheets/Paper/Automata/Arrows/up.svg b/src/stylesheets/Paper/Automata/Arrows/up.svg new file mode 100644 index 00000000..5fa569f4 --- /dev/null +++ b/src/stylesheets/Paper/Automata/Arrows/up.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + -- cgit v1.3.1