From d57ae008f13d1664b5cec9aff39ae79cc95f2820 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 9 Jun 2021 20:08:39 -0400 Subject: [PATCH] Update readme w/ new theme --- README.md | 20 ++++++++++++-------- build.lua | 0 2 files changed, 12 insertions(+), 8 deletions(-) mode change 100644 => 100755 build.lua diff --git a/README.md b/README.md index bbd9edf..9dc7e58 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ ___ - Zombie Threed - Dusty Dunes - Fire Spring +- Devil's Machine - Magicant (Light Theme) - Cave of the Past (Monochromatic Theme) @@ -30,31 +31,35 @@ Each theme is modeled after an iconic location in the game, and all color themes These themes are nearly identical to their "regular" theme counterparts, but use a darker background to provide a higher contrast alternative with the syntax colors. -#### Earthbound +### Earthbound ![Earthbound Screenshot](images/demos/earthbound.png) -#### Moonside +### Moonside ![Moonside Screenshot](images/demos/moonside.png) -#### Zombie Threed +### Zombie Threed ![Zombie Threed Screenshot](images/demos/threed.png) -#### Fire Spring +### Fire Spring ![Fire Spring Screenshot](images/demos/fire_spring.png) -#### Dusty Dunes +### Devil's Machine + +![Devil's Machine Screenshot](images/demos/devils_machine.png) + +### Dusty Dunes ![Dusty Dunes Screenshot](images/demos/dusty_dunes.png) -#### Magicant (Light Theme) +### Magicant (Light Theme) ![Magicant Screenshot](images/demos/magicant.png) -#### Cave of the Past (Monochrome) +### Cave of the Past (Monochrome) ![Cave of the Past Screenshot](images/demos/cave_of_the_past.png) @@ -85,5 +90,4 @@ Contributions and PRs are highly encouraged for improvements, new color themes, 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](https://github.com/benbusby/earthbound-themes/issues/new). ## Credits -- Screenshot font is [Anomaly Mono](https://github.com/benbusby/anomaly-mono) - Atom theme switcher adapted from Dayle Rees' Rainglow themes for Atom (https://github.com/rainglow/atom) diff --git a/build.lua b/build.lua old mode 100644 new mode 100755