]> git.alrj.org Git - zsh.d.git/blobdiff - S11_colors
Rework the prompt config.
[zsh.d.git] / S11_colors
diff --git a/S11_colors b/S11_colors
new file mode 100644 (file)
index 0000000..6fb4572
--- /dev/null
@@ -0,0 +1,19 @@
+#! /usr/bin/zsh
+
+#
+# Prepare the colors for the prompt
+#
+C_NO="%{$reset_color%}"
+
+# normal
+C_CYAN="%{${fg[cyan]}%}"
+C_WHITE="%{${fg[white]}%}"
+C_MAGENTA="%{${fg[magenta]}%}"
+C_GREEN="%{${fg[green]}%}"
+
+# bright/bold
+C_BCYAN="%{${fg_bold[cyan]}%}"
+C_BYELLOW="%{${fg_bold[yellow]}%}"
+C_BRED="%{${fg_bold[red]}%}"
+C_MAGENTA="%{${fg_bold[magenta]}%}"
+C_BGREEN="%{${fg_bold[green]}%}"