An open API service indexing awesome lists of open source software.

https://github.com/alexthegreat600/nebula

🚀 Nebula - The Collection Of CSS Themes (Like Gruvbox, Solarized)
https://github.com/alexthegreat600/nebula

atom-theme awesome browser color-scheme css css-themes firefox gruvbox javascript less less-css scss scss-theme solarized stylus web web-development website website-development

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# Nebula

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

![gruvbox-dark-hard](img/gruvbox-dark-hard.png "GRUVBOX DARK HARD")
![onedark](img/onedark.png "ONEDARK")
![solarized-dark](img/solarized-dark.png "SOLARIZED DARK")
![monokai](img/monokai.png "MONOKAI")
![gruvbox-light-hard](img/gruvbox-light-hard.png "GRUVBOX LIGHT HARD")
![solarized-light](img/solarized-light.png "SOLARIZED LIGHT")

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

# Usage

Copy the css themes in `css/` to your project's css folder.

```bash
cp css/theme.css path_to_your_project/css/
```

Include the specific theme in your html file.

```html

```

You can also include classes to deal with web components or react like frameworks

```html

```

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.