-
Notifications
You must be signed in to change notification settings - Fork 12
Themes
Stutter has many theme options available.
New themes are easy to contribute to Stutter. Adding a new theme requires only three additions to the code-base:
-
Add a new scss file in
src-content/themes/
that begins with an underscore and is named for your theme, such assrc-content/themes/_yourtheme.scss
. Copy the_default.scss
file as a starting point and change the colors to your heart's desire. The first line of your scss file should be formatted like so (see other themes as examples):#__stutter.theme-yourtheme {
-
Add a your theme to the themes list by appending
@import "yourtheme"
tosrc-content/themes/_themes.scss
. -
Add your theme's name to the select box in the options page located at
src-options/index.html
Optionally, you can edit this page and add your theme below, with credits of course.
by @aewens