Skip to content

Commit

Permalink
update fg color to match latest primer style (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-comet committed Sep 9, 2023
1 parent 340fd85 commit 6ddeee2
Showing 1 changed file with 4 additions and 4 deletions.
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>

0 comments on commit 6ddeee2

Please sign in to comment.