
🎨 Code editor themes inspired by the memorable and bizarre locations from Earthbound (aka Mother 2).
Available now for Vim, VSCode, Sublime, and Atom!
Current Themes
- Earthbound
- Moonside
- Zombie Threed
- Dusty Dunes
- Fire Spring
- Magicant (Light Theme)
- Cave of the Past (Monochromatic Theme)
Each theme is modeled after an iconic location in the game, and all color themes follow the AA/AAA color accessibility guidelines for all font sizes.
(New) "Darker" Themes
- Earthbound Darker
- Zombie Threed Darker
- Dusty Dunes Darker
- Fire Spring Darker
These themes are nearly identical to their "regular" theme counterparts, but use a dark gray background to create more contrast with the syntax colors.
Earthbound / Earthbound Darker
- Colors:
#1c0037(Background)#ffffff(Foreground)#fafd51#fb967f#70caff#abdcdc#aaaaaa

Moonside
- Colors:
#000000(Background)#ffffff(Foreground)#fD35fa#ff6693#f6f929#c67ff4#aaef64#5e9aff

Zombie Threed / Zombie Threed Darker
- Colors:
#303454(Background)#f0faff(Foreground)#d4cbff#c67ff4#ffcf32#2fff89#f89070#aaaaaa

Fire Spring / Fire Spring Darker
- Colors:
#181020(Background)#ffffca(Foreground)#74e4f3#d9c400#ff7e50#f0e500#a99ade#d992ff

Dusty Dunes / Dusty Dunes Darker
- Colors:
#0e0900(Background)#f9e4a1(Foreground)#f6d56a#ffebae#ffd03c#f6d56a#666644

Magicant (Light Theme)
- Colors:
#f9f8b9(Background)#220088(Foreground)#604633#7100b1#a31100#87000d#604633#9d02f2

Cave of the Past (Monochrome)
- Colors:
#b0d0b8(Background)#394537(Foreground)#0e1e0e#2b342a#293d29#445046

Currently Supported Editors
Installation
Vim
Vundle
Plugin 'benbusby/earthbound-themes', {'rtp': 'vim/'}
vim-plug
Plug 'benbusby/earthbound-themes', {'rtp': 'vim/' }
Visual Studio Code
Install through the online marketplace, or by searching "Earthbound" in the extension manager in VSCode and installing from there.
Sublime
Install through Sublime by searching "EarthboundThemes" (package info available here).
Atom
Install through atom's online package site, or by opening Atom and searching for "Earthbound" in Themes.
Contributing
Contributions and PRs are highly encouraged for improvements, new color themes, support for other editors, etc.
If there are any issues with the color schemes, or if one of them has poor contrast in a particular setting, please let me know by opening an issue.
Credits
- Atom theme switcher adapted from Dayle Rees' Rainglow themes for Atom (https://github.com/rainglow/atom)