diff --git a/README.md b/README.md
index 4aaf6d9..2d1fd7a 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ configuration file.
| **_ubuntu_**
[source](https://design.ubuntu.com/brand/colour-palette/) | ![ubuntu](images/ubuntu.png) |
| **_wombat_**
[source](https://github.com/djoyner/iTerm2-wombat) | ![wombat](images/wombat.png) |
| **_xterm_** | ![xterm](images/xterm.png) |
-| **_zenburm_**
[source](https://github.com/jnurmine/Zenburn) | ![zenburm](images/zenburm.png) |
+| **_zenburn_**
[source](https://github.com/jnurmine/Zenburn) | ![zenburn](images/zenburn.png) |
## Contributing
diff --git a/images/zenburm.png b/images/zenburn.png
similarity index 100%
rename from images/zenburm.png
rename to images/zenburn.png
diff --git a/themes/zenburm.yaml b/themes/zenburn.yaml
similarity index 95%
rename from themes/zenburm.yaml
rename to themes/zenburn.yaml
index 6229a7b..4a22a27 100644
--- a/themes/zenburm.yaml
+++ b/themes/zenburn.yaml
@@ -1,30 +1,30 @@
-
-# Colors (Zenburn)
-# Orginally designed by jnurmine for vim.
-colors:
- # Default colors
- primary:
- background: '0x3A3A3A'
- foreground: '0xDCDCCC'
-
- # Normal colors
- normal:
- black: '0x1E2320'
- red: '0xD78787'
- green: '0x60B48A'
- yellow: '0xDFAF8F'
- blue: '0x506070'
- magenta: '0xDC8CC3'
- cyan: '0x8CD0D3'
- white: '0xDCDCCC'
-
- # Bright colors
- bright:
- black: '0x709080'
- red: '0xDCA3A3'
- green: '0xC3BF9F'
- yellow: '0xF0DFAF'
- blue: '0x94BFF3'
- magenta: '0xEC93D3'
- cyan: '0x93E0E3'
- white: '0xFFFFFF'
+
+# Colors (Zenburn)
+# Orginally designed by jnurmine for vim.
+colors:
+ # Default colors
+ primary:
+ background: '0x3A3A3A'
+ foreground: '0xDCDCCC'
+
+ # Normal colors
+ normal:
+ black: '0x1E2320'
+ red: '0xD78787'
+ green: '0x60B48A'
+ yellow: '0xDFAF8F'
+ blue: '0x506070'
+ magenta: '0xDC8CC3'
+ cyan: '0x8CD0D3'
+ white: '0xDCDCCC'
+
+ # Bright colors
+ bright:
+ black: '0x709080'
+ red: '0xDCA3A3'
+ green: '0xC3BF9F'
+ yellow: '0xF0DFAF'
+ blue: '0x94BFF3'
+ magenta: '0xEC93D3'
+ cyan: '0x93E0E3'
+ white: '0xFFFFFF'