diff --git a/themes/pure.omp.json b/themes/pure.omp.json index ff742ddc..66d69fdf 100644 --- a/themes/pure.omp.json +++ b/themes/pure.omp.json @@ -79,5 +79,12 @@ } ], "console_title_template": "{{if .Root}}(Admin){{end}} {{.PWD}}", + "transient_prompt": { + "foreground": "#B48EAD", + "foreground_templates": [ + "{{ if gt .Code 0 }}#BF616A{{ end }}" + ], + "template": "\u276f " + }, "version": 2 }