Skip to content

Earthbound inspired unique color themes for Vim, VSCode, Atom, Sublime, and more!

License

Notifications You must be signed in to change notification settings

bglopez/earthbound-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earthbound Themes


Earthbound Themes Preview 🎨 Code editor themes inspired by the memorable and bizarre locations from Earthbound (aka Mother 2).

Available now for Vim, VSCode, Sublime, and Atom!


MIT License GitHub release VSCode Installs

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 #1c0037 (Background)
    • #ffffff #ffffff (Foreground)
    • #fafd51 #fafd51
    • #fb967f #fb967f
    • #70caff #70caff
    • #abdcdc #abdcdc
    • #aaaaaa #aaaaaa

Earthbound Screenshot

Moonside

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

Moonside Screenshot

Zombie Threed / Zombie Threed Darker

  • Colors:
    • #303454 #303454 (Background)
    • #f0faff #f0faff (Foreground)
    • #d4cbff #d4cbff
    • #c67ff4 #c67ff4
    • #ffcf32 #ffcf32
    • #2fff89 #2fff89
    • #f89070 #f89070
    • #aaaaaa #aaaaaa

Zombie Threed Screenshot

Fire Spring / Fire Spring Darker

  • Colors:
    • #181020 #181020 (Background)
    • #ffffca #ffffca (Foreground)
    • #74e4f3 #74e4f3
    • #d9c400 #d9c400
    • #ff7e50 #ff7e50
    • #f0e500 #f0e500
    • #a99ade #a99ade
    • #d992ff #d992ff

Fire Spring Screenshot

Dusty Dunes / Dusty Dunes Darker

  • Colors:
    • #0e0900 #0e0900 (Background)
    • #f9e4a1 #f9e4a1 (Foreground)
    • #f6d56a #f6d56a
    • #ffebae #ffebae
    • #ffd03c #ffd03c
    • #f6d56a #f6d56a
    • #666644 #666644

Dusty Dunes Screenshot

Magicant (Light Theme)

  • Colors:
    • #f9f8b9 #f9f8b9 (Background)
    • #220088 #220088 (Foreground)
    • #604633 #604633
    • #7100b1 #7100b1
    • #a31100 #a31100
    • #87000d #87000d
    • #604633 #604633
    • #9d02f2 #9d02f2

Magicant Screenshot

Cave of the Past (Monochrome)

  • Colors:
    • #b0d0b8 #b0d0b8 (Background)
    • #394537 #394537 (Foreground)
    • #0e1e0e #0e1e0e
    • #2b342a #2b342a
    • #293d29 #293d29
    • #445046 #445046

Cave of the Past Screenshot

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

About

Earthbound inspired unique color themes for Vim, VSCode, Atom, Sublime, and more!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 73.2%
  • CSS 24.2%
  • CoffeeScript 2.6%