diff --git a/src/styles/theme/themes/dark.ts b/src/styles/theme/themes/dark.ts index 8cb1566ec274..3f14b9dc23ea 100644 --- a/src/styles/theme/themes/dark.ts +++ b/src/styles/theme/themes/dark.ts @@ -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, diff --git a/src/styles/theme/themes/light.ts b/src/styles/theme/themes/light.ts index 62c788abbfb1..9b072a1025a0 100644 --- a/src/styles/theme/themes/light.ts +++ b/src/styles/theme/themes/light.ts @@ -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,