From 64bd6221f1e683eb1d76919067502d712714daf2 Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Thu, 13 Aug 2015 12:19:11 -0500 Subject: [PATCH] Add new theme Material Colors --- README.md | 9 +++++++++ content/themes.md | 11 +++++++++++ test/test.sh | 5 +++++ 3 files changed, 25 insertions(+) diff --git a/README.md b/README.md index 100b900..353d7fd 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,15 @@ $ wget -O xt http://git.io/v3KR8 && chmod +x xt && ./xt && rm xt $ wget -O xt http://git.io/v3KRS && chmod +x xt && ./xt && rm xt ``` +#### Material Colors + + ![Material Colors](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/material-colors.png) + +```bash +$ wget -O xt http://git.io/v3KPi && chmod +x xt && ./xt && rm xt +``` + + Check all themes here [Here...](https://github.com/Mayccoll/Elementary-OS-Terminal-Colors/blob/master/content/themes.md) diff --git a/content/themes.md b/content/themes.md index d35d7e9..3014a4d 100644 --- a/content/themes.md +++ b/content/themes.md @@ -312,3 +312,14 @@ $ wget -O xt http://git.io/v3KR8 && chmod +x xt && ./xt && rm xt ```bash $ wget -O xt http://git.io/v3KRS && chmod +x xt && ./xt && rm xt ``` + +----- + +## Material Colors + +![Material Colors](https://raw.githubusercontent.com/Mayccoll/Elementary-OS-Terminal-Colors/master/images/material-colors.png) + + +```bash +$ wget -O xt http://git.io/v3KPi && chmod +x xt && ./xt && rm xt +``` diff --git a/test/test.sh b/test/test.sh index 029c8f8..242a886 100755 --- a/test/test.sh +++ b/test/test.sh @@ -248,3 +248,8 @@ function_message_title ' Smyck ' wget -O xt http://git.io/v3KRS && chmod +x xt && ./xt && rm xt color sleep 1 + +function_message_title ' Material Colors ' +wget -O xt http://git.io/v3KPi && chmod +x xt && ./xt && rm xt +color +sleep 1