changeset 652:ad96f4d65995

tweak zsh theming
author zegervdv <zegervdv@me.com>
date Fri, 23 Sep 2022 06:38:42 +0000
parents c6ce12cfc85f
children 40d77e69a46e
files .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl dot_config/fsh/overlay.ini dot_zshrc
diffstat 3 files changed, 24 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl	Fri Sep 23 06:38:42 2022 +0000
@@ -0,0 +1,7 @@
+{{ if (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) -}}
+#!/usr/bin/env zsh
+
+# overlay hash: {{ include "dot_config/fsh/overlay.ini" | sha256sum }}
+
+fast-theme XDG:overlay
+{{ end -}}
--- a/dot_config/fsh/overlay.ini	Tue Sep 06 08:07:51 2022 +0200
+++ b/dot_config/fsh/overlay.ini	Fri Sep 23 06:38:42 2022 +0000
@@ -1,8 +1,13 @@
+[base]
+unknown-token = #d71707
+
 [paths]
-path        = #7653c1,bg:#f3f2ff
-path-to-dir = #7653c1,bg:#f3f2ff
+path          = #0b51a6
+path-to-dir   = #4f9fcf
+pathseparator = #4f9eeb
 
 [command-point]
+reserved-word  = #4e279a
 subcommand     = #4e279a
 builtin        = green
 function       = green
@@ -17,3 +22,12 @@
 single-quoted-argument = #000000,bg:#e8ffd5,bold
 double-quoted-argument = #000000,bg:#e8ffd5,bold
 dollar-quoted-argument = #000000,bg:#e8ffd5,bold
+
+[other]
+variable = #7653c1,bg:#f3f2ff
+
+[for-loop]
+foroper = #2f6f9f,bg:#f4faff
+
+[math]
+mathnum = #7653c1,bg:#f3f2ff
--- a/dot_zshrc	Tue Sep 06 08:07:51 2022 +0200
+++ b/dot_zshrc	Fri Sep 23 06:38:42 2022 +0000
@@ -10,7 +10,7 @@
 
 autoload -U colors && colors
 
-PROMPT=$'%F{#2f6f9f}%K{#f4faff}%T%f%k %F{red}%m%f %F{#7653c1}%K{#f3f2ff}%~%b%f%k
+PROMPT=$'%F{#2f6f9f}%K{#f4faff}%T%f%k %F{#d71707}%m%f %F{#0b51a6}%~%b%f%k
 %j ->\u00A0'
 
 vim_ins_mode="%F{black}%K{yellow} INS %k%f"