From 138b07ff734f8bbc27900033b951860aa48baff1 Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Fri, 18 Dec 2015 11:56:19 -0500 Subject: [PATCH] Created Themes (markdown) --- Themes.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Themes.md diff --git a/Themes.md b/Themes.md new file mode 100644 index 0000000..78f4b02 --- /dev/null +++ b/Themes.md @@ -0,0 +1,26 @@ +# Themes + +Here is a sample of themes. To list all the available themes, run `prompt -l`. Execute `prompt theme_name` to test out a theme. Once you've found a theme you like, add it to your `.zimrc` like this: `zprompt_theme='eriner'`. + +## Previews + +##### Steeef +![Steeef Theme][theme_steeef] + +##### Eriner +![Eriner Theme][theme_eriner] + +##### Minimal +![Minimal Theme][theme_minimal] + +##### Liquidprompt +![Liquidprompt][theme_liquidprompt] + +##### Gitster +![Gitster Theme][theme_gitster] + +[theme_minimal]: http://i.eriner.me/zim_prompt_minimal.png +[theme_eriner]: https://i.eriner.me/zim_prompt_eriner.png +[theme_liquidprompt]: http://i.eriner.me/zim_prompt_liquidprompt.png +[theme_steeef]: http://i.eriner.me/zim_prompt_steeef.png +[theme_gitster]: http://i.eriner.me/zim_prompt_gitster.png \ No newline at end of file