From 27a2b992542bf759993d80a7af36721ab2e8cc1d Mon Sep 17 00:00:00 2001 From: Mikael CAPELLE Date: Mon, 17 Jul 2023 14:57:46 +0200 Subject: [PATCH] Switch username fg to #ddd. --- theme.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.omp.json b/theme.omp.json index a7301ba..beafbb5 100644 --- a/theme.omp.json +++ b/theme.omp.json @@ -26,7 +26,7 @@ { "type": "session", "style": "plain", - "foreground": "#ffffff", + "foreground": "#ddd", "template": " {{ if .SSHSession }}\udb80\udf18 {{ end }}{{ .UserName }}{{ if .SSHSession }}@{{ .HostName }}{{ end }}", "properties": { "display_host": false