Skip to content

Commit d1150da

Browse files
authoredNov 17, 2022
fix(theme): Add font-family to VS Code dark theme (#413)
1 parent 6fa5ad5 commit d1150da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎themes/vscode/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const vscodeDark = createTheme({
1616
gutterBackground: '#1e1e1e',
1717
gutterForeground: '#838383',
1818
gutterActiveForeground: '#fff',
19+
fontFamily: 'Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace',
1920
},
2021
styles: [
2122
{ tag: t.keyword, color: '#569cd6' },

0 commit comments

Comments
 (0)
Please sign in to comment.