From 3ecc918dd774c753d1ecd0d557977ced6d218154 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Tue, 28 Jan 2025 13:52:30 +0100 Subject: [PATCH] update settings, icons --- config/settings.yaml | 2 +- icons/help.svg | 1 + icons/history.svg | 1 + icons/icons.yaml | 6 +++++- icons/quit.svg | 1 + icons/support.svg | 1 + 6 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 icons/help.svg create mode 100644 icons/history.svg create mode 100644 icons/quit.svg create mode 100644 icons/support.svg diff --git a/config/settings.yaml b/config/settings.yaml index 23646d6..217b84f 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,4 +1,4 @@ -institution_name: Test +institution_name: Testbibliothek Psychologie default_loan_duration: 7 inactive_user_deletion: 365 database: diff --git a/icons/help.svg b/icons/help.svg new file mode 100644 index 0000000..8f5f19a --- /dev/null +++ b/icons/help.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/history.svg b/icons/history.svg new file mode 100644 index 0000000..a67bdc3 --- /dev/null +++ b/icons/history.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/icons.yaml b/icons/icons.yaml index 2c9a3d1..2784f04 100644 --- a/icons/icons.yaml +++ b/icons/icons.yaml @@ -1,4 +1,4 @@ -color: '#B89230' #Hex code of the color +color: '#737373' #Hex code of the color icons: addBook: add_book.svg add_user: add_user.svg @@ -16,3 +16,7 @@ icons: warning: warning.svg delete: delete.svg restart: restart.svg + quit: quit.svg + history: history.svg + help: help.svg + support: support.svg \ No newline at end of file diff --git a/icons/quit.svg b/icons/quit.svg new file mode 100644 index 0000000..88e2b11 --- /dev/null +++ b/icons/quit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/support.svg b/icons/support.svg new file mode 100644 index 0000000..dc6f6f5 --- /dev/null +++ b/icons/support.svg @@ -0,0 +1 @@ + \ No newline at end of file