From 8603bf8af8be3124fa3da95f25989f42e876f4ce Mon Sep 17 00:00:00 2001
From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com>
Date: Thu, 14 May 2020 00:16:21 +0200
Subject: [PATCH] Added dark icon coloured theme as well
---
.../icons/typicons_colour_dark/README.md | 17 +++++
.../icons/typicons_colour_dark/backspace.svg | 56 +++++++++++++++
nw/assets/icons/typicons_colour_dark/book.svg | 71 +++++++++++++++++++
.../icons/typicons_colour_dark/cancel.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/delete.svg | 56 +++++++++++++++
.../typicons_colour_dark/document-text.svg | 66 +++++++++++++++++
.../icons/typicons_colour_dark/download.svg | 63 ++++++++++++++++
nw/assets/icons/typicons_colour_dark/flag.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/folder.svg | 66 +++++++++++++++++
.../icons/typicons_colour_dark/globe.svg | 57 +++++++++++++++
.../icons/typicons_colour_dark/globe_max.svg | 57 +++++++++++++++
.../icons/typicons_colour_dark/icons.conf | 38 ++++++++++
.../typicons_colour_dark/input-checked.svg | 56 +++++++++++++++
nw/assets/icons/typicons_colour_dark/key.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/location.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/minus.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/pencil.svg | 55 ++++++++++++++
nw/assets/icons/typicons_colour_dark/plus.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/puzzle.svg | 56 +++++++++++++++
.../typicons_colour_dark/search-replace.svg | 64 +++++++++++++++++
.../icons/typicons_colour_dark/search.svg | 58 +++++++++++++++
nw/assets/icons/typicons_colour_dark/star.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/stopwatch.svg | 62 ++++++++++++++++
.../typicons_colour_dark/stopwatch_max.svg | 62 ++++++++++++++++
nw/assets/icons/typicons_colour_dark/time.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/times.svg | 56 +++++++++++++++
.../icons/typicons_colour_dark/trash.svg | 56 +++++++++++++++
nw/assets/icons/typicons_colour_dark/user.svg | 56 +++++++++++++++
nw/config.py | 2 +-
29 files changed, 1577 insertions(+), 1 deletion(-)
create mode 100644 nw/assets/icons/typicons_colour_dark/README.md
create mode 100644 nw/assets/icons/typicons_colour_dark/backspace.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/book.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/cancel.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/delete.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/document-text.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/download.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/flag.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/folder.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/globe.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/globe_max.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/icons.conf
create mode 100644 nw/assets/icons/typicons_colour_dark/input-checked.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/key.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/location.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/minus.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/pencil.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/plus.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/puzzle.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/search-replace.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/search.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/star.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/stopwatch.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/stopwatch_max.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/time.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/times.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/trash.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/user.svg
diff --git a/nw/assets/icons/typicons_colour_dark/README.md b/nw/assets/icons/typicons_colour_dark/README.md
new file mode 100644
index 00000000..3686b78d
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/README.md
@@ -0,0 +1,17 @@
+Typicons
+----
+
+Source: https://github.com/stephenhutchings/typicons.font
+
+License
+-------
+
+#### Icons/Artwork
+
+Distributed under
+[CC BY-SA](http://creativecommons.org/licenses/by-sa/3.0/) licence.
+
+#### Font
+
+Distributed under
+[SIL Open Font Licence](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) licence.
diff --git a/nw/assets/icons/typicons_colour_dark/backspace.svg b/nw/assets/icons/typicons_colour_dark/backspace.svg
new file mode 100644
index 00000000..153e6519
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/backspace.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/book.svg b/nw/assets/icons/typicons_colour_dark/book.svg
new file mode 100644
index 00000000..6798b72e
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/book.svg
@@ -0,0 +1,71 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/cancel.svg b/nw/assets/icons/typicons_colour_dark/cancel.svg
new file mode 100644
index 00000000..e915d902
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/cancel.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/delete.svg b/nw/assets/icons/typicons_colour_dark/delete.svg
new file mode 100644
index 00000000..1a5f0eac
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/delete.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/document-text.svg b/nw/assets/icons/typicons_colour_dark/document-text.svg
new file mode 100644
index 00000000..bb79ef9e
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/document-text.svg
@@ -0,0 +1,66 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/download.svg b/nw/assets/icons/typicons_colour_dark/download.svg
new file mode 100644
index 00000000..ba966a8d
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/download.svg
@@ -0,0 +1,63 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/flag.svg b/nw/assets/icons/typicons_colour_dark/flag.svg
new file mode 100644
index 00000000..93662481
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/flag.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/folder.svg b/nw/assets/icons/typicons_colour_dark/folder.svg
new file mode 100644
index 00000000..267d69fe
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/folder.svg
@@ -0,0 +1,66 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/globe.svg b/nw/assets/icons/typicons_colour_dark/globe.svg
new file mode 100644
index 00000000..9394ebed
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/globe.svg
@@ -0,0 +1,57 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/globe_max.svg b/nw/assets/icons/typicons_colour_dark/globe_max.svg
new file mode 100644
index 00000000..8966c4c9
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/globe_max.svg
@@ -0,0 +1,57 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/icons.conf b/nw/assets/icons/typicons_colour_dark/icons.conf
new file mode 100644
index 00000000..aa7942c7
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/icons.conf
@@ -0,0 +1,38 @@
+##
+# Icons: Typicons Colour Dark
+# Source: https://github.com/stephenhutchings/typicons.font
+# Credit: Stephen Hutchings
+# Modified: Veronica Berglyd Olsen
+##
+
+[Main]
+name = Typicons Colour Dark
+author = Stephen Hutchings
+credit = Stephen Hutchings
+url = https://github.com/stephenhutchings/typicons.font
+
+[Map]
+cls_none = cancel.svg
+cls_novel = book.svg
+cls_plot = puzzle.svg
+cls_character = user.svg
+cls_world = location.svg
+cls_timeline = time.svg
+cls_object = key.svg
+cls_entity = flag.svg
+cls_custom = star.svg
+cls_trash = trash.svg
+proj_document = document-text.svg
+proj_folder = folder.svg
+status_lang = globe_max.svg
+status_time = stopwatch_max.svg
+delete = delete.svg
+add = plus.svg
+remove = minus.svg
+close = times.svg
+done = input-checked.svg
+search = search.svg
+search-replace = search-replace.svg
+clear = backspace.svg
+save = download.svg
+edit = pencil.svg
diff --git a/nw/assets/icons/typicons_colour_dark/input-checked.svg b/nw/assets/icons/typicons_colour_dark/input-checked.svg
new file mode 100644
index 00000000..ae2fede6
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/input-checked.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/key.svg b/nw/assets/icons/typicons_colour_dark/key.svg
new file mode 100644
index 00000000..ea2d07de
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/key.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/location.svg b/nw/assets/icons/typicons_colour_dark/location.svg
new file mode 100644
index 00000000..a1844983
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/location.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/minus.svg b/nw/assets/icons/typicons_colour_dark/minus.svg
new file mode 100644
index 00000000..c2f9ccee
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/minus.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/pencil.svg b/nw/assets/icons/typicons_colour_dark/pencil.svg
new file mode 100644
index 00000000..bf1d0dab
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/pencil.svg
@@ -0,0 +1,55 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/plus.svg b/nw/assets/icons/typicons_colour_dark/plus.svg
new file mode 100644
index 00000000..7287b396
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/plus.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/puzzle.svg b/nw/assets/icons/typicons_colour_dark/puzzle.svg
new file mode 100644
index 00000000..45f00f47
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/puzzle.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/search-replace.svg b/nw/assets/icons/typicons_colour_dark/search-replace.svg
new file mode 100644
index 00000000..b6c6e81e
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/search-replace.svg
@@ -0,0 +1,64 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/search.svg b/nw/assets/icons/typicons_colour_dark/search.svg
new file mode 100644
index 00000000..40a6203c
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/search.svg
@@ -0,0 +1,58 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/star.svg b/nw/assets/icons/typicons_colour_dark/star.svg
new file mode 100644
index 00000000..93995a6c
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/star.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/stopwatch.svg b/nw/assets/icons/typicons_colour_dark/stopwatch.svg
new file mode 100644
index 00000000..7fbbf0d7
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/stopwatch.svg
@@ -0,0 +1,62 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/stopwatch_max.svg b/nw/assets/icons/typicons_colour_dark/stopwatch_max.svg
new file mode 100644
index 00000000..7d489bae
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/stopwatch_max.svg
@@ -0,0 +1,62 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/time.svg b/nw/assets/icons/typicons_colour_dark/time.svg
new file mode 100644
index 00000000..e1746eda
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/time.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/times.svg b/nw/assets/icons/typicons_colour_dark/times.svg
new file mode 100644
index 00000000..c360709a
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/times.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/trash.svg b/nw/assets/icons/typicons_colour_dark/trash.svg
new file mode 100644
index 00000000..b7728f3e
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/trash.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/user.svg b/nw/assets/icons/typicons_colour_dark/user.svg
new file mode 100644
index 00000000..fce26108
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/user.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/nw/config.py b/nw/config.py
index a9f4de3d..04685fb6 100644
--- a/nw/config.py
+++ b/nw/config.py
@@ -83,7 +83,7 @@ class Config:
## General
self.guiTheme = "default"
self.guiSyntax = "default_light"
- self.guiIcons = "typicons_grey_light"
+ self.guiIcons = "typicons_colour_dark"
self.guiDark = False
## Sizes