elkowar / a-box-of-gruv

ElKowar's box of gruvbox themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElKowar's boxful of gruv

There are three things in life you can never have enough of: #282828, #ebdbb2 and #8ec07c.
~ ElKowar

This is a collection of my gruvbox themes for different webpages and applications.

Installation

Prequisites

Some of these themes use special fonts. You'll have to either install them or change the fonts in the respective CSS files.

Fonts used:

Websites

Most of these themes are just custom CSS for websites.
You need the stylus browser extension (available for chrome and firefox and probably more) to apply these themes.

After installing the extension, click on the little icon and go to manage. in there, you *enable as Usercss and click on "write new style".

newstyle

Now, select all of the text that is already there, and delete it. The next step is to paste in the contents of the desired .styl file from the ./default-gruvbox/ directory.

If you want to change anything, make sure you set the CSS Linter to "Stylelint", as that one will accept the stylus syntax used here.

Discord

The Discord-theme can be installed using any css-loader of your choice. If all you want is to apply this theme, I recommend discocss. Follow the instructions for your chosen CSS loader, and load in the theme. That's all!

Generating your own versions of the themes

This box not only contains finished gruvbox themes, but also a system for generating your own versions of them. To do that, you can use the generate.sh script.

  1. First, copy the template file and change it to match your desired colorscheme
  2. run ./generate.sh <name-of-your-theme> <path-to-your-template-file>

The script will then generate a version of the theme, ready for you to insert into your stylus and discord styles.

Showcase

haskell duckduckgo rust discord

Contributing

If you find any missing parts (not unlikely, little of this is complete), feel free to submit a PR, fixing the issue. If your stuff works and is atleast somewhat maintainable, i'll probably merge it if i like it.
Make sure to describe the thing you're fixing or adding, and to use css variables where appropriate.

If live gives you lemons, make sure they match #fabd2f.
~ Cave Johnson*

*citation needed

About

ElKowar's box of gruvbox themes

License:Do What The F*ck You Want To Public License


Languages

Language:Stylus 60.8%Language:CSS 38.3%Language:Shell 0.8%