diff --git a/CHANGELOG.md b/CHANGELOG.md index 4166622..7e6583c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,11 +18,14 @@ and this project adheres to [Semantic Versioning]. - Custom extension support, such as the advanced docking system. - Compile Qt resource files (from [chaosink]). - Documented support for CMake builds (from [ruilvo]). +- Add additional alternate themes for common styles (from [Inverted-E]). +- Add additional a red theme (from [Inverted-E]). ### Changed - Stylesheets to match KDE-like Breeze and Breeze dark themes. - Icons to match KDE-like Breeze and Breeze dark themes. +- Make `dark` and `light` aliases for `dark-blue` and `light-blue`, respectively. ### Deprecated diff --git a/scripts/theme.sh b/scripts/theme.sh index 0c9e480..fb63059 100755 --- a/scripts/theme.sh +++ b/scripts/theme.sh @@ -8,7 +8,7 @@ scripts_home="$(dirname "$(realpath "${BASH_SOURCE[0]}")")" project_home="$(dirname "${scripts_home}")" cd "${project_home}/example/detect" # shellcheck source=/dev/null -. "${scripts_home}/../shared.sh" +. "${scripts_home}/shared.sh" if ! is-set PYTHON; then PYTHON=python