{
 "id": "helix",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.toml",
     "path": "digitable-focus-carbon.toml",
     "lang": "toml",
     "bytes": 7330,
     "lines": 174,
     "text": "# Digitable Focus Carbon (dark)\n# Digitable Workbench 0.1.0 -- generated from themes/focus-palettes.json.\n# Do not edit by hand: regenerate with scripts/generate-themes.mjs.\n\n# Interface\n\"ui.background\" = { bg = \"background\" }\n\"ui.background.separator\" = { fg = \"border\" }\n\"ui.window\" = { fg = \"border\" }\n\"ui.text\" = { fg = \"foreground\" }\n\"ui.text.focus\" = { fg = \"foreground\", modifiers = [\"bold\"] }\n\"ui.text.inactive\" = { fg = \"subtle\" }\n\"ui.text.info\" = { fg = \"muted\" }\n\"ui.text.directory\" = { fg = \"blue\" }\n\"ui.cursor\" = { fg = \"background\", bg = \"accentSoft\" }\n\"ui.cursor.primary\" = { fg = \"background\", bg = \"accent\" }\n\"ui.cursor.normal\" = { fg = \"background\", bg = \"accent\" }\n\"ui.cursor.insert\" = { fg = \"background\", bg = \"foreground\" }\n\"ui.cursor.select\" = { fg = \"background\", bg = \"purple\" }\n\"ui.cursor.match\" = { fg = \"accent\", bg = \"selection\", modifiers = [\"bold\"] }\n\"ui.cursorline.primary\" = { bg = \"lineHighlight\" }\n\"ui.cursorline.secondary\" = { bg = \"lineHighlight\" }\n\"ui.cursorcolumn.primary\" = { bg = \"lineHighlight\" }\n\"ui.cursorcolumn.secondary\" = { bg = \"lineHighlight\" }\n\"ui.selection\" = { bg = \"selection\" }\n\"ui.selection.primary\" = { bg = \"selection\" }\n\"ui.linenr\" = { fg = \"subtle\" }\n\"ui.linenr.selected\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"ui.gutter\" = { bg = \"background\" }\n\"ui.gutter.selected\" = { bg = \"lineHighlight\" }\n\"ui.statusline\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.statusline.inactive\" = { fg = \"muted\", bg = \"surface\" }\n\"ui.statusline.normal\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.statusline.insert\" = { fg = \"background\", bg = \"green\", modifiers = [\"bold\"] }\n\"ui.statusline.select\" = { fg = \"background\", bg = \"purple\", modifiers = [\"bold\"] }\n\"ui.statusline.separator\" = { fg = \"border\" }\n\"ui.popup\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.popup.info\" = { fg = \"muted\", bg = \"surfaceRaised\" }\n\"ui.help\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.menu\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.menu.selected\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.menu.scroll\" = { fg = \"border\", bg = \"surface\" }\n\"ui.virtual\" = { fg = \"subtle\" }\n\"ui.virtual.ruler\" = { bg = \"surface\" }\n\"ui.virtual.whitespace\" = { fg = \"border\" }\n\"ui.virtual.indent-guide\" = { fg = \"border\" }\n\"ui.virtual.inlay-hint\" = { fg = \"subtle\", bg = \"surface\" }\n\"ui.virtual.wrap\" = { fg = \"border\" }\n\"ui.virtual.jump-label\" = { fg = \"background\", bg = \"orange\", modifiers = [\"bold\"] }\n\"ui.bufferline\" = { fg = \"muted\", bg = \"surface\" }\n\"ui.bufferline.active\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.bufferline.background\" = { bg = \"background\" }\n\"ui.highlight\" = { bg = \"lineHighlight\" }\n\"ui.highlight.frameline\" = { bg = \"selection\" }\n\"ui.debug.breakpoint\" = { fg = \"red\" }\n\"ui.debug.active\" = { fg = \"yellow\" }\n\n# Diagnostics and diffs\n\"diagnostic\" = { underline = { color = \"muted\", style = \"curl\" } }\n\"diagnostic.error\" = { underline = { color = \"red\", style = \"curl\" } }\n\"diagnostic.warning\" = { underline = { color = \"yellow\", style = \"curl\" } }\n\"diagnostic.info\" = { underline = { color = \"blue\", style = \"curl\" } }\n\"diagnostic.hint\" = { underline = { color = \"accent\", style = \"curl\" } }\n\"diagnostic.unnecessary\" = { modifiers = [\"dim\"] }\n\"diagnostic.deprecated\" = { modifiers = [\"crossed_out\"] }\n\"error\" = { fg = \"red\" }\n\"warning\" = { fg = \"yellow\" }\n\"info\" = { fg = \"blue\" }\n\"hint\" = { fg = \"accent\" }\n\"diff.plus\" = { fg = \"green\" }\n\"diff.minus\" = { fg = \"red\" }\n\"diff.delta\" = { fg = \"yellow\" }\n\n# Syntax\n\"comment\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.line\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.block\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.block.documentation\" = { fg = \"muted\", modifiers = [\"italic\"] }\n\"string\" = { fg = \"green\" }\n\"string.regexp\" = { fg = \"orange\" }\n\"string.special\" = { fg = \"orange\" }\n\"string.special.path\" = { fg = \"orange\" }\n\"string.special.url\" = { fg = \"blue\" }\n\"string.special.symbol\" = { fg = \"green\" }\n\"constant\" = { fg = \"yellow\" }\n\"constant.builtin\" = { fg = \"yellow\" }\n\"constant.builtin.boolean\" = { fg = \"yellow\" }\n\"constant.character\" = { fg = \"green\" }\n\"constant.character.escape\" = { fg = \"orange\" }\n\"constant.numeric\" = { fg = \"yellow\" }\n\"constant.numeric.integer\" = { fg = \"yellow\" }\n\"constant.numeric.float\" = { fg = \"yellow\" }\n\"keyword\" = { fg = \"purple\" }\n\"keyword.control\" = { fg = \"purple\" }\n\"keyword.control.conditional\" = { fg = \"purple\" }\n\"keyword.control.repeat\" = { fg = \"purple\" }\n\"keyword.control.import\" = { fg = \"purple\" }\n\"keyword.control.return\" = { fg = \"purple\" }\n\"keyword.control.exception\" = { fg = \"purple\" }\n\"keyword.operator\" = { fg = \"purple\" }\n\"keyword.directive\" = { fg = \"purple\" }\n\"keyword.function\" = { fg = \"purple\" }\n\"keyword.storage\" = { fg = \"purple\" }\n\"keyword.storage.type\" = { fg = \"purple\" }\n\"keyword.storage.modifier\" = { fg = \"purple\" }\n\"function\" = { fg = \"blue\" }\n\"function.builtin\" = { fg = \"blue\" }\n\"function.method\" = { fg = \"blue\" }\n\"function.macro\" = { fg = \"purple\" }\n\"function.special\" = { fg = \"purple\" }\n\"type\" = { fg = \"accent\" }\n\"type.builtin\" = { fg = \"accent\" }\n\"type.parameter\" = { fg = \"accent\" }\n\"type.enum\" = { fg = \"accent\" }\n\"type.enum.variant\" = { fg = \"yellow\" }\n\"constructor\" = { fg = \"accent\" }\n\"variable\" = { fg = \"foreground\" }\n\"variable.builtin\" = { fg = \"red\", modifiers = [\"italic\"] }\n\"variable.parameter\" = { fg = \"foreground\" }\n\"variable.other.member\" = { fg = \"foreground\" }\n\"label\" = { fg = \"orange\" }\n\"namespace\" = { fg = \"purple\" }\n\"operator\" = { fg = \"accentSoft\" }\n\"punctuation\" = { fg = \"muted\" }\n\"punctuation.delimiter\" = { fg = \"muted\" }\n\"punctuation.bracket\" = { fg = \"muted\" }\n\"punctuation.special\" = { fg = \"orange\" }\n\"special\" = { fg = \"orange\" }\n\"attribute\" = { fg = \"orange\" }\n\"tag\" = { fg = \"orange\" }\n\"tag.builtin\" = { fg = \"orange\" }\n\n# Markup\n\"markup.heading\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"markup.heading.marker\" = { fg = \"border\" }\n\"markup.heading.1\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"markup.heading.2\" = { fg = \"blue\", modifiers = [\"bold\"] }\n\"markup.heading.3\" = { fg = \"purple\", modifiers = [\"bold\"] }\n\"markup.heading.4\" = { fg = \"green\", modifiers = [\"bold\"] }\n\"markup.heading.5\" = { fg = \"yellow\", modifiers = [\"bold\"] }\n\"markup.heading.6\" = { fg = \"orange\", modifiers = [\"bold\"] }\n\"markup.list\" = { fg = \"accent\" }\n\"markup.list.numbered\" = { fg = \"accent\" }\n\"markup.list.unnumbered\" = { fg = \"accent\" }\n\"markup.bold\" = { fg = \"foreground\", modifiers = [\"bold\"] }\n\"markup.italic\" = { fg = \"foreground\", modifiers = [\"italic\"] }\n\"markup.strikethrough\" = { fg = \"muted\", modifiers = [\"crossed_out\"] }\n\"markup.link\" = { fg = \"blue\" }\n\"markup.link.url\" = { fg = \"blue\", modifiers = [\"underlined\"] }\n\"markup.link.label\" = { fg = \"accent\" }\n\"markup.link.text\" = { fg = \"accent\" }\n\"markup.quote\" = { fg = \"muted\", modifiers = [\"italic\"] }\n\"markup.raw\" = { fg = \"green\" }\n\"markup.raw.inline\" = { fg = \"green\" }\n\"markup.raw.block\" = { fg = \"green\" }\n\n[palette]\nbackground = \"#05080D\"\nsurface = \"#071018\"\nsurfaceRaised = \"#0B111A\"\nforeground = \"#F5F7FA\"\nmuted = \"#9BAAB8\"\nsubtle = \"#718695\"\nborder = \"#15566A\"\naccent = \"#00E5E5\"\naccentSoft = \"#00D8FF\"\nblue = \"#3CA9FF\"\ngreen = \"#7CFF6B\"\nyellow = \"#FFC247\"\norange = \"#FF8A2A\"\npurple = \"#B65CFF\"\nred = \"#FF5B5B\"\nselection = \"#0F3745\"\nlineHighlight = \"#07141E\"\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.toml",
     "path": "digitable-focus-paper.toml",
     "lang": "toml",
     "bytes": 7330,
     "lines": 174,
     "text": "# Digitable Focus Paper (light)\n# Digitable Workbench 0.1.0 -- generated from themes/focus-palettes.json.\n# Do not edit by hand: regenerate with scripts/generate-themes.mjs.\n\n# Interface\n\"ui.background\" = { bg = \"background\" }\n\"ui.background.separator\" = { fg = \"border\" }\n\"ui.window\" = { fg = \"border\" }\n\"ui.text\" = { fg = \"foreground\" }\n\"ui.text.focus\" = { fg = \"foreground\", modifiers = [\"bold\"] }\n\"ui.text.inactive\" = { fg = \"subtle\" }\n\"ui.text.info\" = { fg = \"muted\" }\n\"ui.text.directory\" = { fg = \"blue\" }\n\"ui.cursor\" = { fg = \"background\", bg = \"accentSoft\" }\n\"ui.cursor.primary\" = { fg = \"background\", bg = \"accent\" }\n\"ui.cursor.normal\" = { fg = \"background\", bg = \"accent\" }\n\"ui.cursor.insert\" = { fg = \"background\", bg = \"foreground\" }\n\"ui.cursor.select\" = { fg = \"background\", bg = \"purple\" }\n\"ui.cursor.match\" = { fg = \"accent\", bg = \"selection\", modifiers = [\"bold\"] }\n\"ui.cursorline.primary\" = { bg = \"lineHighlight\" }\n\"ui.cursorline.secondary\" = { bg = \"lineHighlight\" }\n\"ui.cursorcolumn.primary\" = { bg = \"lineHighlight\" }\n\"ui.cursorcolumn.secondary\" = { bg = \"lineHighlight\" }\n\"ui.selection\" = { bg = \"selection\" }\n\"ui.selection.primary\" = { bg = \"selection\" }\n\"ui.linenr\" = { fg = \"subtle\" }\n\"ui.linenr.selected\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"ui.gutter\" = { bg = \"background\" }\n\"ui.gutter.selected\" = { bg = \"lineHighlight\" }\n\"ui.statusline\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.statusline.inactive\" = { fg = \"muted\", bg = \"surface\" }\n\"ui.statusline.normal\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.statusline.insert\" = { fg = \"background\", bg = \"green\", modifiers = [\"bold\"] }\n\"ui.statusline.select\" = { fg = \"background\", bg = \"purple\", modifiers = [\"bold\"] }\n\"ui.statusline.separator\" = { fg = \"border\" }\n\"ui.popup\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.popup.info\" = { fg = \"muted\", bg = \"surfaceRaised\" }\n\"ui.help\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.menu\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.menu.selected\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.menu.scroll\" = { fg = \"border\", bg = \"surface\" }\n\"ui.virtual\" = { fg = \"subtle\" }\n\"ui.virtual.ruler\" = { bg = \"surface\" }\n\"ui.virtual.whitespace\" = { fg = \"border\" }\n\"ui.virtual.indent-guide\" = { fg = \"border\" }\n\"ui.virtual.inlay-hint\" = { fg = \"subtle\", bg = \"surface\" }\n\"ui.virtual.wrap\" = { fg = \"border\" }\n\"ui.virtual.jump-label\" = { fg = \"background\", bg = \"orange\", modifiers = [\"bold\"] }\n\"ui.bufferline\" = { fg = \"muted\", bg = \"surface\" }\n\"ui.bufferline.active\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.bufferline.background\" = { bg = \"background\" }\n\"ui.highlight\" = { bg = \"lineHighlight\" }\n\"ui.highlight.frameline\" = { bg = \"selection\" }\n\"ui.debug.breakpoint\" = { fg = \"red\" }\n\"ui.debug.active\" = { fg = \"yellow\" }\n\n# Diagnostics and diffs\n\"diagnostic\" = { underline = { color = \"muted\", style = \"curl\" } }\n\"diagnostic.error\" = { underline = { color = \"red\", style = \"curl\" } }\n\"diagnostic.warning\" = { underline = { color = \"yellow\", style = \"curl\" } }\n\"diagnostic.info\" = { underline = { color = \"blue\", style = \"curl\" } }\n\"diagnostic.hint\" = { underline = { color = \"accent\", style = \"curl\" } }\n\"diagnostic.unnecessary\" = { modifiers = [\"dim\"] }\n\"diagnostic.deprecated\" = { modifiers = [\"crossed_out\"] }\n\"error\" = { fg = \"red\" }\n\"warning\" = { fg = \"yellow\" }\n\"info\" = { fg = \"blue\" }\n\"hint\" = { fg = \"accent\" }\n\"diff.plus\" = { fg = \"green\" }\n\"diff.minus\" = { fg = \"red\" }\n\"diff.delta\" = { fg = \"yellow\" }\n\n# Syntax\n\"comment\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.line\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.block\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.block.documentation\" = { fg = \"muted\", modifiers = [\"italic\"] }\n\"string\" = { fg = \"green\" }\n\"string.regexp\" = { fg = \"orange\" }\n\"string.special\" = { fg = \"orange\" }\n\"string.special.path\" = { fg = \"orange\" }\n\"string.special.url\" = { fg = \"blue\" }\n\"string.special.symbol\" = { fg = \"green\" }\n\"constant\" = { fg = \"yellow\" }\n\"constant.builtin\" = { fg = \"yellow\" }\n\"constant.builtin.boolean\" = { fg = \"yellow\" }\n\"constant.character\" = { fg = \"green\" }\n\"constant.character.escape\" = { fg = \"orange\" }\n\"constant.numeric\" = { fg = \"yellow\" }\n\"constant.numeric.integer\" = { fg = \"yellow\" }\n\"constant.numeric.float\" = { fg = \"yellow\" }\n\"keyword\" = { fg = \"purple\" }\n\"keyword.control\" = { fg = \"purple\" }\n\"keyword.control.conditional\" = { fg = \"purple\" }\n\"keyword.control.repeat\" = { fg = \"purple\" }\n\"keyword.control.import\" = { fg = \"purple\" }\n\"keyword.control.return\" = { fg = \"purple\" }\n\"keyword.control.exception\" = { fg = \"purple\" }\n\"keyword.operator\" = { fg = \"purple\" }\n\"keyword.directive\" = { fg = \"purple\" }\n\"keyword.function\" = { fg = \"purple\" }\n\"keyword.storage\" = { fg = \"purple\" }\n\"keyword.storage.type\" = { fg = \"purple\" }\n\"keyword.storage.modifier\" = { fg = \"purple\" }\n\"function\" = { fg = \"blue\" }\n\"function.builtin\" = { fg = \"blue\" }\n\"function.method\" = { fg = \"blue\" }\n\"function.macro\" = { fg = \"purple\" }\n\"function.special\" = { fg = \"purple\" }\n\"type\" = { fg = \"accent\" }\n\"type.builtin\" = { fg = \"accent\" }\n\"type.parameter\" = { fg = \"accent\" }\n\"type.enum\" = { fg = \"accent\" }\n\"type.enum.variant\" = { fg = \"yellow\" }\n\"constructor\" = { fg = \"accent\" }\n\"variable\" = { fg = \"foreground\" }\n\"variable.builtin\" = { fg = \"red\", modifiers = [\"italic\"] }\n\"variable.parameter\" = { fg = \"foreground\" }\n\"variable.other.member\" = { fg = \"foreground\" }\n\"label\" = { fg = \"orange\" }\n\"namespace\" = { fg = \"purple\" }\n\"operator\" = { fg = \"accentSoft\" }\n\"punctuation\" = { fg = \"muted\" }\n\"punctuation.delimiter\" = { fg = \"muted\" }\n\"punctuation.bracket\" = { fg = \"muted\" }\n\"punctuation.special\" = { fg = \"orange\" }\n\"special\" = { fg = \"orange\" }\n\"attribute\" = { fg = \"orange\" }\n\"tag\" = { fg = \"orange\" }\n\"tag.builtin\" = { fg = \"orange\" }\n\n# Markup\n\"markup.heading\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"markup.heading.marker\" = { fg = \"border\" }\n\"markup.heading.1\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"markup.heading.2\" = { fg = \"blue\", modifiers = [\"bold\"] }\n\"markup.heading.3\" = { fg = \"purple\", modifiers = [\"bold\"] }\n\"markup.heading.4\" = { fg = \"green\", modifiers = [\"bold\"] }\n\"markup.heading.5\" = { fg = \"yellow\", modifiers = [\"bold\"] }\n\"markup.heading.6\" = { fg = \"orange\", modifiers = [\"bold\"] }\n\"markup.list\" = { fg = \"accent\" }\n\"markup.list.numbered\" = { fg = \"accent\" }\n\"markup.list.unnumbered\" = { fg = \"accent\" }\n\"markup.bold\" = { fg = \"foreground\", modifiers = [\"bold\"] }\n\"markup.italic\" = { fg = \"foreground\", modifiers = [\"italic\"] }\n\"markup.strikethrough\" = { fg = \"muted\", modifiers = [\"crossed_out\"] }\n\"markup.link\" = { fg = \"blue\" }\n\"markup.link.url\" = { fg = \"blue\", modifiers = [\"underlined\"] }\n\"markup.link.label\" = { fg = \"accent\" }\n\"markup.link.text\" = { fg = \"accent\" }\n\"markup.quote\" = { fg = \"muted\", modifiers = [\"italic\"] }\n\"markup.raw\" = { fg = \"green\" }\n\"markup.raw.inline\" = { fg = \"green\" }\n\"markup.raw.block\" = { fg = \"green\" }\n\n[palette]\nbackground = \"#F4F7F8\"\nsurface = \"#FFFFFF\"\nsurfaceRaised = \"#E9F0F2\"\nforeground = \"#10202A\"\nmuted = \"#526A78\"\nsubtle = \"#5F7480\"\nborder = \"#A9C2C9\"\naccent = \"#007C83\"\naccentSoft = \"#006E78\"\nblue = \"#0067A8\"\ngreen = \"#287A36\"\nyellow = \"#8A5B00\"\norange = \"#A54A00\"\npurple = \"#7139A3\"\nred = \"#B4232E\"\nselection = \"#C8E9EC\"\nlineHighlight = \"#E9F3F4\"\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.toml",
     "path": "digitable-focus-signal.toml",
     "lang": "toml",
     "bytes": 7330,
     "lines": 174,
     "text": "# Digitable Focus Signal (dark)\n# Digitable Workbench 0.1.0 -- generated from themes/focus-palettes.json.\n# Do not edit by hand: regenerate with scripts/generate-themes.mjs.\n\n# Interface\n\"ui.background\" = { bg = \"background\" }\n\"ui.background.separator\" = { fg = \"border\" }\n\"ui.window\" = { fg = \"border\" }\n\"ui.text\" = { fg = \"foreground\" }\n\"ui.text.focus\" = { fg = \"foreground\", modifiers = [\"bold\"] }\n\"ui.text.inactive\" = { fg = \"subtle\" }\n\"ui.text.info\" = { fg = \"muted\" }\n\"ui.text.directory\" = { fg = \"blue\" }\n\"ui.cursor\" = { fg = \"background\", bg = \"accentSoft\" }\n\"ui.cursor.primary\" = { fg = \"background\", bg = \"accent\" }\n\"ui.cursor.normal\" = { fg = \"background\", bg = \"accent\" }\n\"ui.cursor.insert\" = { fg = \"background\", bg = \"foreground\" }\n\"ui.cursor.select\" = { fg = \"background\", bg = \"purple\" }\n\"ui.cursor.match\" = { fg = \"accent\", bg = \"selection\", modifiers = [\"bold\"] }\n\"ui.cursorline.primary\" = { bg = \"lineHighlight\" }\n\"ui.cursorline.secondary\" = { bg = \"lineHighlight\" }\n\"ui.cursorcolumn.primary\" = { bg = \"lineHighlight\" }\n\"ui.cursorcolumn.secondary\" = { bg = \"lineHighlight\" }\n\"ui.selection\" = { bg = \"selection\" }\n\"ui.selection.primary\" = { bg = \"selection\" }\n\"ui.linenr\" = { fg = \"subtle\" }\n\"ui.linenr.selected\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"ui.gutter\" = { bg = \"background\" }\n\"ui.gutter.selected\" = { bg = \"lineHighlight\" }\n\"ui.statusline\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.statusline.inactive\" = { fg = \"muted\", bg = \"surface\" }\n\"ui.statusline.normal\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.statusline.insert\" = { fg = \"background\", bg = \"green\", modifiers = [\"bold\"] }\n\"ui.statusline.select\" = { fg = \"background\", bg = \"purple\", modifiers = [\"bold\"] }\n\"ui.statusline.separator\" = { fg = \"border\" }\n\"ui.popup\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.popup.info\" = { fg = \"muted\", bg = \"surfaceRaised\" }\n\"ui.help\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.menu\" = { fg = \"foreground\", bg = \"surfaceRaised\" }\n\"ui.menu.selected\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.menu.scroll\" = { fg = \"border\", bg = \"surface\" }\n\"ui.virtual\" = { fg = \"subtle\" }\n\"ui.virtual.ruler\" = { bg = \"surface\" }\n\"ui.virtual.whitespace\" = { fg = \"border\" }\n\"ui.virtual.indent-guide\" = { fg = \"border\" }\n\"ui.virtual.inlay-hint\" = { fg = \"subtle\", bg = \"surface\" }\n\"ui.virtual.wrap\" = { fg = \"border\" }\n\"ui.virtual.jump-label\" = { fg = \"background\", bg = \"orange\", modifiers = [\"bold\"] }\n\"ui.bufferline\" = { fg = \"muted\", bg = \"surface\" }\n\"ui.bufferline.active\" = { fg = \"background\", bg = \"accent\", modifiers = [\"bold\"] }\n\"ui.bufferline.background\" = { bg = \"background\" }\n\"ui.highlight\" = { bg = \"lineHighlight\" }\n\"ui.highlight.frameline\" = { bg = \"selection\" }\n\"ui.debug.breakpoint\" = { fg = \"red\" }\n\"ui.debug.active\" = { fg = \"yellow\" }\n\n# Diagnostics and diffs\n\"diagnostic\" = { underline = { color = \"muted\", style = \"curl\" } }\n\"diagnostic.error\" = { underline = { color = \"red\", style = \"curl\" } }\n\"diagnostic.warning\" = { underline = { color = \"yellow\", style = \"curl\" } }\n\"diagnostic.info\" = { underline = { color = \"blue\", style = \"curl\" } }\n\"diagnostic.hint\" = { underline = { color = \"accent\", style = \"curl\" } }\n\"diagnostic.unnecessary\" = { modifiers = [\"dim\"] }\n\"diagnostic.deprecated\" = { modifiers = [\"crossed_out\"] }\n\"error\" = { fg = \"red\" }\n\"warning\" = { fg = \"yellow\" }\n\"info\" = { fg = \"blue\" }\n\"hint\" = { fg = \"accent\" }\n\"diff.plus\" = { fg = \"green\" }\n\"diff.minus\" = { fg = \"red\" }\n\"diff.delta\" = { fg = \"yellow\" }\n\n# Syntax\n\"comment\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.line\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.block\" = { fg = \"subtle\", modifiers = [\"italic\"] }\n\"comment.block.documentation\" = { fg = \"muted\", modifiers = [\"italic\"] }\n\"string\" = { fg = \"green\" }\n\"string.regexp\" = { fg = \"orange\" }\n\"string.special\" = { fg = \"orange\" }\n\"string.special.path\" = { fg = \"orange\" }\n\"string.special.url\" = { fg = \"blue\" }\n\"string.special.symbol\" = { fg = \"green\" }\n\"constant\" = { fg = \"yellow\" }\n\"constant.builtin\" = { fg = \"yellow\" }\n\"constant.builtin.boolean\" = { fg = \"yellow\" }\n\"constant.character\" = { fg = \"green\" }\n\"constant.character.escape\" = { fg = \"orange\" }\n\"constant.numeric\" = { fg = \"yellow\" }\n\"constant.numeric.integer\" = { fg = \"yellow\" }\n\"constant.numeric.float\" = { fg = \"yellow\" }\n\"keyword\" = { fg = \"purple\" }\n\"keyword.control\" = { fg = \"purple\" }\n\"keyword.control.conditional\" = { fg = \"purple\" }\n\"keyword.control.repeat\" = { fg = \"purple\" }\n\"keyword.control.import\" = { fg = \"purple\" }\n\"keyword.control.return\" = { fg = \"purple\" }\n\"keyword.control.exception\" = { fg = \"purple\" }\n\"keyword.operator\" = { fg = \"purple\" }\n\"keyword.directive\" = { fg = \"purple\" }\n\"keyword.function\" = { fg = \"purple\" }\n\"keyword.storage\" = { fg = \"purple\" }\n\"keyword.storage.type\" = { fg = \"purple\" }\n\"keyword.storage.modifier\" = { fg = \"purple\" }\n\"function\" = { fg = \"blue\" }\n\"function.builtin\" = { fg = \"blue\" }\n\"function.method\" = { fg = \"blue\" }\n\"function.macro\" = { fg = \"purple\" }\n\"function.special\" = { fg = \"purple\" }\n\"type\" = { fg = \"accent\" }\n\"type.builtin\" = { fg = \"accent\" }\n\"type.parameter\" = { fg = \"accent\" }\n\"type.enum\" = { fg = \"accent\" }\n\"type.enum.variant\" = { fg = \"yellow\" }\n\"constructor\" = { fg = \"accent\" }\n\"variable\" = { fg = \"foreground\" }\n\"variable.builtin\" = { fg = \"red\", modifiers = [\"italic\"] }\n\"variable.parameter\" = { fg = \"foreground\" }\n\"variable.other.member\" = { fg = \"foreground\" }\n\"label\" = { fg = \"orange\" }\n\"namespace\" = { fg = \"purple\" }\n\"operator\" = { fg = \"accentSoft\" }\n\"punctuation\" = { fg = \"muted\" }\n\"punctuation.delimiter\" = { fg = \"muted\" }\n\"punctuation.bracket\" = { fg = \"muted\" }\n\"punctuation.special\" = { fg = \"orange\" }\n\"special\" = { fg = \"orange\" }\n\"attribute\" = { fg = \"orange\" }\n\"tag\" = { fg = \"orange\" }\n\"tag.builtin\" = { fg = \"orange\" }\n\n# Markup\n\"markup.heading\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"markup.heading.marker\" = { fg = \"border\" }\n\"markup.heading.1\" = { fg = \"accent\", modifiers = [\"bold\"] }\n\"markup.heading.2\" = { fg = \"blue\", modifiers = [\"bold\"] }\n\"markup.heading.3\" = { fg = \"purple\", modifiers = [\"bold\"] }\n\"markup.heading.4\" = { fg = \"green\", modifiers = [\"bold\"] }\n\"markup.heading.5\" = { fg = \"yellow\", modifiers = [\"bold\"] }\n\"markup.heading.6\" = { fg = \"orange\", modifiers = [\"bold\"] }\n\"markup.list\" = { fg = \"accent\" }\n\"markup.list.numbered\" = { fg = \"accent\" }\n\"markup.list.unnumbered\" = { fg = \"accent\" }\n\"markup.bold\" = { fg = \"foreground\", modifiers = [\"bold\"] }\n\"markup.italic\" = { fg = \"foreground\", modifiers = [\"italic\"] }\n\"markup.strikethrough\" = { fg = \"muted\", modifiers = [\"crossed_out\"] }\n\"markup.link\" = { fg = \"blue\" }\n\"markup.link.url\" = { fg = \"blue\", modifiers = [\"underlined\"] }\n\"markup.link.label\" = { fg = \"accent\" }\n\"markup.link.text\" = { fg = \"accent\" }\n\"markup.quote\" = { fg = \"muted\", modifiers = [\"italic\"] }\n\"markup.raw\" = { fg = \"green\" }\n\"markup.raw.inline\" = { fg = \"green\" }\n\"markup.raw.block\" = { fg = \"green\" }\n\n[palette]\nbackground = \"#000000\"\nsurface = \"#090D10\"\nsurfaceRaised = \"#101820\"\nforeground = \"#FFFFFF\"\nmuted = \"#D0D9DE\"\nsubtle = \"#A8B6BF\"\nborder = \"#66FFFF\"\naccent = \"#00FFFF\"\naccentSoft = \"#66FFFF\"\nblue = \"#55AAFF\"\ngreen = \"#7CFF00\"\nyellow = \"#FFD800\"\norange = \"#FF9D3D\"\npurple = \"#E47AFF\"\nred = \"#FF4D5A\"\nselection = \"#005555\"\nlineHighlight = \"#0B171A\"\n"
    }
   ]
  }
 ]
}
