* fix: Fix progress bar coloring and remove % on indicator
Fixes#1129
* fix: Improve header, action buttons and progress bar spacing
* fix: Fix caret color on sb-mini-editor
* Adjust picker input to take up all remaining space
* Improve modals and buttons
* Remove confusing focus of scrollable result list in Firefox
* Adjust css for dark themes, add background for text field in prompt
Seperate accent color for text to increase contrast in dark theme
Set css color-scheme to dark for dark theme
* Fix buggy when entering very long text in picker
* Prevent key events from propagating outside of modals
* Always show focus on button
* Add the keydown event listener directly to the mini editor
* Do not refocus the mini editor when it loses focus and refactoring of the AlwaysShownModal.
* Fix reference to button and mini editor focus in chrome
* Fix selected option index capping in filter when using page down
* refactor: start using css variables for theming
* refactor: finish defining all currently used css vars
* refactor: create dark mode with css vars
* refactor: move color vars to own file
* fix: switch order of style tags to priorize custom styles over main.css
---------
Co-authored-by: TheLD <lars@adornis.de>