Skip to content
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

update foreground color to match the latest primer style #781

Merged
merged 1 commit into from Sep 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions styles/github-dark.xml
Expand Up @@ -2,11 +2,11 @@
<entry type="Error" style="#f85149"/>
<entry type="LineHighlight" style="#6e7681"/>
<entry type="LineNumbers" style="#6e7681"/>
<entry type="Background" style="#c9d1d9 bg:#0d1117"/>
<entry type="Background" style="#e6edf3 bg:#0d1117"/>
<entry type="Keyword" style="#ff7b72"/>
<entry type="KeywordConstant" style="#79c0ff"/>
<entry type="KeywordPseudo" style="#79c0ff"/>
<entry type="Name" style="#c9d1d9"/>
<entry type="Name" style="#e6edf3"/>
<entry type="NameClass" style="bold #f0883e"/>
<entry type="NameConstant" style="bold #79c0ff"/>
<entry type="NameDecorator" style="bold #d2a8ff"/>
Expand All @@ -29,7 +29,7 @@
<entry type="Comment" style="italic #8b949e"/>
<entry type="CommentSpecial" style="bold italic #8b949e"/>
<entry type="CommentPreproc" style="bold #8b949e"/>
<entry type="Generic" style="#c9d1d9"/>
<entry type="Generic" style="#e6edf3"/>
<entry type="GenericDeleted" style="#ffa198 bg:#490202"/>
<entry type="GenericEmph" style="italic"/>
<entry type="GenericError" style="#ffa198"/>
Expand All @@ -42,4 +42,4 @@
<entry type="GenericTraceback" style="#ff7b72"/>
<entry type="GenericUnderline" style="underline"/>
<entry type="TextWhitespace" style="#6e7681"/>
</style>
</style>