Skip to content

Commit

Permalink
Merge pull request #36320 from software-mansion-labs/@tomekzaw/live-m…
Browse files Browse the repository at this point in the history
…arkdown-syntax-color-too-faint

Fix Markdown characters being too faint in Live Markdown Preview
  • Loading branch information
thienlnam authored Feb 12, 2024
2 parents ff926df + 3667574 commit 0235dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/theme/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const darkTheme = {
textSupporting: colors.productDark800,
text: colors.productDark900,
textColorfulBackground: colors.ivory,
syntax: colors.productDark600,
syntax: colors.productDark800,
link: colors.blue300,
linkHover: colors.blue100,
buttonDefaultBG: colors.productDark400,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/theme/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const lightTheme = {
textSupporting: colors.productLight800,
text: colors.productLight900,
textColorfulBackground: colors.ivory,
syntax: colors.productLight600,
syntax: colors.productLight800,
link: colors.blue600,
linkHover: colors.blue500,
buttonDefaultBG: colors.productLight400,
Expand Down

0 comments on commit 0235dfc

Please sign in to comment.