# HG changeset patch # User zegervdv # Date 1663915122 0 # Node ID ad96f4d659957f88ec3e90a137d1bf55ccb3e902 # Parent c6ce12cfc85f1b531eb314de9930465e2965c168 tweak zsh theming diff -r c6ce12cfc85f -r ad96f4d65995 .chezmoiscripts/run_onchange_after_apply-zsh-theme.sh.tmpl --- /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 -}} diff -r c6ce12cfc85f -r ad96f4d65995 dot_config/fsh/overlay.ini --- 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 diff -r c6ce12cfc85f -r ad96f4d65995 dot_zshrc --- 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"