If I change the color_theme to anything rather than light while having added a theme in the themes folder, it crashes.
nu ✗ dlauncher
[2024-10-11T02:04:51Z INFO dlauncher] Started dlauncher
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/launcher/util/theme.rs:70:8
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
nu ✗ ll ~/.config/dlauncher/themes/
Octal Permissions Links Size User Date Modified Name
0775 drwxrwxr-x 1 - user 15 mai 2022 adwaita-gtk4-dark/
0755 drwxr-xr-x 1 - user 10 out 22:52 light/
0775 drwxrwxr-x 1 - user 5 mar 2022 zorinBlueDark/
Hi,
If I change the
color_theme
to anything rather thanlight
while having added a theme in the themes folder, it crashes.Not sure, but maybe it's due to these themes extending dark theme, and dark theme were not made available by this tool.