From 343e809bde616e504c3ea74a0758e1d30a80544b Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Sun, 13 Nov 2022 00:10:25 +0100 Subject: [PATCH] Updated themes --- themes/galaxy/config.php | 66 ++++++++++++++++++++++++++++++++++++++++ themes/galaxy/readme.md | 2 +- themes/mono/config.php | 66 ++++++++++++++++++++++++++++++++++++++++ themes/mono/readme.md | 2 +- 4 files changed, 134 insertions(+), 2 deletions(-) create mode 100644 themes/galaxy/config.php create mode 100644 themes/mono/config.php diff --git a/themes/galaxy/config.php b/themes/galaxy/config.php new file mode 100644 index 0000000..8cc5a35 --- /dev/null +++ b/themes/galaxy/config.php @@ -0,0 +1,66 @@ + 'false', + + 'open_links_in_same_tab' => 'false', + + + /* + |-------------------------------------------------------------------------- + | Custom Code + |-------------------------------------------------------------------------- + | + | Custom code allows you to inject customized Blade, PHP, HTML, JavaScript and CSS code. + | + | In your "extra" folder, you will find 3 separate files for injecting your code to + | different places on the final page (head, body, at the end of the body). + | + | You may also attach custom assets like CSS, JS, or images. + | You can find instructions for this in the files in your extra folder. + | + */ + + 'enable_custom_code' => 'false', + + // Disable individual files (only applies if above is 'true'). + 'enable_custom_head' => 'true', + 'enable_custom_body' => 'true', + 'enable_custom_body_end' => 'true', + + + /* + |-------------------------------------------------------------------------- + | Custom Icons + |-------------------------------------------------------------------------- + | + | You may add custom icons to your theme.  + | These icons are stored under: .../extra/custom-icons. + | + | You can adjust the file extension types to use other files than just SVGs. + | + */ + + 'use_custom_icons' => 'false', + + // Is not set correct this will cause errors. + 'custom_icon_extension' => '.svg', // (.png, .jpg ...) + + + +]; \ No newline at end of file diff --git a/themes/galaxy/readme.md b/themes/galaxy/readme.md index b0cc7ea..385ea4d 100644 --- a/themes/galaxy/readme.md +++ b/themes/galaxy/readme.md @@ -2,7 +2,7 @@ Find more themes: https://github.com/JulianPrieber/llc-themes * Theme Name: Galaxy -* Theme Version: 1.6 +* Theme Version: 1.7 * Theme Date: 2022-06-09 * Theme Author: JulianPrieber * Theme Author URI: https://github.com/JulianPrieber diff --git a/themes/mono/config.php b/themes/mono/config.php new file mode 100644 index 0000000..8cc5a35 --- /dev/null +++ b/themes/mono/config.php @@ -0,0 +1,66 @@ + 'false', + + 'open_links_in_same_tab' => 'false', + + + /* + |-------------------------------------------------------------------------- + | Custom Code + |-------------------------------------------------------------------------- + | + | Custom code allows you to inject customized Blade, PHP, HTML, JavaScript and CSS code. + | + | In your "extra" folder, you will find 3 separate files for injecting your code to + | different places on the final page (head, body, at the end of the body). + | + | You may also attach custom assets like CSS, JS, or images. + | You can find instructions for this in the files in your extra folder. + | + */ + + 'enable_custom_code' => 'false', + + // Disable individual files (only applies if above is 'true'). + 'enable_custom_head' => 'true', + 'enable_custom_body' => 'true', + 'enable_custom_body_end' => 'true', + + + /* + |-------------------------------------------------------------------------- + | Custom Icons + |-------------------------------------------------------------------------- + | + | You may add custom icons to your theme.  + | These icons are stored under: .../extra/custom-icons. + | + | You can adjust the file extension types to use other files than just SVGs. + | + */ + + 'use_custom_icons' => 'false', + + // Is not set correct this will cause errors. + 'custom_icon_extension' => '.svg', // (.png, .jpg ...) + + + +]; \ No newline at end of file diff --git a/themes/mono/readme.md b/themes/mono/readme.md index d343a7d..21ea1e2 100644 --- a/themes/mono/readme.md +++ b/themes/mono/readme.md @@ -2,7 +2,7 @@ Find more themes: https://github.com/JulianPrieber/llc-themes * Theme Name: Mono -* Theme Version: 1.3 +* Theme Version: 1.4 * Theme Date: 2022-05-18 * Theme Author: JulianPrieber * Theme Author URI: https://github.com/JulianPrieber