Made the JSON editor background color match the Prism theme (i.e. darker)

This commit is contained in:
Matt Aitken
2022-12-29 14:40:19 +00:00
parent 7b722f0c8b
commit 09b453b6d6
@@ -17,7 +17,7 @@ export function darkTheme(): Extension {
violet = "#c678dd",
darkBackground = "#21252b",
highlightBackground = "rgba(234,179,8,0.1)",
background = "rgb(51 65 85)",
background = "#0f172a",
tooltipBackground = "#353a42",
selection = "rgb(71 85 105)",
cursor = "#528bff";