🚀 Nebula - The Collection Of CSS Themes (Like Gruvbox, Solarized)
Preview website: https://alexthegreat600.github.io/nebula
Copy the css themes in css/
to your project's css folder.
cp css/theme.css path_to_your_project/css/
Include the specific theme in your html file.
<link rel="stylesheet" href="css/specific-theme.css" id="nebula">
You can also include classes to deal with web components or react like frameworks
<link rel="stylesheet" href="css/nebula.css">
Now use those css variables or classes for styling.
See script.js
to see example of keybindings, cycle themes, change theme and random theme select.
Just give me a star, that's enough.