Skip to content

AlexTheGreat600/nebula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebula

🚀 Nebula - The Collection Of CSS Themes (Like Gruvbox, Solarized)

gruvbox-dark-hard onedark solarized-dark monokai gruvbox-light-hard solarized-light

Preview website: https://alexthegreat600.github.io/nebula

Usage

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.

Support

Just give me a star, that's enough.