From 51483d60a84ef57d7a5bff4961a5733e4167005e Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Sun, 19 Apr 2015 20:12:12 -0500 Subject: [PATCH] New Themes, Monokai Solarized --- content/new.md | 36 ++++++++++++++++++++++++++++++++++++ content/themes.md | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 68 insertions(+), 2 deletions(-) diff --git a/content/new.md b/content/new.md index 0b41eee..52997d3 100644 --- a/content/new.md +++ b/content/new.md @@ -26,3 +26,39 @@ Gogh ![Flat](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/flat.png) +## Hybrid + +```bash + $ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt +``` + +![hydrid](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/Hybrid.png) + + +## Monokai Dark + +```bash + $ wget -O xt http://git.io/vvjFK && chmod +x xt && ./xt && rm xt +``` + +![Monokai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mnokai.dark.png) + + + +## Solarized Dark + +```bash + $ wget -O xt http://git.io/vvjFH && chmod +x xt && ./xt && rm xt +``` + +![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.dark.png) + + + +## Solarized Light + +```bash + $ wget -O xt http://git.io/vvjFb && chmod +x xt && ./xt && rm xt +``` + +![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.light.png) diff --git a/content/themes.md b/content/themes.md index 0eed1b5..30beea3 100644 --- a/content/themes.md +++ b/content/themes.md @@ -189,11 +189,41 @@ $ wget -O xt http://git.io/xh3YKA && chmod +x xt && ./xt && rm xt ``` -- **hydrid** +- **Hybrid** ![hydrid](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/Hybrid.png) ```bash # One line install: $ wget -O xt http://git.io/PWgNtA && chmod +x xt && ./xt && rm xt -``` \ No newline at end of file +``` + + +- **Monokai Dark** + +![Monokai](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/mnokai.dark.png) + +```bash +# One line install: +$ wget -O xt http://git.io/vvjFK && chmod +x xt && ./xt && rm xt +``` + + +- **Solarized Dark** + +![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.dark.png) + +```bash +# One line install: +$ wget -O xt http://git.io/vvjFH && chmod +x xt && ./xt && rm xt +``` + + +- **Solarized Light** + +![Solarized](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/solarized.light.png) + +```bash +# One line install: +$ wget -O xt http://git.io/vvjFb && chmod +x xt && ./xt && rm xt +```