Skip to content

Conversation

@braoult
Copy link
Owner

@braoult braoult commented Feb 8, 2022

Fixes go-gitea#18670

C comments and preprocessor had nearly-same colors in light theme.
Old values:

.chroma .cm { color: #999988; } /* CommentMultiline */
.chroma .cp { color: #999999; } /* CommentPreproc */
.chroma .cpf { color: #999999; } /* CommentPreprocFile */

Proposed values:

.chroma .cp { color: #109295 } /* CommentPreproc */
.chroma .cpf { color: #4C4DBC; } /* CommentPreprocFile */

@silverwind
Copy link

It seems you filed the PR against the wrong repo.

@braoult braoult merged commit 06774fe into main Feb 8, 2022
@braoult
Copy link
Owner Author

braoult commented Feb 8, 2022

It seems you filed the PR against the wrong repo.

Thanks ;-)

@braoult braoult deleted the braoult-patch-1 branch February 8, 2022 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong CSS for C code highlighting (light theme)

4 participants