Skip to content

Commit 4b02fee

Browse files
authored
Merge pull request #3 from zackkrida/patch-1
Fix default color on dark theme
2 parents 3bf5d48 + d667c0a commit 4b02fee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

themes/github-sharp-dark-theme.color-theme.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"markup.fenced_code meta.embedded.block"
101101
],
102102
"settings": {
103-
"foreground": "#24292eff"
103+
"foreground": "#c3c6c9"
104104
}
105105
},
106106
{
@@ -245,4 +245,4 @@
245245
}
246246
}
247247
]
248-
}
248+
}

0 commit comments

Comments
 (0)