Skip to content
James Tomasino edited this page Oct 2, 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 light

Gameboy gameboy

by @morsecodemedia

Hacktoberfest hacktoberfest

by @morsecodemedia

Skeletor skeletor

by @morsecodemedia

Terminal terminal

by @morsecodemedia

Solarized solarized

by @MineRobber9000

Clone this wiki locally