From 8e966e3636ce7c7162b60763088252b7111985e5 Mon Sep 17 00:00:00 2001
From: Dominik Ritter <dritter03@googlemail.com>
Date: Fri, 17 Aug 2018 18:52:23 +0200
Subject: Change bright colors to old color codes

Before this, there was no difference in that colors, as we always used
the bright color codes.
---
 functions/colors.zsh | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

(limited to 'functions')

diff --git a/functions/colors.zsh b/functions/colors.zsh
index 8da5e481..80abb6be 100755
--- a/functions/colors.zsh
+++ b/functions/colors.zsh
@@ -11,23 +11,23 @@ typeset -gAh __P9K_COLORS
 # use color names by default to allow dark/light themes to adjust colors based on names
 __P9K_COLORS=(
   black 000
-  maroon 001
+  red 001
   green 002
-  olive 003
-  navy 004
-  purple 005
-  teal 006
-  silver 007
+  yellow 003
+  blue 004
+  magenta 005
+  cyan 006
+  white 007
   grey 008
-  red 009
+  maroon 009
   lime 010
-  yellow 011
-  blue 012
+  olive 011
+  navy 012
   fuchsia 013
-  magenta 013
+  purple 013
   aqua 014
-  cyan 014
-  white 015
+  teal 014
+  silver 015
   grey0 016
   navyblue 017
   darkblue 018
-- 
cgit v1.2.3