No description
Find a file
2025-02-04 17:00:53 -04:00
dist Tag Controller with some refactoring 2024-12-09 12:17:16 -04:00
src Finally working on mobile 2025-02-04 17:00:41 -04:00
.editorconfig Initial commit 2024-11-27 22:54:45 -04:00
.eslintignore Initial commit 2024-11-27 22:54:45 -04:00
.eslintrc Initial commit 2024-11-27 22:54:45 -04:00
.gitignore Initial commit 2024-11-27 22:54:45 -04:00
.npmrc Initial commit 2024-11-27 22:54:45 -04:00
esbuild.config.mjs Init project 2024-12-01 19:59:21 -04:00
LICENSE Create LICENSE 2024-12-10 17:21:41 -04:00
manifest.json Finally working on mobile 2025-02-04 17:00:41 -04:00
package-lock.json mobile fixes and small corrections to the code 2025-01-15 22:28:16 -04:00
package.json mobile fixes and small corrections to the code 2025-01-15 22:28:16 -04:00
README.md Update README.md 2025-01-18 17:01:03 -04:00
tsconfig.json Small fixes and added obsidian typing 2024-12-10 16:51:09 -04:00
version-bump.mjs Initial commit 2024-11-27 22:54:45 -04:00
versions.json Initial commit 2024-11-27 22:54:45 -04:00

Theme Controller

Set when and how the themes will be displayed.

Features

  • Color Switcher: toggle between light and dark mode with a status bar icon.

  • Path-Specific Themes: Automatically apply specific themes and colors based on the active note's path.

  • Tag-Specific Themes: Set unique themes and colors for any tags in your active note.

  • Default Theme: Define a default theme and color when no specific path or tag configurations are saved (disabled by default).

Screenshots

image

image

image

Support - Feedback

Email binaris000@gmail.com or tag me on Discord by @Binaris.

Check my Discord server!

License

MIT License

Copyright (c) 2024 Binaris

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.