From 3b9a00a8529bf4a3ca616171e1ad55f007573cc4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 6 Dec 2022 01:08:35 +0100 Subject: [PATCH] "add color-header-bar" add --color-header-bar: #373e47; Update Fix Color Header-Bar --- theme-github-dark.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index bb97c13..37ffe32 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -22,6 +22,7 @@ --is-dark-theme: true; --color-blue: #539bf5; --color-input-background: #22272e; + --color-header-bar: #373e47; /* code editor colors are set in https://github.com/go-gitea/gitea/blob/f5b300ea77081a1b78ac044cb1c0f9225538d091/web_src/js/features/codeeditor.js#L82-L97. */ /* monaco editor dark theme is toggled via variable `--is-dark-theme` */