Skip to content

Commit

Permalink
Fix our CI with the theme checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 8, 2024
1 parent 5b9625b commit e8c2378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c2378

Please sign in to comment.