Skip to content

C preprocessor colors improvement #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2022
Merged

C preprocessor colors improvement #1

merged 2 commits into from
Feb 8, 2022

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)
3 participants