Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/rude-rings-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"github-vsggit code-theme": patch
---

Update the foreground color for the `GitHub Dark Dimmed` theme variant
3 changes: 3 additions & 0 deletions src/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ function getColors(theme) {
case "dark_colorblind":
return darkColorblindColors;
case "dark_dimmed":
// Temp override until Primitives are updated
dimmedColors.fg.default = "#d1d7e0";

return dimmedColors;
default:
throw new Error(`Colors are missing for value: ${theme}`);
Expand Down