loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix dark theme highlight for "NameNamespace" (#26519)

The color is taken from "Name"

Before:


![image](https://github.com/go-gitea/gitea/assets/2114189/b94d7521-770c-4e14-a63b-f30c44fe883f)


After:


![image](https://github.com/go-gitea/gitea/assets/2114189/d99c1f13-a0c0-4dc8-82ab-bfdd451e46ec)

Co-authored-by: Giteabot <teabot@gitea.io>

authored by

wxiaoguang
Giteabot
and committed by
GitHub
c7fd9ad8 7563891c

+1 -1
+1 -1
web_src/css/chroma/dark.css
··· 45 45 .chroma .nf { color: #fabd2f; } /* NameFunction */ 46 46 .chroma .ni { color: #fabd2f; } /* NameEntity */ 47 47 .chroma .nl { color: #ff7540; } /* NameLabel */ 48 - .chroma .nn { color: #ffaa10; } /* NameNamespace */ 48 + .chroma .nn { color: #c9d1d9; } /* NameNamespace */ 49 49 .chroma .no { color: #649bc4; } /* NameConstant */ 50 50 .chroma .nt { color: #ff7540; } /* NameTag */ 51 51 .chroma .nv { color: #ebdbb2; } /* NameVariable */