From 2882451b2855627c706f1feae36baf9fcb505e06 Mon Sep 17 00:00:00 2001 From: Prince Saini Date: Sat, 28 Oct 2023 13:29:47 +0530 Subject: [PATCH] theme(atomic): adjust java segment foreground color --- themes/atomic.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/atomic.omp.json b/themes/atomic.omp.json index c2dc8e54..a0425066 100644 --- a/themes/atomic.omp.json +++ b/themes/atomic.omp.json @@ -94,7 +94,7 @@ }, { "background": "#0e8ac8", - "foreground": "#ec2729", + "foreground": "#ffffff", "leading_diamond": "\ue0b6", "style": "diamond", "template": "\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}",