Update solarized theme to match main

This commit is contained in:
Keith Simmons
2022-04-22 15:04:45 -07:00
parent a1576b7dca
commit 50b5b56f60
3 changed files with 156 additions and 40 deletions
+6 -6
View File
@@ -217,22 +217,22 @@ export function solarized(darkTheme: boolean): Theme {
weight: fontWeights.bold,
},
emphasis: {
color: textColor.active,
color: textColor.feature,
weight: fontWeights.normal,
},
emphasisStrong: {
color: textColor.active,
"emphasis.strong": {
color: textColor.feature,
weight: fontWeights.bold,
},
linkUrl: {
linkUri: {
color: colors.green,
weight: fontWeights.normal,
// TODO: add underline
underline: true,
},
linkText: {
color: colors.orange,
weight: fontWeights.normal,
// TODO: add italic
italic: true,
},
};