brokenricefilms / stuDarkTheme

customize dark theme for my uni web
The Unlicense
0 stars 1 forks source link
dark-mode dark-theme stylus theme

STU dark theme

Available on

Review

drawingdrawing

Install

  1. Install Stylus
  2. click icon Stylus > link below "Write style for:"
  3. copy and paste css file

style guide

Color

--bg: #282828;
--fg: #ebdbb2;
--red: #cc241d;
--green: #98971a;
--yellow: #d79921;
--blue: #458588;
--purple: #b16286;
--aqua: #689d6a;
--gray: #a89984;

Tested

Contributing workflow

Here’s how we suggest you go about proposing a change to this project:

  1. Fork this project to your account.
  2. Create a branch for the change you intend to make.
  3. Make your changes to your fork.
  4. Send a pull request from your fork’s branch to our master branch.