diff --git a/index.html b/index.html index d3085c9..c82fb80 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,12 @@
- terminal.css includes a theming system that allows you to easily switch between different color schemes. The selected theme is persisted across pages using the browser's localStorage.
-
index.css stylesheet and then a theme stylesheet in your <head> section. The theme stylesheet must have the ID theme-switcher.
-
- To enable theme switching and persistence, include the index.js script at the end of your <body> tag. This script contains the necessary logic to manage themes.
-
- You can then add a theme selector dropdown to your HTML, like this: -
- -
- The value attribute of each option should match the filename of the theme (e.g., default for themes/default.css).
-