Skip to content

Commit 7bfb426

Browse files
svnltoclaude
andcommitted
fix(omp): tone down kubectl segment — use palette blue, hide default ns
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 183c4b1 commit 7bfb426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/zsh/default.omp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"style": "plain"
9393
},
9494
{
95-
"template": " \ufd31 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}",
96-
"foreground": "#326CE5",
95+
"template": " \ufd31 {{.Context}}{{if and .Namespace (ne .Namespace \"default\")}}:{{.Namespace}}{{end}}",
96+
"foreground": "p:blue",
9797
"type": "kubectl",
9898
"style": "plain",
9999
"options": {

0 commit comments

Comments
 (0)