export const ASSET_FILE_TYPES = [ ".png", ".jpg", ".jpeg", ".bmp", ".gif", ".pdf", ".mp4", ".webm", ".ogg", ]; export const JSON_VIEW_THEME = { base00: "transparent", // background base01: "#2d2d2d", // lighter background base02: "#4e4e4e", // selection background base03: "#6c6c6c", // comments, invisibles base04: "#969896", // dark foreground base05: "#d9d9d9", // default foreground base06: "#e8e8e8", // light foreground base07: "#ffffff", // light background base08: "#ff5370", // variables, red base09: "#f78c6c", // integers, orange base0A: "#ffcb6b", // booleans, yellow base0B: "#c3e88d", // strings, green base0C: "#89ddff", // support, cyan base0D: "#82aaff", // functions, blue base0E: "#c792ea", // keywords, purple base0F: "#ff5370", // deprecated, red };