Added json changes and local storage

This commit is contained in:
Frikky
2024-05-17 00:59:28 +02:00
parent e364099ac1
commit 5f8f5ab224
12 changed files with 336 additions and 112 deletions
+10 -1
View File
@@ -26,7 +26,16 @@ const theme = createTheme(adaptV4Theme({
green: "#5cc879",
borderRadius: 10,
defaultBorder: "1px solid rgba(255,255,255,0.3)",
jsonTheme: "brewer",
//jsonTheme: "brewer",
//jsonTheme: "chalk",
//jsonTheme: "monokai",
//jsonTheme: "google",
//jsonTheme: "tomorrow",
jsonIconStyle: "round",
jsonTheme: "summerfruit",
jsonCollapseStringsAfterLength: 75,
reactJsonStyle: {
padding: 5,
width: "98%",