Skip to content
James Tomasino edited this page Oct 7, 2020 · 6 revisions

Themes

Stutter has many theme options available.

Contributing

New themes are easy to contribute to Stutter. Adding a new theme requires only three additions to the code-base:

  1. Add a new scss file in src-content/themes/ that begins with an underscore and is named for your theme, such as src-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 {

  2. Add a your theme to the themes list by appending @import "yourtheme" to src-content/themes/_themes.scss.

  3. 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.

Theme Previews

Default

Light

Gameboy

by @morsecodemedia

Hacktoberfest

by @morsecodemedia

Skeletor

by @morsecodemedia

Terminal

by @morsecodemedia

Solarized

by @MineRobber9000

Nord

by @aewens

Clone this wiki locally