From 18a0b5eb0457a98690ca5b63dad65c81a0755b1a Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 21 Jul 2023 16:34:29 +0700 Subject: [PATCH] Gitea-ui-customized : change color for in code --- Gitea-ui-customized/public/css/theme-evesh.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gitea-ui-customized/public/css/theme-evesh.css b/Gitea-ui-customized/public/css/theme-evesh.css index 7b3acaf..e5f3d6d 100644 --- a/Gitea-ui-customized/public/css/theme-evesh.css +++ b/Gitea-ui-customized/public/css/theme-evesh.css @@ -537,5 +537,9 @@ img[src$="/img/matrix.svg"] { ::selection { background-color: #02100f !important; - color: #aee0dc !important; + color: #95f6ee !important; +} + +.chroma .c,.chroma .c1,.chroma .ch { + color:rgb(191, 247, 238) !important; } \ No newline at end of file