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