No description
Find a file
2025-03-08 08:42:30 +01:00
.github/workflows Add release workflow 2024-11-10 19:24:38 +01:00
.editorconfig use LF instead of CRLF (#28) 2022-04-15 14:13:31 -04:00
.eslintignore fix .eslintignore (#48) 2023-01-19 10:06:51 -05:00
.eslintrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
.gitignore Update .gitignore (#25) 2022-01-28 10:34:53 -05:00
.npmrc add version bump script (#10) 2022-01-22 16:13:50 -05:00
esbuild.config.mjs build: minify prod build 2023-11-15 14:10:43 -05:00
LICENSE Master (#1) 2024-11-10 21:38:48 +01:00
main.ts Beta release 0.6.1 2025-03-08 08:42:30 +01:00
manifest-beta.json Beta release 0.6.1 2025-03-08 08:42:30 +01:00
manifest.json Update manifest.json 2024-11-15 21:36:45 +01:00
package-lock.json Add option to check dark/light mode at startup 2025-03-07 22:18:18 +01:00
package.json Add option to check dark/light mode at startup 2025-03-07 22:18:18 +01:00
README.md Update README.md 2024-11-15 21:35:52 +01:00
styles.css Update sample css file. 2022-08-09 13:39:02 -04:00
tsconfig.json Fix inconsistent indentation 2024-01-19 21:14:58 +02:00
version-bump.mjs add version bump script (#10) 2022-01-22 16:13:50 -05:00
versions.json Update for 0.15 2022-08-09 13:38:50 -04:00

Double-Switch Plugin

This plugin lets you associate different themes with light and dark mode.

Toggling light or dark mode automatically switches the theme. That's it.

You can pick among the themes you have installed at any time.

Known issues

Feature interaction:

  • In the Obsidian Settings modal dialog for Appearance, you can switch between dark and light mode. While the dialog is open, the theme name does not update even though a theme change happens as expected based on your settings for this plugin. If you exit the settings dialog and visit it again, the theme name has indeed updated.

Sources

This plugin is based on