This pull request sets the dummy value, which is the value of the colorSchemeref before loading color scheme, to null. Previously, it was 'auto' and, if the color scheme was auto, the watcher would not be triggered and the color scheme would not be visible for the user.
This pull request sets the dummy value, which is the value of the `colorScheme` `ref` before loading color scheme, to `null`. Previously, it was `'auto'` and, if the color scheme was *auto*, the watcher would not be triggered and the color scheme would not be visible for the user.
# Related issues
Closes #161
jakob.scheid
added this to the 0.1.0 milestone 2026-08-06 15:09:47 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This pull request sets the dummy value, which is the value of the
colorSchemerefbefore loading color scheme, tonull. Previously, it was'auto'and, if the color scheme was auto, the watcher would not be triggered and the color scheme would not be visible for the user.Related issues
Closes #161