Skip to content

Instantly share code, notes, and snippets.

@dalisoft
Last active September 23, 2021 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalisoft/53d864ba0cd20ccd405e8aa4d741ab85 to your computer and use it in GitHub Desktop.
Save dalisoft/53d864ba0cd20ccd405e8aa4d741ab85 to your computer and use it in GitHub Desktop.
Sublime Text 3 Sync Configurations
[
{
"keys": [
"enter"
],
"command": "commit_completion",
"context": [
{
"key": "auto_complete_visible"
},
]
},
{
"keys": [
"super+alt+enter"
],
"command": "lsp_symbol_definition",
"context": [
{
"key": "selector",
"operator": "equal",
"operand": true,
}
]
},
{
"keys": [
"super+shift+c"
],
"command": "lsp_format_document",
"context": [
{
"key": "selector",
"operator": "equal",
"operand": true
}
]
},
{
"args": {
"panel": "find",
"reverse": false
},
"command": "show_panel",
"keys": [
"super+f"
]
},
{
"args": {
"panel": "replace",
"reverse": false
},
"command": "show_panel",
"keys": [
"super+r"
]
},
{
"command": "toggle_side_bar",
"keys": [
"ctrl+n"
]
},
{
"command": "terminus_close",
"context": [
{
"key": "terminus_view"
}
],
"keys": [
"super+w"
]
},
{
"args": {
"cwd": "${file_path:${folder}}"
},
"command": "terminus_open",
"keys": [
"super+shift+`"
]
},
{
"args": {
"cwd": "${file_path:${folder}}"
},
"command": "toggle_terminus_panel",
"keys": [
"super+`"
]
},
{
"command": "lsp_show_diagnostics_panel",
"keys": [
"ctrl+`"
]
}
]
{
"extensions":
[
"js"
]
}
// Your settings for FileManager. See the default file to see the different options.
{
"terminals": [
{
"name": "Terminal",
"cmd": ["open", "-a", "Terminal", "$cwd"],
"platform": "osx"
}
]
}
{
"debug": false,
"auto_format_on_save": true,
"allow_inline_formatting": false,
"auto_format_on_save_requires_prettier_config": true
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Log Highlight</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#282923</string>
<key>caret</key>
<string>#F29718</string>
<key>foreground</key>
<string>#D7D7D7</string>
<key>lineHighlight</key>
<string>#283240</string>
<key>selection</key>
<string>#3A5166</string>
<key>selectionBorder</key>
<string>#181E26</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>msg.warning.quote</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4F99D3</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>msg.warning.link</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FD971F</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>msg.warning</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A1B347</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>msg.error.quote</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#4F99D3</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>msg.error.link</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E6DB74</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>msg.error</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#F92672</string>
</dict>
</dict>
<dict>
<key>scope</key>
<string>summary.title</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#D7D7D7</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>403e2150-aad4-41ff-86d0-36d87510918e</string>
</dict>
</plist>
// Settings in here override those in "LSP-css/LSP-css.sublime-settings"
{
"languages": [
{
"languageId": "css",
"document_selector": "source.css",
},
{
"languageId": "scss",
"document_selector": "source.scss"
},
{
"languageId": "less",
"document_selector": "source.less"
},
],
}
// Settings in here override those in "LSP-dockerfile/LSP-dockerfile.sublime-settings"
{
"languages": [
{
"languageId": "dockerfile",
"document_selector": "source.dockerfile"
}
],
}
// Settings in here override those in "LSP-eslint/LSP-eslint.sublime-settings"
{}
// Settings in here override those in "LSP-html/LSP-html.sublime-settings",
{
"languages": [
{
"languageId": "html",
"document_selector": "text.html.basic | source.php"
}
]
}
// Settings in here override those in "LSP-json/LSP-json.sublime-settings"
{
"languages": [
{
"languageId": "json",
"document_selector": "source.json"
}
],
"settings": {
"json": {
"format": { "enable": true }
}
}
}
{
"command": ["${node_bin}", "${server_path}", "--stdio"],
"languages": [
{
"languageId": "typescriptreact",
"scopes": ["source.tsx"],
"syntaxes": [
"Packages/TypeScript Syntax/TypeScriptReact.tmLanguage",
],
},
{
"languageId": "typescript",
"scopes": ["source.ts"],
"syntaxes": [
"Packages/TypeScript Syntax/TypeScript.tmLanguage",
],
},
],
"initializationOptions": {},
"settings": {},
}
{
"languages": [
{
"languageId": "yaml",
"document_selector": "source.yaml | source.yml"
}
]
}
{
"clients": {
// Frontend
"lsp-css": {
"enabled": true
},
"lsp-html": {
"enabled": true
},
// Basics
"lsp-json": {
"enabled": true
},
"lsp-yaml": {
"enabled": true
},
// DevOps basics
"lsp-bash": {
"enabled": true
},
"lsp-dockerfile": {
"enabled": true
},
// Javascript / TypeScript
"lsp-eslint": {
"enabled": true
},
"lsp-typescript": {
"enabled": true
},
// GraphQL
"lsp-graphql": {
"enabled": true
},
// Python
"lsp-pyright": {
"enabled": true
},
"pyls": {
"enabled": false
},
// PHP
"lsp-intelephense": {
"enabled": true
},
// C / C++
"clangd": {
"enabled": true
},
// GoLang
"gopls": {
"enabled": true
},
// OCaml
// Can be used for Reason
// as recommended
"ocaml": {
"enabled": false
},
// Reason/ReasonML
"rls": {
"command": [
"rustup",
"run",
"rls"
],
"enabled": false
},
// Rust
"rust-analyzer": {
"enabled": true
}
},
"show_diagnostics_panel_on_save": 2,
"diagnostics_panel_include_severity_level": 3,
"log_debug": false,
"lsp_code_actions_on_save": {
"source.fixAll": true,
"source.organizeImports": true
},
"lsp_format_on_save": true,
"show_code_actions": "bulb",
"show_diagnostics_count_in_view_status": true,
"show_diagnostics_severity_level": 3,
"show_references_in_quick_panel": true,
"show_symbol_action_links": true
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Decent Swift Syntax",
"Dockerfile Syntax Highlighting",
"DotENV",
"EditorConfig",
"fish",
"Gitignore",
"ImagePreview",
"JsPrettier",
"Kotlin",
"LESS",
"Log Highlight",
"LSP",
"LSP-bash",
"LSP-css",
"LSP-dockerfile",
"LSP-eslint",
"LSP-graphql",
"LSP-html",
"LSP-intelephense",
"LSP-json",
"LSP-typescript",
"LSP-yaml",
"Markdown Extended",
"MarkdownPreview",
"Package Control",
"Pretty JSON",
"Reason",
"Rust Enhanced",
"Sass",
"SideBarTools",
"SVGO",
"Swift",
"Sync Settings",
"Terminal",
"Terminus",
"TodoReview",
"TOML",
"TypeScript Syntax",
],
"repositories":
[
"https://github.com/emmetio/sublime-text-plugin/releases/latest/download/registry.json"
],
}
{
"hardware_acceleration": "opengl",
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_triggers": [
{
"characters": "<",
"selector": "text.html",
},
{
"characters": ".",
"selector": "source.js",
}
],
"binary_file_patterns": [
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.sublime-color-scheme",
"enable_inline_error_tips": true,
"enable_language_service_for_javascript": false,
"enable_typescript_language_service": true,
"fade_fold_buttons": false,
"file_exclude_patterns": [
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Monaco",
"font_options": [
"gray_antialias",
"no_round"
],
"font_size": 14,
"git_diff_target": "head",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
],
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"lsp_format_on_save": true,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_tags": true,
"material_theme_contrast_mode": true,
"native_tabs": "preferred",
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"save_on_focus_lost": true,
"show_encoding": true,
"show_git_status": true,
"show_line_endings": true,
"spell_check": true,
"theme": "auto",
"dark_theme": "Adaptive.sublime-theme",
"light_theme": "Default.sublime-theme",
"theme_font_options": [
"gray_antialias"
],
"typescript_auto_format": false,
"update_check": false,
"word_wrap": true,
}
{
"extensions":
[
"jsx"
]
}
{
"variables": {
"white": "#74705d",
"background": "#282924",
"light_red": "color(#f83535 l(+ 15%))",
"light_cyan": "color(#67d8ef l(+ 15%))",
"green": "#a6e22c",
"light_magenta": "color(#f92472 l(+ 15%))",
"light_brown": "color(#e7db74 l(+ 15%))",
"light_blue": "color(#67d8ef l(+ 15%))",
"light_green": "color(#a6e22c l(+ 15%))",
"foreground": "#f8f8f2",
"light_black": "color(#74705d l(+ 15%))",
"red": "#f83535",
"light_white": "#ffffff",
"brown": "#e7db74",
"magenta": "#f92472",
"caret": "#f8f8f2",
"blue": "#67d8ef",
"cyan": "#67d8ef",
"black": "#000000"
},
"name": "Terminus",
"globals": {
"background": "#282923"
}
}
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

This file has been truncated, but you can view the full file.
{"variables": {}, "name": "Terminus", "globals": {}, "rules": [{"background": "var(black)", "scope": "terminus.black.black", "foreground": "var(black)"}, {"background": "var(red)", "scope": "terminus.black.red", "foreground": "var(black)"}, {"background": "var(green)", "scope": "terminus.black.green", "foreground": "var(black)"}, {"background": "var(brown)", "scope": "terminus.black.brown", "foreground": "var(black)"}, {"background": "var(blue)", "scope": "terminus.black.blue", "foreground": "var(black)"}, {"background": "var(magenta)", "scope": "terminus.black.magenta", "foreground": "var(black)"}, {"background": "var(cyan)", "scope": "terminus.black.cyan", "foreground": "var(black)"}, {"background": "var(white)", "scope": "terminus.black.white", "foreground": "var(black)"}, {"background": "var(light_black)", "scope": "terminus.black.light_black", "foreground": "var(black)"}, {"background": "var(light_red)", "scope": "terminus.black.light_red", "foreground": "var(black)"}, {"background": "var(light_green)", "scope": "terminus.black.light_green", "foreground": "var(black)"}, {"background": "var(light_brown)", "scope": "terminus.black.light_brown", "foreground": "var(black)"}, {"background": "var(light_blue)", "scope": "terminus.black.light_blue", "foreground": "var(black)"}, {"background": "var(light_magenta)", "scope": "terminus.black.light_magenta", "foreground": "var(black)"}, {"background": "var(light_cyan)", "scope": "terminus.black.light_cyan", "foreground": "var(black)"}, {"background": "var(light_white)", "scope": "terminus.black.light_white", "foreground": "var(black)"}, {"background": "var(background)", "scope": "terminus.black.default", "foreground": "var(black)"}, {"background": "var(foreground)", "scope": "terminus.black.reverse_default", "foreground": "var(black)"}, {"background": "#000000", "scope": "terminus.black.000000", "foreground": "var(black)"}, {"background": "#cd0000", "scope": "terminus.black.cd0000", "foreground": "var(black)"}, {"background": "#00cd00", "scope": "terminus.black.00cd00", "foreground": "var(black)"}, {"background": "#cdcd00", "scope": "terminus.black.cdcd00", "foreground": "var(black)"}, {"background": "#0000ee", "scope": "terminus.black.0000ee", "foreground": "var(black)"}, {"background": "#cd00cd", "scope": "terminus.black.cd00cd", "foreground": "var(black)"}, {"background": "#00cdcd", "scope": "terminus.black.00cdcd", "foreground": "var(black)"}, {"background": "#e5e5e5", "scope": "terminus.black.e5e5e5", "foreground": "var(black)"}, {"background": "#7f7f7f", "scope": "terminus.black.7f7f7f", "foreground": "var(black)"}, {"background": "#ff0000", "scope": "terminus.black.ff0000", "foreground": "var(black)"}, {"background": "#00ff00", "scope": "terminus.black.00ff00", "foreground": "var(black)"}, {"background": "#ffff00", "scope": "terminus.black.ffff00", "foreground": "var(black)"}, {"background": "#5c5cff", "scope": "terminus.black.5c5cff", "foreground": "var(black)"}, {"background": "#ff00ff", "scope": "terminus.black.ff00ff", "foreground": "var(black)"}, {"background": "#00ffff", "scope": "terminus.black.00ffff", "foreground": "var(black)"}, {"background": "#ffffff", "scope": "terminus.black.ffffff", "foreground": "var(black)"}, {"background": "#00005f", "scope": "terminus.black.00005f", "foreground": "var(black)"}, {"background": "#000087", "scope": "terminus.black.000087", "foreground": "var(black)"}, {"background": "#0000af", "scope": "terminus.black.0000af", "foreground": "var(black)"}, {"background": "#0000d7", "scope": "terminus.black.0000d7", "foreground": "var(black)"}, {"background": "#0000ff", "scope": "terminus.black.0000ff", "foreground": "var(black)"}, {"background": "#005f00", "scope": "terminus.black.005f00", "foreground": "var(black)"}, {"background": "#005f5f", "scope": "terminus.black.005f5f", "foreground": "var(black)"}, {"background": "#005f87", "scope": "terminus.black.005f87", "foreground": "var(black)"}, {"background": "#005faf", "scope": "terminus.black.005faf", "foreground": "var(black)"}, {"background": "#005fd7", "scope": "terminus.black.005fd7", "foreground": "var(black)"}, {"background": "#005fff", "scope": "terminus.black.005fff", "foreground": "var(black)"}, {"background": "#008700", "scope": "terminus.black.008700", "foreground": "var(black)"}, {"background": "#00875f", "scope": "terminus.black.00875f", "foreground": "var(black)"}, {"background": "#008787", "scope": "terminus.black.008787", "foreground": "var(black)"}, {"background": "#0087af", "scope": "terminus.black.0087af", "foreground": "var(black)"}, {"background": "#0087d7", "scope": "terminus.black.0087d7", "foreground": "var(black)"}, {"background": "#0087ff", "scope": "terminus.black.0087ff", "foreground": "var(black)"}, {"background": "#00af00", "scope": "terminus.black.00af00", "foreground": "var(black)"}, {"background": "#00af5f", "scope": "terminus.black.00af5f", "foreground": "var(black)"}, {"background": "#00af87", "scope": "terminus.black.00af87", "foreground": "var(black)"}, {"background": "#00afaf", "scope": "terminus.black.00afaf", "foreground": "var(black)"}, {"background": "#00afd7", "scope": "terminus.black.00afd7", "foreground": "var(black)"}, {"background": "#00afff", "scope": "terminus.black.00afff", "foreground": "var(black)"}, {"background": "#00d700", "scope": "terminus.black.00d700", "foreground": "var(black)"}, {"background": "#00d75f", "scope": "terminus.black.00d75f", "foreground": "var(black)"}, {"background": "#00d787", "scope": "terminus.black.00d787", "foreground": "var(black)"}, {"background": "#00d7af", "scope": "terminus.black.00d7af", "foreground": "var(black)"}, {"background": "#00d7d7", "scope": "terminus.black.00d7d7", "foreground": "var(black)"}, {"background": "#00d7ff", "scope": "terminus.black.00d7ff", "foreground": "var(black)"}, {"background": "#00ff5f", "scope": "terminus.black.00ff5f", "foreground": "var(black)"}, {"background": "#00ff87", "scope": "terminus.black.00ff87", "foreground": "var(black)"}, {"background": "#00ffaf", "scope": "terminus.black.00ffaf", "foreground": "var(black)"}, {"background": "#00ffd7", "scope": "terminus.black.00ffd7", "foreground": "var(black)"}, {"background": "#5f0000", "scope": "terminus.black.5f0000", "foreground": "var(black)"}, {"background": "#5f005f", "scope": "terminus.black.5f005f", "foreground": "var(black)"}, {"background": "#5f0087", "scope": "terminus.black.5f0087", "foreground": "var(black)"}, {"background": "#5f00af", "scope": "terminus.black.5f00af", "foreground": "var(black)"}, {"background": "#5f00d7", "scope": "terminus.black.5f00d7", "foreground": "var(black)"}, {"background": "#5f00ff", "scope": "terminus.black.5f00ff", "foreground": "var(black)"}, {"background": "#5f5f00", "scope": "terminus.black.5f5f00", "foreground": "var(black)"}, {"background": "#5f5f5f", "scope": "terminus.black.5f5f5f", "foreground": "var(black)"}, {"background": "#5f5f87", "scope": "terminus.black.5f5f87", "foreground": "var(black)"}, {"background": "#5f5faf", "scope": "terminus.black.5f5faf", "foreground": "var(black)"}, {"background": "#5f5fd7", "scope": "terminus.black.5f5fd7", "foreground": "var(black)"}, {"background": "#5f5fff", "scope": "terminus.black.5f5fff", "foreground": "var(black)"}, {"background": "#5f8700", "scope": "terminus.black.5f8700", "foreground": "var(black)"}, {"background": "#5f875f", "scope": "terminus.black.5f875f", "foreground": "var(black)"}, {"background": "#5f8787", "scope": "terminus.black.5f8787", "foreground": "var(black)"}, {"background": "#5f87af", "scope": "terminus.black.5f87af", "foreground": "var(black)"}, {"background": "#5f87d7", "scope": "terminus.black.5f87d7", "foreground": "var(black)"}, {"background": "#5f87ff", "scope": "terminus.black.5f87ff", "foreground": "var(black)"}, {"background": "#5faf00", "scope": "terminus.black.5faf00", "foreground": "var(black)"}, {"background": "#5faf5f", "scope": "terminus.black.5faf5f", "foreground": "var(black)"}, {"background": "#5faf87", "scope": "terminus.black.5faf87", "foreground": "var(black)"}, {"background": "#5fafaf", "scope": "terminus.black.5fafaf", "foreground": "var(black)"}, {"background": "#5fafd7", "scope": "terminus.black.5fafd7", "foreground": "var(black)"}, {"background": "#5fafff", "scope": "terminus.black.5fafff", "foreground": "var(black)"}, {"background": "#5fd700", "scope": "terminus.black.5fd700", "foreground": "var(black)"}, {"background": "#5fd75f", "scope": "terminus.black.5fd75f", "foreground": "var(black)"}, {"background": "#5fd787", "scope": "terminus.black.5fd787", "foreground": "var(black)"}, {"background": "#5fd7af", "scope": "terminus.black.5fd7af", "foreground": "var(black)"}, {"background": "#5fd7d7", "scope": "terminus.black.5fd7d7", "foreground": "var(black)"}, {"background": "#5fd7ff", "scope": "terminus.black.5fd7ff", "foreground": "var(black)"}, {"background": "#5fff00", "scope": "terminus.black.5fff00", "foreground": "var(black)"}, {"background": "#5fff5f", "scope": "terminus.black.5fff5f", "foreground": "var(black)"}, {"background": "#5fff87", "scope": "terminus.black.5fff87", "foreground": "var(black)"}, {"background": "#5fffaf", "scope": "terminus.black.5fffaf", "foreground": "var(black)"}, {"background": "#5fffd7", "scope": "terminus.black.5fffd7", "foreground": "var(black)"}, {"background": "#5fffff", "scope": "terminus.black.5fffff", "foreground": "var(black)"}, {"background": "#870000", "scope": "terminus.black.870000", "foreground": "var(black)"}, {"background": "#87005f", "scope": "terminus.black.87005f", "foreground": "var(black)"}, {"background": "#870087", "scope": "terminus.black.870087", "foreground": "var(black)"}, {"background": "#8700af", "scope": "terminus.black.8700af", "foreground": "var(black)"}, {"background": "#8700d7", "scope": "terminus.black.8700d7", "foreground": "var(black)"}, {"background": "#8700ff", "scope": "terminus.black.8700ff", "foreground": "var(black)"}, {"background": "#875f00", "scope": "terminus.black.875f00", "foreground": "var(black)"}, {"background": "#875f5f", "scope": "terminus.black.875f5f", "foreground": "var(black)"}, {"background": "#875f87", "scope": "terminus.black.875f87", "foreground": "var(black)"}, {"background": "#875faf", "scope": "terminus.black.875faf", "foreground": "var(black)"}, {"background": "#875fd7", "scope": "terminus.black.875fd7", "foreground": "var(black)"}, {"background": "#875fff", "scope": "terminus.black.875fff", "foreground": "var(black)"}, {"background": "#878700", "scope": "terminus.black.878700", "foreground": "var(black)"}, {"background": "#87875f", "scope": "terminus.black.87875f", "foreground": "var(black)"}, {"background": "#878787", "scope": "terminus.black.878787", "foreground": "var(black)"}, {"background": "#8787af", "scope": "terminus.black.8787af", "foreground": "var(black)"}, {"background": "#8787d7", "scope": "terminus.black.8787d7", "foreground": "var(black)"}, {"background": "#8787ff", "scope": "terminus.black.8787ff", "foreground": "var(black)"}, {"background": "#87af00", "scope": "terminus.black.87af00", "foreground": "var(black)"}, {"background": "#87af5f", "scope": "terminus.black.87af5f", "foreground": "var(black)"}, {"background": "#87af87", "scope": "terminus.black.87af87", "foreground": "var(black)"}, {"background": "#87afaf", "scope": "terminus.black.87afaf", "foreground": "var(black)"}, {"background": "#87afd7", "scope": "terminus.black.87afd7", "foreground": "var(black)"}, {"background": "#87afff", "scope": "terminus.black.87afff", "foreground": "var(black)"}, {"background": "#87d700", "scope": "terminus.black.87d700", "foreground": "var(black)"}, {"background": "#87d75f", "scope": "terminus.black.87d75f", "foreground": "var(black)"}, {"background": "#87d787", "scope": "terminus.black.87d787", "foreground": "var(black)"}, {"background": "#87d7af", "scope": "terminus.black.87d7af", "foreground": "var(black)"}, {"background": "#87d7d7", "scope": "terminus.black.87d7d7", "foreground": "var(black)"}, {"background": "#87d7ff", "scope": "terminus.black.87d7ff", "foreground": "var(black)"}, {"background": "#87ff00", "scope": "terminus.black.87ff00", "foreground": "var(black)"}, {"background": "#87ff5f", "scope": "terminus.black.87ff5f", "foreground": "var(black)"}, {"background": "#87ff87", "scope": "terminus.black.87ff87", "foreground": "var(black)"}, {"background": "#87ffaf", "scope": "terminus.black.87ffaf", "foreground": "var(black)"}, {"background": "#87ffd7", "scope": "terminus.black.87ffd7", "foreground": "var(black)"}, {"background": "#87ffff", "scope": "terminus.black.87ffff", "foreground": "var(black)"}, {"background": "#af0000", "scope": "terminus.black.af0000", "foreground": "var(black)"}, {"background": "#af005f", "scope": "terminus.black.af005f", "foreground": "var(black)"}, {"background": "#af0087", "scope": "terminus.black.af0087", "foreground": "var(black)"}, {"background": "#af00af", "scope": "terminus.black.af00af", "foreground": "var(black)"}, {"background": "#af00d7", "scope": "terminus.black.af00d7", "foreground": "var(black)"}, {"background": "#af00ff", "scope": "terminus.black.af00ff", "foreground": "var(black)"}, {"background": "#af5f00", "scope": "terminus.black.af5f00", "foreground": "var(black)"}, {"background": "#af5f5f", "scope": "terminus.black.af5f5f", "foreground": "var(black)"}, {"background": "#af5f87", "scope": "terminus.black.af5f87", "foreground": "var(black)"}, {"background": "#af5faf", "scope": "terminus.black.af5faf", "foreground": "var(black)"}, {"background": "#af5fd7", "scope": "terminus.black.af5fd7", "foreground": "var(black)"}, {"background": "#af5fff", "scope": "terminus.black.af5fff", "foreground": "var(black)"}, {"background": "#af8700", "scope": "terminus.black.af8700", "foreground": "var(black)"}, {"background": "#af875f", "scope": "terminus.black.af875f", "foreground": "var(black)"}, {"background": "#af8787", "scope": "terminus.black.af8787", "foreground": "var(black)"}, {"background": "#af87af", "scope": "terminus.black.af87af", "foreground": "var(black)"}, {"background": "#af87d7", "scope": "terminus.black.af87d7", "foreground": "var(black)"}, {"background": "#af87ff", "scope": "terminus.black.af87ff", "foreground": "var(black)"}, {"background": "#afaf00", "scope": "terminus.black.afaf00", "foreground": "var(black)"}, {"background": "#afaf5f", "scope": "terminus.black.afaf5f", "foreground": "var(black)"}, {"background": "#afaf87", "scope": "terminus.black.afaf87", "foreground": "var(black)"}, {"background": "#afafaf", "scope": "terminus.black.afafaf", "foreground": "var(black)"}, {"background": "#afafd7", "scope": "terminus.black.afafd7", "foreground": "var(black)"}, {"background": "#afafff", "scope": "terminus.black.afafff", "foreground": "var(black)"}, {"background": "#afd700", "scope": "terminus.black.afd700", "foreground": "var(black)"}, {"background": "#afd75f", "scope": "terminus.black.afd75f", "foreground": "var(black)"}, {"background": "#afd787", "scope": "terminus.black.afd787", "foreground": "var(black)"}, {"background": "#afd7af", "scope": "terminus.black.afd7af", "foreground": "var(black)"}, {"background": "#afd7d7", "scope": "terminus.black.afd7d7", "foreground": "var(black)"}, {"background": "#afd7ff", "scope": "terminus.black.afd7ff", "foreground": "var(black)"}, {"background": "#afff00", "scope": "terminus.black.afff00", "foreground": "var(black)"}, {"background": "#afff5f", "scope": "terminus.black.afff5f", "foreground": "var(black)"}, {"background": "#afff87", "scope": "terminus.black.afff87", "foreground": "var(black)"}, {"background": "#afffaf", "scope": "terminus.black.afffaf", "foreground": "var(black)"}, {"background": "#afffd7", "scope": "terminus.black.afffd7", "foreground": "var(black)"}, {"background": "#afffff", "scope": "terminus.black.afffff", "foreground": "var(black)"}, {"background": "#d70000", "scope": "terminus.black.d70000", "foreground": "var(black)"}, {"background": "#d7005f", "scope": "terminus.black.d7005f", "foreground": "var(black)"}, {"background": "#d70087", "scope": "terminus.black.d70087", "foreground": "var(black)"}, {"background": "#d700af", "scope": "terminus.black.d700af", "foreground": "var(black)"}, {"background": "#d700d7", "scope": "terminus.black.d700d7", "foreground": "var(black)"}, {"background": "#d700ff", "scope": "terminus.black.d700ff", "foreground": "var(black)"}, {"background": "#d75f00", "scope": "terminus.black.d75f00", "foreground": "var(black)"}, {"background": "#d75f5f", "scope": "terminus.black.d75f5f", "foreground": "var(black)"}, {"background": "#d75f87", "scope": "terminus.black.d75f87", "foreground": "var(black)"}, {"background": "#d75faf", "scope": "terminus.black.d75faf", "foreground": "var(black)"}, {"background": "#d75fd7", "scope": "terminus.black.d75fd7", "foreground": "var(black)"}, {"background": "#d75fff", "scope": "terminus.black.d75fff", "foreground": "var(black)"}, {"background": "#d78700", "scope": "terminus.black.d78700", "foreground": "var(black)"}, {"background": "#d7875f", "scope": "terminus.black.d7875f", "foreground": "var(black)"}, {"background": "#d78787", "scope": "terminus.black.d78787", "foreground": "var(black)"}, {"background": "#d787af", "scope": "terminus.black.d787af", "foreground": "var(black)"}, {"background": "#d787d7", "scope": "terminus.black.d787d7", "foreground": "var(black)"}, {"background": "#d787ff", "scope": "terminus.black.d787ff", "foreground": "var(black)"}, {"background": "#d7af00", "scope": "terminus.black.d7af00", "foreground": "var(black)"}, {"background": "#d7af5f", "scope": "terminus.black.d7af5f", "foreground": "var(black)"}, {"background": "#d7af87", "scope": "terminus.black.d7af87", "foreground": "var(black)"}, {"background": "#d7afaf", "scope": "terminus.black.d7afaf", "foreground": "var(black)"}, {"background": "#d7afd7", "scope": "terminus.black.d7afd7", "foreground": "var(black)"}, {"background": "#d7afff", "scope": "terminus.black.d7afff", "foreground": "var(black)"}, {"background": "#d7d700", "scope": "terminus.black.d7d700", "foreground": "var(black)"}, {"background": "#d7d75f", "scope": "terminus.black.d7d75f", "foreground": "var(black)"}, {"background": "#d7d787", "scope": "terminus.black.d7d787", "foreground": "var(black)"}, {"background": "#d7d7af", "scope": "terminus.black.d7d7af", "foreground": "var(black)"}, {"background": "#d7d7d7", "scope": "terminus.black.d7d7d7", "foreground": "var(black)"}, {"background": "#d7d7ff", "scope": "terminus.black.d7d7ff", "foreground": "var(black)"}, {"background": "#d7ff00", "scope": "terminus.black.d7ff00", "foreground": "var(black)"}, {"background": "#d7ff5f", "scope": "terminus.black.d7ff5f", "foreground": "var(black)"}, {"background": "#d7ff87", "scope": "terminus.black.d7ff87", "foreground": "var(black)"}, {"background": "#d7ffaf", "scope": "terminus.black.d7ffaf", "foreground": "var(black)"}, {"background": "#d7ffd7", "scope": "terminus.black.d7ffd7", "foreground": "var(black)"}, {"background": "#d7ffff", "scope": "terminus.black.d7ffff", "foreground": "var(black)"}, {"background": "#ff005f", "scope": "terminus.black.ff005f", "foreground": "var(black)"}, {"background": "#ff0087", "scope": "terminus.black.ff0087", "foreground": "var(black)"}, {"background": "#ff00af", "scope": "terminus.black.ff00af", "foreground": "var(black)"}, {"background": "#ff00d7", "scope": "terminus.black.ff00d7", "foreground": "var(black)"}, {"background": "#ff5f00", "scope": "terminus.black.ff5f00", "foreground": "var(black)"}, {"background": "#ff5f5f", "scope": "terminus.black.ff5f5f", "foreground": "var(black)"}, {"background": "#ff5f87", "scope": "terminus.black.ff5f87", "foreground": "var(black)"}, {"background": "#ff5faf", "scope": "terminus.black.ff5faf", "foreground": "var(black)"}, {"background": "#ff5fd7", "scope": "terminus.black.ff5fd7", "foreground": "var(black)"}, {"background": "#ff5fff", "scope": "terminus.black.ff5fff", "foreground": "var(black)"}, {"background": "#ff8700", "scope": "terminus.black.ff8700", "foreground": "var(black)"}, {"background": "#ff875f", "scope": "terminus.black.ff875f", "foreground": "var(black)"}, {"background": "#ff8787", "scope": "terminus.black.ff8787", "foreground": "var(black)"}, {"background": "#ff87af", "scope": "terminus.black.ff87af", "foreground": "var(black)"}, {"background": "#ff87d7", "scope": "terminus.black.ff87d7", "foreground": "var(black)"}, {"background": "#ff87ff", "scope": "terminus.black.ff87ff", "foreground": "var(black)"}, {"background": "#ffaf00", "scope": "terminus.black.ffaf00", "foreground": "var(black)"}, {"background": "#ffaf5f", "scope": "terminus.black.ffaf5f", "foreground": "var(black)"}, {"background": "#ffaf87", "scope": "terminus.black.ffaf87", "foreground": "var(black)"}, {"background": "#ffafaf", "scope": "terminus.black.ffafaf", "foreground": "var(black)"}, {"background": "#ffafd7", "scope": "terminus.black.ffafd7", "foreground": "var(black)"}, {"background": "#ffafff", "scope": "terminus.black.ffafff", "foreground": "var(black)"}, {"background": "#ffd700", "scope": "terminus.black.ffd700", "foreground": "var(black)"}, {"background": "#ffd75f", "scope": "terminus.black.ffd75f", "foreground": "var(black)"}, {"background": "#ffd787", "scope": "terminus.black.ffd787", "foreground": "var(black)"}, {"background": "#ffd7af", "scope": "terminus.black.ffd7af", "foreground": "var(black)"}, {"background": "#ffd7d7", "scope": "terminus.black.ffd7d7", "foreground": "var(black)"}, {"background": "#ffd7ff", "scope": "terminus.black.ffd7ff", "foreground": "var(black)"}, {"background": "#ffff5f", "scope": "terminus.black.ffff5f", "foreground": "var(black)"}, {"background": "#ffff87", "scope": "terminus.black.ffff87", "foreground": "var(black)"}, {"background": "#ffffaf", "scope": "terminus.black.ffffaf", "foreground": "var(black)"}, {"background": "#ffffd7", "scope": "terminus.black.ffffd7", "foreground": "var(black)"}, {"background": "#080808", "scope": "terminus.black.080808", "foreground": "var(black)"}, {"background": "#121212", "scope": "terminus.black.121212", "foreground": "var(black)"}, {"background": "#1c1c1c", "scope": "terminus.black.1c1c1c", "foreground": "var(black)"}, {"background": "#262626", "scope": "terminus.black.262626", "foreground": "var(black)"}, {"background": "#303030", "scope": "terminus.black.303030", "foreground": "var(black)"}, {"background": "#3a3a3a", "scope": "terminus.black.3a3a3a", "foreground": "var(black)"}, {"background": "#444444", "scope": "terminus.black.444444", "foreground": "var(black)"}, {"background": "#4e4e4e", "scope": "terminus.black.4e4e4e", "foreground": "var(black)"}, {"background": "#585858", "scope": "terminus.black.585858", "foreground": "var(black)"}, {"background": "#626262", "scope": "terminus.black.626262", "foreground": "var(black)"}, {"background": "#6c6c6c", "scope": "terminus.black.6c6c6c", "foreground": "var(black)"}, {"background": "#767676", "scope": "terminus.black.767676", "foreground": "var(black)"}, {"background": "#808080", "scope": "terminus.black.808080", "foreground": "var(black)"}, {"background": "#8a8a8a", "scope": "terminus.black.8a8a8a", "foreground": "var(black)"}, {"background": "#949494", "scope": "terminus.black.949494", "foreground": "var(black)"}, {"background": "#9e9e9e", "scope": "terminus.black.9e9e9e", "foreground": "var(black)"}, {"background": "#a8a8a8", "scope": "terminus.black.a8a8a8", "foreground": "var(black)"}, {"background": "#b2b2b2", "scope": "terminus.black.b2b2b2", "foreground": "var(black)"}, {"background": "#bcbcbc", "scope": "terminus.black.bcbcbc", "foreground": "var(black)"}, {"background": "#c6c6c6", "scope": "terminus.black.c6c6c6", "foreground": "var(black)"}, {"background": "#d0d0d0", "scope": "terminus.black.d0d0d0", "foreground": "var(black)"}, {"background": "#dadada", "scope": "terminus.black.dadada", "foreground": "var(black)"}, {"background": "#e4e4e4", "scope": "terminus.black.e4e4e4", "foreground": "var(black)"}, {"background": "#eeeeee", "scope": "terminus.black.eeeeee", "foreground": "var(black)"}, {"background": "var(black)", "scope": "terminus.red.black", "foreground": "var(red)"}, {"background": "var(red)", "scope": "terminus.red.red", "foreground": "var(red)"}, {"background": "var(green)", "scope": "terminus.red.green", "foreground": "var(red)"}, {"background": "var(brown)", "scope": "terminus.red.brown", "foreground": "var(red)"}, {"background": "var(blue)", "scope": "terminus.red.blue", "foreground": "var(red)"}, {"background": "var(magenta)", "scope": "terminus.red.magenta", "foreground": "var(red)"}, {"background": "var(cyan)", "scope": "terminus.red.cyan", "foreground": "var(red)"}, {"background": "var(white)", "scope": "terminus.red.white", "foreground": "var(red)"}, {"background": "var(light_black)", "scope": "terminus.red.light_black", "foreground": "var(red)"}, {"background": "var(light_red)", "scope": "terminus.red.light_red", "foreground": "var(red)"}, {"background": "var(light_green)", "scope": "terminus.red.light_green", "foreground": "var(red)"}, {"background": "var(light_brown)", "scope": "terminus.red.light_brown", "foreground": "var(red)"}, {"background": "var(light_blue)", "scope": "terminus.red.light_blue", "foreground": "var(red)"}, {"background": "var(light_magenta)", "scope": "terminus.red.light_magenta", "foreground": "var(red)"}, {"background": "var(light_cyan)", "scope": "terminus.red.light_cyan", "foreground": "var(red)"}, {"background": "var(light_white)", "scope": "terminus.red.light_white", "foreground": "var(red)"}, {"background": "var(background)", "scope": "terminus.red.default", "foreground": "var(red)"}, {"background": "var(foreground)", "scope": "terminus.red.reverse_default", "foreground": "var(red)"}, {"background": "#000000", "scope": "terminus.red.000000", "foreground": "var(red)"}, {"background": "#cd0000", "scope": "terminus.red.cd0000", "foreground": "var(red)"}, {"background": "#00cd00", "scope": "terminus.red.00cd00", "foreground": "var(red)"}, {"background": "#cdcd00", "scope": "terminus.red.cdcd00", "foreground": "var(red)"}, {"background": "#0000ee", "scope": "terminus.red.0000ee", "foreground": "var(red)"}, {"background": "#cd00cd", "scope": "terminus.red.cd00cd", "foreground": "var(red)"}, {"background": "#00cdcd", "scope": "terminus.red.00cdcd", "foreground": "var(red)"}, {"background": "#e5e5e5", "scope": "terminus.red.e5e5e5", "foreground": "var(red)"}, {"background": "#7f7f7f", "scope": "terminus.red.7f7f7f", "foreground": "var(red)"}, {"background": "#ff0000", "scope": "terminus.red.ff0000", "foreground": "var(red)"}, {"background": "#00ff00", "scope": "terminus.red.00ff00", "foreground": "var(red)"}, {"background": "#ffff00", "scope": "terminus.red.ffff00", "foreground": "var(red)"}, {"background": "#5c5cff", "scope": "terminus.red.5c5cff", "foreground": "var(red)"}, {"background": "#ff00ff", "scope": "terminus.red.ff00ff", "foreground": "var(red)"}, {"background": "#00ffff", "scope": "terminus.red.00ffff", "foreground": "var(red)"}, {"background": "#ffffff", "scope": "terminus.red.ffffff", "foreground": "var(red)"}, {"background": "#00005f", "scope": "terminus.red.00005f", "foreground": "var(red)"}, {"background": "#000087", "scope": "terminus.red.000087", "foreground": "var(red)"}, {"background": "#0000af", "scope": "terminus.red.0000af", "foreground": "var(red)"}, {"background": "#0000d7", "scope": "terminus.red.0000d7", "foreground": "var(red)"}, {"background": "#0000ff", "scope": "terminus.red.0000ff", "foreground": "var(red)"}, {"background": "#005f00", "scope": "terminus.red.005f00", "foreground": "var(red)"}, {"background": "#005f5f", "scope": "terminus.red.005f5f", "foreground": "var(red)"}, {"background": "#005f87", "scope": "terminus.red.005f87", "foreground": "var(red)"}, {"background": "#005faf", "scope": "terminus.red.005faf", "foreground": "var(red)"}, {"background": "#005fd7", "scope": "terminus.red.005fd7", "foreground": "var(red)"}, {"background": "#005fff", "scope": "terminus.red.005fff", "foreground": "var(red)"}, {"background": "#008700", "scope": "terminus.red.008700", "foreground": "var(red)"}, {"background": "#00875f", "scope": "terminus.red.00875f", "foreground": "var(red)"}, {"background": "#008787", "scope": "terminus.red.008787", "foreground": "var(red)"}, {"background": "#0087af", "scope": "terminus.red.0087af", "foreground": "var(red)"}, {"background": "#0087d7", "scope": "terminus.red.0087d7", "foreground": "var(red)"}, {"background": "#0087ff", "scope": "terminus.red.0087ff", "foreground": "var(red)"}, {"background": "#00af00", "scope": "terminus.red.00af00", "foreground": "var(red)"}, {"background": "#00af5f", "scope": "terminus.red.00af5f", "foreground": "var(red)"}, {"background": "#00af87", "scope": "terminus.red.00af87", "foreground": "var(red)"}, {"background": "#00afaf", "scope": "terminus.red.00afaf", "foreground": "var(red)"}, {"background": "#00afd7", "scope": "terminus.red.00afd7", "foreground": "var(red)"}, {"background": "#00afff", "scope": "terminus.red.00afff", "foreground": "var(red)"}, {"background": "#00d700", "scope": "terminus.red.00d700", "foreground": "var(red)"}, {"background": "#00d75f", "scope": "terminus.red.00d75f", "foreground": "var(red)"}, {"background": "#00d787", "scope": "terminus.red.00d787", "foreground": "var(red)"}, {"background": "#00d7af", "scope": "terminus.red.00d7af", "foreground": "var(red)"}, {"background": "#00d7d7", "scope": "terminus.red.00d7d7", "foreground": "var(red)"}, {"background": "#00d7ff", "scope": "terminus.red.00d7ff", "foreground": "var(red)"}, {"background": "#00ff5f", "scope": "terminus.red.00ff5f", "foreground": "var(red)"}, {"background": "#00ff87", "scope": "terminus.red.00ff87", "foreground": "var(red)"}, {"background": "#00ffaf", "scope": "terminus.red.00ffaf", "foreground": "var(red)"}, {"background": "#00ffd7", "scope": "terminus.red.00ffd7", "foreground": "var(red)"}, {"background": "#5f0000", "scope": "terminus.red.5f0000", "foreground": "var(red)"}, {"background": "#5f005f", "scope": "terminus.red.5f005f", "foreground": "var(red)"}, {"background": "#5f0087", "scope": "terminus.red.5f0087", "foreground": "var(red)"}, {"background": "#5f00af", "scope": "terminus.red.5f00af", "foreground": "var(red)"}, {"background": "#5f00d7", "scope": "terminus.red.5f00d7", "foreground": "var(red)"}, {"background": "#5f00ff", "scope": "terminus.red.5f00ff", "foreground": "var(red)"}, {"background": "#5f5f00", "scope": "terminus.red.5f5f00", "foreground": "var(red)"}, {"background": "#5f5f5f", "scope": "terminus.red.5f5f5f", "foreground": "var(red)"}, {"background": "#5f5f87", "scope": "terminus.red.5f5f87", "foreground": "var(red)"}, {"background": "#5f5faf", "scope": "terminus.red.5f5faf", "foreground": "var(red)"}, {"background": "#5f5fd7", "scope": "terminus.red.5f5fd7", "foreground": "var(red)"}, {"background": "#5f5fff", "scope": "terminus.red.5f5fff", "foreground": "var(red)"}, {"background": "#5f8700", "scope": "terminus.red.5f8700", "foreground": "var(red)"}, {"background": "#5f875f", "scope": "terminus.red.5f875f", "foreground": "var(red)"}, {"background": "#5f8787", "scope": "terminus.red.5f8787", "foreground": "var(red)"}, {"background": "#5f87af", "scope": "terminus.red.5f87af", "foreground": "var(red)"}, {"background": "#5f87d7", "scope": "terminus.red.5f87d7", "foreground": "var(red)"}, {"background": "#5f87ff", "scope": "terminus.red.5f87ff", "foreground": "var(red)"}, {"background": "#5faf00", "scope": "terminus.red.5faf00", "foreground": "var(red)"}, {"background": "#5faf5f", "scope": "terminus.red.5faf5f", "foreground": "var(red)"}, {"background": "#5faf87", "scope": "terminus.red.5faf87", "foreground": "var(red)"}, {"background": "#5fafaf", "scope": "terminus.red.5fafaf", "foreground": "var(red)"}, {"background": "#5fafd7", "scope": "terminus.red.5fafd7", "foreground": "var(red)"}, {"background": "#5fafff", "scope": "terminus.red.5fafff", "foreground": "var(red)"}, {"background": "#5fd700", "scope": "terminus.red.5fd700", "foreground": "var(red)"}, {"background": "#5fd75f", "scope": "terminus.red.5fd75f", "foreground": "var(red)"}, {"background": "#5fd787", "scope": "terminus.red.5fd787", "foreground": "var(red)"}, {"background": "#5fd7af", "scope": "terminus.red.5fd7af", "foreground": "var(red)"}, {"background": "#5fd7d7", "scope": "terminus.red.5fd7d7", "foreground": "var(red)"}, {"background": "#5fd7ff", "scope": "terminus.red.5fd7ff", "foreground": "var(red)"}, {"background": "#5fff00", "scope": "terminus.red.5fff00", "foreground": "var(red)"}, {"background": "#5fff5f", "scope": "terminus.red.5fff5f", "foreground": "var(red)"}, {"background": "#5fff87", "scope": "terminus.red.5fff87", "foreground": "var(red)"}, {"background": "#5fffaf", "scope": "terminus.red.5fffaf", "foreground": "var(red)"}, {"background": "#5fffd7", "scope": "terminus.red.5fffd7", "foreground": "var(red)"}, {"background": "#5fffff", "scope": "terminus.red.5fffff", "foreground": "var(red)"}, {"background": "#870000", "scope": "terminus.red.870000", "foreground": "var(red)"}, {"background": "#87005f", "scope": "terminus.red.87005f", "foreground": "var(red)"}, {"background": "#870087", "scope": "terminus.red.870087", "foreground": "var(red)"}, {"background": "#8700af", "scope": "terminus.red.8700af", "foreground": "var(red)"}, {"background": "#8700d7", "scope": "terminus.red.8700d7", "foreground": "var(red)"}, {"background": "#8700ff", "scope": "terminus.red.8700ff", "foreground": "var(red)"}, {"background": "#875f00", "scope": "terminus.red.875f00", "foreground": "var(red)"}, {"background": "#875f5f", "scope": "terminus.red.875f5f", "foreground": "var(red)"}, {"background": "#875f87", "scope": "terminus.red.875f87", "foreground": "var(red)"}, {"background": "#875faf", "scope": "terminus.red.875faf", "foreground": "var(red)"}, {"background": "#875fd7", "scope": "terminus.red.875fd7", "foreground": "var(red)"}, {"background": "#875fff", "scope": "terminus.red.875fff", "foreground": "var(red)"}, {"background": "#878700", "scope": "terminus.red.878700", "foreground": "var(red)"}, {"background": "#87875f", "scope": "terminus.red.87875f", "foreground": "var(red)"}, {"background": "#878787", "scope": "terminus.red.878787", "foreground": "var(red)"}, {"background": "#8787af", "scope": "terminus.red.8787af", "foreground": "var(red)"}, {"background": "#8787d7", "scope": "terminus.red.8787d7", "foreground": "var(red)"}, {"background": "#8787ff", "scope": "terminus.red.8787ff", "foreground": "var(red)"}, {"background": "#87af00", "scope": "terminus.red.87af00", "foreground": "var(red)"}, {"background": "#87af5f", "scope": "terminus.red.87af5f", "foreground": "var(red)"}, {"background": "#87af87", "scope": "terminus.red.87af87", "foreground": "var(red)"}, {"background": "#87afaf", "scope": "terminus.red.87afaf", "foreground": "var(red)"}, {"background": "#87afd7", "scope": "terminus.red.87afd7", "foreground": "var(red)"}, {"background": "#87afff", "scope": "terminus.red.87afff", "foreground": "var(red)"}, {"background": "#87d700", "scope": "terminus.red.87d700", "foreground": "var(red)"}, {"background": "#87d75f", "scope": "terminus.red.87d75f", "foreground": "var(red)"}, {"background": "#87d787", "scope": "terminus.red.87d787", "foreground": "var(red)"}, {"background": "#87d7af", "scope": "terminus.red.87d7af", "foreground": "var(red)"}, {"background": "#87d7d7", "scope": "terminus.red.87d7d7", "foreground": "var(red)"}, {"background": "#87d7ff", "scope": "terminus.red.87d7ff", "foreground": "var(red)"}, {"background": "#87ff00", "scope": "terminus.red.87ff00", "foreground": "var(red)"}, {"background": "#87ff5f", "scope": "terminus.red.87ff5f", "foreground": "var(red)"}, {"background": "#87ff87", "scope": "terminus.red.87ff87", "foreground": "var(red)"}, {"background": "#87ffaf", "scope": "terminus.red.87ffaf", "foreground": "var(red)"}, {"background": "#87ffd7", "scope": "terminus.red.87ffd7", "foreground": "var(red)"}, {"background": "#87ffff", "scope": "terminus.red.87ffff", "foreground": "var(red)"}, {"background": "#af0000", "scope": "terminus.red.af0000", "foreground": "var(red)"}, {"background": "#af005f", "scope": "terminus.red.af005f", "foreground": "var(red)"}, {"background": "#af0087", "scope": "terminus.red.af0087", "foreground": "var(red)"}, {"background": "#af00af", "scope": "terminus.red.af00af", "foreground": "var(red)"}, {"background": "#af00d7", "scope": "terminus.red.af00d7", "foreground": "var(red)"}, {"background": "#af00ff", "scope": "terminus.red.af00ff", "foreground": "var(red)"}, {"background": "#af5f00", "scope": "terminus.red.af5f00", "foreground": "var(red)"}, {"background": "#af5f5f", "scope": "terminus.red.af5f5f", "foreground": "var(red)"}, {"background": "#af5f87", "scope": "terminus.red.af5f87", "foreground": "var(red)"}, {"background": "#af5faf", "scope": "terminus.red.af5faf", "foreground": "var(red)"}, {"background": "#af5fd7", "scope": "terminus.red.af5fd7", "foreground": "var(red)"}, {"background": "#af5fff", "scope": "terminus.red.af5fff", "foreground": "var(red)"}, {"background": "#af8700", "scope": "terminus.red.af8700", "foreground": "var(red)"}, {"background": "#af875f", "scope": "terminus.red.af875f", "foreground": "var(red)"}, {"background": "#af8787", "scope": "terminus.red.af8787", "foreground": "var(red)"}, {"background": "#af87af", "scope": "terminus.red.af87af", "foreground": "var(red)"}, {"background": "#af87d7", "scope": "terminus.red.af87d7", "foreground": "var(red)"}, {"background": "#af87ff", "scope": "terminus.red.af87ff", "foreground": "var(red)"}, {"background": "#afaf00", "scope": "terminus.red.afaf00", "foreground": "var(red)"}, {"background": "#afaf5f", "scope": "terminus.red.afaf5f", "foreground": "var(red)"}, {"background": "#afaf87", "scope": "terminus.red.afaf87", "foreground": "var(red)"}, {"background": "#afafaf", "scope": "terminus.red.afafaf", "foreground": "var(red)"}, {"background": "#afafd7", "scope": "terminus.red.afafd7", "foreground": "var(red)"}, {"background": "#afafff", "scope": "terminus.red.afafff", "foreground": "var(red)"}, {"background": "#afd700", "scope": "terminus.red.afd700", "foreground": "var(red)"}, {"background": "#afd75f", "scope": "terminus.red.afd75f", "foreground": "var(red)"}, {"background": "#afd787", "scope": "terminus.red.afd787", "foreground": "var(red)"}, {"background": "#afd7af", "scope": "terminus.red.afd7af", "foreground": "var(red)"}, {"background": "#afd7d7", "scope": "terminus.red.afd7d7", "foreground": "var(red)"}, {"background": "#afd7ff", "scope": "terminus.red.afd7ff", "foreground": "var(red)"}, {"background": "#afff00", "scope": "terminus.red.afff00", "foreground": "var(red)"}, {"background": "#afff5f", "scope": "terminus.red.afff5f", "foreground": "var(red)"}, {"background": "#afff87", "scope": "terminus.red.afff87", "foreground": "var(red)"}, {"background": "#afffaf", "scope": "terminus.red.afffaf", "foreground": "var(red)"}, {"background": "#afffd7", "scope": "terminus.red.afffd7", "foreground": "var(red)"}, {"background": "#afffff", "scope": "terminus.red.afffff", "foreground": "var(red)"}, {"background": "#d70000", "scope": "terminus.red.d70000", "foreground": "var(red)"}, {"background": "#d7005f", "scope": "terminus.red.d7005f", "foreground": "var(red)"}, {"background": "#d70087", "scope": "terminus.red.d70087", "foreground": "var(red)"}, {"background": "#d700af", "scope": "terminus.red.d700af", "foreground": "var(red)"}, {"background": "#d700d7", "scope": "terminus.red.d700d7", "foreground": "var(red)"}, {"background": "#d700ff", "scope": "terminus.red.d700ff", "foreground": "var(red)"}, {"background": "#d75f00", "scope": "terminus.red.d75f00", "foreground": "var(red)"}, {"background": "#d75f5f", "scope": "terminus.red.d75f5f", "foreground": "var(red)"}, {"background": "#d75f87", "scope": "terminus.red.d75f87", "foreground": "var(red)"}, {"background": "#d75faf", "scope": "terminus.red.d75faf", "foreground": "var(red)"}, {"background": "#d75fd7", "scope": "terminus.red.d75fd7", "foreground": "var(red)"}, {"background": "#d75fff", "scope": "terminus.red.d75fff", "foreground": "var(red)"}, {"background": "#d78700", "scope": "terminus.red.d78700", "foreground": "var(red)"}, {"background": "#d7875f", "scope": "terminus.red.d7875f", "foreground": "var(red)"}, {"background": "#d78787", "scope": "terminus.red.d78787", "foreground": "var(red)"}, {"background": "#d787af", "scope": "terminus.red.d787af", "foreground": "var(red)"}, {"background": "#d787d7", "scope": "terminus.red.d787d7", "foreground": "var(red)"}, {"background": "#d787ff", "scope": "terminus.red.d787ff", "foreground": "var(red)"}, {"background": "#d7af00", "scope": "terminus.red.d7af00", "foreground": "var(red)"}, {"background": "#d7af5f", "scope": "terminus.red.d7af5f", "foreground": "var(red)"}, {"background": "#d7af87", "scope": "terminus.red.d7af87", "foreground": "var(red)"}, {"background": "#d7afaf", "scope": "terminus.red.d7afaf", "foreground": "var(red)"}, {"background": "#d7afd7", "scope": "terminus.red.d7afd7", "foreground": "var(red)"}, {"background": "#d7afff", "scope": "terminus.red.d7afff", "foreground": "var(red)"}, {"background": "#d7d700", "scope": "terminus.red.d7d700", "foreground": "var(red)"}, {"background": "#d7d75f", "scope": "terminus.red.d7d75f", "foreground": "var(red)"}, {"background": "#d7d787", "scope": "terminus.red.d7d787", "foreground": "var(red)"}, {"background": "#d7d7af", "scope": "terminus.red.d7d7af", "foreground": "var(red)"}, {"background": "#d7d7d7", "scope": "terminus.red.d7d7d7", "foreground": "var(red)"}, {"background": "#d7d7ff", "scope": "terminus.red.d7d7ff", "foreground": "var(red)"}, {"background": "#d7ff00", "scope": "terminus.red.d7ff00", "foreground": "var(red)"}, {"background": "#d7ff5f", "scope": "terminus.red.d7ff5f", "foreground": "var(red)"}, {"background": "#d7ff87", "scope": "terminus.red.d7ff87", "foreground": "var(red)"}, {"background": "#d7ffaf", "scope": "terminus.red.d7ffaf", "foreground": "var(red)"}, {"background": "#d7ffd7", "scope": "terminus.red.d7ffd7", "foreground": "var(red)"}, {"background": "#d7ffff", "scope": "terminus.red.d7ffff", "foreground": "var(red)"}, {"background": "#ff005f", "scope": "terminus.red.ff005f", "foreground": "var(red)"}, {"background": "#ff0087", "scope": "terminus.red.ff0087", "foreground": "var(red)"}, {"background": "#ff00af", "scope": "terminus.red.ff00af", "foreground": "var(red)"}, {"background": "#ff00d7", "scope": "terminus.red.ff00d7", "foreground": "var(red)"}, {"background": "#ff5f00", "scope": "terminus.red.ff5f00", "foreground": "var(red)"}, {"background": "#ff5f5f", "scope": "terminus.red.ff5f5f", "foreground": "var(red)"}, {"background": "#ff5f87", "scope": "terminus.red.ff5f87", "foreground": "var(red)"}, {"background": "#ff5faf", "scope": "terminus.red.ff5faf", "foreground": "var(red)"}, {"background": "#ff5fd7", "scope": "terminus.red.ff5fd7", "foreground": "var(red)"}, {"background": "#ff5fff", "scope": "terminus.red.ff5fff", "foreground": "var(red)"}, {"background": "#ff8700", "scope": "terminus.red.ff8700", "foreground": "var(red)"}, {"background": "#ff875f", "scope": "terminus.red.ff875f", "foreground": "var(red)"}, {"background": "#ff8787", "scope": "terminus.red.ff8787", "foreground": "var(red)"}, {"background": "#ff87af", "scope": "terminus.red.ff87af", "foreground": "var(red)"}, {"background": "#ff87d7", "scope": "terminus.red.ff87d7", "foreground": "var(red)"}, {"background": "#ff87ff", "scope": "terminus.red.ff87ff", "foreground": "var(red)"}, {"background": "#ffaf00", "scope": "terminus.red.ffaf00", "foreground": "var(red)"}, {"background": "#ffaf5f", "scope": "terminus.red.ffaf5f", "foreground": "var(red)"}, {"background": "#ffaf87", "scope": "terminus.red.ffaf87", "foreground": "var(red)"}, {"background": "#ffafaf", "scope": "terminus.red.ffafaf", "foreground": "var(red)"}, {"background": "#ffafd7", "scope": "terminus.red.ffafd7", "foreground": "var(red)"}, {"background": "#ffafff", "scope": "terminus.red.ffafff", "foreground": "var(red)"}, {"background": "#ffd700", "scope": "terminus.red.ffd700", "foreground": "var(red)"}, {"background": "#ffd75f", "scope": "terminus.red.ffd75f", "foreground": "var(red)"}, {"background": "#ffd787", "scope": "terminus.red.ffd787", "foreground": "var(red)"}, {"background": "#ffd7af", "scope": "terminus.red.ffd7af", "foreground": "var(red)"}, {"background": "#ffd7d7", "scope": "terminus.red.ffd7d7", "foreground": "var(red)"}, {"background": "#ffd7ff", "scope": "terminus.red.ffd7ff", "foreground": "var(red)"}, {"background": "#ffff5f", "scope": "terminus.red.ffff5f", "foreground": "var(red)"}, {"background": "#ffff87", "scope": "terminus.red.ffff87", "foreground": "var(red)"}, {"background": "#ffffaf", "scope": "terminus.red.ffffaf", "foreground": "var(red)"}, {"background": "#ffffd7", "scope": "terminus.red.ffffd7", "foreground": "var(red)"}, {"background": "#080808", "scope": "terminus.red.080808", "foreground": "var(red)"}, {"background": "#121212", "scope": "terminus.red.121212", "foreground": "var(red)"}, {"background": "#1c1c1c", "scope": "terminus.red.1c1c1c", "foreground": "var(red)"}, {"background": "#262626", "scope": "terminus.red.262626", "foreground": "var(red)"}, {"background": "#303030", "scope": "terminus.red.303030", "foreground": "var(red)"}, {"background": "#3a3a3a", "scope": "terminus.red.3a3a3a", "foreground": "var(red)"}, {"background": "#444444", "scope": "terminus.red.444444", "foreground": "var(red)"}, {"background": "#4e4e4e", "scope": "terminus.red.4e4e4e", "foreground": "var(red)"}, {"background": "#585858", "scope": "terminus.red.585858", "foreground": "var(red)"}, {"background": "#626262", "scope": "terminus.red.626262", "foreground": "var(red)"}, {"background": "#6c6c6c", "scope": "terminus.red.6c6c6c", "foreground": "var(red)"}, {"background": "#767676", "scope": "terminus.red.767676", "foreground": "var(red)"}, {"background": "#808080", "scope": "terminus.red.808080", "foreground": "var(red)"}, {"background": "#8a8a8a", "scope": "terminus.red.8a8a8a", "foreground": "var(red)"}, {"background": "#949494", "scope": "terminus.red.949494", "foreground": "var(red)"}, {"background": "#9e9e9e", "scope": "terminus.red.9e9e9e", "foreground": "var(red)"}, {"background": "#a8a8a8", "scope": "terminus.red.a8a8a8", "foreground": "var(red)"}, {"background": "#b2b2b2", "scope": "terminus.red.b2b2b2", "foreground": "var(red)"}, {"background": "#bcbcbc", "scope": "terminus.red.bcbcbc", "foreground": "var(red)"}, {"background": "#c6c6c6", "scope": "terminus.red.c6c6c6", "foreground": "var(red)"}, {"background": "#d0d0d0", "scope": "terminus.red.d0d0d0", "foreground": "var(red)"}, {"background": "#dadada", "scope": "terminus.red.dadada", "foreground": "var(red)"}, {"background": "#e4e4e4", "scope": "terminus.red.e4e4e4", "foreground": "var(red)"}, {"background": "#eeeeee", "scope": "terminus.red.eeeeee", "foreground": "var(red)"}, {"background": "var(black)", "scope": "terminus.green.black", "foreground": "var(green)"}, {"background": "var(red)", "scope": "terminus.green.red", "foreground": "var(green)"}, {"background": "var(green)", "scope": "terminus.green.green", "foreground": "var(green)"}, {"background": "var(brown)", "scope": "terminus.green.brown", "foreground": "var(green)"}, {"background": "var(blue)", "scope": "terminus.green.blue", "foreground": "var(green)"}, {"background": "var(magenta)", "scope": "terminus.green.magenta", "foreground": "var(green)"}, {"background": "var(cyan)", "scope": "terminus.green.cyan", "foreground": "var(green)"}, {"background": "var(white)", "scope": "terminus.green.white", "foreground": "var(green)"}, {"background": "var(light_black)", "scope": "terminus.green.light_black", "foreground": "var(green)"}, {"background": "var(light_red)", "scope": "terminus.green.light_red", "foreground": "var(green)"}, {"background": "var(light_green)", "scope": "terminus.green.light_green", "foreground": "var(green)"}, {"background": "var(light_brown)", "scope": "terminus.green.light_brown", "foreground": "var(green)"}, {"background": "var(light_blue)", "scope": "terminus.green.light_blue", "foreground": "var(green)"}, {"background": "var(light_magenta)", "scope": "terminus.green.light_magenta", "foreground": "var(green)"}, {"background": "var(light_cyan)", "scope": "terminus.green.light_cyan", "foreground": "var(green)"}, {"background": "var(light_white)", "scope": "terminus.green.light_white", "foreground": "var(green)"}, {"background": "var(background)", "scope": "terminus.green.default", "foreground": "var(green)"}, {"background": "var(foreground)", "scope": "terminus.green.reverse_default", "foreground": "var(green)"}, {"background": "#000000", "scope": "terminus.green.000000", "foreground": "var(green)"}, {"background": "#cd0000", "scope": "terminus.green.cd0000", "foreground": "var(green)"}, {"background": "#00cd00", "scope": "terminus.green.00cd00", "foreground": "var(green)"}, {"background": "#cdcd00", "scope": "terminus.green.cdcd00", "foreground": "var(green)"}, {"background": "#0000ee", "scope": "terminus.green.0000ee", "foreground": "var(green)"}, {"background": "#cd00cd", "scope": "terminus.green.cd00cd", "foreground": "var(green)"}, {"background": "#00cdcd", "scope": "terminus.green.00cdcd", "foreground": "var(green)"}, {"background": "#e5e5e5", "scope": "terminus.green.e5e5e5", "foreground": "var(green)"}, {"background": "#7f7f7f", "scope": "terminus.green.7f7f7f", "foreground": "var(green)"}, {"background": "#ff0000", "scope": "terminus.green.ff0000", "foreground": "var(green)"}, {"background": "#00ff00", "scope": "terminus.green.00ff00", "foreground": "var(green)"}, {"background": "#ffff00", "scope": "terminus.green.ffff00", "foreground": "var(green)"}, {"background": "#5c5cff", "scope": "terminus.green.5c5cff", "foreground": "var(green)"}, {"background": "#ff00ff", "scope": "terminus.green.ff00ff", "foreground": "var(green)"}, {"background": "#00ffff", "scope": "terminus.green.00ffff", "foreground": "var(green)"}, {"background": "#ffffff", "scope": "terminus.green.ffffff", "foreground": "var(green)"}, {"background": "#00005f", "scope": "terminus.green.00005f", "foreground": "var(green)"}, {"background": "#000087", "scope": "terminus.green.000087", "foreground": "var(green)"}, {"background": "#0000af", "scope": "terminus.green.0000af", "foreground": "var(green)"}, {"background": "#0000d7", "scope": "terminus.green.0000d7", "foreground": "var(green)"}, {"background": "#0000ff", "scope": "terminus.green.0000ff", "foreground": "var(green)"}, {"background": "#005f00", "scope": "terminus.green.005f00", "foreground": "var(green)"}, {"background": "#005f5f", "scope": "terminus.green.005f5f", "foreground": "var(green)"}, {"background": "#005f87", "scope": "terminus.green.005f87", "foreground": "var(green)"}, {"background": "#005faf", "scope": "terminus.green.005faf", "foreground": "var(green)"}, {"background": "#005fd7", "scope": "terminus.green.005fd7", "foreground": "var(green)"}, {"background": "#005fff", "scope": "terminus.green.005fff", "foreground": "var(green)"}, {"background": "#008700", "scope": "terminus.green.008700", "foreground": "var(green)"}, {"background": "#00875f", "scope": "terminus.green.00875f", "foreground": "var(green)"}, {"background": "#008787", "scope": "terminus.green.008787", "foreground": "var(green)"}, {"background": "#0087af", "scope": "terminus.green.0087af", "foreground": "var(green)"}, {"background": "#0087d7", "scope": "terminus.green.0087d7", "foreground": "var(green)"}, {"background": "#0087ff", "scope": "terminus.green.0087ff", "foreground": "var(green)"}, {"background": "#00af00", "scope": "terminus.green.00af00", "foreground": "var(green)"}, {"background": "#00af5f", "scope": "terminus.green.00af5f", "foreground": "var(green)"}, {"background": "#00af87", "scope": "terminus.green.00af87", "foreground": "var(green)"}, {"background": "#00afaf", "scope": "terminus.green.00afaf", "foreground": "var(green)"}, {"background": "#00afd7", "scope": "terminus.green.00afd7", "foreground": "var(green)"}, {"background": "#00afff", "scope": "terminus.green.00afff", "foreground": "var(green)"}, {"background": "#00d700", "scope": "terminus.green.00d700", "foreground": "var(green)"}, {"background": "#00d75f", "scope": "terminus.green.00d75f", "foreground": "var(green)"}, {"background": "#00d787", "scope": "terminus.green.00d787", "foreground": "var(green)"}, {"background": "#00d7af", "scope": "terminus.green.00d7af", "foreground": "var(green)"}, {"background": "#00d7d7", "scope": "terminus.green.00d7d7", "foreground": "var(green)"}, {"background": "#00d7ff", "scope": "terminus.green.00d7ff", "foreground": "var(green)"}, {"background": "#00ff5f", "scope": "terminus.green.00ff5f", "foreground": "var(green)"}, {"background": "#00ff87", "scope": "terminus.green.00ff87", "foreground": "var(green)"}, {"background": "#00ffaf", "scope": "terminus.green.00ffaf", "foreground": "var(green)"}, {"background": "#00ffd7", "scope": "terminus.green.00ffd7", "foreground": "var(green)"}, {"background": "#5f0000", "scope": "terminus.green.5f0000", "foreground": "var(green)"}, {"background": "#5f005f", "scope": "terminus.green.5f005f", "foreground": "var(green)"}, {"background": "#5f0087", "scope": "terminus.green.5f0087", "foreground": "var(green)"}, {"background": "#5f00af", "scope": "terminus.green.5f00af", "foreground": "var(green)"}, {"background": "#5f00d7", "scope": "terminus.green.5f00d7", "foreground": "var(green)"}, {"background": "#5f00ff", "scope": "terminus.green.5f00ff", "foreground": "var(green)"}, {"background": "#5f5f00", "scope": "terminus.green.5f5f00", "foreground": "var(green)"}, {"background": "#5f5f5f", "scope": "terminus.green.5f5f5f", "foreground": "var(green)"}, {"background": "#5f5f87", "scope": "terminus.green.5f5f87", "foreground": "var(green)"}, {"background": "#5f5faf", "scope": "terminus.green.5f5faf", "foreground": "var(green)"}, {"background": "#5f5fd7", "scope": "terminus.green.5f5fd7", "foreground": "var(green)"}, {"background": "#5f5fff", "scope": "terminus.green.5f5fff", "foreground": "var(green)"}, {"background": "#5f8700", "scope": "terminus.green.5f8700", "foreground": "var(green)"}, {"background": "#5f875f", "scope": "terminus.green.5f875f", "foreground": "var(green)"}, {"background": "#5f8787", "scope": "terminus.green.5f8787", "foreground": "var(green)"}, {"background": "#5f87af", "scope": "terminus.green.5f87af", "foreground": "var(green)"}, {"background": "#5f87d7", "scope": "terminus.green.5f87d7", "foreground": "var(green)"}, {"background": "#5f87ff", "scope": "terminus.green.5f87ff", "foreground": "var(green)"}, {"background": "#5faf00", "scope": "terminus.green.5faf00", "foreground": "var(green)"}, {"background": "#5faf5f", "scope": "terminus.green.5faf5f", "foreground": "var(green)"}, {"background": "#5faf87", "scope": "terminus.green.5faf87", "foreground": "var(green)"}, {"background": "#5fafaf", "scope": "terminus.green.5fafaf", "foreground": "var(green)"}, {"background": "#5fafd7", "scope": "terminus.green.5fafd7", "foreground": "var(green)"}, {"background": "#5fafff", "scope": "terminus.green.5fafff", "foreground": "var(green)"}, {"background": "#5fd700", "scope": "terminus.green.5fd700", "foreground": "var(green)"}, {"background": "#5fd75f", "scope": "terminus.green.5fd75f", "foreground": "var(green)"}, {"background": "#5fd787", "scope": "terminus.green.5fd787", "foreground": "var(green)"}, {"background": "#5fd7af", "scope": "terminus.green.5fd7af", "foreground": "var(green)"}, {"background": "#5fd7d7", "scope": "terminus.green.5fd7d7", "foreground": "var(green)"}, {"background": "#5fd7ff", "scope": "terminus.green.5fd7ff", "foreground": "var(green)"}, {"background": "#5fff00", "scope": "terminus.green.5fff00", "foreground": "var(green)"}, {"background": "#5fff5f", "scope": "terminus.green.5fff5f", "foreground": "var(green)"}, {"background": "#5fff87", "scope": "terminus.green.5fff87", "foreground": "var(green)"}, {"background": "#5fffaf", "scope": "terminus.green.5fffaf", "foreground": "var(green)"}, {"background": "#5fffd7", "scope": "terminus.green.5fffd7", "foreground": "var(green)"}, {"background": "#5fffff", "scope": "terminus.green.5fffff", "foreground": "var(green)"}, {"background": "#870000", "scope": "terminus.green.870000", "foreground": "var(green)"}, {"background": "#87005f", "scope": "terminus.green.87005f", "foreground": "var(green)"}, {"background": "#870087", "scope": "terminus.green.870087", "foreground": "var(green)"}, {"background": "#8700af", "scope": "terminus.green.8700af", "foreground": "var(green)"}, {"background": "#8700d7", "scope": "terminus.green.8700d7", "foreground": "var(green)"}, {"background": "#8700ff", "scope": "terminus.green.8700ff", "foreground": "var(green)"}, {"background": "#875f00", "scope": "terminus.green.875f00", "foreground": "var(green)"}, {"background": "#875f5f", "scope": "terminus.green.875f5f", "foreground": "var(green)"}, {"background": "#875f87", "scope": "terminus.green.875f87", "foreground": "var(green)"}, {"background": "#875faf", "scope": "terminus.green.875faf", "foreground": "var(green)"}, {"background": "#875fd7", "scope": "terminus.green.875fd7", "foreground": "var(green)"}, {"background": "#875fff", "scope": "terminus.green.875fff", "foreground": "var(green)"}, {"background": "#878700", "scope": "terminus.green.878700", "foreground": "var(green)"}, {"background": "#87875f", "scope": "terminus.green.87875f", "foreground": "var(green)"}, {"background": "#878787", "scope": "terminus.green.878787", "foreground": "var(green)"}, {"background": "#8787af", "scope": "terminus.green.8787af", "foreground": "var(green)"}, {"background": "#8787d7", "scope": "terminus.green.8787d7", "foreground": "var(green)"}, {"background": "#8787ff", "scope": "terminus.green.8787ff", "foreground": "var(green)"}, {"background": "#87af00", "scope": "terminus.green.87af00", "foreground": "var(green)"}, {"background": "#87af5f", "scope": "terminus.green.87af5f", "foreground": "var(green)"}, {"background": "#87af87", "scope": "terminus.green.87af87", "foreground": "var(green)"}, {"background": "#87afaf", "scope": "terminus.green.87afaf", "foreground": "var(green)"}, {"background": "#87afd7", "scope": "terminus.green.87afd7", "foreground": "var(green)"}, {"background": "#87afff", "scope": "terminus.green.87afff", "foreground": "var(green)"}, {"background": "#87d700", "scope": "terminus.green.87d700", "foreground": "var(green)"}, {"background": "#87d75f", "scope": "terminus.green.87d75f", "foreground": "var(green)"}, {"background": "#87d787", "scope": "terminus.green.87d787", "foreground": "var(green)"}, {"background": "#87d7af", "scope": "terminus.green.87d7af", "foreground": "var(green)"}, {"background": "#87d7d7", "scope": "terminus.green.87d7d7", "foreground": "var(green)"}, {"background": "#87d7ff", "scope": "terminus.green.87d7ff", "foreground": "var(green)"}, {"background": "#87ff00", "scope": "terminus.green.87ff00", "foreground": "var(green)"}, {"background": "#87ff5f", "scope": "terminus.green.87ff5f", "foreground": "var(green)"}, {"background": "#87ff87", "scope": "terminus.green.87ff87", "foreground": "var(green)"}, {"background": "#87ffaf", "scope": "terminus.green.87ffaf", "foreground": "var(green)"}, {"background": "#87ffd7", "scope": "terminus.green.87ffd7", "foreground": "var(green)"}, {"background": "#87ffff", "scope": "terminus.green.87ffff", "foreground": "var(green)"}, {"background": "#af0000", "scope": "terminus.green.af0000", "foreground": "var(green)"}, {"background": "#af005f", "scope": "terminus.green.af005f", "foreground": "var(green)"}, {"background": "#af0087", "scope": "terminus.green.af0087", "foreground": "var(green)"}, {"background": "#af00af", "scope": "terminus.green.af00af", "foreground": "var(green)"}, {"background": "#af00d7", "scope": "terminus.green.af00d7", "foreground": "var(green)"}, {"background": "#af00ff", "scope": "terminus.green.af00ff", "foreground": "var(green)"}, {"background": "#af5f00", "scope": "terminus.green.af5f00", "foreground": "var(green)"}, {"background": "#af5f5f", "scope": "terminus.green.af5f5f", "foreground": "var(green)"}, {"background": "#af5f87", "scope": "terminus.green.af5f87", "foreground": "var(green)"}, {"background": "#af5faf", "scope": "terminus.green.af5faf", "foreground": "var(green)"}, {"background": "#af5fd7", "scope": "terminus.green.af5fd7", "foreground": "var(green)"}, {"background": "#af5fff", "scope": "terminus.green.af5fff", "foreground": "var(green)"}, {"background": "#af8700", "scope": "terminus.green.af8700", "foreground": "var(green)"}, {"background": "#af875f", "scope": "terminus.green.af875f", "foreground": "var(green)"}, {"background": "#af8787", "scope": "terminus.green.af8787", "foreground": "var(green)"}, {"background": "#af87af", "scope": "terminus.green.af87af", "foreground": "var(green)"}, {"background": "#af87d7", "scope": "terminus.green.af87d7", "foreground": "var(green)"}, {"background": "#af87ff", "scope": "terminus.green.af87ff", "foreground": "var(green)"}, {"background": "#afaf00", "scope": "terminus.green.afaf00", "foreground": "var(green)"}, {"background": "#afaf5f", "scope": "terminus.green.afaf5f", "foreground": "var(green)"}, {"background": "#afaf87", "scope": "terminus.green.afaf87", "foreground": "var(green)"}, {"background": "#afafaf", "scope": "terminus.green.afafaf", "foreground": "var(green)"}, {"background": "#afafd7", "scope": "terminus.green.afafd7", "foreground": "var(green)"}, {"background": "#afafff", "scope": "terminus.green.afafff", "foreground": "var(green)"}, {"background": "#afd700", "scope": "terminus.green.afd700", "foreground": "var(green)"}, {"background": "#afd75f", "scope": "terminus.green.afd75f", "foreground": "var(green)"}, {"background": "#afd787", "scope": "terminus.green.afd787", "foreground": "var(green)"}, {"background": "#afd7af", "scope": "terminus.green.afd7af", "foreground": "var(green)"}, {"background": "#afd7d7", "scope": "terminus.green.afd7d7", "foreground": "var(green)"}, {"background": "#afd7ff", "scope": "terminus.green.afd7ff", "foreground": "var(green)"}, {"background": "#afff00", "scope": "terminus.green.afff00", "foreground": "var(green)"}, {"background": "#afff5f", "scope": "terminus.green.afff5f", "foreground": "var(green)"}, {"background": "#afff87", "scope": "terminus.green.afff87", "foreground": "var(green)"}, {"background": "#afffaf", "scope": "terminus.green.afffaf", "foreground": "var(green)"}, {"background": "#afffd7", "scope": "terminus.green.afffd7", "foreground": "var(green)"}, {"background": "#afffff", "scope": "terminus.green.afffff", "foreground": "var(green)"}, {"background": "#d70000", "scope": "terminus.green.d70000", "foreground": "var(green)"}, {"background": "#d7005f", "scope": "terminus.green.d7005f", "foreground": "var(green)"}, {"background": "#d70087", "scope": "terminus.green.d70087", "foreground": "var(green)"}, {"background": "#d700af", "scope": "terminus.green.d700af", "foreground": "var(green)"}, {"background": "#d700d7", "scope": "terminus.green.d700d7", "foreground": "var(green)"}, {"background": "#d700ff", "scope": "terminus.green.d700ff", "foreground": "var(green)"}, {"background": "#d75f00", "scope": "terminus.green.d75f00", "foreground": "var(green)"}, {"background": "#d75f5f", "scope": "terminus.green.d75f5f", "foreground": "var(green)"}, {"background": "#d75f87", "scope": "terminus.green.d75f87", "foreground": "var(green)"}, {"background": "#d75faf", "scope": "terminus.green.d75faf", "foreground": "var(green)"}, {"background": "#d75fd7", "scope": "terminus.green.d75fd7", "foreground": "var(green)"}, {"background": "#d75fff", "scope": "terminus.green.d75fff", "foreground": "var(green)"}, {"background": "#d78700", "scope": "terminus.green.d78700", "foreground": "var(green)"}, {"background": "#d7875f", "scope": "terminus.green.d7875f", "foreground": "var(green)"}, {"background": "#d78787", "scope": "terminus.green.d78787", "foreground": "var(green)"}, {"background": "#d787af", "scope": "terminus.green.d787af", "foreground": "var(green)"}, {"background": "#d787d7", "scope": "terminus.green.d787d7", "foreground": "var(green)"}, {"background": "#d787ff", "scope": "terminus.green.d787ff", "foreground": "var(green)"}, {"background": "#d7af00", "scope": "terminus.green.d7af00", "foreground": "var(green)"}, {"background": "#d7af5f", "scope": "terminus.green.d7af5f", "foreground": "var(green)"}, {"background": "#d7af87", "scope": "terminus.green.d7af87", "foreground": "var(green)"}, {"background": "#d7afaf", "scope": "terminus.green.d7afaf", "foreground": "var(green)"}, {"background": "#d7afd7", "scope": "terminus.green.d7afd7", "foreground": "var(green)"}, {"background": "#d7afff", "scope": "terminus.green.d7afff", "foreground": "var(green)"}, {"background": "#d7d700", "scope": "terminus.green.d7d700", "foreground": "var(green)"}, {"background": "#d7d75f", "scope": "terminus.green.d7d75f", "foreground": "var(green)"}, {"background": "#d7d787", "scope": "terminus.green.d7d787", "foreground": "var(green)"}, {"background": "#d7d7af", "scope": "terminus.green.d7d7af", "foreground": "var(green)"}, {"background": "#d7d7d7", "scope": "terminus.green.d7d7d7", "foreground": "var(green)"}, {"background": "#d7d7ff", "scope": "terminus.green.d7d7ff", "foreground": "var(green)"}, {"background": "#d7ff00", "scope": "terminus.green.d7ff00", "foreground": "var(green)"}, {"background": "#d7ff5f", "scope": "terminus.green.d7ff5f", "foreground": "var(green)"}, {"background": "#d7ff87", "scope": "terminus.green.d7ff87", "foreground": "var(green)"}, {"background": "#d7ffaf", "scope": "terminus.green.d7ffaf", "foreground": "var(green)"}, {"background": "#d7ffd7", "scope": "terminus.green.d7ffd7", "foreground": "var(green)"}, {"background": "#d7ffff", "scope": "terminus.green.d7ffff", "foreground": "var(green)"}, {"background": "#ff005f", "scope": "terminus.green.ff005f", "foreground": "var(green)"}, {"background": "#ff0087", "scope": "terminus.green.ff0087", "foreground": "var(green)"}, {"background": "#ff00af", "scope": "terminus.green.ff00af", "foreground": "var(green)"}, {"background": "#ff00d7", "scope": "terminus.green.ff00d7", "foreground": "var(green)"}, {"background": "#ff5f00", "scope": "terminus.green.ff5f00", "foreground": "var(green)"}, {"background": "#ff5f5f", "scope": "terminus.green.ff5f5f", "foreground": "var(green)"}, {"background": "#ff5f87", "scope": "terminus.green.ff5f87", "foreground": "var(green)"}, {"background": "#ff5faf", "scope": "terminus.green.ff5faf", "foreground": "var(green)"}, {"background": "#ff5fd7", "scope": "terminus.green.ff5fd7", "foreground": "var(green)"}, {"background": "#ff5fff", "scope": "terminus.green.ff5fff", "foreground": "var(green)"}, {"background": "#ff8700", "scope": "terminus.green.ff8700", "foreground": "var(green)"}, {"background": "#ff875f", "scope": "terminus.green.ff875f", "foreground": "var(green)"}, {"background": "#ff8787", "scope": "terminus.green.ff8787", "foreground": "var(green)"}, {"background": "#ff87af", "scope": "terminus.green.ff87af", "foreground": "var(green)"}, {"background": "#ff87d7", "scope": "terminus.green.ff87d7", "foreground": "var(green)"}, {"background": "#ff87ff", "scope": "terminus.green.ff87ff", "foreground": "var(green)"}, {"background": "#ffaf00", "scope": "terminus.green.ffaf00", "foreground": "var(green)"}, {"background": "#ffaf5f", "scope": "terminus.green.ffaf5f", "foreground": "var(green)"}, {"background": "#ffaf87", "scope": "terminus.green.ffaf87", "foreground": "var(green)"}, {"background": "#ffafaf", "scope": "terminus.green.ffafaf", "foreground": "var(green)"}, {"background": "#ffafd7", "scope": "terminus.green.ffafd7", "foreground": "var(green)"}, {"background": "#ffafff", "scope": "terminus.green.ffafff", "foreground": "var(green)"}, {"background": "#ffd700", "scope": "terminus.green.ffd700", "foreground": "var(green)"}, {"background": "#ffd75f", "scope": "terminus.green.ffd75f", "foreground": "var(green)"}, {"background": "#ffd787", "scope": "terminus.green.ffd787", "foreground": "var(green)"}, {"background": "#ffd7af", "scope": "terminus.green.ffd7af", "foreground": "var(green)"}, {"background": "#ffd7d7", "scope": "terminus.green.ffd7d7", "foreground": "var(green)"}, {"background": "#ffd7ff", "scope": "terminus.green.ffd7ff", "foreground": "var(green)"}, {"background": "#ffff5f", "scope": "terminus.green.ffff5f", "foreground": "var(green)"}, {"background": "#ffff87", "scope": "terminus.green.ffff87", "foreground": "var(green)"}, {"background": "#ffffaf", "scope": "terminus.green.ffffaf", "foreground": "var(green)"}, {"background": "#ffffd7", "scope": "terminus.green.ffffd7", "foreground": "var(green)"}, {"background": "#080808", "scope": "terminus.green.080808", "foreground": "var(green)"}, {"background": "#121212", "scope": "terminus.green.121212", "foreground": "var(green)"}, {"background": "#1c1c1c", "scope": "terminus.green.1c1c1c", "foreground": "var(green)"}, {"background": "#262626", "scope": "terminus.green.262626", "foreground": "var(green)"}, {"background": "#303030", "scope": "terminus.green.303030", "foreground": "var(green)"}, {"background": "#3a3a3a", "scope": "terminus.green.3a3a3a", "foreground": "var(green)"}, {"background": "#444444", "scope": "terminus.green.444444", "foreground": "var(green)"}, {"background": "#4e4e4e", "scope": "terminus.green.4e4e4e", "foreground": "var(green)"}, {"background": "#585858", "scope": "terminus.green.585858", "foreground": "var(green)"}, {"background": "#626262", "scope": "terminus.green.626262", "foreground": "var(green)"}, {"background": "#6c6c6c", "scope": "terminus.green.6c6c6c", "foreground": "var(green)"}, {"background": "#767676", "scope": "terminus.green.767676", "foreground": "var(green)"}, {"background": "#808080", "scope": "terminus.green.808080", "foreground": "var(green)"}, {"background": "#8a8a8a", "scope": "terminus.green.8a8a8a", "foreground": "var(green)"}, {"background": "#949494", "scope": "terminus.green.949494", "foreground": "var(green)"}, {"background": "#9e9e9e", "scope": "terminus.green.9e9e9e", "foreground": "var(green)"}, {"background": "#a8a8a8", "scope": "terminus.green.a8a8a8", "foreground": "var(green)"}, {"background": "#b2b2b2", "scope": "terminus.green.b2b2b2", "foreground": "var(green)"}, {"background": "#bcbcbc", "scope": "terminus.green.bcbcbc", "foreground": "var(green)"}, {"background": "#c6c6c6", "scope": "terminus.green.c6c6c6", "foreground": "var(green)"}, {"background": "#d0d0d0", "scope": "terminus.green.d0d0d0", "foreground": "var(green)"}, {"background": "#dadada", "scope": "terminus.green.dadada", "foreground": "var(green)"}, {"background": "#e4e4e4", "scope": "terminus.green.e4e4e4", "foreground": "var(green)"}, {"background": "#eeeeee", "scope": "terminus.green.eeeeee", "foreground": "var(green)"}, {"background": "var(black)", "scope": "terminus.brown.black", "foreground": "var(brown)"}, {"background": "var(red)", "scope": "terminus.brown.red", "foreground": "var(brown)"}, {"background": "var(green)", "scope": "terminus.brown.green", "foreground": "var(brown)"}, {"background": "var(brown)", "scope": "terminus.brown.brown", "foreground": "var(brown)"}, {"background": "var(blue)", "scope": "terminus.brown.blue", "foreground": "var(brown)"}, {"background": "var(magenta)", "scope": "terminus.brown.magenta", "foreground": "var(brown)"}, {"background": "var(cyan)", "scope": "terminus.brown.cyan", "foreground": "var(brown)"}, {"background": "var(white)", "scope": "terminus.brown.white", "foreground": "var(brown)"}, {"background": "var(light_black)", "scope": "terminus.brown.light_black", "foreground": "var(brown)"}, {"background": "var(light_red)", "scope": "terminus.brown.light_red", "foreground": "var(brown)"}, {"background": "var(light_green)", "scope": "terminus.brown.light_green", "foreground": "var(brown)"}, {"background": "var(light_brown)", "scope": "terminus.brown.light_brown", "foreground": "var(brown)"}, {"background": "var(light_blue)", "scope": "terminus.brown.light_blue", "foreground": "var(brown)"}, {"background": "var(light_magenta)", "scope": "terminus.brown.light_magenta", "foreground": "var(brown)"}, {"background": "var(light_cyan)", "scope": "terminus.brown.light_cyan", "foreground": "var(brown)"}, {"background": "var(light_white)", "scope": "terminus.brown.light_white", "foreground": "var(brown)"}, {"background": "var(background)", "scope": "terminus.brown.default", "foreground": "var(brown)"}, {"background": "var(foreground)", "scope": "terminus.brown.reverse_default", "foreground": "var(brown)"}, {"background": "#000000", "scope": "terminus.brown.000000", "foreground": "var(brown)"}, {"background": "#cd0000", "scope": "terminus.brown.cd0000", "foreground": "var(brown)"}, {"background": "#00cd00", "scope": "terminus.brown.00cd00", "foreground": "var(brown)"}, {"background": "#cdcd00", "scope": "terminus.brown.cdcd00", "foreground": "var(brown)"}, {"background": "#0000ee", "scope": "terminus.brown.0000ee", "foreground": "var(brown)"}, {"background": "#cd00cd", "scope": "terminus.brown.cd00cd", "foreground": "var(brown)"}, {"background": "#00cdcd", "scope": "terminus.brown.00cdcd", "foreground": "var(brown)"}, {"background": "#e5e5e5", "scope": "terminus.brown.e5e5e5", "foreground": "var(brown)"}, {"background": "#7f7f7f", "scope": "terminus.brown.7f7f7f", "foreground": "var(brown)"}, {"background": "#ff0000", "scope": "terminus.brown.ff0000", "foreground": "var(brown)"}, {"background": "#00ff00", "scope": "terminus.brown.00ff00", "foreground": "var(brown)"}, {"background": "#ffff00", "scope": "terminus.brown.ffff00", "foreground": "var(brown)"}, {"background": "#5c5cff", "scope": "terminus.brown.5c5cff", "foreground": "var(brown)"}, {"background": "#ff00ff", "scope": "terminus.brown.ff00ff", "foreground": "var(brown)"}, {"background": "#00ffff", "scope": "terminus.brown.00ffff", "foreground": "var(brown)"}, {"background": "#ffffff", "scope": "terminus.brown.ffffff", "foreground": "var(brown)"}, {"background": "#00005f", "scope": "terminus.brown.00005f", "foreground": "var(brown)"}, {"background": "#000087", "scope": "terminus.brown.000087", "foreground": "var(brown)"}, {"background": "#0000af", "scope": "terminus.brown.0000af", "foreground": "var(brown)"}, {"background": "#0000d7", "scope": "terminus.brown.0000d7", "foreground": "var(brown)"}, {"background": "#0000ff", "scope": "terminus.brown.0000ff", "foreground": "var(brown)"}, {"background": "#005f00", "scope": "terminus.brown.005f00", "foreground": "var(brown)"}, {"background": "#005f5f", "scope": "terminus.brown.005f5f", "foreground": "var(brown)"}, {"background": "#005f87", "scope": "terminus.brown.005f87", "foreground": "var(brown)"}, {"background": "#005faf", "scope": "terminus.brown.005faf", "foreground": "var(brown)"}, {"background": "#005fd7", "scope": "terminus.brown.005fd7", "foreground": "var(brown)"}, {"background": "#005fff", "scope": "terminus.brown.005fff", "foreground": "var(brown)"}, {"background": "#008700", "scope": "terminus.brown.008700", "foreground": "var(brown)"}, {"background": "#00875f", "scope": "terminus.brown.00875f", "foreground": "var(brown)"}, {"background": "#008787", "scope": "terminus.brown.008787", "foreground": "var(brown)"}, {"background": "#0087af", "scope": "terminus.brown.0087af", "foreground": "var(brown)"}, {"background": "#0087d7", "scope": "terminus.brown.0087d7", "foreground": "var(brown)"}, {"background": "#0087ff", "scope": "terminus.brown.0087ff", "foreground": "var(brown)"}, {"background": "#00af00", "scope": "terminus.brown.00af00", "foreground": "var(brown)"}, {"background": "#00af5f", "scope": "terminus.brown.00af5f", "foreground": "var(brown)"}, {"background": "#00af87", "scope": "terminus.brown.00af87", "foreground": "var(brown)"}, {"background": "#00afaf", "scope": "terminus.brown.00afaf", "foreground": "var(brown)"}, {"background": "#00afd7", "scope": "terminus.brown.00afd7", "foreground": "var(brown)"}, {"background": "#00afff", "scope": "terminus.brown.00afff", "foreground": "var(brown)"}, {"background": "#00d700", "scope": "terminus.brown.00d700", "foreground": "var(brown)"}, {"background": "#00d75f", "scope": "terminus.brown.00d75f", "foreground": "var(brown)"}, {"background": "#00d787", "scope": "terminus.brown.00d787", "foreground": "var(brown)"}, {"background": "#00d7af", "scope": "terminus.brown.00d7af", "foreground": "var(brown)"}, {"background": "#00d7d7", "scope": "terminus.brown.00d7d7", "foreground": "var(brown)"}, {"background": "#00d7ff", "scope": "terminus.brown.00d7ff", "foreground": "var(brown)"}, {"background": "#00ff5f", "scope": "terminus.brown.00ff5f", "foreground": "var(brown)"}, {"background": "#00ff87", "scope": "terminus.brown.00ff87", "foreground": "var(brown)"}, {"background": "#00ffaf", "scope": "terminus.brown.00ffaf", "foreground": "var(brown)"}, {"background": "#00ffd7", "scope": "terminus.brown.00ffd7", "foreground": "var(brown)"}, {"background": "#5f0000", "scope": "terminus.brown.5f0000", "foreground": "var(brown)"}, {"background": "#5f005f", "scope": "terminus.brown.5f005f", "foreground": "var(brown)"}, {"background": "#5f0087", "scope": "terminus.brown.5f0087", "foreground": "var(brown)"}, {"background": "#5f00af", "scope": "terminus.brown.5f00af", "foreground": "var(brown)"}, {"background": "#5f00d7", "scope": "terminus.brown.5f00d7", "foreground": "var(brown)"}, {"background": "#5f00ff", "scope": "terminus.brown.5f00ff", "foreground": "var(brown)"}, {"background": "#5f5f00", "scope": "terminus.brown.5f5f00", "foreground": "var(brown)"}, {"background": "#5f5f5f", "scope": "terminus.brown.5f5f5f", "foreground": "var(brown)"}, {"background": "#5f5f87", "scope": "terminus.brown.5f5f87", "foreground": "var(brown)"}, {"background": "#5f5faf", "scope": "terminus.brown.5f5faf", "foreground": "var(brown)"}, {"background": "#5f5fd7", "scope": "terminus.brown.5f5fd7", "foreground": "var(brown)"}, {"background": "#5f5fff", "scope": "terminus.brown.5f5fff", "foreground": "var(brown)"}, {"background": "#5f8700", "scope": "terminus.brown.5f8700", "foreground": "var(brown)"}, {"background": "#5f875f", "scope": "terminus.brown.5f875f", "foreground": "var(brown)"}, {"background": "#5f8787", "scope": "terminus.brown.5f8787", "foreground": "var(brown)"}, {"background": "#5f87af", "scope": "terminus.brown.5f87af", "foreground": "var(brown)"}, {"background": "#5f87d7", "scope": "terminus.brown.5f87d7", "foreground": "var(brown)"}, {"background": "#5f87ff", "scope": "terminus.brown.5f87ff", "foreground": "var(brown)"}, {"background": "#5faf00", "scope": "terminus.brown.5faf00", "foreground": "var(brown)"}, {"background": "#5faf5f", "scope": "terminus.brown.5faf5f", "foreground": "var(brown)"}, {"background": "#5faf87", "scope": "terminus.brown.5faf87", "foreground": "var(brown)"}, {"background": "#5fafaf", "scope": "terminus.brown.5fafaf", "foreground": "var(brown)"}, {"background": "#5fafd7", "scope": "terminus.brown.5fafd7", "foreground": "var(brown)"}, {"background": "#5fafff", "scope": "terminus.brown.5fafff", "foreground": "var(brown)"}, {"background": "#5fd700", "scope": "terminus.brown.5fd700", "foreground": "var(brown)"}, {"background": "#5fd75f", "scope": "terminus.brown.5fd75f", "foreground": "var(brown)"}, {"background": "#5fd787", "scope": "terminus.brown.5fd787", "foreground": "var(brown)"}, {"background": "#5fd7af", "scope": "terminus.brown.5fd7af", "foreground": "var(brown)"}, {"background": "#5fd7d7", "scope": "terminus.brown.5fd7d7", "foreground": "var(brown)"}, {"background": "#5fd7ff", "scope": "terminus.brown.5fd7ff", "foreground": "var(brown)"}, {"background": "#5fff00", "scope": "terminus.brown.5fff00", "foreground": "var(brown)"}, {"background": "#5fff5f", "scope": "terminus.brown.5fff5f", "foreground": "var(brown)"}, {"background": "#5fff87", "scope": "terminus.brown.5fff87", "foreground": "var(brown)"}, {"background": "#5fffaf", "scope": "terminus.brown.5fffaf", "foreground": "var(brown)"}, {"background": "#5fffd7", "scope": "terminus.brown.5fffd7", "foreground": "var(brown)"}, {"background": "#5fffff", "scope": "terminus.brown.5fffff", "foreground": "var(brown)"}, {"background": "#870000", "scope": "terminus.brown.870000", "foreground": "var(brown)"}, {"background": "#87005f", "scope": "terminus.brown.87005f", "foreground": "var(brown)"}, {"background": "#870087", "scope": "terminus.brown.870087", "foreground": "var(brown)"}, {"background": "#8700af", "scope": "terminus.brown.8700af", "foreground": "var(brown)"}, {"background": "#8700d7", "scope": "terminus.brown.8700d7", "foreground": "var(brown)"}, {"background": "#8700ff", "scope": "terminus.brown.8700ff", "foreground": "var(brown)"}, {"background": "#875f00", "scope": "terminus.brown.875f00", "foreground": "var(brown)"}, {"background": "#875f5f", "scope": "terminus.brown.875f5f", "foreground": "var(brown)"}, {"background": "#875f87", "scope": "terminus.brown.875f87", "foreground": "var(brown)"}, {"background": "#875faf", "scope": "terminus.brown.875faf", "foreground": "var(brown)"}, {"background": "#875fd7", "scope": "terminus.brown.875fd7", "foreground": "var(brown)"}, {"background": "#875fff", "scope": "terminus.brown.875fff", "foreground": "var(brown)"}, {"background": "#878700", "scope": "terminus.brown.878700", "foreground": "var(brown)"}, {"background": "#87875f", "scope": "terminus.brown.87875f", "foreground": "var(brown)"}, {"background": "#878787", "scope": "terminus.brown.878787", "foreground": "var(brown)"}, {"background": "#8787af", "scope": "terminus.brown.8787af", "foreground": "var(brown)"}, {"background": "#8787d7", "scope": "terminus.brown.8787d7", "foreground": "var(brown)"}, {"background": "#8787ff", "scope": "terminus.brown.8787ff", "foreground": "var(brown)"}, {"background": "#87af00", "scope": "terminus.brown.87af00", "foreground": "var(brown)"}, {"background": "#87af5f", "scope": "terminus.brown.87af5f", "foreground": "var(brown)"}, {"background": "#87af87", "scope": "terminus.brown.87af87", "foreground": "var(brown)"}, {"background": "#87afaf", "scope": "terminus.brown.87afaf", "foreground": "var(brown)"}, {"background": "#87afd7", "scope": "terminus.brown.87afd7", "foreground": "var(brown)"}, {"background": "#87afff", "scope": "terminus.brown.87afff", "foreground": "var(brown)"}, {"background": "#87d700", "scope": "terminus.brown.87d700", "foreground": "var(brown)"}, {"background": "#87d75f", "scope": "terminus.brown.87d75f", "foreground": "var(brown)"}, {"background": "#87d787", "scope": "terminus.brown.87d787", "foreground": "var(brown)"}, {"background": "#87d7af", "scope": "terminus.brown.87d7af", "foreground": "var(brown)"}, {"background": "#87d7d7", "scope": "terminus.brown.87d7d7", "foreground": "var(brown)"}, {"background": "#87d7ff", "scope": "terminus.brown.87d7ff", "foreground": "var(brown)"}, {"background": "#87ff00", "scope": "terminus.brown.87ff00", "foreground": "var(brown)"}, {"background": "#87ff5f", "scope": "terminus.brown.87ff5f", "foreground": "var(brown)"}, {"background": "#87ff87", "scope": "terminus.brown.87ff87", "foreground": "var(brown)"}, {"background": "#87ffaf", "scope": "terminus.brown.87ffaf", "foreground": "var(brown)"}, {"background": "#87ffd7", "scope": "terminus.brown.87ffd7", "foreground": "var(brown)"}, {"background": "#87ffff", "scope": "terminus.brown.87ffff", "foreground": "var(brown)"}, {"background": "#af0000", "scope": "terminus.brown.af0000", "foreground": "var(brown)"}, {"background": "#af005f", "scope": "terminus.brown.af005f", "foreground": "var(brown)"}, {"background": "#af0087", "scope": "terminus.brown.af0087", "foreground": "var(brown)"}, {"background": "#af00af", "scope": "terminus.brown.af00af", "foreground": "var(brown)"}, {"background": "#af00d7", "scope": "terminus.brown.af00d7", "foreground": "var(brown)"}, {"background": "#af00ff", "scope": "terminus.brown.af00ff", "foreground": "var(brown)"}, {"background": "#af5f00", "scope": "terminus.brown.af5f00", "foreground": "var(brown)"}, {"background": "#af5f5f", "scope": "terminus.brown.af5f5f", "foreground": "var(brown)"}, {"background": "#af5f87", "scope": "terminus.brown.af5f87", "foreground": "var(brown)"}, {"background": "#af5faf", "scope": "terminus.brown.af5faf", "foreground": "var(brown)"}, {"background": "#af5fd7", "scope": "terminus.brown.af5fd7", "foreground": "var(brown)"}, {"background": "#af5fff", "scope": "terminus.brown.af5fff", "foreground": "var(brown)"}, {"background": "#af8700", "scope": "terminus.brown.af8700", "foreground": "var(brown)"}, {"background": "#af875f", "scope": "terminus.brown.af875f", "foreground": "var(brown)"}, {"background": "#af8787", "scope": "terminus.brown.af8787", "foreground": "var(brown)"}, {"background": "#af87af", "scope": "terminus.brown.af87af", "foreground": "var(brown)"}, {"background": "#af87d7", "scope": "terminus.brown.af87d7", "foreground": "var(brown)"}, {"background": "#af87ff", "scope": "terminus.brown.af87ff", "foreground": "var(brown)"}, {"background": "#afaf00", "scope": "terminus.brown.afaf00", "foreground": "var(brown)"}, {"background": "#afaf5f", "scope": "terminus.brown.afaf5f", "foreground": "var(brown)"}, {"background": "#afaf87", "scope": "terminus.brown.afaf87", "foreground": "var(brown)"}, {"background": "#afafaf", "scope": "terminus.brown.afafaf", "foreground": "var(brown)"}, {"background": "#afafd7", "scope": "terminus.brown.afafd7", "foreground": "var(brown)"}, {"background": "#afafff", "scope": "terminus.brown.afafff", "foreground": "var(brown)"}, {"background": "#afd700", "scope": "terminus.brown.afd700", "foreground": "var(brown)"}, {"background": "#afd75f", "scope": "terminus.brown.afd75f", "foreground": "var(brown)"}, {"background": "#afd787", "scope": "terminus.brown.afd787", "foreground": "var(brown)"}, {"background": "#afd7af", "scope": "terminus.brown.afd7af", "foreground": "var(brown)"}, {"background": "#afd7d7", "scope": "terminus.brown.afd7d7", "foreground": "var(brown)"}, {"background": "#afd7ff", "scope": "terminus.brown.afd7ff", "foreground": "var(brown)"}, {"background": "#afff00", "scope": "terminus.brown.afff00", "foreground": "var(brown)"}, {"background": "#afff5f", "scope": "terminus.brown.afff5f", "foreground": "var(brown)"}, {"background": "#afff87", "scope": "terminus.brown.afff87", "foreground": "var(brown)"}, {"background": "#afffaf", "scope": "terminus.brown.afffaf", "foreground": "var(brown)"}, {"background": "#afffd7", "scope": "terminus.brown.afffd7", "foreground": "var(brown)"}, {"background": "#afffff", "scope": "terminus.brown.afffff", "foreground": "var(brown)"}, {"background": "#d70000", "scope": "terminus.brown.d70000", "foreground": "var(brown)"}, {"background": "#d7005f", "scope": "terminus.brown.d7005f", "foreground": "var(brown)"}, {"background": "#d70087", "scope": "terminus.brown.d70087", "foreground": "var(brown)"}, {"background": "#d700af", "scope": "terminus.brown.d700af", "foreground": "var(brown)"}, {"background": "#d700d7", "scope": "terminus.brown.d700d7", "foreground": "var(brown)"}, {"background": "#d700ff", "scope": "terminus.brown.d700ff", "foreground": "var(brown)"}, {"background": "#d75f00", "scope": "terminus.brown.d75f00", "foreground": "var(brown)"}, {"background": "#d75f5f", "scope": "terminus.brown.d75f5f", "foreground": "var(brown)"}, {"background": "#d75f87", "scope": "terminus.brown.d75f87", "foreground": "var(brown)"}, {"background": "#d75faf", "scope": "terminus.brown.d75faf", "foreground": "var(brown)"}, {"background": "#d75fd7", "scope": "terminus.brown.d75fd7", "foreground": "var(brown)"}, {"background": "#d75fff", "scope": "terminus.brown.d75fff", "foreground": "var(brown)"}, {"background": "#d78700", "scope": "terminus.brown.d78700", "foreground": "var(brown)"}, {"background": "#d7875f", "scope": "terminus.brown.d7875f", "foreground": "var(brown)"}, {"background": "#d78787", "scope": "terminus.brown.d78787", "foreground": "var(brown)"}, {"background": "#d787af", "scope": "terminus.brown.d787af", "foreground": "var(brown)"}, {"background": "#d787d7", "scope": "terminus.brown.d787d7", "foreground": "var(brown)"}, {"background": "#d787ff", "scope": "terminus.brown.d787ff", "foreground": "var(brown)"}, {"background": "#d7af00", "scope": "terminus.brown.d7af00", "foreground": "var(brown)"}, {"background": "#d7af5f", "scope": "terminus.brown.d7af5f", "foreground": "var(brown)"}, {"background": "#d7af87", "scope": "terminus.brown.d7af87", "foreground": "var(brown)"}, {"background": "#d7afaf", "scope": "terminus.brown.d7afaf", "foreground": "var(brown)"}, {"background": "#d7afd7", "scope": "terminus.brown.d7afd7", "foreground": "var(brown)"}, {"background": "#d7afff", "scope": "terminus.brown.d7afff", "foreground": "var(brown)"}, {"background": "#d7d700", "scope": "terminus.brown.d7d700", "foreground": "var(brown)"}, {"background": "#d7d75f", "scope": "terminus.brown.d7d75f", "foreground": "var(brown)"}, {"background": "#d7d787", "scope": "terminus.brown.d7d787", "foreground": "var(brown)"}, {"background": "#d7d7af", "scope": "terminus.brown.d7d7af", "foreground": "var(brown)"}, {"background": "#d7d7d7", "scope": "terminus.brown.d7d7d7", "foreground": "var(brown)"}, {"background": "#d7d7ff", "scope": "terminus.brown.d7d7ff", "foreground": "var(brown)"}, {"background": "#d7ff00", "scope": "terminus.brown.d7ff00", "foreground": "var(brown)"}, {"background": "#d7ff5f", "scope": "terminus.brown.d7ff5f", "foreground": "var(brown)"}, {"background": "#d7ff87", "scope": "terminus.brown.d7ff87", "foreground": "var(brown)"}, {"background": "#d7ffaf", "scope": "terminus.brown.d7ffaf", "foreground": "var(brown)"}, {"background": "#d7ffd7", "scope": "terminus.brown.d7ffd7", "foreground": "var(brown)"}, {"background": "#d7ffff", "scope": "terminus.brown.d7ffff", "foreground": "var(brown)"}, {"background": "#ff005f", "scope": "terminus.brown.ff005f", "foreground": "var(brown)"}, {"background": "#ff0087", "scope": "terminus.brown.ff0087", "foreground": "var(brown)"}, {"background": "#ff00af", "scope": "terminus.brown.ff00af", "foreground": "var(brown)"}, {"background": "#ff00d7", "scope": "terminus.brown.ff00d7", "foreground": "var(brown)"}, {"background": "#ff5f00", "scope": "terminus.brown.ff5f00", "foreground": "var(brown)"}, {"background": "#ff5f5f", "scope": "terminus.brown.ff5f5f", "foreground": "var(brown)"}, {"background": "#ff5f87", "scope": "terminus.brown.ff5f87", "foreground": "var(brown)"}, {"background": "#ff5faf", "scope": "terminus.brown.ff5faf", "foreground": "var(brown)"}, {"background": "#ff5fd7", "scope": "terminus.brown.ff5fd7", "foreground": "var(brown)"}, {"background": "#ff5fff", "scope": "terminus.brown.ff5fff", "foreground": "var(brown)"}, {"background": "#ff8700", "scope": "terminus.brown.ff8700", "foreground": "var(brown)"}, {"background": "#ff875f", "scope": "terminus.brown.ff875f", "foreground": "var(brown)"}, {"background": "#ff8787", "scope": "terminus.brown.ff8787", "foreground": "var(brown)"}, {"background": "#ff87af", "scope": "terminus.brown.ff87af", "foreground": "var(brown)"}, {"background": "#ff87d7", "scope": "terminus.brown.ff87d7", "foreground": "var(brown)"}, {"background": "#ff87ff", "scope": "terminus.brown.ff87ff", "foreground": "var(brown)"}, {"background": "#ffaf00", "scope": "terminus.brown.ffaf00", "foreground": "var(brown)"}, {"background": "#ffaf5f", "scope": "terminus.brown.ffaf5f", "foreground": "var(brown)"}, {"background": "#ffaf87", "scope": "terminus.brown.ffaf87", "foreground": "var(brown)"}, {"background": "#ffafaf", "scope": "terminus.brown.ffafaf", "foreground": "var(brown)"}, {"background": "#ffafd7", "scope": "terminus.brown.ffafd7", "foreground": "var(brown)"}, {"background": "#ffafff", "scope": "terminus.brown.ffafff", "foreground": "var(brown)"}, {"background": "#ffd700", "scope": "terminus.brown.ffd700", "foreground": "var(brown)"}, {"background": "#ffd75f", "scope": "terminus.brown.ffd75f", "foreground": "var(brown)"}, {"background": "#ffd787", "scope": "terminus.brown.ffd787", "foreground": "var(brown)"}, {"background": "#ffd7af", "scope": "terminus.brown.ffd7af", "foreground": "var(brown)"}, {"background": "#ffd7d7", "scope": "terminus.brown.ffd7d7", "foreground": "var(brown)"}, {"background": "#ffd7ff", "scope": "terminus.brown.ffd7ff", "foreground": "var(brown)"}, {"background": "#ffff5f", "scope": "terminus.brown.ffff5f", "foreground": "var(brown)"}, {"background": "#ffff87", "scope": "terminus.brown.ffff87", "foreground": "var(brown)"}, {"background": "#ffffaf", "scope": "terminus.brown.ffffaf", "foreground": "var(brown)"}, {"background": "#ffffd7", "scope": "terminus.brown.ffffd7", "foreground": "var(brown)"}, {"background": "#080808", "scope": "terminus.brown.080808", "foreground": "var(brown)"}, {"background": "#121212", "scope": "terminus.brown.121212", "foreground": "var(brown)"}, {"background": "#1c1c1c", "scope": "terminus.brown.1c1c1c", "foreground": "var(brown)"}, {"background": "#262626", "scope": "terminus.brown.262626", "foreground": "var(brown)"}, {"background": "#303030", "scope": "terminus.brown.303030", "foreground": "var(brown)"}, {"background": "#3a3a3a", "scope": "terminus.brown.3a3a3a", "foreground": "var(brown)"}, {"background": "#444444", "scope": "terminus.brown.444444", "foreground": "var(brown)"}, {"background": "#4e4e4e", "scope": "terminus.brown.4e4e4e", "foreground": "var(brown)"}, {"background": "#585858", "scope": "terminus.brown.585858", "foreground": "var(brown)"}, {"background": "#626262", "scope": "terminus.brown.626262", "foreground": "var(brown)"}, {"background": "#6c6c6c", "scope": "terminus.brown.6c6c6c", "foreground": "var(brown)"}, {"background": "#767676", "scope": "terminus.brown.767676", "foreground": "var(brown)"}, {"background": "#808080", "scope": "terminus.brown.808080", "foreground": "var(brown)"}, {"background": "#8a8a8a", "scope": "terminus.brown.8a8a8a", "foreground": "var(brown)"}, {"background": "#949494", "scope": "terminus.brown.949494", "foreground": "var(brown)"}, {"background": "#9e9e9e", "scope": "terminus.brown.9e9e9e", "foreground": "var(brown)"}, {"background": "#a8a8a8", "scope": "terminus.brown.a8a8a8", "foreground": "var(brown)"}, {"background": "#b2b2b2", "scope": "terminus.brown.b2b2b2", "foreground": "var(brown)"}, {"background": "#bcbcbc", "scope": "terminus.brown.bcbcbc", "foreground": "var(brown)"}, {"background": "#c6c6c6", "scope": "terminus.brown.c6c6c6", "foreground": "var(brown)"}, {"background": "#d0d0d0", "scope": "terminus.brown.d0d0d0", "foreground": "var(brown)"}, {"background": "#dadada", "scope": "terminus.brown.dadada", "foreground": "var(brown)"}, {"background": "#e4e4e4", "scope": "terminus.brown.e4e4e4", "foreground": "var(brown)"}, {"background": "#eeeeee", "scope": "terminus.brown.eeeeee", "foreground": "var(brown)"}, {"background": "var(black)", "scope": "terminus.blue.black", "foreground": "var(blue)"}, {"background": "var(red)", "scope": "terminus.blue.red", "foreground": "var(blue)"}, {"background": "var(green)", "scope": "terminus.blue.green", "foreground": "var(blue)"}, {"background": "var(brown)", "scope": "terminus.blue.brown", "foreground": "var(blue)"}, {"background": "var(blue)", "scope": "terminus.blue.blue", "foreground": "var(blue)"}, {"background": "var(magenta)", "scope": "terminus.blue.magenta", "foreground": "var(blue)"}, {"background": "var(cyan)", "scope": "terminus.blue.cyan", "foreground": "var(blue)"}, {"background": "var(white)", "scope": "terminus.blue.white", "foreground": "var(blue)"}, {"background": "var(light_black)", "scope": "terminus.blue.light_black", "foreground": "var(blue)"}, {"background": "var(light_red)", "scope": "terminus.blue.light_red", "foreground": "var(blue)"}, {"background": "var(light_green)", "scope": "terminus.blue.light_green", "foreground": "var(blue)"}, {"background": "var(light_brown)", "scope": "terminus.blue.light_brown", "foreground": "var(blue)"}, {"background": "var(light_blue)", "scope": "terminus.blue.light_blue", "foreground": "var(blue)"}, {"background": "var(light_magenta)", "scope": "terminus.blue.light_magenta", "foreground": "var(blue)"}, {"background": "var(light_cyan)", "scope": "terminus.blue.light_cyan", "foreground": "var(blue)"}, {"background": "var(light_white)", "scope": "terminus.blue.light_white", "foreground": "var(blue)"}, {"background": "var(background)", "scope": "terminus.blue.default", "foreground": "var(blue)"}, {"background": "var(foreground)", "scope": "terminus.blue.reverse_default", "foreground": "var(blue)"}, {"background": "#000000", "scope": "terminus.blue.000000", "foreground": "var(blue)"}, {"background": "#cd0000", "scope": "terminus.blue.cd0000", "foreground": "var(blue)"}, {"background": "#00cd00", "scope": "terminus.blue.00cd00", "foreground": "var(blue)"}, {"background": "#cdcd00", "scope": "terminus.blue.cdcd00", "foreground": "var(blue)"}, {"background": "#0000ee", "scope": "terminus.blue.0000ee", "foreground": "var(blue)"}, {"background": "#cd00cd", "scope": "terminus.blue.cd00cd", "foreground": "var(blue)"}, {"background": "#00cdcd", "scope": "terminus.blue.00cdcd", "foreground": "var(blue)"}, {"background": "#e5e5e5", "scope": "terminus.blue.e5e5e5", "foreground": "var(blue)"}, {"background": "#7f7f7f", "scope": "terminus.blue.7f7f7f", "foreground": "var(blue)"}, {"background": "#ff0000", "scope": "terminus.blue.ff0000", "foreground": "var(blue)"}, {"background": "#00ff00", "scope": "terminus.blue.00ff00", "foreground": "var(blue)"}, {"background": "#ffff00", "scope": "terminus.blue.ffff00", "foreground": "var(blue)"}, {"background": "#5c5cff", "scope": "terminus.blue.5c5cff", "foreground": "var(blue)"}, {"background": "#ff00ff", "scope": "terminus.blue.ff00ff", "foreground": "var(blue)"}, {"background": "#00ffff", "scope": "terminus.blue.00ffff", "foreground": "var(blue)"}, {"background": "#ffffff", "scope": "terminus.blue.ffffff", "foreground": "var(blue)"}, {"background": "#00005f", "scope": "terminus.blue.00005f", "foreground": "var(blue)"}, {"background": "#000087", "scope": "terminus.blue.000087", "foreground": "var(blue)"}, {"background": "#0000af", "scope": "terminus.blue.0000af", "foreground": "var(blue)"}, {"background": "#0000d7", "scope": "terminus.blue.0000d7", "foreground": "var(blue)"}, {"background": "#0000ff", "scope": "terminus.blue.0000ff", "foreground": "var(blue)"}, {"background": "#005f00", "scope": "terminus.blue.005f00", "foreground": "var(blue)"}, {"background": "#005f5f", "scope": "terminus.blue.005f5f", "foreground": "var(blue)"}, {"background": "#005f87", "scope": "terminus.blue.005f87", "foreground": "var(blue)"}, {"background": "#005faf", "scope": "terminus.blue.005faf", "foreground": "var(blue)"}, {"background": "#005fd7", "scope": "terminus.blue.005fd7", "foreground": "var(blue)"}, {"background": "#005fff", "scope": "terminus.blue.005fff", "foreground": "var(blue)"}, {"background": "#008700", "scope": "terminus.blue.008700", "foreground": "var(blue)"}, {"background": "#00875f", "scope": "terminus.blue.00875f", "foreground": "var(blue)"}, {"background": "#008787", "scope": "terminus.blue.008787", "foreground": "var(blue)"}, {"background": "#0087af", "scope": "terminus.blue.0087af", "foreground": "var(blue)"}, {"background": "#0087d7", "scope": "terminus.blue.0087d7", "foreground": "var(blue)"}, {"background": "#0087ff", "scope": "terminus.blue.0087ff", "foreground": "var(blue)"}, {"background": "#00af00", "scope": "terminus.blue.00af00", "foreground": "var(blue)"}, {"background": "#00af5f", "scope": "terminus.blue.00af5f", "foreground": "var(blue)"}, {"background": "#00af87", "scope": "terminus.blue.00af87", "foreground": "var(blue)"}, {"background": "#00afaf", "scope": "terminus.blue.00afaf", "foreground": "var(blue)"}, {"background": "#00afd7", "scope": "terminus.blue.00afd7", "foreground": "var(blue)"}, {"background": "#00afff", "scope": "terminus.blue.00afff", "foreground": "var(blue)"}, {"background": "#00d700", "scope": "terminus.blue.00d700", "foreground": "var(blue)"}, {"background": "#00d75f", "scope": "terminus.blue.00d75f", "foreground": "var(blue)"}, {"background": "#00d787", "scope": "terminus.blue.00d787", "foreground": "var(blue)"}, {"background": "#00d7af", "scope": "terminus.blue.00d7af", "foreground": "var(blue)"}, {"background": "#00d7d7", "scope": "terminus.blue.00d7d7", "foreground": "var(blue)"}, {"background": "#00d7ff", "scope": "terminus.blue.00d7ff", "foreground": "var(blue)"}, {"background": "#00ff5f", "scope": "terminus.blue.00ff5f", "foreground": "var(blue)"}, {"background": "#00ff87", "scope": "terminus.blue.00ff87", "foreground": "var(blue)"}, {"background": "#00ffaf", "scope": "terminus.blue.00ffaf", "foreground": "var(blue)"}, {"background": "#00ffd7", "scope": "terminus.blue.00ffd7", "foreground": "var(blue)"}, {"background": "#5f0000", "scope": "terminus.blue.5f0000", "foreground": "var(blue)"}, {"background": "#5f005f", "scope": "terminus.blue.5f005f", "foreground": "var(blue)"}, {"background": "#5f0087", "scope": "terminus.blue.5f0087", "foreground": "var(blue)"}, {"background": "#5f00af", "scope": "terminus.blue.5f00af", "foreground": "var(blue)"}, {"background": "#5f00d7", "scope": "terminus.blue.5f00d7", "foreground": "var(blue)"}, {"background": "#5f00ff", "scope": "terminus.blue.5f00ff", "foreground": "var(blue)"}, {"background": "#5f5f00", "scope": "terminus.blue.5f5f00", "foreground": "var(blue)"}, {"background": "#5f5f5f", "scope": "terminus.blue.5f5f5f", "foreground": "var(blue)"}, {"background": "#5f5f87", "scope": "terminus.blue.5f5f87", "foreground": "var(blue)"}, {"background": "#5f5faf", "scope": "terminus.blue.5f5faf", "foreground": "var(blue)"}, {"background": "#5f5fd7", "scope": "terminus.blue.5f5fd7", "foreground": "var(blue)"}, {"background": "#5f5fff", "scope": "terminus.blue.5f5fff", "foreground": "var(blue)"}, {"background": "#5f8700", "scope": "terminus.blue.5f8700", "foreground": "var(blue)"}, {"background": "#5f875f", "scope": "terminus.blue.5f875f", "foreground": "var(blue)"}, {"background": "#5f8787", "scope": "terminus.blue.5f8787", "foreground": "var(blue)"}, {"background": "#5f87af", "scope": "terminus.blue.5f87af", "foreground": "var(blue)"}, {"background": "#5f87d7", "scope": "terminus.blue.5f87d7", "foreground": "var(blue)"}, {"background": "#5f87ff", "scope": "terminus.blue.5f87ff", "foreground": "var(blue)"}, {"background": "#5faf00", "scope": "terminus.blue.5faf00", "foreground": "var(blue)"}, {"background": "#5faf5f", "scope": "terminus.blue.5faf5f", "foreground": "var(blue)"}, {"background": "#5faf87", "scope": "terminus.blue.5faf87", "foreground": "var(blue)"}, {"background": "#5fafaf", "scope": "terminus.blue.5fafaf", "foreground": "var(blue)"}, {"background": "#5fafd7", "scope": "terminus.blue.5fafd7", "foreground": "var(blue)"}, {"background": "#5fafff", "scope": "terminus.blue.5fafff", "foreground": "var(blue)"}, {"background": "#5fd700", "scope": "terminus.blue.5fd700", "foreground": "var(blue)"}, {"background": "#5fd75f", "scope": "terminus.blue.5fd75f", "foreground": "var(blue)"}, {"background": "#5fd787", "scope": "terminus.blue.5fd787", "foreground": "var(blue)"}, {"background": "#5fd7af", "scope": "terminus.blue.5fd7af", "foreground": "var(blue)"}, {"background": "#5fd7d7", "scope": "terminus.blue.5fd7d7", "foreground": "var(blue)"}, {"background": "#5fd7ff", "scope": "terminus.blue.5fd7ff", "foreground": "var(blue)"}, {"background": "#5fff00", "scope": "terminus.blue.5fff00", "foreground": "var(blue)"}, {"background": "#5fff5f", "scope": "terminus.blue.5fff5f", "foreground": "var(blue)"}, {"background": "#5fff87", "scope": "terminus.blue.5fff87", "foreground": "var(blue)"}, {"background": "#5fffaf", "scope": "terminus.blue.5fffaf", "foreground": "var(blue)"}, {"background": "#5fffd7", "scope": "terminus.blue.5fffd7", "foreground": "var(blue)"}, {"background": "#5fffff", "scope": "terminus.blue.5fffff", "foreground": "var(blue)"}, {"background": "#870000", "scope": "terminus.blue.870000", "foreground": "var(blue)"}, {"background": "#87005f", "scope": "terminus.blue.87005f", "foreground": "var(blue)"}, {"background": "#870087", "scope": "terminus.blue.870087", "foreground": "var(blue)"}, {"background": "#8700af", "scope": "terminus.blue.8700af", "foreground": "var(blue)"}, {"background": "#8700d7", "scope": "terminus.blue.8700d7", "foreground": "var(blue)"}, {"background": "#8700ff", "scope": "terminus.blue.8700ff", "foreground": "var(blue)"}, {"background": "#875f00", "scope": "terminus.blue.875f00", "foreground": "var(blue)"}, {"background": "#875f5f", "scope": "terminus.blue.875f5f", "foreground": "var(blue)"}, {"background": "#875f87", "scope": "terminus.blue.875f87", "foreground": "var(blue)"}, {"background": "#875faf", "scope": "terminus.blue.875faf", "foreground": "var(blue)"}, {"background": "#875fd7", "scope": "terminus.blue.875fd7", "foreground": "var(blue)"}, {"background": "#875fff", "scope": "terminus.blue.875fff", "foreground": "var(blue)"}, {"background": "#878700", "scope": "terminus.blue.878700", "foreground": "var(blue)"}, {"background": "#87875f", "scope": "terminus.blue.87875f", "foreground": "var(blue)"}, {"background": "#878787", "scope": "terminus.blue.878787", "foreground": "var(blue)"}, {"background": "#8787af", "scope": "terminus.blue.8787af", "foreground": "var(blue)"}, {"background": "#8787d7", "scope": "terminus.blue.8787d7", "foreground": "var(blue)"}, {"background": "#8787ff", "scope": "terminus.blue.8787ff", "foreground": "var(blue)"}, {"background": "#87af00", "scope": "terminus.blue.87af00", "foreground": "var(blue)"}, {"background": "#87af5f", "scope": "terminus.blue.87af5f", "foreground": "var(blue)"}, {"background": "#87af87", "scope": "terminus.blue.87af87", "foreground": "var(blue)"}, {"background": "#87afaf", "scope": "terminus.blue.87afaf", "foreground": "var(blue)"}, {"background": "#87afd7", "scope": "terminus.blue.87afd7", "foreground": "var(blue)"}, {"background": "#87afff", "scope": "terminus.blue.87afff", "foreground": "var(blue)"}, {"background": "#87d700", "scope": "terminus.blue.87d700", "foreground": "var(blue)"}, {"background": "#87d75f", "scope": "terminus.blue.87d75f", "foreground": "var(blue)"}, {"background": "#87d787", "scope": "terminus.blue.87d787", "foreground": "var(blue)"}, {"background": "#87d7af", "scope": "terminus.blue.87d7af", "foreground": "var(blue)"}, {"background": "#87d7d7", "scope": "terminus.blue.87d7d7", "foreground": "var(blue)"}, {"background": "#87d7ff", "scope": "terminus.blue.87d7ff", "foreground": "var(blue)"}, {"background": "#87ff00", "scope": "terminus.blue.87ff00", "foreground": "var(blue)"}, {"background": "#87ff5f", "scope": "terminus.blue.87ff5f", "foreground": "var(blue)"}, {"background": "#87ff87", "scope": "terminus.blue.87ff87", "foreground": "var(blue)"}, {"background": "#87ffaf", "scope": "terminus.blue.87ffaf", "foreground": "var(blue)"}, {"background": "#87ffd7", "scope": "terminus.blue.87ffd7", "foreground": "var(blue)"}, {"background": "#87ffff", "scope": "terminus.blue.87ffff", "foreground": "var(blue)"}, {"background": "#af0000", "scope": "terminus.blue.af0000", "foreground": "var(blue)"}, {"background": "#af005f", "scope": "terminus.blue.af005f", "foreground": "var(blue)"}, {"background": "#af0087", "scope": "terminus.blue.af0087", "foreground": "var(blue)"}, {"background": "#af00af", "scope": "terminus.blue.af00af", "foreground": "var(blue)"}, {"background": "#af00d7", "scope": "terminus.blue.af00d7", "foreground": "var(blue)"}, {"background": "#af00ff", "scope": "terminus.blue.af00ff", "foreground": "var(blue)"}, {"background": "#af5f00", "scope": "terminus.blue.af5f00", "foreground": "var(blue)"}, {"background": "#af5f5f", "scope": "terminus.blue.af5f5f", "foreground": "var(blue)"}, {"background": "#af5f87", "scope": "terminus.blue.af5f87", "foreground": "var(blue)"}, {"background": "#af5faf", "scope": "terminus.blue.af5faf", "foreground": "var(blue)"}, {"background": "#af5fd7", "scope": "terminus.blue.af5fd7", "foreground": "var(blue)"}, {"background": "#af5fff", "scope": "terminus.blue.af5fff", "foreground": "var(blue)"}, {"background": "#af8700", "scope": "terminus.blue.af8700", "foreground": "var(blue)"}, {"background": "#af875f", "scope": "terminus.blue.af875f", "foreground": "var(blue)"}, {"background": "#af8787", "scope": "terminus.blue.af8787", "foreground": "var(blue)"}, {"background": "#af87af", "scope": "terminus.blue.af87af", "foreground": "var(blue)"}, {"background": "#af87d7", "scope": "terminus.blue.af87d7", "foreground": "var(blue)"}, {"background": "#af87ff", "scope": "terminus.blue.af87ff", "foreground": "var(blue)"}, {"background": "#afaf00", "scope": "terminus.blue.afaf00", "foreground": "var(blue)"}, {"background": "#afaf5f", "scope": "terminus.blue.afaf5f", "foreground": "var(blue)"}, {"background": "#afaf87", "scope": "terminus.blue.afaf87", "foreground": "var(blue)"}, {"background": "#afafaf", "scope": "terminus.blue.afafaf", "foreground": "var(blue)"}, {"background": "#afafd7", "scope": "terminus.blue.afafd7", "foreground": "var(blue)"}, {"background": "#afafff", "scope": "terminus.blue.afafff", "foreground": "var(blue)"}, {"background": "#afd700", "scope": "terminus.blue.afd700", "foreground": "var(blue)"}, {"background": "#afd75f", "scope": "terminus.blue.afd75f", "foreground": "var(blue)"}, {"background": "#afd787", "scope": "terminus.blue.afd787", "foreground": "var(blue)"}, {"background": "#afd7af", "scope": "terminus.blue.afd7af", "foreground": "var(blue)"}, {"background": "#afd7d7", "scope": "terminus.blue.afd7d7", "foreground": "var(blue)"}, {"background": "#afd7ff", "scope": "terminus.blue.afd7ff", "foreground": "var(blue)"}, {"background": "#afff00", "scope": "terminus.blue.afff00", "foreground": "var(blue)"}, {"background": "#afff5f", "scope": "terminus.blue.afff5f", "foreground": "var(blue)"}, {"background": "#afff87", "scope": "terminus.blue.afff87", "foreground": "var(blue)"}, {"background": "#afffaf", "scope": "terminus.blue.afffaf", "foreground": "var(blue)"}, {"background": "#afffd7", "scope": "terminus.blue.afffd7", "foreground": "var(blue)"}, {"background": "#afffff", "scope": "terminus.blue.afffff", "foreground": "var(blue)"}, {"background": "#d70000", "scope": "terminus.blue.d70000", "foreground": "var(blue)"}, {"background": "#d7005f", "scope": "terminus.blue.d7005f", "foreground": "var(blue)"}, {"background": "#d70087", "scope": "terminus.blue.d70087", "foreground": "var(blue)"}, {"background": "#d700af", "scope": "terminus.blue.d700af", "foreground": "var(blue)"}, {"background": "#d700d7", "scope": "terminus.blue.d700d7", "foreground": "var(blue)"}, {"background": "#d700ff", "scope": "terminus.blue.d700ff", "foreground": "var(blue)"}, {"background": "#d75f00", "scope": "terminus.blue.d75f00", "foreground": "var(blue)"}, {"background": "#d75f5f", "scope": "terminus.blue.d75f5f", "foreground": "var(blue)"}, {"background": "#d75f87", "scope": "terminus.blue.d75f87", "foreground": "var(blue)"}, {"background": "#d75faf", "scope": "terminus.blue.d75faf", "foreground": "var(blue)"}, {"background": "#d75fd7", "scope": "terminus.blue.d75fd7", "foreground": "var(blue)"}, {"background": "#d75fff", "scope": "terminus.blue.d75fff", "foreground": "var(blue)"}, {"background": "#d78700", "scope": "terminus.blue.d78700", "foreground": "var(blue)"}, {"background": "#d7875f", "scope": "terminus.blue.d7875f", "foreground": "var(blue)"}, {"background": "#d78787", "scope": "terminus.blue.d78787", "foreground": "var(blue)"}, {"background": "#d787af", "scope": "terminus.blue.d787af", "foreground": "var(blue)"}, {"background": "#d787d7", "scope": "terminus.blue.d787d7", "foreground": "var(blue)"}, {"background": "#d787ff", "scope": "terminus.blue.d787ff", "foreground": "var(blue)"}, {"background": "#d7af00", "scope": "terminus.blue.d7af00", "foreground": "var(blue)"}, {"background": "#d7af5f", "scope": "terminus.blue.d7af5f", "foreground": "var(blue)"}, {"background": "#d7af87", "scope": "terminus.blue.d7af87", "foreground": "var(blue)"}, {"background": "#d7afaf", "scope": "terminus.blue.d7afaf", "foreground": "var(blue)"}, {"background": "#d7afd7", "scope": "terminus.blue.d7afd7", "foreground": "var(blue)"}, {"background": "#d7afff", "scope": "terminus.blue.d7afff", "foreground": "var(blue)"}, {"background": "#d7d700", "scope": "terminus.blue.d7d700", "foreground": "var(blue)"}, {"background": "#d7d75f", "scope": "terminus.blue.d7d75f", "foreground": "var(blue)"}, {"background": "#d7d787", "scope": "terminus.blue.d7d787", "foreground": "var(blue)"}, {"background": "#d7d7af", "scope": "terminus.blue.d7d7af", "foreground": "var(blue)"}, {"background": "#d7d7d7", "scope": "terminus.blue.d7d7d7", "foreground": "var(blue)"}, {"background": "#d7d7ff", "scope": "terminus.blue.d7d7ff", "foreground": "var(blue)"}, {"background": "#d7ff00", "scope": "terminus.blue.d7ff00", "foreground": "var(blue)"}, {"background": "#d7ff5f", "scope": "terminus.blue.d7ff5f", "foreground": "var(blue)"}, {"background": "#d7ff87", "scope": "terminus.blue.d7ff87", "foreground": "var(blue)"}, {"background": "#d7ffaf", "scope": "terminus.blue.d7ffaf", "foreground": "var(blue)"}, {"background": "#d7ffd7", "scope": "terminus.blue.d7ffd7", "foreground": "var(blue)"}, {"background": "#d7ffff", "scope": "terminus.blue.d7ffff", "foreground": "var(blue)"}, {"background": "#ff005f", "scope": "terminus.blue.ff005f", "foreground": "var(blue)"}, {"background": "#ff0087", "scope": "terminus.blue.ff0087", "foreground": "var(blue)"}, {"background": "#ff00af", "scope": "terminus.blue.ff00af", "foreground": "var(blue)"}, {"background": "#ff00d7", "scope": "terminus.blue.ff00d7", "foreground": "var(blue)"}, {"background": "#ff5f00", "scope": "terminus.blue.ff5f00", "foreground": "var(blue)"}, {"background": "#ff5f5f", "scope": "terminus.blue.ff5f5f", "foreground": "var(blue)"}, {"background": "#ff5f87", "scope": "terminus.blue.ff5f87", "foreground": "var(blue)"}, {"background": "#ff5faf", "scope": "terminus.blue.ff5faf", "foreground": "var(blue)"}, {"background": "#ff5fd7", "scope": "terminus.blue.ff5fd7", "foreground": "var(blue)"}, {"background": "#ff5fff", "scope": "terminus.blue.ff5fff", "foreground": "var(blue)"}, {"background": "#ff8700", "scope": "terminus.blue.ff8700", "foreground": "var(blue)"}, {"background": "#ff875f", "scope": "terminus.blue.ff875f", "foreground": "var(blue)"}, {"background": "#ff8787", "scope": "terminus.blue.ff8787", "foreground": "var(blue)"}, {"background": "#ff87af", "scope": "terminus.blue.ff87af", "foreground": "var(blue)"}, {"background": "#ff87d7", "scope": "terminus.blue.ff87d7", "foreground": "var(blue)"}, {"background": "#ff87ff", "scope": "terminus.blue.ff87ff", "foreground": "var(blue)"}, {"background": "#ffaf00", "scope": "terminus.blue.ffaf00", "foreground": "var(blue)"}, {"background": "#ffaf5f", "scope": "terminus.blue.ffaf5f", "foreground": "var(blue)"}, {"background": "#ffaf87", "scope": "terminus.blue.ffaf87", "foreground": "var(blue)"}, {"background": "#ffafaf", "scope": "terminus.blue.ffafaf", "foreground": "var(blue)"}, {"background": "#ffafd7", "scope": "terminus.blue.ffafd7", "foreground": "var(blue)"}, {"background": "#ffafff", "scope": "terminus.blue.ffafff", "foreground": "var(blue)"}, {"background": "#ffd700", "scope": "terminus.blue.ffd700", "foreground": "var(blue)"}, {"background": "#ffd75f", "scope": "terminus.blue.ffd75f", "foreground": "var(blue)"}, {"background": "#ffd787", "scope": "terminus.blue.ffd787", "foreground": "var(blue)"}, {"background": "#ffd7af", "scope": "terminus.blue.ffd7af", "foreground": "var(blue)"}, {"background": "#ffd7d7", "scope": "terminus.blue.ffd7d7", "foreground": "var(blue)"}, {"background": "#ffd7ff", "scope": "terminus.blue.ffd7ff", "foreground": "var(blue)"}, {"background": "#ffff5f", "scope": "terminus.blue.ffff5f", "foreground": "var(blue)"}, {"background": "#ffff87", "scope": "terminus.blue.ffff87", "foreground": "var(blue)"}, {"background": "#ffffaf", "scope": "terminus.blue.ffffaf", "foreground": "var(blue)"}, {"background": "#ffffd7", "scope": "terminus.blue.ffffd7", "foreground": "var(blue)"}, {"background": "#080808", "scope": "terminus.blue.080808", "foreground": "var(blue)"}, {"background": "#121212", "scope": "terminus.blue.121212", "foreground": "var(blue)"}, {"background": "#1c1c1c", "scope": "terminus.blue.1c1c1c", "foreground": "var(blue)"}, {"background": "#262626", "scope": "terminus.blue.262626", "foreground": "var(blue)"}, {"background": "#303030", "scope": "terminus.blue.303030", "foreground": "var(blue)"}, {"background": "#3a3a3a", "scope": "terminus.blue.3a3a3a", "foreground": "var(blue)"}, {"background": "#444444", "scope": "terminus.blue.444444", "foreground": "var(blue)"}, {"background": "#4e4e4e", "scope": "terminus.blue.4e4e4e", "foreground": "var(blue)"}, {"background": "#585858", "scope": "terminus.blue.585858", "foreground": "var(blue)"}, {"background": "#626262", "scope": "terminus.blue.626262", "foreground": "var(blue)"}, {"background": "#6c6c6c", "scope": "terminus.blue.6c6c6c", "foreground": "var(blue)"}, {"background": "#767676", "scope": "terminus.blue.767676", "foreground": "var(blue)"}, {"background": "#808080", "scope": "terminus.blue.808080", "foreground": "var(blue)"}, {"background": "#8a8a8a", "scope": "terminus.blue.8a8a8a", "foreground": "var(blue)"}, {"background": "#949494", "scope": "terminus.blue.949494", "foreground": "var(blue)"}, {"background": "#9e9e9e", "scope": "terminus.blue.9e9e9e", "foreground": "var(blue)"}, {"background": "#a8a8a8", "scope": "terminus.blue.a8a8a8", "foreground": "var(blue)"}, {"background": "#b2b2b2", "scope": "terminus.blue.b2b2b2", "foreground": "var(blue)"}, {"background": "#bcbcbc", "scope": "terminus.blue.bcbcbc", "foreground": "var(blue)"}, {"background": "#c6c6c6", "scope": "terminus.blue.c6c6c6", "foreground": "var(blue)"}, {"background": "#d0d0d0", "scope": "terminus.blue.d0d0d0", "foreground": "var(blue)"}, {"background": "#dadada", "scope": "terminus.blue.dadada", "foreground": "var(blue)"}, {"background": "#e4e4e4", "scope": "terminus.blue.e4e4e4", "foreground": "var(blue)"}, {"background": "#eeeeee", "scope": "terminus.blue.eeeeee", "foreground": "var(blue)"}, {"background": "var(black)", "scope": "terminus.magenta.black", "foreground": "var(magenta)"}, {"background": "var(red)", "scope": "terminus.magenta.red", "foreground": "var(magenta)"}, {"background": "var(green)", "scope": "terminus.magenta.green", "foreground": "var(magenta)"}, {"background": "var(brown)", "scope": "terminus.magenta.brown", "foreground": "var(magenta)"}, {"background": "var(blue)", "scope": "terminus.magenta.blue", "foreground": "var(magenta)"}, {"background": "var(magenta)", "scope": "terminus.magenta.magenta", "foreground": "var(magenta)"}, {"background": "var(cyan)", "scope": "terminus.magenta.cyan", "foreground": "var(magenta)"}, {"background": "var(white)", "scope": "terminus.magenta.white", "foreground": "var(magenta)"}, {"background": "var(light_black)", "scope": "terminus.magenta.light_black", "foreground": "var(magenta)"}, {"background": "var(light_red)", "scope": "terminus.magenta.light_red", "foreground": "var(magenta)"}, {"background": "var(light_green)", "scope": "terminus.magenta.light_green", "foreground": "var(magenta)"}, {"background": "var(light_brown)", "scope": "terminus.magenta.light_brown", "foreground": "var(magenta)"}, {"background": "var(light_blue)", "scope": "terminus.magenta.light_blue", "foreground": "var(magenta)"}, {"background": "var(light_magenta)", "scope": "terminus.magenta.light_magenta", "foreground": "var(magenta)"}, {"background": "var(light_cyan)", "scope": "terminus.magenta.light_cyan", "foreground": "var(magenta)"}, {"background": "var(light_white)", "scope": "terminus.magenta.light_white", "foreground": "var(magenta)"}, {"background": "var(background)", "scope": "terminus.magenta.default", "foreground": "var(magenta)"}, {"background": "var(foreground)", "scope": "terminus.magenta.reverse_default", "foreground": "var(magenta)"}, {"background": "#000000", "scope": "terminus.magenta.000000", "foreground": "var(magenta)"}, {"background": "#cd0000", "scope": "terminus.magenta.cd0000", "foreground": "var(magenta)"}, {"background": "#00cd00", "scope": "terminus.magenta.00cd00", "foreground": "var(magenta)"}, {"background": "#cdcd00", "scope": "terminus.magenta.cdcd00", "foreground": "var(magenta)"}, {"background": "#0000ee", "scope": "terminus.magenta.0000ee", "foreground": "var(magenta)"}, {"background": "#cd00cd", "scope": "terminus.magenta.cd00cd", "foreground": "var(magenta)"}, {"background": "#00cdcd", "scope": "terminus.magenta.00cdcd", "foreground": "var(magenta)"}, {"background": "#e5e5e5", "scope": "terminus.magenta.e5e5e5", "foreground": "var(magenta)"}, {"background": "#7f7f7f", "scope": "terminus.magenta.7f7f7f", "foreground": "var(magenta)"}, {"background": "#ff0000", "scope": "terminus.magenta.ff0000", "foreground": "var(magenta)"}, {"background": "#00ff00", "scope": "terminus.magenta.00ff00", "foreground": "var(magenta)"}, {"background": "#ffff00", "scope": "terminus.magenta.ffff00", "foreground": "var(magenta)"}, {"background": "#5c5cff", "scope": "terminus.magenta.5c5cff", "foreground": "var(magenta)"}, {"background": "#ff00ff", "scope": "terminus.magenta.ff00ff", "foreground": "var(magenta)"}, {"background": "#00ffff", "scope": "terminus.magenta.00ffff", "foreground": "var(magenta)"}, {"background": "#ffffff", "scope": "terminus.magenta.ffffff", "foreground": "var(magenta)"}, {"background": "#00005f", "scope": "terminus.magenta.00005f", "foreground": "var(magenta)"}, {"background": "#000087", "scope": "terminus.magenta.000087", "foreground": "var(magenta)"}, {"background": "#0000af", "scope": "terminus.magenta.0000af", "foreground": "var(magenta)"}, {"background": "#0000d7", "scope": "terminus.magenta.0000d7", "foreground": "var(magenta)"}, {"background": "#0000ff", "scope": "terminus.magenta.0000ff", "foreground": "var(magenta)"}, {"background": "#005f00", "scope": "terminus.magenta.005f00", "foreground": "var(magenta)"}, {"background": "#005f5f", "scope": "terminus.magenta.005f5f", "foreground": "var(magenta)"}, {"background": "#005f87", "scope": "terminus.magenta.005f87", "foreground": "var(magenta)"}, {"background": "#005faf", "scope": "terminus.magenta.005faf", "foreground": "var(magenta)"}, {"background": "#005fd7", "scope": "terminus.magenta.005fd7", "foreground": "var(magenta)"}, {"background": "#005fff", "scope": "terminus.magenta.005fff", "foreground": "var(magenta)"}, {"background": "#008700", "scope": "terminus.magenta.008700", "foreground": "var(magenta)"}, {"background": "#00875f", "scope": "terminus.magenta.00875f", "foreground": "var(magenta)"}, {"background": "#008787", "scope": "terminus.magenta.008787", "foreground": "var(magenta)"}, {"background": "#0087af", "scope": "terminus.magenta.0087af", "foreground": "var(magenta)"}, {"background": "#0087d7", "scope": "terminus.magenta.0087d7", "foreground": "var(magenta)"}, {"background": "#0087ff", "scope": "terminus.magenta.0087ff", "foreground": "var(magenta)"}, {"background": "#00af00", "scope": "terminus.magenta.00af00", "foreground": "var(magenta)"}, {"background": "#00af5f", "scope": "terminus.magenta.00af5f", "foreground": "var(magenta)"}, {"background": "#00af87", "scope": "terminus.magenta.00af87", "foreground": "var(magenta)"}, {"background": "#00afaf", "scope": "terminus.magenta.00afaf", "foreground": "var(magenta)"}, {"background": "#00afd7", "scope": "terminus.magenta.00afd7", "foreground": "var(magenta)"}, {"background": "#00afff", "scope": "terminus.magenta.00afff", "foreground": "var(magenta)"}, {"background": "#00d700", "scope": "terminus.magenta.00d700", "foreground": "var(magenta)"}, {"background": "#00d75f", "scope": "terminus.magenta.00d75f", "foreground": "var(magenta)"}, {"background": "#00d787", "scope": "terminus.magenta.00d787", "foreground": "var(magenta)"}, {"background": "#00d7af", "scope": "terminus.magenta.00d7af", "foreground": "var(magenta)"}, {"background": "#00d7d7", "scope": "terminus.magenta.00d7d7", "foreground": "var(magenta)"}, {"background": "#00d7ff", "scope": "terminus.magenta.00d7ff", "foreground": "var(magenta)"}, {"background": "#00ff5f", "scope": "terminus.magenta.00ff5f", "foreground": "var(magenta)"}, {"background": "#00ff87", "scope": "terminus.magenta.00ff87", "foreground": "var(magenta)"}, {"background": "#00ffaf", "scope": "terminus.magenta.00ffaf", "foreground": "var(magenta)"}, {"background": "#00ffd7", "scope": "terminus.magenta.00ffd7", "foreground": "var(magenta)"}, {"background": "#5f0000", "scope": "terminus.magenta.5f0000", "foreground": "var(magenta)"}, {"background": "#5f005f", "scope": "terminus.magenta.5f005f", "foreground": "var(magenta)"}, {"background": "#5f0087", "scope": "terminus.magenta.5f0087", "foreground": "var(magenta)"}, {"background": "#5f00af", "scope": "terminus.magenta.5f00af", "foreground": "var(magenta)"}, {"background": "#5f00d7", "scope": "terminus.magenta.5f00d7", "foreground": "var(magenta)"}, {"background": "#5f00ff", "scope": "terminus.magenta.5f00ff", "foreground": "var(magenta)"}, {"background": "#5f5f00", "scope": "terminus.magenta.5f5f00", "foreground": "var(magenta)"}, {"background": "#5f5f5f", "scope": "terminus.magenta.5f5f5f", "foreground": "var(magenta)"}, {"background": "#5f5f87", "scope": "terminus.magenta.5f5f87", "foreground": "var(magenta)"}, {"background": "#5f5faf", "scope": "terminus.magenta.5f5faf", "foreground": "var(magenta)"}, {"background": "#5f5fd7", "scope": "terminus.magenta.5f5fd7", "foreground": "var(magenta)"}, {"background": "#5f5fff", "scope": "terminus.magenta.5f5fff", "foreground": "var(magenta)"}, {"background": "#5f8700", "scope": "terminus.magenta.5f8700", "foreground": "var(magenta)"}, {"background": "#5f875f", "scope": "terminus.magenta.5f875f", "foreground": "var(magenta)"}, {"background": "#5f8787", "scope": "terminus.magenta.5f8787", "foreground": "var(magenta)"}, {"background": "#5f87af", "scope": "terminus.magenta.5f87af", "foreground": "var(magenta)"}, {"background": "#5f87d7", "scope": "terminus.magenta.5f87d7", "foreground": "var(magenta)"}, {"background": "#5f87ff", "scope": "terminus.magenta.5f87ff", "foreground": "var(magenta)"}, {"background": "#5faf00", "scope": "terminus.magenta.5faf00", "foreground": "var(magenta)"}, {"background": "#5faf5f", "scope": "terminus.magenta.5faf5f", "foreground": "var(magenta)"}, {"background": "#5faf87", "scope": "terminus.magenta.5faf87", "foreground": "var(magenta)"}, {"background": "#5fafaf", "scope": "terminus.magenta.5fafaf", "foreground": "var(magenta)"}, {"background": "#5fafd7", "scope": "terminus.magenta.5fafd7", "foreground": "var(magenta)"}, {"background": "#5fafff", "scope": "terminus.magenta.5fafff", "foreground": "var(magenta)"}, {"background": "#5fd700", "scope": "terminus.magenta.5fd700", "foreground": "var(magenta)"}, {"background": "#5fd75f", "scope": "terminus.magenta.5fd75f", "foreground": "var(magenta)"}, {"background": "#5fd787", "scope": "terminus.magenta.5fd787", "foreground": "var(magenta)"}, {"background": "#5fd7af", "scope": "terminus.magenta.5fd7af", "foreground": "var(magenta)"}, {"background": "#5fd7d7", "scope": "terminus.magenta.5fd7d7", "foreground": "var(magenta)"}, {"background": "#5fd7ff", "scope": "terminus.magenta.5fd7ff", "foreground": "var(magenta)"}, {"background": "#5fff00", "scope": "terminus.magenta.5fff00", "foreground": "var(magenta)"}, {"background": "#5fff5f", "scope": "terminus.magenta.5fff5f", "foreground": "var(magenta)"}, {"background": "#5fff87", "scope": "terminus.magenta.5fff87", "foreground": "var(magenta)"}, {"background": "#5fffaf", "scope": "terminus.magenta.5fffaf", "foreground": "var(magenta)"}, {"background": "#5fffd7", "scope": "terminus.magenta.5fffd7", "foreground": "var(magenta)"}, {"background": "#5fffff", "scope": "terminus.magenta.5fffff", "foreground": "var(magenta)"}, {"background": "#870000", "scope": "terminus.magenta.870000", "foreground": "var(magenta)"}, {"background": "#87005f", "scope": "terminus.magenta.87005f", "foreground": "var(magenta)"}, {"background": "#870087", "scope": "terminus.magenta.870087", "foreground": "var(magenta)"}, {"background": "#8700af", "scope": "terminus.magenta.8700af", "foreground": "var(magenta)"}, {"background": "#8700d7", "scope": "terminus.magenta.8700d7", "foreground": "var(magenta)"}, {"background": "#8700ff", "scope": "terminus.magenta.8700ff", "foreground": "var(magenta)"}, {"background": "#875f00", "scope": "terminus.magenta.875f00", "foreground": "var(magenta)"}, {"background": "#875f5f", "scope": "terminus.magenta.875f5f", "foreground": "var(magenta)"}, {"background": "#875f87", "scope": "terminus.magenta.875f87", "foreground": "var(magenta)"}, {"background": "#875faf", "scope": "terminus.magenta.875faf", "foreground": "var(magenta)"}, {"background": "#875fd7", "scope": "terminus.magenta.875fd7", "foreground": "var(magenta)"}, {"background": "#875fff", "scope": "terminus.magenta.875fff", "foreground": "var(magenta)"}, {"background": "#878700", "scope": "terminus.magenta.878700", "foreground": "var(magenta)"}, {"background": "#87875f", "scope": "terminus.magenta.87875f", "foreground": "var(magenta)"}, {"background": "#878787", "scope": "terminus.magenta.878787", "foreground": "var(magenta)"}, {"background": "#8787af", "scope": "terminus.magenta.8787af", "foreground": "var(magenta)"}, {"background": "#8787d7", "scope": "terminus.magenta.8787d7", "foreground": "var(magenta)"}, {"background": "#8787ff", "scope": "terminus.magenta.8787ff", "foreground": "var(magenta)"}, {"background": "#87af00", "scope": "terminus.magenta.87af00", "foreground": "var(magenta)"}, {"background": "#87af5f", "scope": "terminus.magenta.87af5f", "foreground": "var(magenta)"}, {"background": "#87af87", "scope": "terminus.magenta.87af87", "foreground": "var(magenta)"}, {"background": "#87afaf", "scope": "terminus.magenta.87afaf", "foreground": "var(magenta)"}, {"background": "#87afd7", "scope": "terminus.magenta.87afd7", "foreground": "var(magenta)"}, {"background": "#87afff", "scope": "terminus.magenta.87afff", "foreground": "var(magenta)"}, {"background": "#87d700", "scope": "terminus.magenta.87d700", "foreground": "var(magenta)"}, {"background": "#87d75f", "scope": "terminus.magenta.87d75f", "foreground": "var(magenta)"}, {"background": "#87d787", "scope": "terminus.magenta.87d787", "foreground": "var(magenta)"}, {"background": "#87d7af", "scope": "terminus.magenta.87d7af", "foreground": "var(magenta)"}, {"background": "#87d7d7", "scope": "terminus.magenta.87d7d7", "foreground": "var(magenta)"}, {"background": "#87d7ff", "scope": "terminus.magenta.87d7ff", "foreground": "var(magenta)"}, {"background": "#87ff00", "scope": "terminus.magenta.87ff00", "foreground": "var(magenta)"}, {"background": "#87ff5f", "scope": "terminus.magenta.87ff5f", "foreground": "var(magenta)"}, {"background": "#87ff87", "scope": "terminus.magenta.87ff87", "foreground": "var(magenta)"}, {"background": "#87ffaf", "scope": "terminus.magenta.87ffaf", "foreground": "var(magenta)"}, {"background": "#87ffd7", "scope": "terminus.magenta.87ffd7", "foreground": "var(magenta)"}, {"background": "#87ffff", "scope": "terminus.magenta.87ffff", "foreground": "var(magenta)"}, {"background": "#af0000", "scope": "terminus.magenta.af0000", "foreground": "var(magenta)"}, {"background": "#af005f", "scope": "terminus.magenta.af005f", "foreground": "var(magenta)"}, {"background": "#af0087", "scope": "terminus.magenta.af0087", "foreground": "var(magenta)"}, {"background": "#af00af", "scope": "terminus.magenta.af00af", "foreground": "var(magenta)"}, {"background": "#af00d7", "scope": "terminus.magenta.af00d7", "foreground": "var(magenta)"}, {"background": "#af00ff", "scope": "terminus.magenta.af00ff", "foreground": "var(magenta)"}, {"background": "#af5f00", "scope": "terminus.magenta.af5f00", "foreground": "var(magenta)"}, {"background": "#af5f5f", "scope": "terminus.magenta.af5f5f", "foreground": "var(magenta)"}, {"background": "#af5f87", "scope": "terminus.magenta.af5f87", "foreground": "var(magenta)"}, {"background": "#af5faf", "scope": "terminus.magenta.af5faf", "foreground": "var(magenta)"}, {"background": "#af5fd7", "scope": "terminus.magenta.af5fd7", "foreground": "var(magenta)"}, {"background": "#af5fff", "scope": "terminus.magenta.af5fff", "foreground": "var(magenta)"}, {"background": "#af8700", "scope": "terminus.magenta.af8700", "foreground": "var(magenta)"}, {"background": "#af875f", "scope": "terminus.magenta.af875f", "foreground": "var(magenta)"}, {"background": "#af8787", "scope": "terminus.magenta.af8787", "foreground": "var(magenta)"}, {"background": "#af87af", "scope": "terminus.magenta.af87af", "foreground": "var(magenta)"}, {"background": "#af87d7", "scope": "terminus.magenta.af87d7", "foreground": "var(magenta)"}, {"background": "#af87ff", "scope": "terminus.magenta.af87ff", "foreground": "var(magenta)"}, {"background": "#afaf00", "scope": "terminus.magenta.afaf00", "foreground": "var(magenta)"}, {"background": "#afaf5f", "scope": "terminus.magenta.afaf5f", "foreground": "var(magenta)"}, {"background": "#afaf87", "scope": "terminus.magenta.afaf87", "foreground": "var(magenta)"}, {"background": "#afafaf", "scope": "terminus.magenta.afafaf", "foreground": "var(magenta)"}, {"background": "#afafd7", "scope": "terminus.magenta.afafd7", "foreground": "var(magenta)"}, {"background": "#afafff", "scope": "terminus.magenta.afafff", "foreground": "var(magenta)"}, {"background": "#afd700", "scope": "terminus.magenta.afd700", "foreground": "var(magenta)"}, {"background": "#afd75f", "scope": "terminus.magenta.afd75f", "foreground": "var(magenta)"}, {"background": "#afd787", "scope": "terminus.magenta.afd787", "foreground": "var(magenta)"}, {"background": "#afd7af", "scope": "terminus.magenta.afd7af", "foreground": "var(magenta)"}, {"background": "#afd7d7", "scope": "terminus.magenta.afd7d7", "foreground": "var(magenta)"}, {"background": "#afd7ff", "scope": "terminus.magenta.afd7ff", "foreground": "var(magenta)"}, {"background": "#afff00", "scope": "terminus.magenta.afff00", "foreground": "var(magenta)"}, {"background": "#afff5f", "scope": "terminus.magenta.afff5f", "foreground": "var(magenta)"}, {"background": "#afff87", "scope": "terminus.magenta.afff87", "foreground": "var(magenta)"}, {"background": "#afffaf", "scope": "terminus.magenta.afffaf", "foreground": "var(magenta)"}, {"background": "#afffd7", "scope": "terminus.magenta.afffd7", "foreground": "var(magenta)"}, {"background": "#afffff", "scope": "terminus.magenta.afffff", "foreground": "var(magenta)"}, {"background": "#d70000", "scope": "terminus.magenta.d70000", "foreground": "var(magenta)"}, {"background": "#d7005f", "scope": "terminus.magenta.d7005f", "foreground": "var(magenta)"}, {"background": "#d70087", "scope": "terminus.magenta.d70087", "foreground": "var(magenta)"}, {"background": "#d700af", "scope": "terminus.magenta.d700af", "foreground": "var(magenta)"}, {"background": "#d700d7", "scope": "terminus.magenta.d700d7", "foreground": "var(magenta)"}, {"background": "#d700ff", "scope": "terminus.magenta.d700ff", "foreground": "var(magenta)"}, {"background": "#d75f00", "scope": "terminus.magenta.d75f00", "foreground": "var(magenta)"}, {"background": "#d75f5f", "scope": "terminus.magenta.d75f5f", "foreground": "var(magenta)"}, {"background": "#d75f87", "scope": "terminus.magenta.d75f87", "foreground": "var(magenta)"}, {"background": "#d75faf", "scope": "terminus.magenta.d75faf", "foreground": "var(magenta)"}, {"background": "#d75fd7", "scope": "terminus.magenta.d75fd7", "foreground": "var(magenta)"}, {"background": "#d75fff", "scope": "terminus.magenta.d75fff", "foreground": "var(magenta)"}, {"background": "#d78700", "scope": "terminus.magenta.d78700", "foreground": "var(magenta)"}, {"background": "#d7875f", "scope": "terminus.magenta.d7875f", "foreground": "var(magenta)"}, {"background": "#d78787", "scope": "terminus.magenta.d78787", "foreground": "var(magenta)"}, {"background": "#d787af", "scope": "terminus.magenta.d787af", "foreground": "var(magenta)"}, {"background": "#d787d7", "scope": "terminus.magenta.d787d7", "foreground": "var(magenta)"}, {"background": "#d787ff", "scope": "terminus.magenta.d787ff", "foreground": "var(magenta)"}, {"background": "#d7af00", "scope": "terminus.magenta.d7af00", "foreground": "var(magenta)"}, {"background": "#d7af5f", "scope": "terminus.magenta.d7af5f", "foreground": "var(magenta)"}, {"background": "#d7af87", "scope": "terminus.magenta.d7af87", "foreground": "var(magenta)"}, {"background": "#d7afaf", "scope": "terminus.magenta.d7afaf", "foreground": "var(magenta)"}, {"background": "#d7afd7", "scope": "terminus.magenta.d7afd7", "foreground": "var(magenta)"}, {"background": "#d7afff", "scope": "terminus.magenta.d7afff", "foreground": "var(magenta)"}, {"background": "#d7d700", "scope": "terminus.magenta.d7d700", "foreground": "var(magenta)"}, {"background": "#d7d75f", "scope": "terminus.magenta.d7d75f", "foreground": "var(magenta)"}, {"background": "#d7d787", "scope": "terminus.magenta.d7d787", "foreground": "var(magenta)"}, {"background": "#d7d7af", "scope": "terminus.magenta.d7d7af", "foreground": "var(magenta)"}, {"background": "#d7d7d7", "scope": "terminus.magenta.d7d7d7", "foreground": "var(magenta)"}, {"background": "#d7d7ff", "scope": "terminus.magenta.d7d7ff", "foreground": "var(magenta)"}, {"background": "#d7ff00", "scope": "terminus.magenta.d7ff00", "foreground": "var(magenta)"}, {"background": "#d7ff5f", "scope": "terminus.magenta.d7ff5f", "foreground": "var(magenta)"}, {"background": "#d7ff87", "scope": "terminus.magenta.d7ff87", "foreground": "var(magenta)"}, {"background": "#d7ffaf", "scope": "terminus.magenta.d7ffaf", "foreground": "var(magenta)"}, {"background": "#d7ffd7", "scope": "terminus.magenta.d7ffd7", "foreground": "var(magenta)"}, {"background": "#d7ffff", "scope": "terminus.magenta.d7ffff", "foreground": "var(magenta)"}, {"background": "#ff005f", "scope": "terminus.magenta.ff005f", "foreground": "var(magenta)"}, {"background": "#ff0087", "scope": "terminus.magenta.ff0087", "foreground": "var(magenta)"}, {"background": "#ff00af", "scope": "terminus.magenta.ff00af", "foreground": "var(magenta)"}, {"background": "#ff00d7", "scope": "terminus.magenta.ff00d7", "foreground": "var(magenta)"}, {"background": "#ff5f00", "scope": "terminus.magenta.ff5f00", "foreground": "var(magenta)"}, {"background": "#ff5f5f", "scope": "terminus.magenta.ff5f5f", "foreground": "var(magenta)"}, {"background": "#ff5f87", "scope": "terminus.magenta.ff5f87", "foreground": "var(magenta)"}, {"background": "#ff5faf", "scope": "terminus.magenta.ff5faf", "foreground": "var(magenta)"}, {"background": "#ff5fd7", "scope": "terminus.magenta.ff5fd7", "foreground": "var(magenta)"}, {"background": "#ff5fff", "scope": "terminus.magenta.ff5fff", "foreground": "var(magenta)"}, {"background": "#ff8700", "scope": "terminus.magenta.ff8700", "foreground": "var(magenta)"}, {"background": "#ff875f", "scope": "terminus.magenta.ff875f", "foreground": "var(magenta)"}, {"background": "#ff8787", "scope": "terminus.magenta.ff8787", "foreground": "var(magenta)"}, {"background": "#ff87af", "scope": "terminus.magenta.ff87af", "foreground": "var(magenta)"}, {"background": "#ff87d7", "scope": "terminus.magenta.ff87d7", "foreground": "var(magenta)"}, {"background": "#ff87ff", "scope": "terminus.magenta.ff87ff", "foreground": "var(magenta)"}, {"background": "#ffaf00", "scope": "terminus.magenta.ffaf00", "foreground": "var(magenta)"}, {"background": "#ffaf5f", "scope": "terminus.magenta.ffaf5f", "foreground": "var(magenta)"}, {"background": "#ffaf87", "scope": "terminus.magenta.ffaf87", "foreground": "var(magenta)"}, {"background": "#ffafaf", "scope": "terminus.magenta.ffafaf", "foreground": "var(magenta)"}, {"background": "#ffafd7", "scope": "terminus.magenta.ffafd7", "foreground": "var(magenta)"}, {"background": "#ffafff", "scope": "terminus.magenta.ffafff", "foreground": "var(magenta)"}, {"background": "#ffd700", "scope": "terminus.magenta.ffd700", "foreground": "var(magenta)"}, {"background": "#ffd75f", "scope": "terminus.magenta.ffd75f", "foreground": "var(magenta)"}, {"background": "#ffd787", "scope": "terminus.magenta.ffd787", "foreground": "var(magenta)"}, {"background": "#ffd7af", "scope": "terminus.magenta.ffd7af", "foreground": "var(magenta)"}, {"background": "#ffd7d7", "scope": "terminus.magenta.ffd7d7", "foreground": "var(magenta)"}, {"background": "#ffd7ff", "scope": "terminus.magenta.ffd7ff", "foreground": "var(magenta)"}, {"background": "#ffff5f", "scope": "terminus.magenta.ffff5f", "foreground": "var(magenta)"}, {"background": "#ffff87", "scope": "terminus.magenta.ffff87", "foreground": "var(magenta)"}, {"background": "#ffffaf", "scope": "terminus.magenta.ffffaf", "foreground": "var(magenta)"}, {"background": "#ffffd7", "scope": "terminus.magenta.ffffd7", "foreground": "var(magenta)"}, {"background": "#080808", "scope": "terminus.magenta.080808", "foreground": "var(magenta)"}, {"background": "#121212", "scope": "terminus.magenta.121212", "foreground": "var(magenta)"}, {"background": "#1c1c1c", "scope": "terminus.magenta.1c1c1c", "foreground": "var(magenta)"}, {"background": "#262626", "scope": "terminus.magenta.262626", "foreground": "var(magenta)"}, {"background": "#303030", "scope": "terminus.magenta.303030", "foreground": "var(magenta)"}, {"background": "#3a3a3a", "scope": "terminus.magenta.3a3a3a", "foreground": "var(magenta)"}, {"background": "#444444", "scope": "terminus.magenta.444444", "foreground": "var(magenta)"}, {"background": "#4e4e4e", "scope": "terminus.magenta.4e4e4e", "foreground": "var(magenta)"}, {"background": "#585858", "scope": "terminus.magenta.585858", "foreground": "var(magenta)"}, {"background": "#626262", "scope": "terminus.magenta.626262", "foreground": "var(magenta)"}, {"background": "#6c6c6c", "scope": "terminus.magenta.6c6c6c", "foreground": "var(magenta)"}, {"background": "#767676", "scope": "terminus.magenta.767676", "foreground": "var(magenta)"}, {"background": "#808080", "scope": "terminus.magenta.808080", "foreground": "var(magenta)"}, {"background": "#8a8a8a", "scope": "terminus.magenta.8a8a8a", "foreground": "var(magenta)"}, {"background": "#949494", "scope": "terminus.magenta.949494", "foreground": "var(magenta)"}, {"background": "#9e9e9e", "scope": "terminus.magenta.9e9e9e", "foreground": "var(magenta)"}, {"background": "#a8a8a8", "scope": "terminus.magenta.a8a8a8", "foreground": "var(magenta)"}, {"background": "#b2b2b2", "scope": "terminus.magenta.b2b2b2", "foreground": "var(magenta)"}, {"background": "#bcbcbc", "scope": "terminus.magenta.bcbcbc", "foreground": "var(magenta)"}, {"background": "#c6c6c6", "scope": "terminus.magenta.c6c6c6", "foreground": "var(magenta)"}, {"background": "#d0d0d0", "scope": "terminus.magenta.d0d0d0", "foreground": "var(magenta)"}, {"background": "#dadada", "scope": "terminus.magenta.dadada", "foreground": "var(magenta)"}, {"background": "#e4e4e4", "scope": "terminus.magenta.e4e4e4", "foreground": "var(magenta)"}, {"background": "#eeeeee", "scope": "terminus.magenta.eeeeee", "foreground": "var(magenta)"}, {"background": "var(black)", "scope": "terminus.cyan.black", "foreground": "var(cyan)"}, {"background": "var(red)", "scope": "terminus.cyan.red", "foreground": "var(cyan)"}, {"background": "var(green)", "scope": "terminus.cyan.green", "foreground": "var(cyan)"}, {"background": "var(brown)", "scope": "terminus.cyan.brown", "foreground": "var(cyan)"}, {"background": "var(blue)", "scope": "terminus.cyan.blue", "foreground": "var(cyan)"}, {"background": "var(magenta)", "scope": "terminus.cyan.magenta", "foreground": "var(cyan)"}, {"background": "var(cyan)", "scope": "terminus.cyan.cyan", "foreground": "var(cyan)"}, {"background": "var(white)", "scope": "terminus.cyan.white", "foreground": "var(cyan)"}, {"background": "var(light_black)", "scope": "terminus.cyan.light_black", "foreground": "var(cyan)"}, {"background": "var(light_red)", "scope": "terminus.cyan.light_red", "foreground": "var(cyan)"}, {"background": "var(light_green)", "scope": "terminus.cyan.light_green", "foreground": "var(cyan)"}, {"background": "var(light_brown)", "scope": "terminus.cyan.light_brown", "foreground": "var(cyan)"}, {"background": "var(light_blue)", "scope": "terminus.cyan.light_blue", "foreground": "var(cyan)"}, {"background": "var(light_magenta)", "scope": "terminus.cyan.light_magenta", "foreground": "var(cyan)"}, {"background": "var(light_cyan)", "scope": "terminus.cyan.light_cyan", "foreground": "var(cyan)"}, {"background": "var(light_white)", "scope": "terminus.cyan.light_white", "foreground": "var(cyan)"}, {"background": "var(background)", "scope": "terminus.cyan.default", "foreground": "var(cyan)"}, {"background": "var(foreground)", "scope": "terminus.cyan.reverse_default", "foreground": "var(cyan)"}, {"background": "#000000", "scope": "terminus.cyan.000000", "foreground": "var(cyan)"}, {"background": "#cd0000", "scope": "terminus.cyan.cd0000", "foreground": "var(cyan)"}, {"background": "#00cd00", "scope": "terminus.cyan.00cd00", "foreground": "var(cyan)"}, {"background": "#cdcd00", "scope": "terminus.cyan.cdcd00", "foreground": "var(cyan)"}, {"background": "#0000ee", "scope": "terminus.cyan.0000ee", "foreground": "var(cyan)"}, {"background": "#cd00cd", "scope": "terminus.cyan.cd00cd", "foreground": "var(cyan)"}, {"background": "#00cdcd", "scope": "terminus.cyan.00cdcd", "foreground": "var(cyan)"}, {"background": "#e5e5e5", "scope": "terminus.cyan.e5e5e5", "foreground": "var(cyan)"}, {"background": "#7f7f7f", "scope": "terminus.cyan.7f7f7f", "foreground": "var(cyan)"}, {"background": "#ff0000", "scope": "terminus.cyan.ff0000", "foreground": "var(cyan)"}, {"background": "#00ff00", "scope": "terminus.cyan.00ff00", "foreground": "var(cyan)"}, {"background": "#ffff00", "scope": "terminus.cyan.ffff00", "foreground": "var(cyan)"}, {"background": "#5c5cff", "scope": "terminus.cyan.5c5cff", "foreground": "var(cyan)"}, {"background": "#ff00ff", "scope": "terminus.cyan.ff00ff", "foreground": "var(cyan)"}, {"background": "#00ffff", "scope": "terminus.cyan.00ffff", "foreground": "var(cyan)"}, {"background": "#ffffff", "scope": "terminus.cyan.ffffff", "foreground": "var(cyan)"}, {"background": "#00005f", "scope": "terminus.cyan.00005f", "foreground": "var(cyan)"}, {"background": "#000087", "scope": "terminus.cyan.000087", "foreground": "var(cyan)"}, {"background": "#0000af", "scope": "terminus.cyan.0000af", "foreground": "var(cyan)"}, {"background": "#0000d7", "scope": "terminus.cyan.0000d7", "foreground": "var(cyan)"}, {"background": "#0000ff", "scope": "terminus.cyan.0000ff", "foreground": "var(cyan)"}, {"background": "#005f00", "scope": "terminus.cyan.005f00", "foreground": "var(cyan)"}, {"background": "#005f5f", "scope": "terminus.cyan.005f5f", "foreground": "var(cyan)"}, {"background": "#005f87", "scope": "terminus.cyan.005f87", "foreground": "var(cyan)"}, {"background": "#005faf", "scope": "terminus.cyan.005faf", "foreground": "var(cyan)"}, {"background": "#005fd7", "scope": "terminus.cyan.005fd7", "foreground": "var(cyan)"}, {"background": "#005fff", "scope": "terminus.cyan.005fff", "foreground": "var(cyan)"}, {"background": "#008700", "scope": "terminus.cyan.008700", "foreground": "var(cyan)"}, {"background": "#00875f", "scope": "terminus.cyan.00875f", "foreground": "var(cyan)"}, {"background": "#008787", "scope": "terminus.cyan.008787", "foreground": "var(cyan)"}, {"background": "#0087af", "scope": "terminus.cyan.0087af", "foreground": "var(cyan)"}, {"background": "#0087d7", "scope": "terminus.cyan.0087d7", "foreground": "var(cyan)"}, {"background": "#0087ff", "scope": "terminus.cyan.0087ff", "foreground": "var(cyan)"}, {"background": "#00af00", "scope": "terminus.cyan.00af00", "foreground": "var(cyan)"}, {"background": "#00af5f", "scope": "terminus.cyan.00af5f", "foreground": "var(cyan)"}, {"background": "#00af87", "scope": "terminus.cyan.00af87", "foreground": "var(cyan)"}, {"background": "#00afaf", "scope": "terminus.cyan.00afaf", "foreground": "var(cyan)"}, {"background": "#00afd7", "scope": "terminus.cyan.00afd7", "foreground": "var(cyan)"}, {"background": "#00afff", "scope": "terminus.cyan.00afff", "foreground": "var(cyan)"}, {"background": "#00d700", "scope": "terminus.cyan.00d700", "foreground": "var(cyan)"}, {"background": "#00d75f", "scope": "terminus.cyan.00d75f", "foreground": "var(cyan)"}, {"background": "#00d787", "scope": "terminus.cyan.00d787", "foreground": "var(cyan)"}, {"background": "#00d7af", "scope": "terminus.cyan.00d7af", "foreground": "var(cyan)"}, {"background": "#00d7d7", "scope": "terminus.cyan.00d7d7", "foreground": "var(cyan)"}, {"background": "#00d7ff", "scope": "terminus.cyan.00d7ff", "foreground": "var(cyan)"}, {"background": "#00ff5f", "scope": "terminus.cyan.00ff5f", "foreground": "var(cyan)"}, {"background": "#00ff87", "scope": "terminus.cyan.00ff87", "foreground": "var(cyan)"}, {"background": "#00ffaf", "scope": "terminus.cyan.00ffaf", "foreground": "var(cyan)"}, {"background": "#00ffd7", "scope": "terminus.cyan.00ffd7", "foreground": "var(cyan)"}, {"background": "#5f0000", "scope": "terminus.cyan.5f0000", "foreground": "var(cyan)"}, {"background": "#5f005f", "scope": "terminus.cyan.5f005f", "foreground": "var(cyan)"}, {"background": "#5f0087", "scope": "terminus.cyan.5f0087", "foreground": "var(cyan)"}, {"background": "#5f00af", "scope": "terminus.cyan.5f00af", "foreground": "var(cyan)"}, {"background": "#5f00d7", "scope": "terminus.cyan.5f00d7", "foreground": "var(cyan)"}, {"background": "#5f00ff", "scope": "terminus.cyan.5f00ff", "foreground": "var(cyan)"}, {"background": "#5f5f00", "scope": "terminus.cyan.5f5f00", "foreground": "var(cyan)"}, {"background": "#5f5f5f", "scope": "terminus.cyan.5f5f5f", "foreground": "var(cyan)"}, {"background": "#5f5f87", "scope": "terminus.cyan.5f5f87", "foreground": "var(cyan)"}, {"background": "#5f5faf", "scope": "terminus.cyan.5f5faf", "foreground": "var(cyan)"}, {"background": "#5f5fd7", "scope": "terminus.cyan.5f5fd7", "foreground": "var(cyan)"}, {"background": "#5f5fff", "scope": "terminus.cyan.5f5fff", "foreground": "var(cyan)"}, {"background": "#5f8700", "scope": "terminus.cyan.5f8700", "foreground": "var(cyan)"}, {"background": "#5f875f", "scope": "terminus.cyan.5f875f", "foreground": "var(cyan)"}, {"background": "#5f8787", "scope": "terminus.cyan.5f8787", "foreground": "var(cyan)"}, {"background": "#5f87af", "scope": "terminus.cyan.5f87af", "foreground": "var(cyan)"}, {"background": "#5f87d7", "scope": "terminus.cyan.5f87d7", "foreground": "var(cyan)"}, {"background": "#5f87ff", "scope": "terminus.cyan.5f87ff", "foreground": "var(cyan)"}, {"background": "#5faf00", "scope": "terminus.cyan.5faf00", "foreground": "var(cyan)"}, {"background": "#5faf5f", "scope": "terminus.cyan.5faf5f", "foreground": "var(cyan)"}, {"background": "#5faf87", "scope": "terminus.cyan.5faf87", "foreground": "var(cyan)"}, {"background": "#5fafaf", "scope": "terminus.cyan.5fafaf", "foreground": "var(cyan)"}, {"background": "#5fafd7", "scope": "terminus.cyan.5fafd7", "foreground": "var(cyan)"}, {"background": "#5fafff", "scope": "terminus.cyan.5fafff", "foreground": "var(cyan)"}, {"background": "#5fd700", "scope": "terminus.cyan.5fd700", "foreground": "var(cyan)"}, {"background": "#5fd75f", "scope": "terminus.cyan.5fd75f", "foreground": "var(cyan)"}, {"background": "#5fd787", "scope": "terminus.cyan.5fd787", "foreground": "var(cyan)"}, {"background": "#5fd7af", "scope": "terminus.cyan.5fd7af", "foreground": "var(cyan)"}, {"background": "#5fd7d7", "scope": "terminus.cyan.5fd7d7", "foreground": "var(cyan)"}, {"background": "#5fd7ff", "scope": "terminus.cyan.5fd7ff", "foreground": "var(cyan)"}, {"background": "#5fff00", "scope": "terminus.cyan.5fff00", "foreground": "var(cyan)"}, {"background": "#5fff5f", "scope": "terminus.cyan.5fff5f", "foreground": "var(cyan)"}, {"background": "#5fff87", "scope": "terminus.cyan.5fff87", "foreground": "var(cyan)"}, {"background": "#5fffaf", "scope": "terminus.cyan.5fffaf", "foreground": "var(cyan)"}, {"background": "#5fffd7", "scope": "terminus.cyan.5fffd7", "foreground": "var(cyan)"}, {"background": "#5fffff", "scope": "terminus.cyan.5fffff", "foreground": "var(cyan)"}, {"background": "#870000", "scope": "terminus.cyan.870000", "foreground": "var(cyan)"}, {"background": "#87005f", "scope": "terminus.cyan.87005f", "foreground": "var(cyan)"}, {"background": "#870087", "scope": "terminus.cyan.870087", "foreground": "var(cyan)"}, {"background": "#8700af", "scope": "terminus.cyan.8700af", "foreground": "var(cyan)"}, {"background": "#8700d7", "scope": "terminus.cyan.8700d7", "foreground": "var(cyan)"}, {"background": "#8700ff", "scope": "terminus.cyan.8700ff", "foreground": "var(cyan)"}, {"background": "#875f00", "scope": "terminus.cyan.875f00", "foreground": "var(cyan)"}, {"background": "#875f5f", "scope": "terminus.cyan.875f5f", "foreground": "var(cyan)"}, {"background": "#875f87", "scope": "terminus.cyan.875f87", "foreground": "var(cyan)"}, {"background": "#875faf", "scope": "terminus.cyan.875faf", "foreground": "var(cyan)"}, {"background": "#875fd7", "scope": "terminus.cyan.875fd7", "foreground": "var(cyan)"}, {"background": "#875fff", "scope": "terminus.cyan.875fff", "foreground": "var(cyan)"}, {"background": "#878700", "scope": "terminus.cyan.878700", "foreground": "var(cyan)"}, {"background": "#87875f", "scope": "terminus.cyan.87875f", "foreground": "var(cyan)"}, {"background": "#878787", "scope": "terminus.cyan.878787", "foreground": "var(cyan)"}, {"background": "#8787af", "scope": "terminus.cyan.8787af", "foreground": "var(cyan)"}, {"background": "#8787d7", "scope": "terminus.cyan.8787d7", "foreground": "var(cyan)"}, {"background": "#8787ff", "scope": "terminus.cyan.8787ff", "foreground": "var(cyan)"}, {"background": "#87af00", "scope": "terminus.cyan.87af00", "foreground": "var(cyan)"}, {"background": "#87af5f", "scope": "terminus.cyan.87af5f", "foreground": "var(cyan)"}, {"background": "#87af87", "scope": "terminus.cyan.87af87", "foreground": "var(cyan)"}, {"background": "#87afaf", "scope": "terminus.cyan.87afaf", "foreground": "var(cyan)"}, {"background": "#87afd7", "scope": "terminus.cyan.87afd7", "foreground": "var(cyan)"}, {"background": "#87afff", "scope": "terminus.cyan.87afff", "foreground": "var(cyan)"}, {"background": "#87d700", "scope": "terminus.cyan.87d700", "foreground": "var(cyan)"}, {"background": "#87d75f", "scope": "terminus.cyan.87d75f", "foreground": "var(cyan)"}, {"background": "#87d787", "scope": "terminus.cyan.87d787", "foreground": "var(cyan)"}, {"background": "#87d7af", "scope": "terminus.cyan.87d7af", "foreground": "var(cyan)"}, {"background": "#87d7d7", "scope": "terminus.cyan.87d7d7", "foreground": "var(cyan)"}, {"background": "#87d7ff", "scope": "terminus.cyan.87d7ff", "foreground": "var(cyan)"}, {"background": "#87ff00", "scope": "terminus.cyan.87ff00", "foreground": "var(cyan)"}, {"background": "#87ff5f", "scope": "terminus.cyan.87ff5f", "foreground": "var(cyan)"}, {"background": "#87ff87", "scope": "terminus.cyan.87ff87", "foreground": "var(cyan)"}, {"background": "#87ffaf", "scope": "terminus.cyan.87ffaf", "foreground": "var(cyan)"}, {"background": "#87ffd7", "scope": "terminus.cyan.87ffd7", "foreground": "var(cyan)"}, {"background": "#87ffff", "scope": "terminus.cyan.87ffff", "foreground": "var(cyan)"}, {"background": "#af0000", "scope": "terminus.cyan.af0000", "foreground": "var(cyan)"}, {"background": "#af005f", "scope": "terminus.cyan.af005f", "foreground": "var(cyan)"}, {"background": "#af0087", "scope": "terminus.cyan.af0087", "foreground": "var(cyan)"}, {"background": "#af00af", "scope": "terminus.cyan.af00af", "foreground": "var(cyan)"}, {"background": "#af00d7", "scope": "terminus.cyan.af00d7", "foreground": "var(cyan)"}, {"background": "#af00ff", "scope": "terminus.cyan.af00ff", "foreground": "var(cyan)"}, {"background": "#af5f00", "scope": "terminus.cyan.af5f00", "foreground": "var(cyan)"}, {"background": "#af5f5f", "scope": "terminus.cyan.af5f5f", "foreground": "var(cyan)"}, {"background": "#af5f87", "scope": "terminus.cyan.af5f87", "foreground": "var(cyan)"}, {"background": "#af5faf", "scope": "terminus.cyan.af5faf", "foreground": "var(cyan)"}, {"background": "#af5fd7", "scope": "terminus.cyan.af5fd7", "foreground": "var(cyan)"}, {"background": "#af5fff", "scope": "terminus.cyan.af5fff", "foreground": "var(cyan)"}, {"background": "#af8700", "scope": "terminus.cyan.af8700", "foreground": "var(cyan)"}, {"background": "#af875f", "scope": "terminus.cyan.af875f", "foreground": "var(cyan)"}, {"background": "#af8787", "scope": "terminus.cyan.af8787", "foreground": "var(cyan)"}, {"background": "#af87af", "scope": "terminus.cyan.af87af", "foreground": "var(cyan)"}, {"background": "#af87d7", "scope": "terminus.cyan.af87d7", "foreground": "var(cyan)"}, {"background": "#af87ff", "scope": "terminus.cyan.af87ff", "foreground": "var(cyan)"}, {"background": "#afaf00", "scope": "terminus.cyan.afaf00", "foreground": "var(cyan)"}, {"background": "#afaf5f", "scope": "terminus.cyan.afaf5f", "foreground": "var(cyan)"}, {"background": "#afaf87", "scope": "terminus.cyan.afaf87", "foreground": "var(cyan)"}, {"background": "#afafaf", "scope": "terminus.cyan.afafaf", "foreground": "var(cyan)"}, {"background": "#afafd7", "scope": "terminus.cyan.afafd7", "foreground": "var(cyan)"}, {"background": "#afafff", "scope": "terminus.cyan.afafff", "foreground": "var(cyan)"}, {"background": "#afd700", "scope": "terminus.cyan.afd700", "foreground": "var(cyan)"}, {"background": "#afd75f", "scope": "terminus.cyan.afd75f", "foreground": "var(cyan)"}, {"background": "#afd787", "scope": "terminus.cyan.afd787", "foreground": "var(cyan)"}, {"background": "#afd7af", "scope": "terminus.cyan.afd7af", "foreground": "var(cyan)"}, {"background": "#afd7d7", "scope": "terminus.cyan.afd7d7", "foreground": "var(cyan)"}, {"background": "#afd7ff", "scope": "terminus.cyan.afd7ff", "foreground": "var(cyan)"}, {"background": "#afff00", "scope": "terminus.cyan.afff00", "foreground": "var(cyan)"}, {"background": "#afff5f", "scope": "terminus.cyan.afff5f", "foreground": "var(cyan)"}, {"background": "#afff87", "scope": "terminus.cyan.afff87", "foreground": "var(cyan)"}, {"background": "#afffaf", "scope": "terminus.cyan.afffaf", "foreground": "var(cyan)"}, {"background": "#afffd7", "scope": "terminus.cyan.afffd7", "foreground": "var(cyan)"}, {"background": "#afffff", "scope": "terminus.cyan.afffff", "foreground": "var(cyan)"}, {"background": "#d70000", "scope": "terminus.cyan.d70000", "foreground": "var(cyan)"}, {"background": "#d7005f", "scope": "terminus.cyan.d7005f", "foreground": "var(cyan)"}, {"background": "#d70087", "scope": "terminus.cyan.d70087", "foreground": "var(cyan)"}, {"background": "#d700af", "scope": "terminus.cyan.d700af", "foreground": "var(cyan)"}, {"background": "#d700d7", "scope": "terminus.cyan.d700d7", "foreground": "var(cyan)"}, {"background": "#d700ff", "scope": "terminus.cyan.d700ff", "foreground": "var(cyan)"}, {"background": "#d75f00", "scope": "terminus.cyan.d75f00", "foreground": "var(cyan)"}, {"background": "#d75f5f", "scope": "terminus.cyan.d75f5f", "foreground": "var(cyan)"}, {"background": "#d75f87", "scope": "terminus.cyan.d75f87", "foreground": "var(cyan)"}, {"background": "#d75faf", "scope": "terminus.cyan.d75faf", "foreground": "var(cyan)"}, {"background": "#d75fd7", "scope": "terminus.cyan.d75fd7", "foreground": "var(cyan)"}, {"background": "#d75fff", "scope": "terminus.cyan.d75fff", "foreground": "var(cyan)"}, {"background": "#d78700", "scope": "terminus.cyan.d78700", "foreground": "var(cyan)"}, {"background": "#d7875f", "scope": "terminus.cyan.d7875f", "foreground": "var(cyan)"}, {"background": "#d78787", "scope": "terminus.cyan.d78787", "foreground": "var(cyan)"}, {"background": "#d787af", "scope": "terminus.cyan.d787af", "foreground": "var(cyan)"}, {"background": "#d787d7", "scope": "terminus.cyan.d787d7", "foreground": "var(cyan)"}, {"background": "#d787ff", "scope": "terminus.cyan.d787ff", "foreground": "var(cyan)"}, {"background": "#d7af00", "scope": "terminus.cyan.d7af00", "foreground": "var(cyan)"}, {"background": "#d7af5f", "scope": "terminus.cyan.d7af5f", "foreground": "var(cyan)"}, {"background": "#d7af87", "scope": "terminus.cyan.d7af87", "foreground": "var(cyan)"}, {"background": "#d7afaf", "scope": "terminus.cyan.d7afaf", "foreground": "var(cyan)"}, {"background": "#d7afd7", "scope": "terminus.cyan.d7afd7", "foreground": "var(cyan)"}, {"background": "#d7afff", "scope": "terminus.cyan.d7afff", "foreground": "var(cyan)"}, {"background": "#d7d700", "scope": "terminus.cyan.d7d700", "foreground": "var(cyan)"}, {"background": "#d7d75f", "scope": "terminus.cyan.d7d75f", "foreground": "var(cyan)"}, {"background": "#d7d787", "scope": "terminus.cyan.d7d787", "foreground": "var(cyan)"}, {"background": "#d7d7af", "scope": "terminus.cyan.d7d7af", "foreground": "var(cyan)"}, {"background": "#d7d7d7", "scope": "terminus.cyan.d7d7d7", "foreground": "var(cyan)"}, {"background": "#d7d7ff", "scope": "terminus.cyan.d7d7ff", "foreground": "var(cyan)"}, {"background": "#d7ff00", "scope": "terminus.cyan.d7ff00", "foreground": "var(cyan)"}, {"background": "#d7ff5f", "scope": "terminus.cyan.d7ff5f", "foreground": "var(cyan)"}, {"background": "#d7ff87", "scope": "terminus.cyan.d7ff87", "foreground": "var(cyan)"}, {"background": "#d7ffaf", "scope": "terminus.cyan.d7ffaf", "foreground": "var(cyan)"}, {"background": "#d7ffd7", "scope": "terminus.cyan.d7ffd7", "foreground": "var(cyan)"}, {"background": "#d7ffff", "scope": "terminus.cyan.d7ffff", "foreground": "var(cyan)"}, {"background": "#ff005f", "scope": "terminus.cyan.ff005f", "foreground": "var(cyan)"}, {"background": "#ff0087", "scope": "terminus.cyan.ff0087", "foreground": "var(cyan)"}, {"background": "#ff00af", "scope": "terminus.cyan.ff00af", "foreground": "var(cyan)"}, {"background": "#ff00d7", "scope": "terminus.cyan.ff00d7", "foreground": "var(cyan)"}, {"background": "#ff5f00", "scope": "terminus.cyan.ff5f00", "foreground": "var(cyan)"}, {"background": "#ff5f5f", "scope": "terminus.cyan.ff5f5f", "foreground": "var(cyan)"}, {"background": "#ff5f87", "scope": "terminus.cyan.ff5f87", "foreground": "var(cyan)"}, {"background": "#ff5faf", "scope": "terminus.cyan.ff5faf", "foreground": "var(cyan)"}, {"background": "#ff5fd7", "scope": "terminus.cyan.ff5fd7", "foreground": "var(cyan)"}, {"background": "#ff5fff", "scope": "terminus.cyan.ff5fff", "foreground": "var(cyan)"}, {"background": "#ff8700", "scope": "terminus.cyan.ff8700", "foreground": "var(cyan)"}, {"background": "#ff875f", "scope": "terminus.cyan.ff875f", "foreground": "var(cyan)"}, {"background": "#ff8787", "scope": "terminus.cyan.ff8787", "foreground": "var(cyan)"}, {"background": "#ff87af", "scope": "terminus.cyan.ff87af", "foreground": "var(cyan)"}, {"background": "#ff87d7", "scope": "terminus.cyan.ff87d7", "foreground": "var(cyan)"}, {"background": "#ff87ff", "scope": "terminus.cyan.ff87ff", "foreground": "var(cyan)"}, {"background": "#ffaf00", "scope": "terminus.cyan.ffaf00", "foreground": "var(cyan)"}, {"background": "#ffaf5f", "scope": "terminus.cyan.ffaf5f", "foreground": "var(cyan)"}, {"background": "#ffaf87", "scope": "terminus.cyan.ffaf87", "foreground": "var(cyan)"}, {"background": "#ffafaf", "scope": "terminus.cyan.ffafaf", "foreground": "var(cyan)"}, {"background": "#ffafd7", "scope": "terminus.cyan.ffafd7", "foreground": "var(cyan)"}, {"background": "#ffafff", "scope": "terminus.cyan.ffafff", "foreground": "var(cyan)"}, {"background": "#ffd700", "scope": "terminus.cyan.ffd700", "foreground": "var(cyan)"}, {"background": "#ffd75f", "scope": "terminus.cyan.ffd75f", "foreground": "var(cyan)"}, {"background": "#ffd787", "scope": "terminus.cyan.ffd787", "foreground": "var(cyan)"}, {"background": "#ffd7af", "scope": "terminus.cyan.ffd7af", "foreground": "var(cyan)"}, {"background": "#ffd7d7", "scope": "terminus.cyan.ffd7d7", "foreground": "var(cyan)"}, {"background": "#ffd7ff", "scope": "terminus.cyan.ffd7ff", "foreground": "var(cyan)"}, {"background": "#ffff5f", "scope": "terminus.cyan.ffff5f", "foreground": "var(cyan)"}, {"background": "#ffff87", "scope": "terminus.cyan.ffff87", "foreground": "var(cyan)"}, {"background": "#ffffaf", "scope": "terminus.cyan.ffffaf", "foreground": "var(cyan)"}, {"background": "#ffffd7", "scope": "terminus.cyan.ffffd7", "foreground": "var(cyan)"}, {"background": "#080808", "scope": "terminus.cyan.080808", "foreground": "var(cyan)"}, {"background": "#121212", "scope": "terminus.cyan.121212", "foreground": "var(cyan)"}, {"background": "#1c1c1c", "scope": "terminus.cyan.1c1c1c", "foreground": "var(cyan)"}, {"background": "#262626", "scope": "terminus.cyan.262626", "foreground": "var(cyan)"}, {"background": "#303030", "scope": "terminus.cyan.303030", "foreground": "var(cyan)"}, {"background": "#3a3a3a", "scope": "terminus.cyan.3a3a3a", "foreground": "var(cyan)"}, {"background": "#444444", "scope": "terminus.cyan.444444", "foreground": "var(cyan)"}, {"background": "#4e4e4e", "scope": "terminus.cyan.4e4e4e", "foreground": "var(cyan)"}, {"background": "#585858", "scope": "terminus.cyan.585858", "foreground": "var(cyan)"}, {"background": "#626262", "scope": "terminus.cyan.626262", "foreground": "var(cyan)"}, {"background": "#6c6c6c", "scope": "terminus.cyan.6c6c6c", "foreground": "var(cyan)"}, {"background": "#767676", "scope": "terminus.cyan.767676", "foreground": "var(cyan)"}, {"background": "#808080", "scope": "terminus.cyan.808080", "foreground": "var(cyan)"}, {"background": "#8a8a8a", "scope": "terminus.cyan.8a8a8a", "foreground": "var(cyan)"}, {"background": "#949494", "scope": "terminus.cyan.949494", "foreground": "var(cyan)"}, {"background": "#9e9e9e", "scope": "terminus.cyan.9e9e9e", "foreground": "var(cyan)"}, {"background": "#a8a8a8", "scope": "terminus.cyan.a8a8a8", "foreground": "var(cyan)"}, {"background": "#b2b2b2", "scope": "terminus.cyan.b2b2b2", "foreground": "var(cyan)"}, {"background": "#bcbcbc", "scope": "terminus.cyan.bcbcbc", "foreground": "var(cyan)"}, {"background": "#c6c6c6", "scope": "terminus.cyan.c6c6c6", "foreground": "var(cyan)"}, {"background": "#d0d0d0", "scope": "terminus.cyan.d0d0d0", "foreground": "var(cyan)"}, {"background": "#dadada", "scope": "terminus.cyan.dadada", "foreground": "var(cyan)"}, {"background": "#e4e4e4", "scope": "terminus.cyan.e4e4e4", "foreground": "var(cyan)"}, {"background": "#eeeeee", "scope": "terminus.cyan.eeeeee", "foreground": "var(cyan)"}, {"background": "var(black)", "scope": "terminus.white.black", "foreground": "var(white)"}, {"background": "var(red)", "scope": "terminus.white.red", "foreground": "var(white)"}, {"background": "var(green)", "scope": "terminus.white.green", "foreground": "var(white)"}, {"background": "var(brown)", "scope": "terminus.white.brown", "foreground": "var(white)"}, {"background": "var(blue)", "scope": "terminus.white.blue", "foreground": "var(white)"}, {"background": "var(magenta)", "scope": "terminus.white.magenta", "foreground": "var(white)"}, {"background": "var(cyan)", "scope": "terminus.white.cyan", "foreground": "var(white)"}, {"background": "var(white)", "scope": "terminus.white.white", "foreground": "var(white)"}, {"background": "var(light_black)", "scope": "terminus.white.light_black", "foreground": "var(white)"}, {"background": "var(light_red)", "scope": "terminus.white.light_red", "foreground": "var(white)"}, {"background": "var(light_green)", "scope": "terminus.white.light_green", "foreground": "var(white)"}, {"background": "var(light_brown)", "scope": "terminus.white.light_brown", "foreground": "var(white)"}, {"background": "var(light_blue)", "scope": "terminus.white.light_blue", "foreground": "var(white)"}, {"background": "var(light_magenta)", "scope": "terminus.white.light_magenta", "foreground": "var(white)"}, {"background": "var(light_cyan)", "scope": "terminus.white.light_cyan", "foreground": "var(white)"}, {"background": "var(light_white)", "scope": "terminus.white.light_white", "foreground": "var(white)"}, {"background": "var(background)", "scope": "terminus.white.default", "foreground": "var(white)"}, {"background": "var(foreground)", "scope": "terminus.white.reverse_default", "foreground": "var(white)"}, {"background": "#000000", "scope": "terminus.white.000000", "foreground": "var(white)"}, {"background": "#cd0000", "scope": "terminus.white.cd0000", "foreground": "var(white)"}, {"background": "#00cd00", "scope": "terminus.white.00cd00", "foreground": "var(white)"}, {"background": "#cdcd00", "scope": "terminus.white.cdcd00", "foreground": "var(white)"}, {"background": "#0000ee", "scope": "terminus.white.0000ee", "foreground": "var(white)"}, {"background": "#cd00cd", "scope": "terminus.white.cd00cd", "foreground": "var(white)"}, {"background": "#00cdcd", "scope": "terminus.white.00cdcd", "foreground": "var(white)"}, {"background": "#e5e5e5", "scope": "terminus.white.e5e5e5", "foreground": "var(white)"}, {"background": "#7f7f7f", "scope": "terminus.white.7f7f7f", "foreground": "var(white)"}, {"background": "#ff0000", "scope": "terminus.white.ff0000", "foreground": "var(white)"}, {"background": "#00ff00", "scope": "terminus.white.00ff00", "foreground": "var(white)"}, {"background": "#ffff00", "scope": "terminus.white.ffff00", "foreground": "var(white)"}, {"background": "#5c5cff", "scope": "terminus.white.5c5cff", "foreground": "var(white)"}, {"background": "#ff00ff", "scope": "terminus.white.ff00ff", "foreground": "var(white)"}, {"background": "#00ffff", "scope": "terminus.white.00ffff", "foreground": "var(white)"}, {"background": "#ffffff", "scope": "terminus.white.ffffff", "foreground": "var(white)"}, {"background": "#00005f", "scope": "terminus.white.00005f", "foreground": "var(white)"}, {"background": "#000087", "scope": "terminus.white.000087", "foreground": "var(white)"}, {"background": "#0000af", "scope": "terminus.white.0000af", "foreground": "var(white)"}, {"background": "#0000d7", "scope": "terminus.white.0000d7", "foreground": "var(white)"}, {"background": "#0000ff", "scope": "terminus.white.0000ff", "foreground": "var(white)"}, {"background": "#005f00", "scope": "terminus.white.005f00", "foreground": "var(white)"}, {"background": "#005f5f", "scope": "terminus.white.005f5f", "foreground": "var(white)"}, {"background": "#005f87", "scope": "terminus.white.005f87", "foreground": "var(white)"}, {"background": "#005faf", "scope": "terminus.white.005faf", "foreground": "var(white)"}, {"background": "#005fd7", "scope": "terminus.white.005fd7", "foreground": "var(white)"}, {"background": "#005fff", "scope": "terminus.white.005fff", "foreground": "var(white)"}, {"background": "#008700", "scope": "terminus.white.008700", "foreground": "var(white)"}, {"background": "#00875f", "scope": "terminus.white.00875f", "foreground": "var(white)"}, {"background": "#008787", "scope": "terminus.white.008787", "foreground": "var(white)"}, {"background": "#0087af", "scope": "terminus.white.0087af", "foreground": "var(white)"}, {"background": "#0087d7", "scope": "terminus.white.0087d7", "foreground": "var(white)"}, {"background": "#0087ff", "scope": "terminus.white.0087ff", "foreground": "var(white)"}, {"background": "#00af00", "scope": "terminus.white.00af00", "foreground": "var(white)"}, {"background": "#00af5f", "scope": "terminus.white.00af5f", "foreground": "var(white)"}, {"background": "#00af87", "scope": "terminus.white.00af87", "foreground": "var(white)"}, {"background": "#00afaf", "scope": "terminus.white.00afaf", "foreground": "var(white)"}, {"background": "#00afd7", "scope": "terminus.white.00afd7", "foreground": "var(white)"}, {"background": "#00afff", "scope": "terminus.white.00afff", "foreground": "var(white)"}, {"background": "#00d700", "scope": "terminus.white.00d700", "foreground": "var(white)"}, {"background": "#00d75f", "scope": "terminus.white.00d75f", "foreground": "var(white)"}, {"background": "#00d787", "scope": "terminus.white.00d787", "foreground": "var(white)"}, {"background": "#00d7af", "scope": "terminus.white.00d7af", "foreground": "var(white)"}, {"background": "#00d7d7", "scope": "terminus.white.00d7d7", "foreground": "var(white)"}, {"background": "#00d7ff", "scope": "terminus.white.00d7ff", "foreground": "var(white)"}, {"background": "#00ff5f", "scope": "terminus.white.00ff5f", "foreground": "var(white)"}, {"background": "#00ff87", "scope": "terminus.white.00ff87", "foreground": "var(white)"}, {"background": "#00ffaf", "scope": "terminus.white.00ffaf", "foreground": "var(white)"}, {"background": "#00ffd7", "scope": "terminus.white.00ffd7", "foreground": "var(white)"}, {"background": "#5f0000", "scope": "terminus.white.5f0000", "foreground": "var(white)"}, {"background": "#5f005f", "scope": "terminus.white.5f005f", "foreground": "var(white)"}, {"background": "#5f0087", "scope": "terminus.white.5f0087", "foreground": "var(white)"}, {"background": "#5f00af", "scope": "terminus.white.5f00af", "foreground": "var(white)"}, {"background": "#5f00d7", "scope": "terminus.white.5f00d7", "foreground": "var(white)"}, {"background": "#5f00ff", "scope": "terminus.white.5f00ff", "foreground": "var(white)"}, {"background": "#5f5f00", "scope": "terminus.white.5f5f00", "foreground": "var(white)"}, {"background": "#5f5f5f", "scope": "terminus.white.5f5f5f", "foreground": "var(white)"}, {"background": "#5f5f87", "scope": "terminus.white.5f5f87", "foreground": "var(white)"}, {"background": "#5f5faf", "scope": "terminus.white.5f5faf", "foreground": "var(white)"}, {"background": "#5f5fd7", "scope": "terminus.white.5f5fd7", "foreground": "var(white)"}, {"background": "#5f5fff", "scope": "terminus.white.5f5fff", "foreground": "var(white)"}, {"background": "#5f8700", "scope": "terminus.white.5f8700", "foreground": "var(white)"}, {"background": "#5f875f", "scope": "terminus.white.5f875f", "foreground": "var(white)"}, {"background": "#5f8787", "scope": "terminus.white.5f8787", "foreground": "var(white)"}, {"background": "#5f87af", "scope": "terminus.white.5f87af", "foreground": "var(white)"}, {"background": "#5f87d7", "scope": "terminus.white.5f87d7", "foreground": "var(white)"}, {"background": "#5f87ff", "scope": "terminus.white.5f87ff", "foreground": "var(white)"}, {"background": "#5faf00", "scope": "terminus.white.5faf00", "foreground": "var(white)"}, {"background": "#5faf5f", "scope": "terminus.white.5faf5f", "foreground": "var(white)"}, {"background": "#5faf87", "scope": "terminus.white.5faf87", "foreground": "var(white)"}, {"background": "#5fafaf", "scope": "terminus.white.5fafaf", "foreground": "var(white)"}, {"background": "#5fafd7", "scope": "terminus.white.5fafd7", "foreground": "var(white)"}, {"background": "#5fafff", "scope": "terminus.white.5fafff", "foreground": "var(white)"}, {"background": "#5fd700", "scope": "terminus.white.5fd700", "foreground": "var(white)"}, {"background": "#5fd75f", "scope": "terminus.white.5fd75f", "foreground": "var(white)"}, {"background": "#5fd787", "scope": "terminus.white.5fd787", "foreground": "var(white)"}, {"background": "#5fd7af", "scope": "terminus.white.5fd7af", "foreground": "var(white)"}, {"background": "#5fd7d7", "scope": "terminus.white.5fd7d7", "foreground": "var(white)"}, {"background": "#5fd7ff", "scope": "terminus.white.5fd7ff", "foreground": "var(white)"}, {"background": "#5fff00", "scope": "terminus.white.5fff00", "foreground": "var(white)"}, {"background": "#5fff5f", "scope": "terminus.white.5fff5f", "foreground": "var(white)"}, {"background": "#5fff87", "scope": "terminus.white.5fff87", "foreground": "var(white)"}, {"background": "#5fffaf", "scope": "terminus.white.5fffaf", "foreground": "var(white)"}, {"background": "#5fffd7", "scope": "terminus.white.5fffd7", "foreground": "var(white)"}, {"background": "#5fffff", "scope": "terminus.white.5fffff", "foreground": "var(white)"}, {"background": "#870000", "scope": "terminus.white.870000", "foreground": "var(white)"}, {"background": "#87005f", "scope": "terminus.white.87005f", "foreground": "var(white)"}, {"background": "#870087", "scope": "terminus.white.870087", "foreground": "var(white)"}, {"background": "#8700af", "scope": "terminus.white.8700af", "foreground": "var(white)"}, {"background": "#8700d7", "scope": "terminus.white.8700d7", "foreground": "var(white)"}, {"background": "#8700ff", "scope": "terminus.white.8700ff", "foreground": "var(white)"}, {"background": "#875f00", "scope": "terminus.white.875f00", "foreground": "var(white)"}, {"background": "#875f5f", "scope": "terminus.white.875f5f", "foreground": "var(white)"}, {"background": "#875f87", "scope": "terminus.white.875f87", "foreground": "var(white)"}, {"background": "#875faf", "scope": "terminus.white.875faf", "foreground": "var(white)"}, {"background": "#875fd7", "scope": "terminus.white.875fd7", "foreground": "var(white)"}, {"background": "#875fff", "scope": "terminus.white.875fff", "foreground": "var(white)"}, {"background": "#878700", "scope": "terminus.white.878700", "foreground": "var(white)"}, {"background": "#87875f", "scope": "terminus.white.87875f", "foreground": "var(white)"}, {"background": "#878787", "scope": "terminus.white.878787", "foreground": "var(white)"}, {"background": "#8787af", "scope": "terminus.white.8787af", "foreground": "var(white)"}, {"background": "#8787d7", "scope": "terminus.white.8787d7", "foreground": "var(white)"}, {"background": "#8787ff", "scope": "terminus.white.8787ff", "foreground": "var(white)"}, {"background": "#87af00", "scope": "terminus.white.87af00", "foreground": "var(white)"}, {"background": "#87af5f", "scope": "terminus.white.87af5f", "foreground": "var(white)"}, {"background": "#87af87", "scope": "terminus.white.87af87", "foreground": "var(white)"}, {"background": "#87afaf", "scope": "terminus.white.87afaf", "foreground": "var(white)"}, {"background": "#87afd7", "scope": "terminus.white.87afd7", "foreground": "var(white)"}, {"background": "#87afff", "scope": "terminus.white.87afff", "foreground": "var(white)"}, {"background": "#87d700", "scope": "terminus.white.87d700", "foreground": "var(white)"}, {"background": "#87d75f", "scope": "terminus.white.87d75f", "foreground": "var(white)"}, {"background": "#87d787", "scope": "terminus.white.87d787", "foreground": "var(white)"}, {"background": "#87d7af", "scope": "terminus.white.87d7af", "foreground": "var(white)"}, {"background": "#87d7d7", "scope": "terminus.white.87d7d7", "foreground": "var(white)"}, {"background": "#87d7ff", "scope": "terminus.white.87d7ff", "foreground": "var(white)"}, {"background": "#87ff00", "scope": "terminus.white.87ff00", "foreground": "var(white)"}, {"background": "#87ff5f", "scope": "terminus.white.87ff5f", "foreground": "var(white)"}, {"background": "#87ff87", "scope": "terminus.white.87ff87", "foreground": "var(white)"}, {"background": "#87ffaf", "scope": "terminus.white.87ffaf", "foreground": "var(white)"}, {"background": "#87ffd7", "scope": "terminus.white.87ffd7", "foreground": "var(white)"}, {"background": "#87ffff", "scope": "terminus.white.87ffff", "foreground": "var(white)"}, {"background": "#af0000", "scope": "terminus.white.af0000", "foreground": "var(white)"}, {"background": "#af005f", "scope": "terminus.white.af005f", "foreground": "var(white)"}, {"background": "#af0087", "scope": "terminus.white.af0087", "foreground": "var(white)"}, {"background": "#af00af", "scope": "terminus.white.af00af", "foreground": "var(white)"}, {"background": "#af00d7", "scope": "terminus.white.af00d7", "foreground": "var(white)"}, {"background": "#af00ff", "scope": "terminus.white.af00ff", "foreground": "var(white)"}, {"background": "#af5f00", "scope": "terminus.white.af5f00", "foreground": "var(white)"}, {"background": "#af5f5f", "scope": "terminus.white.af5f5f", "foreground": "var(white)"}, {"background": "#af5f87", "scope": "terminus.white.af5f87", "foreground": "var(white)"}, {"background": "#af5faf", "scope": "terminus.white.af5faf", "foreground": "var(white)"}, {"background": "#af5fd7", "scope": "terminus.white.af5fd7", "foreground": "var(white)"}, {"background": "#af5fff", "scope": "terminus.white.af5fff", "foreground": "var(white)"}, {"background": "#af8700", "scope": "terminus.white.af8700", "foreground": "var(white)"}, {"background": "#af875f", "scope": "terminus.white.af875f", "foreground": "var(white)"}, {"background": "#af8787", "scope": "terminus.white.af8787", "foreground": "var(white)"}, {"background": "#af87af", "scope": "terminus.white.af87af", "foreground": "var(white)"}, {"background": "#af87d7", "scope": "terminus.white.af87d7", "foreground": "var(white)"}, {"background": "#af87ff", "scope": "terminus.white.af87ff", "foreground": "var(white)"}, {"background": "#afaf00", "scope": "terminus.white.afaf00", "foreground": "var(white)"}, {"background": "#afaf5f", "scope": "terminus.white.afaf5f", "foreground": "var(white)"}, {"background": "#afaf87", "scope": "terminus.white.afaf87", "foreground": "var(white)"}, {"background": "#afafaf", "scope": "terminus.white.afafaf", "foreground": "var(white)"}, {"background": "#afafd7", "scope": "terminus.white.afafd7", "foreground": "var(white)"}, {"background": "#afafff", "scope": "terminus.white.afafff", "foreground": "var(white)"}, {"background": "#afd700", "scope": "terminus.white.afd700", "foreground": "var(white)"}, {"background": "#afd75f", "scope": "terminus.white.afd75f", "foreground": "var(white)"}, {"background": "#afd787", "scope": "terminus.white.afd787", "foreground": "var(white)"}, {"background": "#afd7af", "scope": "terminus.white.afd7af", "foreground": "var(white)"}, {"background": "#afd7d7", "scope": "terminus.white.afd7d7", "foreground": "var(white)"}, {"background": "#afd7ff", "scope": "terminus.white.afd7ff", "foreground": "var(white)"}, {"background": "#afff00", "scope": "terminus.white.afff00", "foreground": "var(white)"}, {"background": "#afff5f", "scope": "terminus.white.afff5f", "foreground": "var(white)"}, {"background": "#afff87", "scope": "terminus.white.afff87", "foreground": "var(white)"}, {"background": "#afffaf", "scope": "terminus.white.afffaf", "foreground": "var(white)"}, {"background": "#afffd7", "scope": "terminus.white.afffd7", "foreground": "var(white)"}, {"background": "#afffff", "scope": "terminus.white.afffff", "foreground": "var(white)"}, {"background": "#d70000", "scope": "terminus.white.d70000", "foreground": "var(white)"}, {"background": "#d7005f", "scope": "terminus.white.d7005f", "foreground": "var(white)"}, {"background": "#d70087", "scope": "terminus.white.d70087", "foreground": "var(white)"}, {"background": "#d700af", "scope": "terminus.white.d700af", "foreground": "var(white)"}, {"background": "#d700d7", "scope": "terminus.white.d700d7", "foreground": "var(white)"}, {"background": "#d700ff", "scope": "terminus.white.d700ff", "foreground": "var(white)"}, {"background": "#d75f00", "scope": "terminus.white.d75f00", "foreground": "var(white)"}, {"background": "#d75f5f", "scope": "terminus.white.d75f5f", "foreground": "var(white)"}, {"background": "#d75f87", "scope": "terminus.white.d75f87", "foreground": "var(white)"}, {"background": "#d75faf", "scope": "terminus.white.d75faf", "foreground": "var(white)"}, {"background": "#d75fd7", "scope": "terminus.white.d75fd7", "foreground": "var(white)"}, {"background": "#d75fff", "scope": "terminus.white.d75fff", "foreground": "var(white)"}, {"background": "#d78700", "scope": "terminus.white.d78700", "foreground": "var(white)"}, {"background": "#d7875f", "scope": "terminus.white.d7875f", "foreground": "var(white)"}, {"background": "#d78787", "scope": "terminus.white.d78787", "foreground": "var(white)"}, {"background": "#d787af", "scope": "terminus.white.d787af", "foreground": "var(white)"}, {"background": "#d787d7", "scope": "terminus.white.d787d7", "foreground": "var(white)"}, {"background": "#d787ff", "scope": "terminus.white.d787ff", "foreground": "var(white)"}, {"background": "#d7af00", "scope": "terminus.white.d7af00", "foreground": "var(white)"}, {"background": "#d7af5f", "scope": "terminus.white.d7af5f", "foreground": "var(white)"}, {"background": "#d7af87", "scope": "terminus.white.d7af87", "foreground": "var(white)"}, {"background": "#d7afaf", "scope": "terminus.white.d7afaf", "foreground": "var(white)"}, {"background": "#d7afd7", "scope": "terminus.white.d7afd7", "foreground": "var(white)"}, {"background": "#d7afff", "scope": "terminus.white.d7afff", "foreground": "var(white)"}, {"background": "#d7d700", "scope": "terminus.white.d7d700", "foreground": "var(white)"}, {"background": "#d7d75f", "scope": "terminus.white.d7d75f", "foreground": "var(white)"}, {"background": "#d7d787", "scope": "terminus.white.d7d787", "foreground": "var(white)"}, {"background": "#d7d7af", "scope": "terminus.white.d7d7af", "foreground": "var(white)"}, {"background": "#d7d7d7", "scope": "terminus.white.d7d7d7", "foreground": "var(white)"}, {"background": "#d7d7ff", "scope": "terminus.white.d7d7ff", "foreground": "var(white)"}, {"background": "#d7ff00", "scope": "terminus.white.d7ff00", "foreground": "var(white)"}, {"background": "#d7ff5f", "scope": "terminus.white.d7ff5f", "foreground": "var(white)"}, {"background": "#d7ff87", "scope": "terminus.white.d7ff87", "foreground": "var(white)"}, {"background": "#d7ffaf", "scope": "terminus.white.d7ffaf", "foreground": "var(white)"}, {"background": "#d7ffd7", "scope": "terminus.white.d7ffd7", "foreground": "var(white)"}, {"background": "#d7ffff", "scope": "terminus.white.d7ffff", "foreground": "var(white)"}, {"background": "#ff005f", "scope": "terminus.white.ff005f", "foreground": "var(white)"}, {"background": "#ff0087", "scope": "terminus.white.ff0087", "foreground": "var(white)"}, {"background": "#ff00af", "scope": "terminus.white.ff00af", "foreground": "var(white)"}, {"background": "#ff00d7", "scope": "terminus.white.ff00d7", "foreground": "var(white)"}, {"background": "#ff5f00", "scope": "terminus.white.ff5f00", "foreground": "var(white)"}, {"background": "#ff5f5f", "scope": "terminus.white.ff5f5f", "foreground": "var(white)"}, {"background": "#ff5f87", "scope": "terminus.white.ff5f87", "foreground": "var(white)"}, {"background": "#ff5faf", "scope": "terminus.white.ff5faf", "foreground": "var(white)"}, {"background": "#ff5fd7", "scope": "terminus.white.ff5fd7", "foreground": "var(white)"}, {"background": "#ff5fff", "scope": "terminus.white.ff5fff", "foreground": "var(white)"}, {"background": "#ff8700", "scope": "terminus.white.ff8700", "foreground": "var(white)"}, {"background": "#ff875f", "scope": "terminus.white.ff875f", "foreground": "var(white)"}, {"background": "#ff8787", "scope": "terminus.white.ff8787", "foreground": "var(white)"}, {"background": "#ff87af", "scope": "terminus.white.ff87af", "foreground": "var(white)"}, {"background": "#ff87d7", "scope": "terminus.white.ff87d7", "foreground": "var(white)"}, {"background": "#ff87ff", "scope": "terminus.white.ff87ff", "foreground": "var(white)"}, {"background": "#ffaf00", "scope": "terminus.white.ffaf00", "foreground": "var(white)"}, {"background": "#ffaf5f", "scope": "terminus.white.ffaf5f", "foreground": "var(white)"}, {"background": "#ffaf87", "scope": "terminus.white.ffaf87", "foreground": "var(white)"}, {"background": "#ffafaf", "scope": "terminus.white.ffafaf", "foreground": "var(white)"}, {"background": "#ffafd7", "scope": "terminus.white.ffafd7", "foreground": "var(white)"}, {"background": "#ffafff", "scope": "terminus.white.ffafff", "foreground": "var(white)"}, {"background": "#ffd700", "scope": "terminus.white.ffd700", "foreground": "var(white)"}, {"background": "#ffd75f", "scope": "terminus.white.ffd75f", "foreground": "var(white)"}, {"background": "#ffd787", "scope": "terminus.white.ffd787", "foreground": "var(white)"}, {"background": "#ffd7af", "scope": "terminus.white.ffd7af", "foreground": "var(white)"}, {"background": "#ffd7d7", "scope": "terminus.white.ffd7d7", "foreground": "var(white)"}, {"background": "#ffd7ff", "scope": "terminus.white.ffd7ff", "foreground": "var(white)"}, {"background": "#ffff5f", "scope": "terminus.white.ffff5f", "foreground": "var(white)"}, {"background": "#ffff87", "scope": "terminus.white.ffff87", "foreground": "var(white)"}, {"background": "#ffffaf", "scope": "terminus.white.ffffaf", "foreground": "var(white)"}, {"background": "#ffffd7", "scope": "terminus.white.ffffd7", "foreground": "var(white)"}, {"background": "#080808", "scope": "terminus.white.080808", "foreground": "var(white)"}, {"background": "#121212", "scope": "terminus.white.121212", "foreground": "var(white)"}, {"background": "#1c1c1c", "scope": "terminus.white.1c1c1c", "foreground": "var(white)"}, {"background": "#262626", "scope": "terminus.white.262626", "foreground": "var(white)"}, {"background": "#303030", "scope": "terminus.white.303030", "foreground": "var(white)"}, {"background": "#3a3a3a", "scope": "terminus.white.3a3a3a", "foreground": "var(white)"}, {"background": "#444444", "scope": "terminus.white.444444", "foreground": "var(white)"}, {"background": "#4e4e4e", "scope": "terminus.white.4e4e4e", "foreground": "var(white)"}, {"background": "#585858", "scope": "terminus.white.585858", "foreground": "var(white)"}, {"background": "#626262", "scope": "terminus.white.626262", "foreground": "var(white)"}, {"background": "#6c6c6c", "scope": "terminus.white.6c6c6c", "foreground": "var(white)"}, {"background": "#767676", "scope": "terminus.white.767676", "foreground": "var(white)"}, {"background": "#808080", "scope": "terminus.white.808080", "foreground": "var(white)"}, {"background": "#8a8a8a", "scope": "terminus.white.8a8a8a", "foreground": "var(white)"}, {"background": "#949494", "scope": "terminus.white.949494", "foreground": "var(white)"}, {"background": "#9e9e9e", "scope": "terminus.white.9e9e9e", "foreground": "var(white)"}, {"background": "#a8a8a8", "scope": "terminus.white.a8a8a8", "foreground": "var(white)"}, {"background": "#b2b2b2", "scope": "terminus.white.b2b2b2", "foreground": "var(white)"}, {"background": "#bcbcbc", "scope": "terminus.white.bcbcbc", "foreground": "var(white)"}, {"background": "#c6c6c6", "scope": "terminus.white.c6c6c6", "foreground": "var(white)"}, {"background": "#d0d0d0", "scope": "terminus.white.d0d0d0", "foreground": "var(white)"}, {"background": "#dadada", "scope": "terminus.white.dadada", "foreground": "var(white)"}, {"background": "#e4e4e4", "scope": "terminus.white.e4e4e4", "foreground": "var(white)"}, {"background": "#eeeeee", "scope": "terminus.white.eeeeee", "foreground": "var(white)"}, {"background": "var(black)", "scope": "terminus.light_black.black", "foreground": "var(light_black)"}, {"background": "var(red)", "scope": "terminus.light_black.red", "foreground": "var(light_black)"}, {"background": "var(green)", "scope": "terminus.light_black.green", "foreground": "var(light_black)"}, {"background": "var(brown)", "scope": "terminus.light_black.brown", "foreground": "var(light_black)"}, {"background": "var(blue)", "scope": "terminus.light_black.blue", "foreground": "var(light_black)"}, {"background": "var(magenta)", "scope": "terminus.light_black.magenta", "foreground": "var(light_black)"}, {"background": "var(cyan)", "scope": "terminus.light_black.cyan", "foreground": "var(light_black)"}, {"background": "var(white)", "scope": "terminus.light_black.white", "foreground": "var(light_black)"}, {"background": "var(light_black)", "scope": "terminus.light_black.light_black", "foreground": "var(light_black)"}, {"background": "var(light_red)", "scope": "terminus.light_black.light_red", "foreground": "var(light_black)"}, {"background": "var(light_green)", "scope": "terminus.light_black.light_green", "foreground": "var(light_black)"}, {"background": "var(light_brown)", "scope": "terminus.light_black.light_brown", "foreground": "var(light_black)"}, {"background": "var(light_blue)", "scope": "terminus.light_black.light_blue", "foreground": "var(light_black)"}, {"background": "var(light_magenta)", "scope": "terminus.light_black.light_magenta", "foreground": "var(light_black)"}, {"background": "var(light_cyan)", "scope": "terminus.light_black.light_cyan", "foreground": "var(light_black)"}, {"background": "var(light_white)", "scope": "terminus.light_black.light_white", "foreground": "var(light_black)"}, {"background": "var(background)", "scope": "terminus.light_black.default", "foreground": "var(light_black)"}, {"background": "var(foreground)", "scope": "terminus.light_black.reverse_default", "foreground": "var(light_black)"}, {"background": "#000000", "scope": "terminus.light_black.000000", "foreground": "var(light_black)"}, {"background": "#cd0000", "scope": "terminus.light_black.cd0000", "foreground": "var(light_black)"}, {"background": "#00cd00", "scope": "terminus.light_black.00cd00", "foreground": "var(light_black)"}, {"background": "#cdcd00", "scope": "terminus.light_black.cdcd00", "foreground": "var(light_black)"}, {"background": "#0000ee", "scope": "terminus.light_black.0000ee", "foreground": "var(light_black)"}, {"background": "#cd00cd", "scope": "terminus.light_black.cd00cd", "foreground": "var(light_black)"}, {"background": "#00cdcd", "scope": "terminus.light_black.00cdcd", "foreground": "var(light_black)"}, {"background": "#e5e5e5", "scope": "terminus.light_black.e5e5e5", "foreground": "var(light_black)"}, {"background": "#7f7f7f", "scope": "terminus.light_black.7f7f7f", "foreground": "var(light_black)"}, {"background": "#ff0000", "scope": "terminus.light_black.ff0000", "foreground": "var(light_black)"}, {"background": "#00ff00", "scope": "terminus.light_black.00ff00", "foreground": "var(light_black)"}, {"background": "#ffff00", "scope": "terminus.light_black.ffff00", "foreground": "var(light_black)"}, {"background": "#5c5cff", "scope": "terminus.light_black.5c5cff", "foreground": "var(light_black)"}, {"background": "#ff00ff", "scope": "terminus.light_black.ff00ff", "foreground": "var(light_black)"}, {"background": "#00ffff", "scope": "terminus.light_black.00ffff", "foreground": "var(light_black)"}, {"background": "#ffffff", "scope": "terminus.light_black.ffffff", "foreground": "var(light_black)"}, {"background": "#00005f", "scope": "terminus.light_black.00005f", "foreground": "var(light_black)"}, {"background": "#000087", "scope": "terminus.light_black.000087", "foreground": "var(light_black)"}, {"background": "#0000af", "scope": "terminus.light_black.0000af", "foreground": "var(light_black)"}, {"background": "#0000d7", "scope": "terminus.light_black.0000d7", "foreground": "var(light_black)"}, {"background": "#0000ff", "scope": "terminus.light_black.0000ff", "foreground": "var(light_black)"}, {"background": "#005f00", "scope": "terminus.light_black.005f00", "foreground": "var(light_black)"}, {"background": "#005f5f", "scope": "terminus.light_black.005f5f", "foreground": "var(light_black)"}, {"background": "#005f87", "scope": "terminus.light_black.005f87", "foreground": "var(light_black)"}, {"background": "#005faf", "scope": "terminus.light_black.005faf", "foreground": "var(light_black)"}, {"background": "#005fd7", "scope": "terminus.light_black.005fd7", "foreground": "var(light_black)"}, {"background": "#005fff", "scope": "terminus.light_black.005fff", "foreground": "var(light_black)"}, {"background": "#008700", "scope": "terminus.light_black.008700", "foreground": "var(light_black)"}, {"background": "#00875f", "scope": "terminus.light_black.00875f", "foreground": "var(light_black)"}, {"background": "#008787", "scope": "terminus.light_black.008787", "foreground": "var(light_black)"}, {"background": "#0087af", "scope": "terminus.light_black.0087af", "foreground": "var(light_black)"}, {"background": "#0087d7", "scope": "terminus.light_black.0087d7", "foreground": "var(light_black)"}, {"background": "#0087ff", "scope": "terminus.light_black.0087ff", "foreground": "var(light_black)"}, {"background": "#00af00", "scope": "terminus.light_black.00af00", "foreground": "var(light_black)"}, {"background": "#00af5f", "scope": "terminus.light_black.00af5f", "foreground": "var(light_black)"}, {"background": "#00af87", "scope": "terminus.light_black.00af87", "foreground": "var(light_black)"}, {"background": "#00afaf", "scope": "terminus.light_black.00afaf", "foreground": "var(light_black)"}, {"background": "#00afd7", "scope": "terminus.light_black.00afd7", "foreground": "var(light_black)"}, {"background": "#00afff", "scope": "terminus.light_black.00afff", "foreground": "var(light_black)"}, {"background": "#00d700", "scope": "terminus.light_black.00d700", "foreground": "var(light_black)"}, {"background": "#00d75f", "scope": "terminus.light_black.00d75f", "foreground": "var(light_black)"}, {"background": "#00d787", "scope": "terminus.light_black.00d787", "foreground": "var(light_black)"}, {"background": "#00d7af", "scope": "terminus.light_black.00d7af", "foreground": "var(light_black)"}, {"background": "#00d7d7", "scope": "terminus.light_black.00d7d7", "foreground": "var(light_black)"}, {"background": "#00d7ff", "scope": "terminus.light_black.00d7ff", "foreground": "var(light_black)"}, {"background": "#00ff5f", "scope": "terminus.light_black.00ff5f", "foreground": "var(light_black)"}, {"background": "#00ff87", "scope": "terminus.light_black.00ff87", "foreground": "var(light_black)"}, {"background": "#00ffaf", "scope": "terminus.light_black.00ffaf", "foreground": "var(light_black)"}, {"background": "#00ffd7", "scope": "terminus.light_black.00ffd7", "foreground": "var(light_black)"}, {"background": "#5f0000", "scope": "terminus.light_black.5f0000", "foreground": "var(light_black)"}, {"background": "#5f005f", "scope": "terminus.light_black.5f005f", "foreground": "var(light_black)"}, {"background": "#5f0087", "scope": "terminus.light_black.5f0087", "foreground": "var(light_black)"}, {"background": "#5f00af", "scope": "terminus.light_black.5f00af", "foreground": "var(light_black)"}, {"background": "#5f00d7", "scope": "terminus.light_black.5f00d7", "foreground": "var(light_black)"}, {"background": "#5f00ff", "scope": "terminus.light_black.5f00ff", "foreground": "var(light_black)"}, {"background": "#5f5f00", "scope": "terminus.light_black.5f5f00", "foreground": "var(light_black)"}, {"background": "#5f5f5f", "scope": "terminus.light_black.5f5f5f", "foreground": "var(light_black)"}, {"background": "#5f5f87", "scope": "terminus.light_black.5f5f87", "foreground": "var(light_black)"}, {"background": "#5f5faf", "scope": "terminus.light_black.5f5faf", "foreground": "var(light_black)"}, {"background": "#5f5fd7", "scope": "terminus.light_black.5f5fd7", "foreground": "var(light_black)"}, {"background": "#5f5fff", "scope": "terminus.light_black.5f5fff", "foreground": "var(light_black)"}, {"background": "#5f8700", "scope": "terminus.light_black.5f8700", "foreground": "var(light_black)"}, {"background": "#5f875f", "scope": "terminus.light_black.5f875f", "foreground": "var(light_black)"}, {"background": "#5f8787", "scope": "terminus.light_black.5f8787", "foreground": "var(light_black)"}, {"background": "#5f87af", "scope": "terminus.light_black.5f87af", "foreground": "var(light_black)"}, {"background": "#5f87d7", "scope": "terminus.light_black.5f87d7", "foreground": "var(light_black)"}, {"background": "#5f87ff", "scope": "terminus.light_black.5f87ff", "foreground": "var(light_black)"}, {"background": "#5faf00", "scope": "terminus.light_black.5faf00", "foreground": "var(light_black)"}, {"background": "#5faf5f", "scope": "terminus.light_black.5faf5f", "foreground": "var(light_black)"}, {"background": "#5faf87", "scope": "terminus.light_black.5faf87", "foreground": "var(light_black)"}, {"background": "#5fafaf", "scope": "terminus.light_black.5fafaf", "foreground": "var(light_black)"}, {"background": "#5fafd7", "scope": "terminus.light_black.5fafd7", "foreground": "var(light_black)"}, {"background": "#5fafff", "scope": "terminus.light_black.5fafff", "foreground": "var(light_black)"}, {"background": "#5fd700", "scope": "terminus.light_black.5fd700", "foreground": "var(light_black)"}, {"background": "#5fd75f", "scope": "terminus.light_black.5fd75f", "foreground": "var(light_black)"}, {"background": "#5fd787", "scope": "terminus.light_black.5fd787", "foreground": "var(light_black)"}, {"background": "#5fd7af", "scope": "terminus.light_black.5fd7af", "foreground": "var(light_black)"}, {"background": "#5fd7d7", "scope": "terminus.light_black.5fd7d7", "foreground": "var(light_black)"}, {"background": "#5fd7ff", "scope": "terminus.light_black.5fd7ff", "foreground": "var(light_black)"}, {"background": "#5fff00", "scope": "terminus.light_black.5fff00", "foreground": "var(light_black)"}, {"background": "#5fff5f", "scope": "terminus.light_black.5fff5f", "foreground": "var(light_black)"}, {"background": "#5fff87", "scope": "terminus.light_black.5fff87", "foreground": "var(light_black)"}, {"background": "#5fffaf", "scope": "terminus.light_black.5fffaf", "foreground": "var(light_black)"}, {"background": "#5fffd7", "scope": "terminus.light_black.5fffd7", "foreground": "var(light_black)"}, {"background": "#5fffff", "scope": "terminus.light_black.5fffff", "foreground": "var(light_black)"}, {"background": "#870000", "scope": "terminus.light_black.870000", "foreground": "var(light_black)"}, {"background": "#87005f", "scope": "terminus.light_black.87005f", "foreground": "var(light_black)"}, {"background": "#870087", "scope": "terminus.light_black.870087", "foreground": "var(light_black)"}, {"background": "#8700af", "scope": "terminus.light_black.8700af", "foreground": "var(light_black)"}, {"background": "#8700d7", "scope": "terminus.light_black.8700d7", "foreground": "var(light_black)"}, {"background": "#8700ff", "scope": "terminus.light_black.8700ff", "foreground": "var(light_black)"}, {"background": "#875f00", "scope": "terminus.light_black.875f00", "foreground": "var(light_black)"}, {"background": "#875f5f", "scope": "terminus.light_black.875f5f", "foreground": "var(light_black)"}, {"background": "#875f87", "scope": "terminus.light_black.875f87", "foreground": "var(light_black)"}, {"background": "#875faf", "scope": "terminus.light_black.875faf", "foreground": "var(light_black)"}, {"background": "#875fd7", "scope": "terminus.light_black.875fd7", "foreground": "var(light_black)"}, {"background": "#875fff", "scope": "terminus.light_black.875fff", "foreground": "var(light_black)"}, {"background": "#878700", "scope": "terminus.light_black.878700", "foreground": "var(light_black)"}, {"background": "#87875f", "scope": "terminus.light_black.87875f", "foreground": "var(light_black)"}, {"background": "#878787", "scope": "terminus.light_black.878787", "foreground": "var(light_black)"}, {"background": "#8787af", "scope": "terminus.light_black.8787af", "foreground": "var(light_black)"}, {"background": "#8787d7", "scope": "terminus.light_black.8787d7", "foreground": "var(light_black)"}, {"background": "#8787ff", "scope": "terminus.light_black.8787ff", "foreground": "var(light_black)"}, {"background": "#87af00", "scope": "terminus.light_black.87af00", "foreground": "var(light_black)"}, {"background": "#87af5f", "scope": "terminus.light_black.87af5f", "foreground": "var(light_black)"}, {"background": "#87af87", "scope": "terminus.light_black.87af87", "foreground": "var(light_black)"}, {"background": "#87afaf", "scope": "terminus.light_black.87afaf", "foreground": "var(light_black)"}, {"background": "#87afd7", "scope": "terminus.light_black.87afd7", "foreground": "var(light_black)"}, {"background": "#87afff", "scope": "terminus.light_black.87afff", "foreground": "var(light_black)"}, {"background": "#87d700", "scope": "terminus.light_black.87d700", "foreground": "var(light_black)"}, {"background": "#87d75f", "scope": "terminus.light_black.87d75f", "foreground": "var(light_black)"}, {"background": "#87d787", "scope": "terminus.light_black.87d787", "foreground": "var(light_black)"}, {"background": "#87d7af", "scope": "terminus.light_black.87d7af", "foreground": "var(light_black)"}, {"background": "#87d7d7", "scope": "terminus.light_black.87d7d7", "foreground": "var(light_black)"}, {"background": "#87d7ff", "scope": "terminus.light_black.87d7ff", "foreground": "var(light_black)"}, {"background": "#87ff00", "scope": "terminus.light_black.87ff00", "foreground": "var(light_black)"}, {"background": "#87ff5f", "scope": "terminus.light_black.87ff5f", "foreground": "var(light_black)"}, {"background": "#87ff87", "scope": "terminus.light_black.87ff87", "foreground": "var(light_black)"}, {"background": "#87ffaf", "scope": "terminus.light_black.87ffaf", "foreground": "var(light_black)"}, {"background": "#87ffd7", "scope": "terminus.light_black.87ffd7", "foreground": "var(light_black)"}, {"background": "#87ffff", "scope": "terminus.light_black.87ffff", "foreground": "var(light_black)"}, {"background": "#af0000", "scope": "terminus.light_black.af0000", "foreground": "var(light_black)"}, {"background": "#af005f", "scope": "terminus.light_black.af005f", "foreground": "var(light_black)"}, {"background": "#af0087", "scope": "terminus.light_black.af0087", "foreground": "var(light_black)"}, {"background": "#af00af", "scope": "terminus.light_black.af00af", "foreground": "var(light_black)"}, {"background": "#af00d7", "scope": "terminus.light_black.af00d7", "foreground": "var(light_black)"}, {"background": "#af00ff", "scope": "terminus.light_black.af00ff", "foreground": "var(light_black)"}, {"background": "#af5f00", "scope": "terminus.light_black.af5f00", "foreground": "var(light_black)"}, {"background": "#af5f5f", "scope": "terminus.light_black.af5f5f", "foreground": "var(light_black)"}, {"background": "#af5f87", "scope": "terminus.light_black.af5f87", "foreground": "var(light_black)"}, {"background": "#af5faf", "scope": "terminus.light_black.af5faf", "foreground": "var(light_black)"}, {"background": "#af5fd7", "scope": "terminus.light_black.af5fd7", "foreground": "var(light_black)"}, {"background": "#af5fff", "scope": "terminus.light_black.af5fff", "foreground": "var(light_black)"}, {"background": "#af8700", "scope": "terminus.light_black.af8700", "foreground": "var(light_black)"}, {"background": "#af875f", "scope": "terminus.light_black.af875f", "foreground": "var(light_black)"}, {"background": "#af8787", "scope": "terminus.light_black.af8787", "foreground": "var(light_black)"}, {"background": "#af87af", "scope": "terminus.light_black.af87af", "foreground": "var(light_black)"}, {"background": "#af87d7", "scope": "terminus.light_black.af87d7", "foreground": "var(light_black)"}, {"background": "#af87ff", "scope": "terminus.light_black.af87ff", "foreground": "var(light_black)"}, {"background": "#afaf00", "scope": "terminus.light_black.afaf00", "foreground": "var(light_black)"}, {"background": "#afaf5f", "scope": "terminus.light_black.afaf5f", "foreground": "var(light_black)"}, {"background": "#afaf87", "scope": "terminus.light_black.afaf87", "foreground": "var(light_black)"}, {"background": "#afafaf", "scope": "terminus.light_black.afafaf", "foreground": "var(light_black)"}, {"background": "#afafd7", "scope": "terminus.light_black.afafd7", "foreground": "var(light_black)"}, {"background": "#afafff", "scope": "terminus.light_black.afafff", "foreground": "var(light_black)"}, {"background": "#afd700", "scope": "terminus.light_black.afd700", "foreground": "var(light_black)"}, {"background": "#afd75f", "scope": "terminus.light_black.afd75f", "foreground": "var(light_black)"}, {"background": "#afd787", "scope": "terminus.light_black.afd787", "foreground": "var(light_black)"}, {"background": "#afd7af", "scope": "terminus.light_black.afd7af", "foreground": "var(light_black)"}, {"background": "#afd7d7", "scope": "terminus.light_black.afd7d7", "foreground": "var(light_black)"}, {"background": "#afd7ff", "scope": "terminus.light_black.afd7ff", "foreground": "var(light_black)"}, {"background": "#afff00", "scope": "terminus.light_black.afff00", "foreground": "var(light_black)"}, {"background": "#afff5f", "scope": "terminus.light_black.afff5f", "foreground": "var(light_black)"}, {"background": "#afff87", "scope": "terminus.light_black.afff87", "foreground": "var(light_black)"}, {"background": "#afffaf", "scope": "terminus.light_black.afffaf", "foreground": "var(light_black)"}, {"background": "#afffd7", "scope": "terminus.light_black.afffd7", "foreground": "var(light_black)"}, {"background": "#afffff", "scope": "terminus.light_black.afffff", "foreground": "var(light_black)"}, {"background": "#d70000", "scope": "terminus.light_black.d70000", "foreground": "var(light_black)"}, {"background": "#d7005f", "scope": "terminus.light_black.d7005f", "foreground": "var(light_black)"}, {"background": "#d70087", "scope": "terminus.light_black.d70087", "foreground": "var(light_black)"}, {"background": "#d700af", "scope": "terminus.light_black.d700af", "foreground": "var(light_black)"}, {"background": "#d700d7", "scope": "terminus.light_black.d700d7", "foreground": "var(light_black)"}, {"background": "#d700ff", "scope": "terminus.light_black.d700ff", "foreground": "var(light_black)"}, {"background": "#d75f00", "scope": "terminus.light_black.d75f00", "foreground": "var(light_black)"}, {"background": "#d75f5f", "scope": "terminus.light_black.d75f5f", "foreground": "var(light_black)"}, {"background": "#d75f87", "scope": "terminus.light_black.d75f87", "foreground": "var(light_black)"}, {"background": "#d75faf", "scope": "terminus.light_black.d75faf", "foreground": "var(light_black)"}, {"background": "#d75fd7", "scope": "terminus.light_black.d75fd7", "foreground": "var(light_black)"}, {"background": "#d75fff", "scope": "terminus.light_black.d75fff", "foreground": "var(light_black)"}, {"background": "#d78700", "scope": "terminus.light_black.d78700", "foreground": "var(light_black)"}, {"background": "#d7875f", "scope": "terminus.light_black.d7875f", "foreground": "var(light_black)"}, {"background": "#d78787", "scope": "terminus.light_black.d78787", "foreground": "var(light_black)"}, {"background": "#d787af", "scope": "terminus.light_black.d787af", "foreground": "var(light_black)"}, {"background": "#d787d7", "scope": "terminus.light_black.d787d7", "foreground": "var(light_black)"}, {"background": "#d787ff", "scope": "terminus.light_black.d787ff", "foreground": "var(light_black)"}, {"background": "#d7af00", "scope": "terminus.light_black.d7af00", "foreground": "var(light_black)"}, {"background": "#d7af5f", "scope": "terminus.light_black.d7af5f", "foreground": "var(light_black)"}, {"background": "#d7af87", "scope": "terminus.light_black.d7af87", "foreground": "var(light_black)"}, {"background": "#d7afaf", "scope": "terminus.light_black.d7afaf", "foreground": "var(light_black)"}, {"background": "#d7afd7", "scope": "terminus.light_black.d7afd7", "foreground": "var(light_black)"}, {"background": "#d7afff", "scope": "terminus.light_black.d7afff", "foreground": "var(light_black)"}, {"background": "#d7d700", "scope": "terminus.light_black.d7d700", "foreground": "var(light_black)"}, {"background": "#d7d75f", "scope": "terminus.light_black.d7d75f", "foreground": "var(light_black)"}, {"background": "#d7d787", "scope": "terminus.light_black.d7d787", "foreground": "var(light_black)"}, {"background": "#d7d7af", "scope": "terminus.light_black.d7d7af", "foreground": "var(light_black)"}, {"background": "#d7d7d7", "scope": "terminus.light_black.d7d7d7", "foreground": "var(light_black)"}, {"background": "#d7d7ff", "scope": "terminus.light_black.d7d7ff", "foreground": "var(light_black)"}, {"background": "#d7ff00", "scope": "terminus.light_black.d7ff00", "foreground": "var(light_black)"}, {"background": "#d7ff5f", "scope": "terminus.light_black.d7ff5f", "foreground": "var(light_black)"}, {"background": "#d7ff87", "scope": "terminus.light_black.d7ff87", "foreground": "var(light_black)"}, {"background": "#d7ffaf", "scope": "terminus.light_black.d7ffaf", "foreground": "var(light_black)"}, {"background": "#d7ffd7", "scope": "terminus.light_black.d7ffd7", "foreground": "var(light_black)"}, {"background": "#d7ffff", "scope": "terminus.light_black.d7ffff", "foreground": "var(light_black)"}, {"background": "#ff005f", "scope": "terminus.light_black.ff005f", "foreground": "var(light_black)"}, {"background": "#ff0087", "scope": "terminus.light_black.ff0087", "foreground": "var(light_black)"}, {"background": "#ff00af", "scope": "terminus.light_black.ff00af", "foreground": "var(light_black)"}, {"background": "#ff00d7", "scope": "terminus.light_black.ff00d7", "foreground": "var(light_black)"}, {"background": "#ff5f00", "scope": "terminus.light_black.ff5f00", "foreground": "var(light_black)"}, {"background": "#ff5f5f", "scope": "terminus.light_black.ff5f5f", "foreground": "var(light_black)"}, {"background": "#ff5f87", "scope": "terminus.light_black.ff5f87", "foreground": "var(light_black)"}, {"background": "#ff5faf", "scope": "terminus.light_black.ff5faf", "foreground": "var(light_black)"}, {"background": "#ff5fd7", "scope": "terminus.light_black.ff5fd7", "foreground": "var(light_black)"}, {"background": "#ff5fff", "scope": "terminus.light_black.ff5fff", "foreground": "var(light_black)"}, {"background": "#ff8700", "scope": "terminus.light_black.ff8700", "foreground": "var(light_black)"}, {"background": "#ff875f", "scope": "terminus.light_black.ff875f", "foreground": "var(light_black)"}, {"background": "#ff8787", "scope": "terminus.light_black.ff8787", "foreground": "var(light_black)"}, {"background": "#ff87af", "scope": "terminus.light_black.ff87af", "foreground": "var(light_black)"}, {"background": "#ff87d7", "scope": "terminus.light_black.ff87d7", "foreground": "var(light_black)"}, {"background": "#ff87ff", "scope": "terminus.light_black.ff87ff", "foreground": "var(light_black)"}, {"background": "#ffaf00", "scope": "terminus.light_black.ffaf00", "foreground": "var(light_black)"}, {"background": "#ffaf5f", "scope": "terminus.light_black.ffaf5f", "foreground": "var(light_black)"}, {"background": "#ffaf87", "scope": "terminus.light_black.ffaf87", "foreground": "var(light_black)"}, {"background": "#ffafaf", "scope": "terminus.light_black.ffafaf", "foreground": "var(light_black)"}, {"background": "#ffafd7", "scope": "terminus.light_black.ffafd7", "foreground": "var(light_black)"}, {"background": "#ffafff", "scope": "terminus.light_black.ffafff", "foreground": "var(light_black)"}, {"background": "#ffd700", "scope": "terminus.light_black.ffd700", "foreground": "var(light_black)"}, {"background": "#ffd75f", "scope": "terminus.light_black.ffd75f", "foreground": "var(light_black)"}, {"background": "#ffd787", "scope": "terminus.light_black.ffd787", "foreground": "var(light_black)"}, {"background": "#ffd7af", "scope": "terminus.light_black.ffd7af", "foreground": "var(light_black)"}, {"background": "#ffd7d7", "scope": "terminus.light_black.ffd7d7", "foreground": "var(light_black)"}, {"background": "#ffd7ff", "scope": "terminus.light_black.ffd7ff", "foreground": "var(light_black)"}, {"background": "#ffff5f", "scope": "terminus.light_black.ffff5f", "foreground": "var(light_black)"}, {"background": "#ffff87", "scope": "terminus.light_black.ffff87", "foreground": "var(light_black)"}, {"background": "#ffffaf", "scope": "terminus.light_black.ffffaf", "foreground": "var(light_black)"}, {"background": "#ffffd7", "scope": "terminus.light_black.ffffd7", "foreground": "var(light_black)"}, {"background": "#080808", "scope": "terminus.light_black.080808", "foreground": "var(light_black)"}, {"background": "#121212", "scope": "terminus.light_black.121212", "foreground": "var(light_black)"}, {"background": "#1c1c1c", "scope": "terminus.light_black.1c1c1c", "foreground": "var(light_black)"}, {"background": "#262626", "scope": "terminus.light_black.262626", "foreground": "var(light_black)"}, {"background": "#303030", "scope": "terminus.light_black.303030", "foreground": "var(light_black)"}, {"background": "#3a3a3a", "scope": "terminus.light_black.3a3a3a", "foreground": "var(light_black)"}, {"background": "#444444", "scope": "terminus.light_black.444444", "foreground": "var(light_black)"}, {"background": "#4e4e4e", "scope": "terminus.light_black.4e4e4e", "foreground": "var(light_black)"}, {"background": "#585858", "scope": "terminus.light_black.585858", "foreground": "var(light_black)"}, {"background": "#626262", "scope": "terminus.light_black.626262", "foreground": "var(light_black)"}, {"background": "#6c6c6c", "scope": "terminus.light_black.6c6c6c", "foreground": "var(light_black)"}, {"background": "#767676", "scope": "terminus.light_black.767676", "foreground": "var(light_black)"}, {"background": "#808080", "scope": "terminus.light_black.808080", "foreground": "var(light_black)"}, {"background": "#8a8a8a", "scope": "terminus.light_black.8a8a8a", "foreground": "var(light_black)"}, {"background": "#949494", "scope": "terminus.light_black.949494", "foreground": "var(light_black)"}, {"background": "#9e9e9e", "scope": "terminus.light_black.9e9e9e", "foreground": "var(light_black)"}, {"background": "#a8a8a8", "scope": "terminus.light_black.a8a8a8", "foreground": "var(light_black)"}, {"background": "#b2b2b2", "scope": "terminus.light_black.b2b2b2", "foreground": "var(light_black)"}, {"background": "#bcbcbc", "scope": "terminus.light_black.bcbcbc", "foreground": "var(light_black)"}, {"background": "#c6c6c6", "scope": "terminus.light_black.c6c6c6", "foreground": "var(light_black)"}, {"background": "#d0d0d0", "scope": "terminus.light_black.d0d0d0", "foreground": "var(light_black)"}, {"background": "#dadada", "scope": "terminus.light_black.dadada", "foreground": "var(light_black)"}, {"background": "#e4e4e4", "scope": "terminus.light_black.e4e4e4", "foreground": "var(light_black)"}, {"background": "#eeeeee", "scope": "terminus.light_black.eeeeee", "foreground": "var(light_black)"}, {"background": "var(black)", "scope": "terminus.light_red.black", "foreground": "var(light_red)"}, {"background": "var(red)", "scope": "terminus.light_red.red", "foreground": "var(light_red)"}, {"background": "var(green)", "scope": "terminus.light_red.green", "foreground": "var(light_red)"}, {"background": "var(brown)", "scope": "terminus.light_red.brown", "foreground": "var(light_red)"}, {"background": "var(blue)", "scope": "terminus.light_red.blue", "foreground": "var(light_red)"}, {"background": "var(magenta)", "scope": "terminus.light_red.magenta", "foreground": "var(light_red)"}, {"background": "var(cyan)", "scope": "terminus.light_red.cyan", "foreground": "var(light_red)"}, {"background": "var(white)", "scope": "terminus.light_red.white", "foreground": "var(light_red)"}, {"background": "var(light_black)", "scope": "terminus.light_red.light_black", "foreground": "var(light_red)"}, {"background": "var(light_red)", "scope": "terminus.light_red.light_red", "foreground": "var(light_red)"}, {"background": "var(light_green)", "scope": "terminus.light_red.light_green", "foreground": "var(light_red)"}, {"background": "var(light_brown)", "scope": "terminus.light_red.light_brown", "foreground": "var(light_red)"}, {"background": "var(light_blue)", "scope": "terminus.light_red.light_blue", "foreground": "var(light_red)"}, {"background": "var(light_magenta)", "scope": "terminus.light_red.light_magenta", "foreground": "var(light_red)"}, {"background": "var(light_cyan)", "scope": "terminus.light_red.light_cyan", "foreground": "var(light_red)"}, {"background": "var(light_white)", "scope": "terminus.light_red.light_white", "foreground": "var(light_red)"}, {"background": "var(background)", "scope": "terminus.light_red.default", "foreground": "var(light_red)"}, {"background": "var(foreground)", "scope": "terminus.light_red.reverse_default", "foreground": "var(light_red)"}, {"background": "#000000", "scope": "terminus.light_red.000000", "foreground": "var(light_red)"}, {"background": "#cd0000", "scope": "terminus.light_red.cd0000", "foreground": "var(light_red)"}, {"background": "#00cd00", "scope": "terminus.light_red.00cd00", "foreground": "var(light_red)"}, {"background": "#cdcd00", "scope": "terminus.light_red.cdcd00", "foreground": "var(light_red)"}, {"background": "#0000ee", "scope": "terminus.light_red.0000ee", "foreground": "var(light_red)"}, {"background": "#cd00cd", "scope": "terminus.light_red.cd00cd", "foreground": "var(light_red)"}, {"background": "#00cdcd", "scope": "terminus.light_red.00cdcd", "foreground": "var(light_red)"}, {"background": "#e5e5e5", "scope": "terminus.light_red.e5e5e5", "foreground": "var(light_red)"}, {"background": "#7f7f7f", "scope": "terminus.light_red.7f7f7f", "foreground": "var(light_red)"}, {"background": "#ff0000", "scope": "terminus.light_red.ff0000", "foreground": "var(light_red)"}, {"background": "#00ff00", "scope": "terminus.light_red.00ff00", "foreground": "var(light_red)"}, {"background": "#ffff00", "scope": "terminus.light_red.ffff00", "foreground": "var(light_red)"}, {"background": "#5c5cff", "scope": "terminus.light_red.5c5cff", "foreground": "var(light_red)"}, {"background": "#ff00ff", "scope": "terminus.light_red.ff00ff", "foreground": "var(light_red)"}, {"background": "#00ffff", "scope": "terminus.light_red.00ffff", "foreground": "var(light_red)"}, {"background": "#ffffff", "scope": "terminus.light_red.ffffff", "foreground": "var(light_red)"}, {"background": "#00005f", "scope": "terminus.light_red.00005f", "foreground": "var(light_red)"}, {"background": "#000087", "scope": "terminus.light_red.000087", "foreground": "var(light_red)"}, {"background": "#0000af", "scope": "terminus.light_red.0000af", "foreground": "var(light_red)"}, {"background": "#0000d7", "scope": "terminus.light_red.0000d7", "foreground": "var(light_red)"}, {"background": "#0000ff", "scope": "terminus.light_red.0000ff", "foreground": "var(light_red)"}, {"background": "#005f00", "scope": "terminus.light_red.005f00", "foreground": "var(light_red)"}, {"background": "#005f5f", "scope": "terminus.light_red.005f5f", "foreground": "var(light_red)"}, {"background": "#005f87", "scope": "terminus.light_red.005f87", "foreground": "var(light_red)"}, {"background": "#005faf", "scope": "terminus.light_red.005faf", "foreground": "var(light_red)"}, {"background": "#005fd7", "scope": "terminus.light_red.005fd7", "foreground": "var(light_red)"}, {"background": "#005fff", "scope": "terminus.light_red.005fff", "foreground": "var(light_red)"}, {"background": "#008700", "scope": "terminus.light_red.008700", "foreground": "var(light_red)"}, {"background": "#00875f", "scope": "terminus.light_red.00875f", "foreground": "var(light_red)"}, {"background": "#008787", "scope": "terminus.light_red.008787", "foreground": "var(light_red)"}, {"background": "#0087af", "scope": "terminus.light_red.0087af", "foreground": "var(light_red)"}, {"background": "#0087d7", "scope": "terminus.light_red.0087d7", "foreground": "var(light_red)"}, {"background": "#0087ff", "scope": "terminus.light_red.0087ff", "foreground": "var(light_red)"}, {"background": "#00af00", "scope": "terminus.light_red.00af00", "foreground": "var(light_red)"}, {"background": "#00af5f", "scope": "terminus.light_red.00af5f", "foreground": "var(light_red)"}, {"background": "#00af87", "scope": "terminus.light_red.00af87", "foreground": "var(light_red)"}, {"background": "#00afaf", "scope": "terminus.light_red.00afaf", "foreground": "var(light_red)"}, {"background": "#00afd7", "scope": "terminus.light_red.00afd7", "foreground": "var(light_red)"}, {"background": "#00afff", "scope": "terminus.light_red.00afff", "foreground": "var(light_red)"}, {"background": "#00d700", "scope": "terminus.light_red.00d700", "foreground": "var(light_red)"}, {"background": "#00d75f", "scope": "terminus.light_red.00d75f", "foreground": "var(light_red)"}, {"background": "#00d787", "scope": "terminus.light_red.00d787", "foreground": "var(light_red)"}, {"background": "#00d7af", "scope": "terminus.light_red.00d7af", "foreground": "var(light_red)"}, {"background": "#00d7d7", "scope": "terminus.light_red.00d7d7", "foreground": "var(light_red)"}, {"background": "#00d7ff", "scope": "terminus.light_red.00d7ff", "foreground": "var(light_red)"}, {"background": "#00ff5f", "scope": "terminus.light_red.00ff5f", "foreground": "var(light_red)"}, {"background": "#00ff87", "scope": "terminus.light_red.00ff87", "foreground": "var(light_red)"}, {"background": "#00ffaf", "scope": "terminus.light_red.00ffaf", "foreground": "var(light_red)"}, {"background": "#00ffd7", "scope": "terminus.light_red.00ffd7", "foreground": "var(light_red)"}, {"background": "#5f0000", "scope": "terminus.light_red.5f0000", "foreground": "var(light_red)"}, {"background": "#5f005f", "scope": "terminus.light_red.5f005f", "foreground": "var(light_red)"}, {"background": "#5f0087", "scope": "terminus.light_red.5f0087", "foreground": "var(light_red)"}, {"background": "#5f00af", "scope": "terminus.light_red.5f00af", "foreground": "var(light_red)"}, {"background": "#5f00d7", "scope": "terminus.light_red.5f00d7", "foreground": "var(light_red)"}, {"background": "#5f00ff", "scope": "terminus.light_red.5f00ff", "foreground": "var(light_red)"}, {"background": "#5f5f00", "scope": "terminus.light_red.5f5f00", "foreground": "var(light_red)"}, {"background": "#5f5f5f", "scope": "terminus.light_red.5f5f5f", "foreground": "var(light_red)"}, {"background": "#5f5f87", "scope": "terminus.light_red.5f5f87", "foreground": "var(light_red)"}, {"background": "#5f5faf", "scope": "terminus.light_red.5f5faf", "foreground": "var(light_red)"}, {"background": "#5f5fd7", "scope": "terminus.light_red.5f5fd7", "foreground": "var(light_red)"}, {"background": "#5f5fff", "scope": "terminus.light_red.5f5fff", "foreground": "var(light_red)"}, {"background": "#5f8700", "scope": "terminus.light_red.5f8700", "foreground": "var(light_red)"}, {"background": "#5f875f", "scope": "terminus.light_red.5f875f", "foreground": "var(light_red)"}, {"background": "#5f8787", "scope": "terminus.light_red.5f8787", "foreground": "var(light_red)"}, {"background": "#5f87af", "scope": "terminus.light_red.5f87af", "foreground": "var(light_red)"}, {"background": "#5f87d7", "scope": "terminus.light_red.5f87d7", "foreground": "var(light_red)"}, {"background": "#5f87ff", "scope": "terminus.light_red.5f87ff", "foreground": "var(light_red)"}, {"background": "#5faf00", "scope": "terminus.light_red.5faf00", "foreground": "var(light_red)"}, {"background": "#5faf5f", "scope": "terminus.light_red.5faf5f", "foreground": "var(light_red)"}, {"background": "#5faf87", "scope": "terminus.light_red.5faf87", "foreground": "var(light_red)"}, {"background": "#5fafaf", "scope": "terminus.light_red.5fafaf", "foreground": "var(light_red)"}, {"background": "#5fafd7", "scope": "terminus.light_red.5fafd7", "foreground": "var(light_red)"}, {"background": "#5fafff", "scope": "terminus.light_red.5fafff", "foreground": "var(light_red)"}, {"background": "#5fd700", "scope": "terminus.light_red.5fd700", "foreground": "var(light_red)"}, {"background": "#5fd75f", "scope": "terminus.light_red.5fd75f", "foreground": "var(light_red)"}, {"background": "#5fd787", "scope": "terminus.light_red.5fd787", "foreground": "var(light_red)"}, {"background": "#5fd7af", "scope": "terminus.light_red.5fd7af", "foreground": "var(light_red)"}, {"background": "#5fd7d7", "scope": "terminus.light_red.5fd7d7", "foreground": "var(light_red)"}, {"background": "#5fd7ff", "scope": "terminus.light_red.5fd7ff", "foreground": "var(light_red)"}, {"background": "#5fff00", "scope": "terminus.light_red.5fff00", "foreground": "var(light_red)"}, {"background": "#5fff5f", "scope": "terminus.light_red.5fff5f", "foreground": "var(light_red)"}, {"background": "#5fff87", "scope": "terminus.light_red.5fff87", "foreground": "var(light_red)"}, {"background": "#5fffaf", "scope": "terminus.light_red.5fffaf", "foreground": "var(light_red)"}, {"background": "#5fffd7", "scope": "terminus.light_red.5fffd7", "foreground": "var(light_red)"}, {"background": "#5fffff", "scope": "terminus.light_red.5fffff", "foreground": "var(light_red)"}, {"background": "#870000", "scope": "terminus.light_red.870000", "foreground": "var(light_red)"}, {"background": "#87005f", "scope": "terminus.light_red.87005f", "foreground": "var(light_red)"}, {"background": "#870087", "scope": "terminus.light_red.870087", "foreground": "var(light_red)"}, {"background": "#8700af", "scope": "terminus.light_red.8700af", "foreground": "var(light_red)"}, {"background": "#8700d7", "scope": "terminus.light_red.8700d7", "foreground": "var(light_red)"}, {"background": "#8700ff", "scope": "terminus.light_red.8700ff", "foreground": "var(light_red)"}, {"background": "#875f00", "scope": "terminus.light_red.875f00", "foreground": "var(light_red)"}, {"background": "#875f5f", "scope": "terminus.light_red.875f5f", "foreground": "var(light_red)"}, {"background": "#875f87", "scope": "terminus.light_red.875f87", "foreground": "var(light_red)"}, {"background": "#875faf", "scope": "terminus.light_red.875faf", "foreground": "var(light_red)"}, {"background": "#875fd7", "scope": "terminus.light_red.875fd7", "foreground": "var(light_red)"}, {"background": "#875fff", "scope": "terminus.light_red.875fff", "foreground": "var(light_red)"}, {"background": "#878700", "scope": "terminus.light_red.878700", "foreground": "var(light_red)"}, {"background": "#87875f", "scope": "terminus.light_red.87875f", "foreground": "var(light_red)"}, {"background": "#878787", "scope": "terminus.light_red.878787", "foreground": "var(light_red)"}, {"background": "#8787af", "scope": "terminus.light_red.8787af", "foreground": "var(light_red)"}, {"background": "#8787d7", "scope": "terminus.light_red.8787d7", "foreground": "var(light_red)"}, {"background": "#8787ff", "scope": "terminus.light_red.8787ff", "foreground": "var(light_red)"}, {"background": "#87af00", "scope": "terminus.light_red.87af00", "foreground": "var(light_red)"}, {"background": "#87af5f", "scope": "terminus.light_red.87af5f", "foreground": "var(light_red)"}, {"background": "#87af87", "scope": "terminus.light_red.87af87", "foreground": "var(light_red)"}, {"background": "#87afaf", "scope": "terminus.light_red.87afaf", "foreground": "var(light_red)"}, {"background": "#87afd7", "scope": "terminus.light_red.87afd7", "foreground": "var(light_red)"}, {"background": "#87afff", "scope": "terminus.light_red.87afff", "foreground": "var(light_red)"}, {"background": "#87d700", "scope": "terminus.light_red.87d700", "foreground": "var(light_red)"}, {"background": "#87d75f", "scope": "terminus.light_red.87d75f", "foreground": "var(light_red)"}, {"background": "#87d787", "scope": "terminus.light_red.87d787", "foreground": "var(light_red)"}, {"background": "#87d7af", "scope": "terminus.light_red.87d7af", "foreground": "var(light_red)"}, {"background": "#87d7d7", "scope": "terminus.light_red.87d7d7", "foreground": "var(light_red)"}, {"background": "#87d7ff", "scope": "terminus.light_red.87d7ff", "foreground": "var(light_red)"}, {"background": "#87ff00", "scope": "terminus.light_red.87ff00", "foreground": "var(light_red)"}, {"background": "#87ff5f", "scope": "terminus.light_red.87ff5f", "foreground": "var(light_red)"}, {"background": "#87ff87", "scope": "terminus.light_red.87ff87", "foreground": "var(light_red)"}, {"background": "#87ffaf", "scope": "terminus.light_red.87ffaf", "foreground": "var(light_red)"}, {"background": "#87ffd7", "scope": "terminus.light_red.87ffd7", "foreground": "var(light_red)"}, {"background": "#87ffff", "scope": "terminus.light_red.87ffff", "foreground": "var(light_red)"}, {"background": "#af0000", "scope": "terminus.light_red.af0000", "foreground": "var(light_red)"}, {"background": "#af005f", "scope": "terminus.light_red.af005f", "foreground": "var(light_red)"}, {"background": "#af0087", "scope": "terminus.light_red.af0087", "foreground": "var(light_red)"}, {"background": "#af00af", "scope": "terminus.light_red.af00af", "foreground": "var(light_red)"}, {"background": "#af00d7", "scope": "terminus.light_red.af00d7", "foreground": "var(light_red)"}, {"background": "#af00ff", "scope": "terminus.light_red.af00ff", "foreground": "var(light_red)"}, {"background": "#af5f00", "scope": "terminus.light_red.af5f00", "foreground": "var(light_red)"}, {"background": "#af5f5f", "scope": "terminus.light_red.af5f5f", "foreground": "var(light_red)"}, {"background": "#af5f87", "scope": "terminus.light_red.af5f87", "foreground": "var(light_red)"}, {"background": "#af5faf", "scope": "terminus.light_red.af5faf", "foreground": "var(light_red)"}, {"background": "#af5fd7", "scope": "terminus.light_red.af5fd7", "foreground": "var(light_red)"}, {"background": "#af5fff", "scope": "terminus.light_red.af5fff", "foreground": "var(light_red)"}, {"background": "#af8700", "scope": "terminus.light_red.af8700", "foreground": "var(light_red)"}, {"background": "#af875f", "scope": "terminus.light_red.af875f", "foreground": "var(light_red)"}, {"background": "#af8787", "scope": "terminus.light_red.af8787", "foreground": "var(light_red)"}, {"background": "#af87af", "scope": "terminus.light_red.af87af", "foreground": "var(light_red)"}, {"background": "#af87d7", "scope": "terminus.light_red.af87d7", "foreground": "var(light_red)"}, {"background": "#af87ff", "scope": "terminus.light_red.af87ff", "foreground": "var(light_red)"}, {"background": "#afaf00", "scope": "terminus.light_red.afaf00", "foreground": "var(light_red)"}, {"background": "#afaf5f", "scope": "terminus.light_red.afaf5f", "foreground": "var(light_red)"}, {"background": "#afaf87", "scope": "terminus.light_red.afaf87", "foreground": "var(light_red)"}, {"background": "#afafaf", "scope": "terminus.light_red.afafaf", "foreground": "var(light_red)"}, {"background": "#afafd7", "scope": "terminus.light_red.afafd7", "foreground": "var(light_red)"}, {"background": "#afafff", "scope": "terminus.light_red.afafff", "foreground": "var(light_red)"}, {"background": "#afd700", "scope": "terminus.light_red.afd700", "foreground": "var(light_red)"}, {"background": "#afd75f", "scope": "terminus.light_red.afd75f", "foreground": "var(light_red)"}, {"background": "#afd787", "scope": "terminus.light_red.afd787", "foreground": "var(light_red)"}, {"background": "#afd7af", "scope": "terminus.light_red.afd7af", "foreground": "var(light_red)"}, {"background": "#afd7d7", "scope": "terminus.light_red.afd7d7", "foreground": "var(light_red)"}, {"background": "#afd7ff", "scope": "terminus.light_red.afd7ff", "foreground": "var(light_red)"}, {"background": "#afff00", "scope": "terminus.light_red.afff00", "foreground": "var(light_red)"}, {"background": "#afff5f", "scope": "terminus.light_red.afff5f", "foreground": "var(light_red)"}, {"background": "#afff87", "scope": "terminus.light_red.afff87", "foreground": "var(light_red)"}, {"background": "#afffaf", "scope": "terminus.light_red.afffaf", "foreground": "var(light_red)"}, {"background": "#afffd7", "scope": "terminus.light_red.afffd7", "foreground": "var(light_red)"}, {"background": "#afffff", "scope": "terminus.light_red.afffff", "foreground": "var(light_red)"}, {"background": "#d70000", "scope": "terminus.light_red.d70000", "foreground": "var(light_red)"}, {"background": "#d7005f", "scope": "terminus.light_red.d7005f", "foreground": "var(light_red)"}, {"background": "#d70087", "scope": "terminus.light_red.d70087", "foreground": "var(light_red)"}, {"background": "#d700af", "scope": "terminus.light_red.d700af", "foreground": "var(light_red)"}, {"background": "#d700d7", "scope": "terminus.light_red.d700d7", "foreground": "var(light_red)"}, {"background": "#d700ff", "scope": "terminus.light_red.d700ff", "foreground": "var(light_red)"}, {"background": "#d75f00", "scope": "terminus.light_red.d75f00", "foreground": "var(light_red)"}, {"background": "#d75f5f", "scope": "terminus.light_red.d75f5f", "foreground": "var(light_red)"}, {"background": "#d75f87", "scope": "terminus.light_red.d75f87", "foreground": "var(light_red)"}, {"background": "#d75faf", "scope": "terminus.light_red.d75faf", "foreground": "var(light_red)"}, {"background": "#d75fd7", "scope": "terminus.light_red.d75fd7", "foreground": "var(light_red)"}, {"background": "#d75fff", "scope": "terminus.light_red.d75fff", "foreground": "var(light_red)"}, {"background": "#d78700", "scope": "terminus.light_red.d78700", "foreground": "var(light_red)"}, {"background": "#d7875f", "scope": "terminus.light_red.d7875f", "foreground": "var(light_red)"}, {"background": "#d78787", "scope": "terminus.light_red.d78787", "foreground": "var(light_red)"}, {"background": "#d787af", "scope": "terminus.light_red.d787af", "foreground": "var(light_red)"}, {"background": "#d787d7", "scope": "terminus.light_red.d787d7", "foreground": "var(light_red)"}, {"background": "#d787ff", "scope": "terminus.light_red.d787ff", "foreground": "var(light_red)"}, {"background": "#d7af00", "scope": "terminus.light_red.d7af00", "foreground": "var(light_red)"}, {"background": "#d7af5f", "scope": "terminus.light_red.d7af5f", "foreground": "var(light_red)"}, {"background": "#d7af87", "scope": "terminus.light_red.d7af87", "foreground": "var(light_red)"}, {"background": "#d7afaf", "scope": "terminus.light_red.d7afaf", "foreground": "var(light_red)"}, {"background": "#d7afd7", "scope": "terminus.light_red.d7afd7", "foreground": "var(light_red)"}, {"background": "#d7afff", "scope": "terminus.light_red.d7afff", "foreground": "var(light_red)"}, {"background": "#d7d700", "scope": "terminus.light_red.d7d700", "foreground": "var(light_red)"}, {"background": "#d7d75f", "scope": "terminus.light_red.d7d75f", "foreground": "var(light_red)"}, {"background": "#d7d787", "scope": "terminus.light_red.d7d787", "foreground": "var(light_red)"}, {"background": "#d7d7af", "scope": "terminus.light_red.d7d7af", "foreground": "var(light_red)"}, {"background": "#d7d7d7", "scope": "terminus.light_red.d7d7d7", "foreground": "var(light_red)"}, {"background": "#d7d7ff", "scope": "terminus.light_red.d7d7ff", "foreground": "var(light_red)"}, {"background": "#d7ff00", "scope": "terminus.light_red.d7ff00", "foreground": "var(light_red)"}, {"background": "#d7ff5f", "scope": "terminus.light_red.d7ff5f", "foreground": "var(light_red)"}, {"background": "#d7ff87", "scope": "terminus.light_red.d7ff87", "foreground": "var(light_red)"}, {"background": "#d7ffaf", "scope": "terminus.light_red.d7ffaf", "foreground": "var(light_red)"}, {"background": "#d7ffd7", "scope": "terminus.light_red.d7ffd7", "foreground": "var(light_red)"}, {"background": "#d7ffff", "scope": "terminus.light_red.d7ffff", "foreground": "var(light_red)"}, {"background": "#ff005f", "scope": "terminus.light_red.ff005f", "foreground": "var(light_red)"}, {"background": "#ff0087", "scope": "terminus.light_red.ff0087", "foreground": "var(light_red)"}, {"background": "#ff00af", "scope": "terminus.light_red.ff00af", "foreground": "var(light_red)"}, {"background": "#ff00d7", "scope": "terminus.light_red.ff00d7", "foreground": "var(light_red)"}, {"background": "#ff5f00", "scope": "terminus.light_red.ff5f00", "foreground": "var(light_red)"}, {"background": "#ff5f5f", "scope": "terminus.light_red.ff5f5f", "foreground": "var(light_red)"}, {"background": "#ff5f87", "scope": "terminus.light_red.ff5f87", "foreground": "var(light_red)"}, {"background": "#ff5faf", "scope": "terminus.light_red.ff5faf", "foreground": "var(light_red)"}, {"background": "#ff5fd7", "scope": "terminus.light_red.ff5fd7", "foreground": "var(light_red)"}, {"background": "#ff5fff", "scope": "terminus.light_red.ff5fff", "foreground": "var(light_red)"}, {"background": "#ff8700", "scope": "terminus.light_red.ff8700", "foreground": "var(light_red)"}, {"background": "#ff875f", "scope": "terminus.light_red.ff875f", "foreground": "var(light_red)"}, {"background": "#ff8787", "scope": "terminus.light_red.ff8787", "foreground": "var(light_red)"}, {"background": "#ff87af", "scope": "terminus.light_red.ff87af", "foreground": "var(light_red)"}, {"background": "#ff87d7", "scope": "terminus.light_red.ff87d7", "foreground": "var(light_red)"}, {"background": "#ff87ff", "scope": "terminus.light_red.ff87ff", "foreground": "var(light_red)"}, {"background": "#ffaf00", "scope": "terminus.light_red.ffaf00", "foreground": "var(light_red)"}, {"background": "#ffaf5f", "scope": "terminus.light_red.ffaf5f", "foreground": "var(light_red)"}, {"background": "#ffaf87", "scope": "terminus.light_red.ffaf87", "foreground": "var(light_red)"}, {"background": "#ffafaf", "scope": "terminus.light_red.ffafaf", "foreground": "var(light_red)"}, {"background": "#ffafd7", "scope": "terminus.light_red.ffafd7", "foreground": "var(light_red)"}, {"background": "#ffafff", "scope": "terminus.light_red.ffafff", "foreground": "var(light_red)"}, {"background": "#ffd700", "scope": "terminus.light_red.ffd700", "foreground": "var(light_red)"}, {"background": "#ffd75f", "scope": "terminus.light_red.ffd75f", "foreground": "var(light_red)"}, {"background": "#ffd787", "scope": "terminus.light_red.ffd787", "foreground": "var(light_red)"}, {"background": "#ffd7af", "scope": "terminus.light_red.ffd7af", "foreground": "var(light_red)"}, {"background": "#ffd7d7", "scope": "terminus.light_red.ffd7d7", "foreground": "var(light_red)"}, {"background": "#ffd7ff", "scope": "terminus.light_red.ffd7ff", "foreground": "var(light_red)"}, {"background": "#ffff5f", "scope": "terminus.light_red.ffff5f", "foreground": "var(light_red)"}, {"background": "#ffff87", "scope": "terminus.light_red.ffff87", "foreground": "var(light_red)"}, {"background": "#ffffaf", "scope": "terminus.light_red.ffffaf", "foreground": "var(light_red)"}, {"background": "#ffffd7", "scope": "terminus.light_red.ffffd7", "foreground": "var(light_red)"}, {"background": "#080808", "scope": "terminus.light_red.080808", "foreground": "var(light_red)"}, {"background": "#121212", "scope": "terminus.light_red.121212", "foreground": "var(light_red)"}, {"background": "#1c1c1c", "scope": "terminus.light_red.1c1c1c", "foreground": "var(light_red)"}, {"background": "#262626", "scope": "terminus.light_red.262626", "foreground": "var(light_red)"}, {"background": "#303030", "scope": "terminus.light_red.303030", "foreground": "var(light_red)"}, {"background": "#3a3a3a", "scope": "terminus.light_red.3a3a3a", "foreground": "var(light_red)"}, {"background": "#444444", "scope": "terminus.light_red.444444", "foreground": "var(light_red)"}, {"background": "#4e4e4e", "scope": "terminus.light_red.4e4e4e", "foreground": "var(light_red)"}, {"background": "#585858", "scope": "terminus.light_red.585858", "foreground": "var(light_red)"}, {"background": "#626262", "scope": "terminus.light_red.626262", "foreground": "var(light_red)"}, {"background": "#6c6c6c", "scope": "terminus.light_red.6c6c6c", "foreground": "var(light_red)"}, {"background": "#767676", "scope": "terminus.light_red.767676", "foreground": "var(light_red)"}, {"background": "#808080", "scope": "terminus.light_red.808080", "foreground": "var(light_red)"}, {"background": "#8a8a8a", "scope": "terminus.light_red.8a8a8a", "foreground": "var(light_red)"}, {"background": "#949494", "scope": "terminus.light_red.949494", "foreground": "var(light_red)"}, {"background": "#9e9e9e", "scope": "terminus.light_red.9e9e9e", "foreground": "var(light_red)"}, {"background": "#a8a8a8", "scope": "terminus.light_red.a8a8a8", "foreground": "var(light_red)"}, {"background": "#b2b2b2", "scope": "terminus.light_red.b2b2b2", "foreground": "var(light_red)"}, {"background": "#bcbcbc", "scope": "terminus.light_red.bcbcbc", "foreground": "var(light_red)"}, {"background": "#c6c6c6", "scope": "terminus.light_red.c6c6c6", "foreground": "var(light_red)"}, {"background": "#d0d0d0", "scope": "terminus.light_red.d0d0d0", "foreground": "var(light_red)"}, {"background": "#dadada", "scope": "terminus.light_red.dadada", "foreground": "var(light_red)"}, {"background": "#e4e4e4", "scope": "terminus.light_red.e4e4e4", "foreground": "var(light_red)"}, {"background": "#eeeeee", "scope": "terminus.light_red.eeeeee", "foreground": "var(light_red)"}, {"background": "var(black)", "scope": "terminus.light_green.black", "foreground": "var(light_green)"}, {"background": "var(red)", "scope": "terminus.light_green.red", "foreground": "var(light_green)"}, {"background": "var(green)", "scope": "terminus.light_green.green", "foreground": "var(light_green)"}, {"background": "var(brown)", "scope": "terminus.light_green.brown", "foreground": "var(light_green)"}, {"background": "var(blue)", "scope": "terminus.light_green.blue", "foreground": "var(light_green)"}, {"background": "var(magenta)", "scope": "terminus.light_green.magenta", "foreground": "var(light_green)"}, {"background": "var(cyan)", "scope": "terminus.light_green.cyan", "foreground": "var(light_green)"}, {"background": "var(white)", "scope": "terminus.light_green.white", "foreground": "var(light_green)"}, {"background": "var(light_black)", "scope": "terminus.light_green.light_black", "foreground": "var(light_green)"}, {"background": "var(light_red)", "scope": "terminus.light_green.light_red", "foreground": "var(light_green)"}, {"background": "var(light_green)", "scope": "terminus.light_green.light_green", "foreground": "var(light_green)"}, {"background": "var(light_brown)", "scope": "terminus.light_green.light_brown", "foreground": "var(light_green)"}, {"background": "var(light_blue)", "scope": "terminus.light_green.light_blue", "foreground": "var(light_green)"}, {"background": "var(light_magenta)", "scope": "terminus.light_green.light_magenta", "foreground": "var(light_green)"}, {"background": "var(light_cyan)", "scope": "terminus.light_green.light_cyan", "foreground": "var(light_green)"}, {"background": "var(light_white)", "scope": "terminus.light_green.light_white", "foreground": "var(light_green)"}, {"background": "var(background)", "scope": "terminus.light_green.default", "foreground": "var(light_green)"}, {"background": "var(foreground)", "scope": "terminus.light_green.reverse_default", "foreground": "var(light_green)"}, {"background": "#000000", "scope": "terminus.light_green.000000", "foreground": "var(light_green)"}, {"background": "#cd0000", "scope": "terminus.light_green.cd0000", "foreground": "var(light_green)"}, {"background": "#00cd00", "scope": "terminus.light_green.00cd00", "foreground": "var(light_green)"}, {"background": "#cdcd00", "scope": "terminus.light_green.cdcd00", "foreground": "var(light_green)"}, {"background": "#0000ee", "scope": "terminus.light_green.0000ee", "foreground": "var(light_green)"}, {"background": "#cd00cd", "scope": "terminus.light_green.cd00cd", "foreground": "var(light_green)"}, {"background": "#00cdcd", "scope": "terminus.light_green.00cdcd", "foreground": "var(light_green)"}, {"background": "#e5e5e5", "scope": "terminus.light_green.e5e5e5", "foreground": "var(light_green)"}, {"background": "#7f7f7f", "scope": "terminus.light_green.7f7f7f", "foreground": "var(light_green)"}, {"background": "#ff0000", "scope": "terminus.light_green.ff0000", "foreground": "var(light_green)"}, {"background": "#00ff00", "scope": "terminus.light_green.00ff00", "foreground": "var(light_green)"}, {"background": "#ffff00", "scope": "terminus.light_green.ffff00", "foreground": "var(light_green)"}, {"background": "#5c5cff", "scope": "terminus.light_green.5c5cff", "foreground": "var(light_green)"}, {"background": "#ff00ff", "scope": "terminus.light_green.ff00ff", "foreground": "var(light_green)"}, {"background": "#00ffff", "scope": "terminus.light_green.00ffff", "foreground": "var(light_green)"}, {"background": "#ffffff", "scope": "terminus.light_green.ffffff", "foreground": "var(light_green)"}, {"background": "#00005f", "scope": "terminus.light_green.00005f", "foreground": "var(light_green)"}, {"background": "#000087", "scope": "terminus.light_green.000087", "foreground": "var(light_green)"}, {"background": "#0000af", "scope": "terminus.light_green.0000af", "foreground": "var(light_green)"}, {"background": "#0000d7", "scope": "terminus.light_green.0000d7", "foreground": "var(light_green)"}, {"background": "#0000ff", "scope": "terminus.light_green.0000ff", "foreground": "var(light_green)"}, {"background": "#005f00", "scope": "terminus.light_green.005f00", "foreground": "var(light_green)"}, {"background": "#005f5f", "scope": "terminus.light_green.005f5f", "foreground": "var(light_green)"}, {"background": "#005f87", "scope": "terminus.light_green.005f87", "foreground": "var(light_green)"}, {"background": "#005faf", "scope": "terminus.light_green.005faf", "foreground": "var(light_green)"}, {"background": "#005fd7", "scope": "terminus.light_green.005fd7", "foreground": "var(light_green)"}, {"background": "#005fff", "scope": "terminus.light_green.005fff", "foreground": "var(light_green)"}, {"background": "#008700", "scope": "terminus.light_green.008700", "foreground": "var(light_green)"}, {"background": "#00875f", "scope": "terminus.light_green.00875f", "foreground": "var(light_green)"}, {"background": "#008787", "scope": "terminus.light_green.008787", "foreground": "var(light_green)"}, {"background": "#0087af", "scope": "terminus.light_green.0087af", "foreground": "var(light_green)"}, {"background": "#0087d7", "scope": "terminus.light_green.0087d7", "foreground": "var(light_green)"}, {"background": "#0087ff", "scope": "terminus.light_green.0087ff", "foreground": "var(light_green)"}, {"background": "#00af00", "scope": "terminus.light_green.00af00", "foreground": "var(light_green)"}, {"background": "#00af5f", "scope": "terminus.light_green.00af5f", "foreground": "var(light_green)"}, {"background": "#00af87", "scope": "terminus.light_green.00af87", "foreground": "var(light_green)"}, {"background": "#00afaf", "scope": "terminus.light_green.00afaf", "foreground": "var(light_green)"}, {"background": "#00afd7", "scope": "terminus.light_green.00afd7", "foreground": "var(light_green)"}, {"background": "#00afff", "scope": "terminus.light_green.00afff", "foreground": "var(light_green)"}, {"background": "#00d700", "scope": "terminus.light_green.00d700", "foreground": "var(light_green)"}, {"background": "#00d75f", "scope": "terminus.light_green.00d75f", "foreground": "var(light_green)"}, {"background": "#00d787", "scope": "terminus.light_green.00d787", "foreground": "var(light_green)"}, {"background": "#00d7af", "scope": "terminus.light_green.00d7af", "foreground": "var(light_green)"}, {"background": "#00d7d7", "scope": "terminus.light_green.00d7d7", "foreground": "var(light_green)"}, {"background": "#00d7ff", "scope": "terminus.light_green.00d7ff", "foreground": "var(light_green)"}, {"background": "#00ff5f", "scope": "terminus.light_green.00ff5f", "foreground": "var(light_green)"}, {"background": "#00ff87", "scope": "terminus.light_green.00ff87", "foreground": "var(light_green)"}, {"background": "#00ffaf", "scope": "terminus.light_green.00ffaf", "foreground": "var(light_green)"}, {"background": "#00ffd7", "scope": "terminus.light_green.00ffd7", "foreground": "var(light_green)"}, {"background": "#5f0000", "scope": "terminus.light_green.5f0000", "foreground": "var(light_green)"}, {"background": "#5f005f", "scope": "terminus.light_green.5f005f", "foreground": "var(light_green)"}, {"background": "#5f0087", "scope": "terminus.light_green.5f0087", "foreground": "var(light_green)"}, {"background": "#5f00af", "scope": "terminus.light_green.5f00af", "foreground": "var(light_green)"}, {"background": "#5f00d7", "scope": "terminus.light_green.5f00d7", "foreground": "var(light_green)"}, {"background": "#5f00ff", "scope": "terminus.light_green.5f00ff", "foreground": "var(light_green)"}, {"background": "#5f5f00", "scope": "terminus.light_green.5f5f00", "foreground": "var(light_green)"}, {"background": "#5f5f5f", "scope": "terminus.light_green.5f5f5f", "foreground": "var(light_green)"}, {"background": "#5f5f87", "scope": "terminus.light_green.5f5f87", "foreground": "var(light_green)"}, {"background": "#5f5faf", "scope": "terminus.light_green.5f5faf", "foreground": "var(light_green)"}, {"background": "#5f5fd7", "scope": "terminus.light_green.5f5fd7", "foreground": "var(light_green)"}, {"background": "#5f5fff", "scope": "terminus.light_green.5f5fff", "foreground": "var(light_green)"}, {"background": "#5f8700", "scope": "terminus.light_green.5f8700", "foreground": "var(light_green)"}, {"background": "#5f875f", "scope": "terminus.light_green.5f875f", "foreground": "var(light_green)"}, {"background": "#5f8787", "scope": "terminus.light_green.5f8787", "foreground": "var(light_green)"}, {"background": "#5f87af", "scope": "terminus.light_green.5f87af", "foreground": "var(light_green)"}, {"background": "#5f87d7", "scope": "terminus.light_green.5f87d7", "foreground": "var(light_green)"}, {"background": "#5f87ff", "scope": "terminus.light_green.5f87ff", "foreground": "var(light_green)"}, {"background": "#5faf00", "scope": "terminus.light_green.5faf00", "foreground": "var(light_green)"}, {"background": "#5faf5f", "scope": "terminus.light_green.5faf5f", "foreground": "var(light_green)"}, {"background": "#5faf87", "scope": "terminus.light_green.5faf87", "foreground": "var(light_green)"}, {"background": "#5fafaf", "scope": "terminus.light_green.5fafaf", "foreground": "var(light_green)"}, {"background": "#5fafd7", "scope": "terminus.light_green.5fafd7", "foreground": "var(light_green)"}, {"background": "#5fafff", "scope": "terminus.light_green.5fafff", "foreground": "var(light_green)"}, {"background": "#5fd700", "scope": "terminus.light_green.5fd700", "foreground": "var(light_green)"}, {"background": "#5fd75f", "scope": "terminus.light_green.5fd75f", "foreground": "var(light_green)"}, {"background": "#5fd787", "scope": "terminus.light_green.5fd787", "foreground": "var(light_green)"}, {"background": "#5fd7af", "scope": "terminus.light_green.5fd7af", "foreground": "var(light_green)"}, {"background": "#5fd7d7", "scope": "terminus.light_green.5fd7d7", "foreground": "var(light_green)"}, {"background": "#5fd7ff", "scope": "terminus.light_green.5fd7ff", "foreground": "var(light_green)"}, {"background": "#5fff00", "scope": "terminus.light_green.5fff00", "foreground": "var(light_green)"}, {"background": "#5fff5f", "scope": "terminus.light_green.5fff5f", "foreground": "var(light_green)"}, {"background": "#5fff87", "scope": "terminus.light_green.5fff87", "foreground": "var(light_green)"}, {"background": "#5fffaf", "scope": "terminus.light_green.5fffaf", "foreground": "var(light_green)"}, {"background": "#5fffd7", "scope": "terminus.light_green.5fffd7", "foreground": "var(light_green)"}, {"background": "#5fffff", "scope": "terminus.light_green.5fffff", "foreground": "var(light_green)"}, {"background": "#870000", "scope": "terminus.light_green.870000", "foreground": "var(light_green)"}, {"background": "#87005f", "scope": "terminus.light_green.87005f", "foreground": "var(light_green)"}, {"background": "#870087", "scope": "terminus.light_green.870087", "foreground": "var(light_green)"}, {"background": "#8700af", "scope": "terminus.light_green.8700af", "foreground": "var(light_green)"}, {"background": "#8700d7", "scope": "terminus.light_green.8700d7", "foreground": "var(light_green)"}, {"background": "#8700ff", "scope": "terminus.light_green.8700ff", "foreground": "var(light_green)"}, {"background": "#875f00", "scope": "terminus.light_green.875f00", "foreground": "var(light_green)"}, {"background": "#875f5f", "scope": "terminus.light_green.875f5f", "foreground": "var(light_green)"}, {"background": "#875f87", "scope": "terminus.light_green.875f87", "foreground": "var(light_green)"}, {"background": "#875faf", "scope": "terminus.light_green.875faf", "foreground": "var(light_green)"}, {"background": "#875fd7", "scope": "terminus.light_green.875fd7", "foreground": "var(light_green)"}, {"background": "#875fff", "scope": "terminus.light_green.875fff", "foreground": "var(light_green)"}, {"background": "#878700", "scope": "terminus.light_green.878700", "foreground": "var(light_green)"}, {"background": "#87875f", "scope": "terminus.light_green.87875f", "foreground": "var(light_green)"}, {"background": "#878787", "scope": "terminus.light_green.878787", "foreground": "var(light_green)"}, {"background": "#8787af", "scope": "terminus.light_green.8787af", "foreground": "var(light_green)"}, {"background": "#8787d7", "scope": "terminus.light_green.8787d7", "foreground": "var(light_green)"}, {"background": "#8787ff", "scope": "terminus.light_green.8787ff", "foreground": "var(light_green)"}, {"background": "#87af00", "scope": "terminus.light_green.87af00", "foreground": "var(light_green)"}, {"background": "#87af5f", "scope": "terminus.light_green.87af5f", "foreground": "var(light_green)"}, {"background": "#87af87", "scope": "terminus.light_green.87af87", "foreground": "var(light_green)"}, {"background": "#87afaf", "scope": "terminus.light_green.87afaf", "foreground": "var(light_green)"}, {"background": "#87afd7", "scope": "terminus.light_green.87afd7", "foreground": "var(light_green)"}, {"background": "#87afff", "scope": "terminus.light_green.87afff", "foreground": "var(light_green)"}, {"background": "#87d700", "scope": "terminus.light_green.87d700", "foreground": "var(light_green)"}, {"background": "#87d75f", "scope": "terminus.light_green.87d75f", "foreground": "var(light_green)"}, {"background": "#87d787", "scope": "terminus.light_green.87d787", "foreground": "var(light_green)"}, {"background": "#87d7af", "scope": "terminus.light_green.87d7af", "foreground": "var(light_green)"}, {"background": "#87d7d7", "scope": "terminus.light_green.87d7d7", "foreground": "var(light_green)"}, {"background": "#87d7ff", "scope": "terminus.light_green.87d7ff", "foreground": "var(light_green)"}, {"background": "#87ff00", "scope": "terminus.light_green.87ff00", "foreground": "var(light_green)"}, {"background": "#87ff5f", "scope": "terminus.light_green.87ff5f", "foreground": "var(light_green)"}, {"background": "#87ff87", "scope": "terminus.light_green.87ff87", "foreground": "var(light_green)"}, {"background": "#87ffaf", "scope": "terminus.light_green.87ffaf", "foreground": "var(light_green)"}, {"background": "#87ffd7", "scope": "terminus.light_green.87ffd7", "foreground": "var(light_green)"}, {"background": "#87ffff", "scope": "terminus.light_green.87ffff", "foreground": "var(light_green)"}, {"background": "#af0000", "scope": "terminus.light_green.af0000", "foreground": "var(light_green)"}, {"background": "#af005f", "scope": "terminus.light_green.af005f", "foreground": "var(light_green)"}, {"background": "#af0087", "scope": "terminus.light_green.af0087", "foreground": "var(light_green)"}, {"background": "#af00af", "scope": "terminus.light_green.af00af", "foreground": "var(light_green)"}, {"background": "#af00d7", "scope": "terminus.light_green.af00d7", "foreground": "var(light_green)"}, {"background": "#af00ff", "scope": "terminus.light_green.af00ff", "foreground": "var(light_green)"}, {"background": "#af5f00", "scope": "terminus.light_green.af5f00", "foreground": "var(light_green)"}, {"background": "#af5f5f", "scope": "terminus.light_green.af5f5f", "foreground": "var(light_green)"}, {"background": "#af5f87", "scope": "terminus.light_green.af5f87", "foreground": "var(light_green)"}, {"background": "#af5faf", "scope": "terminus.light_green.af5faf", "foreground": "var(light_green)"}, {"background": "#af5fd7", "scope": "terminus.light_green.af5fd7", "foreground": "var(light_green)"}, {"background": "#af5fff", "scope": "terminus.light_green.af5fff", "foreground": "var(light_green)"}, {"background": "#af8700", "scope": "terminus.light_green.af8700", "foreground": "var(light_green)"}, {"background": "#af875f", "scope": "terminus.light_green.af875f", "foreground": "var(light_green)"}, {"background": "#af8787", "scope": "terminus.light_green.af8787", "foreground": "var(light_green)"}, {"background": "#af87af", "scope": "terminus.light_green.af87af", "foreground": "var(light_green)"}, {"background": "#af87d7", "scope": "terminus.light_green.af87d7", "foreground": "var(light_green)"}, {"background": "#af87ff", "scope": "terminus.light_green.af87ff", "foreground": "var(light_green)"}, {"background": "#afaf00", "scope": "terminus.light_green.afaf00", "foreground": "var(light_green)"}, {"background": "#afaf5f", "scope": "terminus.light_green.afaf5f", "foreground": "var(light_green)"}, {"background": "#afaf87", "scope": "terminus.light_green.afaf87", "foreground": "var(light_green)"}, {"background": "#afafaf", "scope": "terminus.light_green.afafaf", "foreground": "var(light_green)"}, {"background": "#afafd7", "scope": "terminus.light_green.afafd7", "foreground": "var(light_green)"}, {"background": "#afafff", "scope": "terminus.light_green.afafff", "foreground": "var(light_green)"}, {"background": "#afd700", "scope": "terminus.light_green.afd700", "foreground": "var(light_green)"}, {"background": "#afd75f", "scope": "terminus.light_green.afd75f", "foreground": "var(light_green)"}, {"background": "#afd787", "scope": "terminus.light_green.afd787", "foreground": "var(light_green)"}, {"background": "#afd7af", "scope": "terminus.light_green.afd7af", "foreground": "var(light_green)"}, {"background": "#afd7d7", "scope": "terminus.light_green.afd7d7", "foreground": "var(light_green)"}, {"background": "#afd7ff", "scope": "terminus.light_green.afd7ff", "foreground": "var(light_green)"}, {"background": "#afff00", "scope": "terminus.light_green.afff00", "foreground": "var(light_green)"}, {"background": "#afff5f", "scope": "terminus.light_green.afff5f", "foreground": "var(light_green)"}, {"background": "#afff87", "scope": "terminus.light_green.afff87", "foreground": "var(light_green)"}, {"background": "#afffaf", "scope": "terminus.light_green.afffaf", "foreground": "var(light_green)"}, {"background": "#afffd7", "scope": "terminus.light_green.afffd7", "foreground": "var(light_green)"}, {"background": "#afffff", "scope": "terminus.light_green.afffff", "foreground": "var(light_green)"}, {"background": "#d70000", "scope": "terminus.light_green.d70000", "foreground": "var(light_green)"}, {"background": "#d7005f", "scope": "terminus.light_green.d7005f", "foreground": "var(light_green)"}, {"background": "#d70087", "scope": "terminus.light_green.d70087", "foreground": "var(light_green)"}, {"background": "#d700af", "scope": "terminus.light_green.d700af", "foreground": "var(light_green)"}, {"background": "#d700d7", "scope": "terminus.light_green.d700d7", "foreground": "var(light_green)"}, {"background": "#d700ff", "scope": "terminus.light_green.d700ff", "foreground": "var(light_green)"}, {"background": "#d75f00", "scope": "terminus.light_green.d75f00", "foreground": "var(light_green)"}, {"background": "#d75f5f", "scope": "terminus.light_green.d75f5f", "foreground": "var(light_green)"}, {"background": "#d75f87", "scope": "terminus.light_green.d75f87", "foreground": "var(light_green)"}, {"background": "#d75faf", "scope": "terminus.light_green.d75faf", "foreground": "var(light_green)"}, {"background": "#d75fd7", "scope": "terminus.light_green.d75fd7", "foreground": "var(light_green)"}, {"background": "#d75fff", "scope": "terminus.light_green.d75fff", "foreground": "var(light_green)"}, {"background": "#d78700", "scope": "terminus.light_green.d78700", "foreground": "var(light_green)"}, {"background": "#d7875f", "scope": "terminus.light_green.d7875f", "foreground": "var(light_green)"}, {"background": "#d78787", "scope": "terminus.light_green.d78787", "foreground": "var(light_green)"}, {"background": "#d787af", "scope": "terminus.light_green.d787af", "foreground": "var(light_green)"}, {"background": "#d787d7", "scope": "terminus.light_green.d787d7", "foreground": "var(light_green)"}, {"background": "#d787ff", "scope": "terminus.light_green.d787ff", "foreground": "var(light_green)"}, {"background": "#d7af00", "scope": "terminus.light_green.d7af00", "foreground": "var(light_green)"}, {"background": "#d7af5f", "scope": "terminus.light_green.d7af5f", "foreground": "var(light_green)"}, {"background": "#d7af87", "scope": "terminus.light_green.d7af87", "foreground": "var(light_green)"}, {"background": "#d7afaf", "scope": "terminus.light_green.d7afaf", "foreground": "var(light_green)"}, {"background": "#d7afd7", "scope": "terminus.light_green.d7afd7", "foreground": "var(light_green)"}, {"background": "#d7afff", "scope": "terminus.light_green.d7afff", "foreground": "var(light_green)"}, {"background": "#d7d700", "scope": "terminus.light_green.d7d700", "foreground": "var(light_green)"}, {"background": "#d7d75f", "scope": "terminus.light_green.d7d75f", "foreground": "var(light_green)"}, {"background": "#d7d787", "scope": "terminus.light_green.d7d787", "foreground": "var(light_green)"}, {"background": "#d7d7af", "scope": "terminus.light_green.d7d7af", "foreground": "var(light_green)"}, {"background": "#d7d7d7", "scope": "terminus.light_green.d7d7d7", "foreground": "var(light_green)"}, {"background": "#d7d7ff", "scope": "terminus.light_green.d7d7ff", "foreground": "var(light_green)"}, {"background": "#d7ff00", "scope": "terminus.light_green.d7ff00", "foreground": "var(light_green)"}, {"background": "#d7ff5f", "scope": "terminus.light_green.d7ff5f", "foreground": "var(light_green)"}, {"background": "#d7ff87", "scope": "terminus.light_green.d7ff87", "foreground": "var(light_green)"}, {"background": "#d7ffaf", "scope": "terminus.light_green.d7ffaf", "foreground": "var(light_green)"}, {"background": "#d7ffd7", "scope": "terminus.light_green.d7ffd7", "foreground": "var(light_green)"}, {"background": "#d7ffff", "scope": "terminus.light_green.d7ffff", "foreground": "var(light_green)"}, {"background": "#ff005f", "scope": "terminus.light_green.ff005f", "foreground": "var(light_green)"}, {"background": "#ff0087", "scope": "terminus.light_green.ff0087", "foreground": "var(light_green)"}, {"background": "#ff00af", "scope": "terminus.light_green.ff00af", "foreground": "var(light_green)"}, {"background": "#ff00d7", "scope": "terminus.light_green.ff00d7", "foreground": "var(light_green)"}, {"background": "#ff5f00", "scope": "terminus.light_green.ff5f00", "foreground": "var(light_green)"}, {"background": "#ff5f5f", "scope": "terminus.light_green.ff5f5f", "foreground": "var(light_green)"}, {"background": "#ff5f87", "scope": "terminus.light_green.ff5f87", "foreground": "var(light_green)"}, {"background": "#ff5faf", "scope": "terminus.light_green.ff5faf", "foreground": "var(light_green)"}, {"background": "#ff5fd7", "scope": "terminus.light_green.ff5fd7", "foreground": "var(light_green)"}, {"background": "#ff5fff", "scope": "terminus.light_green.ff5fff", "foreground": "var(light_green)"}, {"background": "#ff8700", "scope": "terminus.light_green.ff8700", "foreground": "var(light_green)"}, {"background": "#ff875f", "scope": "terminus.light_green.ff875f", "foreground": "var(light_green)"}, {"background": "#ff8787", "scope": "terminus.light_green.ff8787", "foreground": "var(light_green)"}, {"background": "#ff87af", "scope": "terminus.light_green.ff87af", "foreground": "var(light_green)"}, {"background": "#ff87d7", "scope": "terminus.light_green.ff87d7", "foreground": "var(light_green)"}, {"background": "#ff87ff", "scope": "terminus.light_green.ff87ff", "foreground": "var(light_green)"}, {"background": "#ffaf00", "scope": "terminus.light_green.ffaf00", "foreground": "var(light_green)"}, {"background": "#ffaf5f", "scope": "terminus.light_green.ffaf5f", "foreground": "var(light_green)"}, {"background": "#ffaf87", "scope": "terminus.light_green.ffaf87", "foreground": "var(light_green)"}, {"background": "#ffafaf", "scope": "terminus.light_green.ffafaf", "foreground": "var(light_green)"}, {"background": "#ffafd7", "scope": "terminus.light_green.ffafd7", "foreground": "var(light_green)"}, {"background": "#ffafff", "scope": "terminus.light_green.ffafff", "foreground": "var(light_green)"}, {"background": "#ffd700", "scope": "terminus.light_green.ffd700", "foreground": "var(light_green)"}, {"background": "#ffd75f", "scope": "terminus.light_green.ffd75f", "foreground": "var(light_green)"}, {"background": "#ffd787", "scope": "terminus.light_green.ffd787", "foreground": "var(light_green)"}, {"background": "#ffd7af", "scope": "terminus.light_green.ffd7af", "foreground": "var(light_green)"}, {"background": "#ffd7d7", "scope": "terminus.light_green.ffd7d7", "foreground": "var(light_green)"}, {"background": "#ffd7ff", "scope": "terminus.light_green.ffd7ff", "foreground": "var(light_green)"}, {"background": "#ffff5f", "scope": "terminus.light_green.ffff5f", "foreground": "var(light_green)"}, {"background": "#ffff87", "scope": "terminus.light_green.ffff87", "foreground": "var(light_green)"}, {"background": "#ffffaf", "scope": "terminus.light_green.ffffaf", "foreground": "var(light_green)"}, {"background": "#ffffd7", "scope": "terminus.light_green.ffffd7", "foreground": "var(light_green)"}, {"background": "#080808", "scope": "terminus.light_green.080808", "foreground": "var(light_green)"}, {"background": "#121212", "scope": "terminus.light_green.121212", "foreground": "var(light_green)"}, {"background": "#1c1c1c", "scope": "terminus.light_green.1c1c1c", "foreground": "var(light_green)"}, {"background": "#262626", "scope": "terminus.light_green.262626", "foreground": "var(light_green)"}, {"background": "#303030", "scope": "terminus.light_green.303030", "foreground": "var(light_green)"}, {"background": "#3a3a3a", "scope": "terminus.light_green.3a3a3a", "foreground": "var(light_green)"}, {"background": "#444444", "scope": "terminus.light_green.444444", "foreground": "var(light_green)"}, {"background": "#4e4e4e", "scope": "terminus.light_green.4e4e4e", "foreground": "var(light_green)"}, {"background": "#585858", "scope": "terminus.light_green.585858", "foreground": "var(light_green)"}, {"background": "#626262", "scope": "terminus.light_green.626262", "foreground": "var(light_green)"}, {"background": "#6c6c6c", "scope": "terminus.light_green.6c6c6c", "foreground": "var(light_green)"}, {"background": "#767676", "scope": "terminus.light_green.767676", "foreground": "var(light_green)"}, {"background": "#808080", "scope": "terminus.light_green.808080", "foreground": "var(light_green)"}, {"background": "#8a8a8a", "scope": "terminus.light_green.8a8a8a", "foreground": "var(light_green)"}, {"background": "#949494", "scope": "terminus.light_green.949494", "foreground": "var(light_green)"}, {"background": "#9e9e9e", "scope": "terminus.light_green.9e9e9e", "foreground": "var(light_green)"}, {"background": "#a8a8a8", "scope": "terminus.light_green.a8a8a8", "foreground": "var(light_green)"}, {"background": "#b2b2b2", "scope": "terminus.light_green.b2b2b2", "foreground": "var(light_green)"}, {"background": "#bcbcbc", "scope": "terminus.light_green.bcbcbc", "foreground": "var(light_green)"}, {"background": "#c6c6c6", "scope": "terminus.light_green.c6c6c6", "foreground": "var(light_green)"}, {"background": "#d0d0d0", "scope": "terminus.light_green.d0d0d0", "foreground": "var(light_green)"}, {"background": "#dadada", "scope": "terminus.light_green.dadada", "foreground": "var(light_green)"}, {"background": "#e4e4e4", "scope": "terminus.light_green.e4e4e4", "foreground": "var(light_green)"}, {"background": "#eeeeee", "scope": "terminus.light_green.eeeeee", "foreground": "var(light_green)"}, {"background": "var(black)", "scope": "terminus.light_brown.black", "foreground": "var(light_brown)"}, {"background": "var(red)", "scope": "terminus.light_brown.red", "foreground": "var(light_brown)"}, {"background": "var(green)", "scope": "terminus.light_brown.green", "foreground": "var(light_brown)"}, {"background": "var(brown)", "scope": "terminus.light_brown.brown", "foreground": "var(light_brown)"}, {"background": "var(blue)", "scope": "terminus.light_brown.blue", "foreground": "var(light_brown)"}, {"background": "var(magenta)", "scope": "terminus.light_brown.magenta", "foreground": "var(light_brown)"}, {"background": "var(cyan)", "scope": "terminus.light_brown.cyan", "foreground": "var(light_brown)"}, {"background": "var(white)", "scope": "terminus.light_brown.white", "foreground": "var(light_brown)"}, {"background": "var(light_black)", "scope": "terminus.light_brown.light_black", "foreground": "var(light_brown)"}, {"background": "var(light_red)", "scope": "terminus.light_brown.light_red", "foreground": "var(light_brown)"}, {"background": "var(light_green)", "scope": "terminus.light_brown.light_green", "foreground": "var(light_brown)"}, {"background": "var(light_brown)", "scope": "terminus.light_brown.light_brown", "foreground": "var(light_brown)"}, {"background": "var(light_blue)", "scope": "terminus.light_brown.light_blue", "foreground": "var(light_brown)"}, {"background": "var(light_magenta)", "scope": "terminus.light_brown.light_magenta", "foreground": "var(light_brown)"}, {"background": "var(light_cyan)", "scope": "terminus.light_brown.light_cyan", "foreground": "var(light_brown)"}, {"background": "var(light_white)", "scope": "terminus.light_brown.light_white", "foreground": "var(light_brown)"}, {"background": "var(background)", "scope": "terminus.light_brown.default", "foreground": "var(light_brown)"}, {"background": "var(foreground)", "scope": "terminus.light_brown.reverse_default", "foreground": "var(light_brown)"}, {"background": "#000000", "scope": "terminus.light_brown.000000", "foreground": "var(light_brown)"}, {"background": "#cd0000", "scope": "terminus.light_brown.cd0000", "foreground": "var(light_brown)"}, {"background": "#00cd00", "scope": "terminus.light_brown.00cd00", "foreground": "var(light_brown)"}, {"background": "#cdcd00", "scope": "terminus.light_brown.cdcd00", "foreground": "var(light_brown)"}, {"background": "#0000ee", "scope": "terminus.light_brown.0000ee", "foreground": "var(light_brown)"}, {"background": "#cd00cd", "scope": "terminus.light_brown.cd00cd", "foreground": "var(light_brown)"}, {"background": "#00cdcd", "scope": "terminus.light_brown.00cdcd", "foreground": "var(light_brown)"}, {"background": "#e5e5e5", "scope": "terminus.light_brown.e5e5e5", "foreground": "var(light_brown)"}, {"background": "#7f7f7f", "scope": "terminus.light_brown.7f7f7f", "foreground": "var(light_brown)"}, {"background": "#ff0000", "scope": "terminus.light_brown.ff0000", "foreground": "var(light_brown)"}, {"background": "#00ff00", "scope": "terminus.light_brown.00ff00", "foreground": "var(light_brown)"}, {"background": "#ffff00", "scope": "terminus.light_brown.ffff00", "foreground": "var(light_brown)"}, {"background": "#5c5cff", "scope": "terminus.light_brown.5c5cff", "foreground": "var(light_brown)"}, {"background": "#ff00ff", "scope": "terminus.light_brown.ff00ff", "foreground": "var(light_brown)"}, {"background": "#00ffff", "scope": "terminus.light_brown.00ffff", "foreground": "var(light_brown)"}, {"background": "#ffffff", "scope": "terminus.light_brown.ffffff", "foreground": "var(light_brown)"}, {"background": "#00005f", "scope": "terminus.light_brown.00005f", "foreground": "var(light_brown)"}, {"background": "#000087", "scope": "terminus.light_brown.000087", "foreground": "var(light_brown)"}, {"background": "#0000af", "scope": "terminus.light_brown.0000af", "foreground": "var(light_brown)"}, {"background": "#0000d7", "scope": "terminus.light_brown.0000d7", "foreground": "var(light_brown)"}, {"background": "#0000ff", "scope": "terminus.light_brown.0000ff", "foreground": "var(light_brown)"}, {"background": "#005f00", "scope": "terminus.light_brown.005f00", "foreground": "var(light_brown)"}, {"background": "#005f5f", "scope": "terminus.light_brown.005f5f", "foreground": "var(light_brown)"}, {"background": "#005f87", "scope": "terminus.light_brown.005f87", "foreground": "var(light_brown)"}, {"background": "#005faf", "scope": "terminus.light_brown.005faf", "foreground": "var(light_brown)"}, {"background": "#005fd7", "scope": "terminus.light_brown.005fd7", "foreground": "var(light_brown)"}, {"background": "#005fff", "scope": "terminus.light_brown.005fff", "foreground": "var(light_brown)"}, {"background": "#008700", "scope": "terminus.light_brown.008700", "foreground": "var(light_brown)"}, {"background": "#00875f", "scope": "terminus.light_brown.00875f", "foreground": "var(light_brown)"}, {"background": "#008787", "scope": "terminus.light_brown.008787", "foreground": "var(light_brown)"}, {"background": "#0087af", "scope": "terminus.light_brown.0087af", "foreground": "var(light_brown)"}, {"background": "#0087d7", "scope": "terminus.light_brown.0087d7", "foreground": "var(light_brown)"}, {"background": "#0087ff", "scope": "terminus.light_brown.0087ff", "foreground": "var(light_brown)"}, {"background": "#00af00", "scope": "terminus.light_brown.00af00", "foreground": "var(light_brown)"}, {"background": "#00af5f", "scope": "terminus.light_brown.00af5f", "foreground": "var(light_brown)"}, {"background": "#00af87", "scope": "terminus.light_brown.00af87", "foreground": "var(light_brown)"}, {"background": "#00afaf", "scope": "terminus.light_brown.00afaf", "foreground": "var(light_brown)"}, {"background": "#00afd7", "scope": "terminus.light_brown.00afd7", "foreground": "var(light_brown)"}, {"background": "#00afff", "scope": "terminus.light_brown.00afff", "foreground": "var(light_brown)"}, {"background": "#00d700", "scope": "terminus.light_brown.00d700", "foreground": "var(light_brown)"}, {"background": "#00d75f", "scope": "terminus.light_brown.00d75f", "foreground": "var(light_brown)"}, {"background": "#00d787", "scope": "terminus.light_brown.00d787", "foreground": "var(light_brown)"}, {"background": "#00d7af", "scope": "terminus.light_brown.00d7af", "foreground": "var(light_brown)"}, {"background": "#00d7d7", "scope": "terminus.light_brown.00d7d7", "foreground": "var(light_brown)"}, {"background": "#00d7ff", "scope": "terminus.light_brown.00d7ff", "foreground": "var(light_brown)"}, {"background": "#00ff5f", "scope": "terminus.light_brown.00ff5f", "foreground": "var(light_brown)"}, {"background": "#00ff87", "scope": "terminus.light_brown.00ff87", "foreground": "var(light_brown)"}, {"background": "#00ffaf", "scope": "terminus.light_brown.00ffaf", "foreground": "var(light_brown)"}, {"background": "#00ffd7", "scope": "terminus.light_brown.00ffd7", "foreground": "var(light_brown)"}, {"background": "#5f0000", "scope": "terminus.light_brown.5f0000", "foreground": "var(light_brown)"}, {"background": "#5f005f", "scope": "terminus.light_brown.5f005f", "foreground": "var(light_brown)"}, {"background": "#5f0087", "scope": "terminus.light_brown.5f0087", "foreground": "var(light_brown)"}, {"background": "#5f00af", "scope": "terminus.light_brown.5f00af", "foreground": "var(light_brown)"}, {"background": "#5f00d7", "scope": "terminus.light_brown.5f00d7", "foreground": "var(light_brown)"}, {"background": "#5f00ff", "scope": "terminus.light_brown.5f00ff", "foreground": "var(light_brown)"}, {"background": "#5f5f00", "scope": "terminus.light_brown.5f5f00", "foreground": "var(light_brown)"}, {"background": "#5f5f5f", "scope": "terminus.light_brown.5f5f5f", "foreground": "var(light_brown)"}, {"background": "#5f5f87", "scope": "terminus.light_brown.5f5f87", "foreground": "var(light_brown)"}, {"background": "#5f5faf", "scope": "terminus.light_brown.5f5faf", "foreground": "var(light_brown)"}, {"background": "#5f5fd7", "scope": "terminus.light_brown.5f5fd7", "foreground": "var(light_brown)"}, {"background": "#5f5fff", "scope": "terminus.light_brown.5f5fff", "foreground": "var(light_brown)"}, {"background": "#5f8700", "scope": "terminus.light_brown.5f8700", "foreground": "var(light_brown)"}, {"background": "#5f875f", "scope": "terminus.light_brown.5f875f", "foreground": "var(light_brown)"}, {"background": "#5f8787", "scope": "terminus.light_brown.5f8787", "foreground": "var(light_brown)"}, {"background": "#5f87af", "scope": "terminus.light_brown.5f87af", "foreground": "var(light_brown)"}, {"background": "#5f87d7", "scope": "terminus.light_brown.5f87d7", "foreground": "var(light_brown)"}, {"background": "#5f87ff", "scope": "terminus.light_brown.5f87ff", "foreground": "var(light_brown)"}, {"background": "#5faf00", "scope": "terminus.light_brown.5faf00", "foreground": "var(light_brown)"}, {"background": "#5faf5f", "scope": "terminus.light_brown.5faf5f", "foreground": "var(light_brown)"}, {"background": "#5faf87", "scope": "terminus.light_brown.5faf87", "foreground": "var(light_brown)"}, {"background": "#5fafaf", "scope": "terminus.light_brown.5fafaf", "foreground": "var(light_brown)"}, {"background": "#5fafd7", "scope": "terminus.light_brown.5fafd7", "foreground": "var(light_brown)"}, {"background": "#5fafff", "scope": "terminus.light_brown.5fafff", "foreground": "var(light_brown)"}, {"background": "#5fd700", "scope": "terminus.light_brown.5fd700", "foreground": "var(light_brown)"}, {"background": "#5fd75f", "scope": "terminus.light_brown.5fd75f", "foreground": "var(light_brown)"}, {"background": "#5fd787", "scope": "terminus.light_brown.5fd787", "foreground": "var(light_brown)"}, {"background": "#5fd7af", "scope": "terminus.light_brown.5fd7af", "foreground": "var(light_brown)"}, {"background": "#5fd7d7", "scope": "terminus.light_brown.5fd7d7", "foreground": "var(light_brown)"}, {"background": "#5fd7ff", "scope": "terminus.light_brown.5fd7ff", "foreground": "var(light_brown)"}, {"background": "#5fff00", "scope": "terminus.light_brown.5fff00", "foreground": "var(light_brown)"}, {"background": "#5fff5f", "scope": "terminus.light_brown.5fff5f", "foreground": "var(light_brown)"}, {"background": "#5fff87", "scope": "terminus.light_brown.5fff87", "foreground": "var(light_brown)"}, {"background": "#5fffaf", "scope": "terminus.light_brown.5fffaf", "foreground": "var(light_brown)"}, {"background": "#5fffd7", "scope": "terminus.light_brown.5fffd7", "foreground": "var(light_brown)"}, {"background": "#5fffff", "scope": "terminus.light_brown.5fffff", "foreground": "var(light_brown)"}, {"background": "#870000", "scope": "terminus.light_brown.870000", "foreground": "var(light_brown)"}, {"background": "#87005f", "scope": "terminus.light_brown.87005f", "foreground": "var(light_brown)"}, {"background": "#870087", "scope": "terminus.light_brown.870087", "foreground": "var(light_brown)"}, {"background": "#8700af", "scope": "terminus.light_brown.8700af", "foreground": "var(light_brown)"}, {"background": "#8700d7", "scope": "terminus.light_brown.8700d7", "foreground": "var(light_brown)"}, {"background": "#8700ff", "scope": "terminus.light_brown.8700ff", "foreground": "var(light_brown)"}, {"background": "#875f00", "scope": "terminus.light_brown.875f00", "foreground": "var(light_brown)"}, {"background": "#875f5f", "scope": "terminus.light_brown.875f5f", "foreground": "var(light_brown)"}, {"background": "#875f87", "scope": "terminus.light_brown.875f87", "foreground": "var(light_brown)"}, {"background": "#875faf", "scope": "terminus.light_brown.875faf", "foreground": "var(light_brown)"}, {"background": "#875fd7", "scope": "terminus.light_brown.875fd7", "foreground": "var(light_brown)"}, {"background": "#875fff", "scope": "terminus.light_brown.875fff", "foreground": "var(light_brown)"}, {"background": "#878700", "scope": "terminus.light_brown.878700", "foreground": "var(light_brown)"}, {"background": "#87875f", "scope": "terminus.light_brown.87875f", "foreground": "var(light_brown)"}, {"background": "#878787", "scope": "terminus.light_brown.878787", "foreground": "var(light_brown)"}, {"background": "#8787af", "scope": "terminus.light_brown.8787af", "foreground": "var(light_brown)"}, {"background": "#8787d7", "scope": "terminus.light_brown.8787d7", "foreground": "var(light_brown)"}, {"background": "#8787ff", "scope": "terminus.light_brown.8787ff", "foreground": "var(light_brown)"}, {"background": "#87af00", "scope": "terminus.light_brown.87af00", "foreground": "var(light_brown)"}, {"background": "#87af5f", "scope": "terminus.light_brown.87af5f", "foreground": "var(light_brown)"}, {"background": "#87af87", "scope": "terminus.light_brown.87af87", "foreground": "var(light_brown)"}, {"background": "#87afaf", "scope": "terminus.light_brown.87afaf", "foreground": "var(light_brown)"}, {"background": "#87afd7", "scope": "terminus.light_brown.87afd7", "foreground": "var(light_brown)"}, {"background": "#87afff", "scope": "terminus.light_brown.87afff", "foreground": "var(light_brown)"}, {"background": "#87d700", "scope": "terminus.light_brown.87d700", "foreground": "var(light_brown)"}, {"background": "#87d75f", "scope": "terminus.light_brown.87d75f", "foreground": "var(light_brown)"}, {"background": "#87d787", "scope": "terminus.light_brown.87d787", "foreground": "var(light_brown)"}, {"background": "#87d7af", "scope": "terminus.light_brown.87d7af", "foreground": "var(light_brown)"}, {"background": "#87d7d7", "scope": "terminus.light_brown.87d7d7", "foreground": "var(light_brown)"}, {"background": "#87d7ff", "scope": "terminus.light_brown.87d7ff", "foreground": "var(light_brown)"}, {"background": "#87ff00", "scope": "terminus.light_brown.87ff00", "foreground": "var(light_brown)"}, {"background": "#87ff5f", "scope": "terminus.light_brown.87ff5f", "foreground": "var(light_brown)"}, {"background": "#87ff87", "scope": "terminus.light_brown.87ff87", "foreground": "var(light_brown)"}, {"background": "#87ffaf", "scope": "terminus.light_brown.87ffaf", "foreground": "var(light_brown)"}, {"background": "#87ffd7", "scope": "terminus.light_brown.87ffd7", "foreground": "var(light_brown)"}, {"background": "#87ffff", "scope": "terminus.light_brown.87ffff", "foreground": "var(light_brown)"}, {"background": "#af0000", "scope": "terminus.light_brown.af0000", "foreground": "var(light_brown)"}, {"background": "#af005f", "scope": "terminus.light_brown.af005f", "foreground": "var(light_brown)"}, {"background": "#af0087", "scope": "terminus.light_brown.af0087", "foreground": "var(light_brown)"}, {"background": "#af00af", "scope": "terminus.light_brown.af00af", "foreground": "var(light_brown)"}, {"background": "#af00d7", "scope": "terminus.light_brown.af00d7", "foreground": "var(light_brown)"}, {"background": "#af00ff", "scope": "terminus.light_brown.af00ff", "foreground": "var(light_brown)"}, {"background": "#af5f00", "scope": "terminus.light_brown.af5f00", "foreground": "var(light_brown)"}, {"background": "#af5f5f", "scope": "terminus.light_brown.af5f5f", "foreground": "var(light_brown)"}, {"background": "#af5f87", "scope": "terminus.light_brown.af5f87", "foreground": "var(light_brown)"}, {"background": "#af5faf", "scope": "terminus.light_brown.af5faf", "foreground": "var(light_brown)"}, {"background": "#af5fd7", "scope": "terminus.light_brown.af5fd7", "foreground": "var(light_brown)"}, {"background": "#af5fff", "scope": "terminus.light_brown.af5fff", "foreground": "var(light_brown)"}, {"background": "#af8700", "scope": "terminus.light_brown.af8700", "foreground": "var(light_brown)"}, {"background": "#af875f", "scope": "terminus.light_brown.af875f", "foreground": "var(light_brown)"}, {"background": "#af8787", "scope": "terminus.light_brown.af8787", "foreground": "var(light_brown)"}, {"background": "#af87af", "scope": "terminus.light_brown.af87af", "foreground": "var(light_brown)"}, {"background": "#af87d7", "scope": "terminus.light_brown.af87d7", "foreground": "var(light_brown)"}, {"background": "#af87ff", "scope": "terminus.light_brown.af87ff", "foreground": "var(light_brown)"}, {"background": "#afaf00", "scope": "terminus.light_brown.afaf00", "foreground": "var(light_brown)"}, {"background": "#afaf5f", "scope": "terminus.light_brown.afaf5f", "foreground": "var(light_brown)"}, {"background": "#afaf87", "scope": "terminus.light_brown.afaf87", "foreground": "var(light_brown)"}, {"background": "#afafaf", "scope": "terminus.light_brown.afafaf", "foreground": "var(light_brown)"}, {"background": "#afafd7", "scope": "terminus.light_brown.afafd7", "foreground": "var(light_brown)"}, {"background": "#afafff", "scope": "terminus.light_brown.afafff", "foreground": "var(light_brown)"}, {"background": "#afd700", "scope": "terminus.light_brown.afd700", "foreground": "var(light_brown)"}, {"background": "#afd75f", "scope": "terminus.light_brown.afd75f", "foreground": "var(light_brown)"}, {"background": "#afd787", "scope": "terminus.light_brown.afd787", "foreground": "var(light_brown)"}, {"background": "#afd7af", "scope": "terminus.light_brown.afd7af", "foreground": "var(light_brown)"}, {"background": "#afd7d7", "scope": "terminus.light_brown.afd7d7", "foreground": "var(light_brown)"}, {"background": "#afd7ff", "scope": "terminus.light_brown.afd7ff", "foreground": "var(light_brown)"}, {"background": "#afff00", "scope": "terminus.light_brown.afff00", "foreground": "var(light_brown)"}, {"background": "#afff5f", "scope": "terminus.light_brown.afff5f", "foreground": "var(light_brown)"}, {"background": "#afff87", "scope": "terminus.light_brown.afff87", "foreground": "var(light_brown)"}, {"background": "#afffaf", "scope": "terminus.light_brown.afffaf", "foreground": "var(light_brown)"}, {"background": "#afffd7", "scope": "terminus.light_brown.afffd7", "foreground": "var(light_brown)"}, {"background": "#afffff", "scope": "terminus.light_brown.afffff", "foreground": "var(light_brown)"}, {"background": "#d70000", "scope": "terminus.light_brown.d70000", "foreground": "var(light_brown)"}, {"background": "#d7005f", "scope": "terminus.light_brown.d7005f", "foreground": "var(light_brown)"}, {"background": "#d70087", "scope": "terminus.light_brown.d70087", "foreground": "var(light_brown)"}, {"background": "#d700af", "scope": "terminus.light_brown.d700af", "foreground": "var(light_brown)"}, {"background": "#d700d7", "scope": "terminus.light_brown.d700d7", "foreground": "var(light_brown)"}, {"background": "#d700ff", "scope": "terminus.light_brown.d700ff", "foreground": "var(light_brown)"}, {"background": "#d75f00", "scope": "terminus.light_brown.d75f00", "foreground": "var(light_brown)"}, {"background": "#d75f5f", "scope": "terminus.light_brown.d75f5f", "foreground": "var(light_brown)"}, {"background": "#d75f87", "scope": "terminus.light_brown.d75f87", "foreground": "var(light_brown)"}, {"background": "#d75faf", "scope": "terminus.light_brown.d75faf", "foreground": "var(light_brown)"}, {"background": "#d75fd7", "scope": "terminus.light_brown.d75fd7", "foreground": "var(light_brown)"}, {"background": "#d75fff", "scope": "terminus.light_brown.d75fff", "foreground": "var(light_brown)"}, {"background": "#d78700", "scope": "terminus.light_brown.d78700", "foreground": "var(light_brown)"}, {"background": "#d7875f", "scope": "terminus.light_brown.d7875f", "foreground": "var(light_brown)"}, {"background": "#d78787", "scope": "terminus.light_brown.d78787", "foreground": "var(light_brown)"}, {"background": "#d787af", "scope": "terminus.light_brown.d787af", "foreground": "var(light_brown)"}, {"background": "#d787d7", "scope": "terminus.light_brown.d787d7", "foreground": "var(light_brown)"}, {"background": "#d787ff", "scope": "terminus.light_brown.d787ff", "foreground": "var(light_brown)"}, {"background": "#d7af00", "scope": "terminus.light_brown.d7af00", "foreground": "var(light_brown)"}, {"background": "#d7af5f", "scope": "terminus.light_brown.d7af5f", "foreground": "var(light_brown)"}, {"background": "#d7af87", "scope": "terminus.light_brown.d7af87", "foreground": "var(light_brown)"}, {"background": "#d7afaf", "scope": "terminus.light_brown.d7afaf", "foreground": "var(light_brown)"}, {"background": "#d7afd7", "scope": "terminus.light_brown.d7afd7", "foreground": "var(light_brown)"}, {"background": "#d7afff", "scope": "terminus.light_brown.d7afff", "foreground": "var(light_brown)"}, {"background": "#d7d700", "scope": "terminus.light_brown.d7d700", "foreground": "var(light_brown)"}, {"background": "#d7d75f", "scope": "terminus.light_brown.d7d75f", "foreground": "var(light_brown)"}, {"background": "#d7d787", "scope": "terminus.light_brown.d7d787", "foreground": "var(light_brown)"}, {"background": "#d7d7af", "scope": "terminus.light_brown.d7d7af", "foreground": "var(light_brown)"}, {"background": "#d7d7d7", "scope": "terminus.light_brown.d7d7d7", "foreground": "var(light_brown)"}, {"background": "#d7d7ff", "scope": "terminus.light_brown.d7d7ff", "foreground": "var(light_brown)"}, {"background": "#d7ff00", "scope": "terminus.light_brown.d7ff00", "foreground": "var(light_brown)"}, {"background": "#d7ff5f", "scope": "terminus.light_brown.d7ff5f", "foreground": "var(light_brown)"}, {"background": "#d7ff87", "scope": "terminus.light_brown.d7ff87", "foreground": "var(light_brown)"}, {"background": "#d7ffaf", "scope": "terminus.light_brown.d7ffaf", "foreground": "var(light_brown)"}, {"background": "#d7ffd7", "scope": "terminus.light_brown.d7ffd7", "foreground": "var(light_brown)"}, {"background": "#d7ffff", "scope": "terminus.light_brown.d7ffff", "foreground": "var(light_brown)"}, {"background": "#ff005f", "scope": "terminus.light_brown.ff005f", "foreground": "var(light_brown)"}, {"background": "#ff0087", "scope": "terminus.light_brown.ff0087", "foreground": "var(light_brown)"}, {"background": "#ff00af", "scope": "terminus.light_brown.ff00af", "foreground": "var(light_brown)"}, {"background": "#ff00d7", "scope": "terminus.light_brown.ff00d7", "foreground": "var(light_brown)"}, {"background": "#ff5f00", "scope": "terminus.light_brown.ff5f00", "foreground": "var(light_brown)"}, {"background": "#ff5f5f", "scope": "terminus.light_brown.ff5f5f", "foreground": "var(light_brown)"}, {"background": "#ff5f87", "scope": "terminus.light_brown.ff5f87", "foreground": "var(light_brown)"}, {"background": "#ff5faf", "scope": "terminus.light_brown.ff5faf", "foreground": "var(light_brown)"}, {"background": "#ff5fd7", "scope": "terminus.light_brown.ff5fd7", "foreground": "var(light_brown)"}, {"background": "#ff5fff", "scope": "terminus.light_brown.ff5fff", "foreground": "var(light_brown)"}, {"background": "#ff8700", "scope": "terminus.light_brown.ff8700", "foreground": "var(light_brown)"}, {"background": "#ff875f", "scope": "terminus.light_brown.ff875f", "foreground": "var(light_brown)"}, {"background": "#ff8787", "scope": "terminus.light_brown.ff8787", "foreground": "var(light_brown)"}, {"background": "#ff87af", "scope": "terminus.light_brown.ff87af", "foreground": "var(light_brown)"}, {"background": "#ff87d7", "scope": "terminus.light_brown.ff87d7", "foreground": "var(light_brown)"}, {"background": "#ff87ff", "scope": "terminus.light_brown.ff87ff", "foreground": "var(light_brown)"}, {"background": "#ffaf00", "scope": "terminus.light_brown.ffaf00", "foreground": "var(light_brown)"}, {"background": "#ffaf5f", "scope": "terminus.light_brown.ffaf5f", "foreground": "var(light_brown)"}, {"background": "#ffaf87", "scope": "terminus.light_brown.ffaf87", "foreground": "var(light_brown)"}, {"background": "#ffafaf", "scope": "terminus.light_brown.ffafaf", "foreground": "var(light_brown)"}, {"background": "#ffafd7", "scope": "terminus.light_brown.ffafd7", "foreground": "var(light_brown)"}, {"background": "#ffafff", "scope": "terminus.light_brown.ffafff", "foreground": "var(light_brown)"}, {"background": "#ffd700", "scope": "terminus.light_brown.ffd700", "foreground": "var(light_brown)"}, {"background": "#ffd75f", "scope": "terminus.light_brown.ffd75f", "foreground": "var(light_brown)"}, {"background": "#ffd787", "scope": "terminus.light_brown.ffd787", "foreground": "var(light_brown)"}, {"background": "#ffd7af", "scope": "terminus.light_brown.ffd7af", "foreground": "var(light_brown)"}, {"background": "#ffd7d7", "scope": "terminus.light_brown.ffd7d7", "foreground": "var(light_brown)"}, {"background": "#ffd7ff", "scope": "terminus.light_brown.ffd7ff", "foreground": "var(light_brown)"}, {"background": "#ffff5f", "scope": "terminus.light_brown.ffff5f", "foreground": "var(light_brown)"}, {"background": "#ffff87", "scope": "terminus.light_brown.ffff87", "foreground": "var(light_brown)"}, {"background": "#ffffaf", "scope": "terminus.light_brown.ffffaf", "foreground": "var(light_brown)"}, {"background": "#ffffd7", "scope": "terminus.light_brown.ffffd7", "foreground": "var(light_brown)"}, {"background": "#080808", "scope": "terminus.light_brown.080808", "foreground": "var(light_brown)"}, {"background": "#121212", "scope": "terminus.light_brown.121212", "foreground": "var(light_brown)"}, {"background": "#1c1c1c", "scope": "terminus.light_brown.1c1c1c", "foreground": "var(light_brown)"}, {"background": "#262626", "scope": "terminus.light_brown.262626", "foreground": "var(light_brown)"}, {"background": "#303030", "scope": "terminus.light_brown.303030", "foreground": "var(light_brown)"}, {"background": "#3a3a3a", "scope": "terminus.light_brown.3a3a3a", "foreground": "var(light_brown)"}, {"background": "#444444", "scope": "terminus.light_brown.444444", "foreground": "var(light_brown)"}, {"background": "#4e4e4e", "scope": "terminus.light_brown.4e4e4e", "foreground": "var(light_brown)"}, {"background": "#585858", "scope": "terminus.light_brown.585858", "foreground": "var(light_brown)"}, {"background": "#626262", "scope": "terminus.light_brown.626262", "foreground": "var(light_brown)"}, {"background": "#6c6c6c", "scope": "terminus.light_brown.6c6c6c", "foreground": "var(light_brown)"}, {"background": "#767676", "scope": "terminus.light_brown.767676", "foreground": "var(light_brown)"}, {"background": "#808080", "scope": "terminus.light_brown.808080", "foreground": "var(light_brown)"}, {"background": "#8a8a8a", "scope": "terminus.light_brown.8a8a8a", "foreground": "var(light_brown)"}, {"background": "#949494", "scope": "terminus.light_brown.949494", "foreground": "var(light_brown)"}, {"background": "#9e9e9e", "scope": "terminus.light_brown.9e9e9e", "foreground": "var(light_brown)"}, {"background": "#a8a8a8", "scope": "terminus.light_brown.a8a8a8", "foreground": "var(light_brown)"}, {"background": "#b2b2b2", "scope": "terminus.light_brown.b2b2b2", "foreground": "var(light_brown)"}, {"background": "#bcbcbc", "scope": "terminus.light_brown.bcbcbc", "foreground": "var(light_brown)"}, {"background": "#c6c6c6", "scope": "terminus.light_brown.c6c6c6", "foreground": "var(light_brown)"}, {"background": "#d0d0d0", "scope": "terminus.light_brown.d0d0d0", "foreground": "var(light_brown)"}, {"background": "#dadada", "scope": "terminus.light_brown.dadada", "foreground": "var(light_brown)"}, {"background": "#e4e4e4", "scope": "terminus.light_brown.e4e4e4", "foreground": "var(light_brown)"}, {"background": "#eeeeee", "scope": "terminus.light_brown.eeeeee", "foreground": "var(light_brown)"}, {"background": "var(black)", "scope": "terminus.light_blue.black", "foreground": "var(light_blue)"}, {"background": "var(red)", "scope": "terminus.light_blue.red", "foreground": "var(light_blue)"}, {"background": "var(green)", "scope": "terminus.light_blue.green", "foreground": "var(light_blue)"}, {"background": "var(brown)", "scope": "terminus.light_blue.brown", "foreground": "var(light_blue)"}, {"background": "var(blue)", "scope": "terminus.light_blue.blue", "foreground": "var(light_blue)"}, {"background": "var(magenta)", "scope": "terminus.light_blue.magenta", "foreground": "var(light_blue)"}, {"background": "var(cyan)", "scope": "terminus.light_blue.cyan", "foreground": "var(light_blue)"}, {"background": "var(white)", "scope": "terminus.light_blue.white", "foreground": "var(light_blue)"}, {"background": "var(light_black)", "scope": "terminus.light_blue.light_black", "foreground": "var(light_blue)"}, {"background": "var(light_red)", "scope": "terminus.light_blue.light_red", "foreground": "var(light_blue)"}, {"background": "var(light_green)", "scope": "terminus.light_blue.light_green", "foreground": "var(light_blue)"}, {"background": "var(light_brown)", "scope": "terminus.light_blue.light_brown", "foreground": "var(light_blue)"}, {"background": "var(light_blue)", "scope": "terminus.light_blue.light_blue", "foreground": "var(light_blue)"}, {"background": "var(light_magenta)", "scope": "terminus.light_blue.light_magenta", "foreground": "var(light_blue)"}, {"background": "var(light_cyan)", "scope": "terminus.light_blue.light_cyan", "foreground": "var(light_blue)"}, {"background": "var(light_white)", "scope": "terminus.light_blue.light_white", "foreground": "var(light_blue)"}, {"background": "var(background)", "scope": "terminus.light_blue.default", "foreground": "var(light_blue)"}, {"background": "var(foreground)", "scope": "terminus.light_blue.reverse_default", "foreground": "var(light_blue)"}, {"background": "#000000", "scope": "terminus.light_blue.000000", "foreground": "var(light_blue)"}, {"background": "#cd0000", "scope": "terminus.light_blue.cd0000", "foreground": "var(light_blue)"}, {"background": "#00cd00", "scope": "terminus.light_blue.00cd00", "foreground": "var(light_blue)"}, {"background": "#cdcd00", "scope": "terminus.light_blue.cdcd00", "foreground": "var(light_blue)"}, {"background": "#0000ee", "scope": "terminus.light_blue.0000ee", "foreground": "var(light_blue)"}, {"background": "#cd00cd", "scope": "terminus.light_blue.cd00cd", "foreground": "var(light_blue)"}, {"background": "#00cdcd", "scope": "terminus.light_blue.00cdcd", "foreground": "var(light_blue)"}, {"background": "#e5e5e5", "scope": "terminus.light_blue.e5e5e5", "foreground": "var(light_blue)"}, {"background": "#7f7f7f", "scope": "terminus.light_blue.7f7f7f", "foreground": "var(light_blue)"}, {"background": "#ff0000", "scope": "terminus.light_blue.ff0000", "foreground": "var(light_blue)"}, {"background": "#00ff00", "scope": "terminus.light_blue.00ff00", "foreground": "var(light_blue)"}, {"background": "#ffff00", "scope": "terminus.light_blue.ffff00", "foreground": "var(light_blue)"}, {"background": "#5c5cff", "scope": "terminus.light_blue.5c5cff", "foreground": "var(light_blue)"}, {"background": "#ff00ff", "scope": "terminus.light_blue.ff00ff", "foreground": "var(light_blue)"}, {"background": "#00ffff", "scope": "terminus.light_blue.00ffff", "foreground": "var(light_blue)"}, {"background": "#ffffff", "scope": "terminus.light_blue.ffffff", "foreground": "var(light_blue)"}, {"background": "#00005f", "scope": "terminus.light_blue.00005f", "foreground": "var(light_blue)"}, {"background": "#000087", "scope": "terminus.light_blue.000087", "foreground": "var(light_blue)"}, {"background": "#0000af", "scope": "terminus.light_blue.0000af", "foreground": "var(light_blue)"}, {"background": "#0000d7", "scope": "terminus.light_blue.0000d7", "foreground": "var(light_blue)"}, {"background": "#0000ff", "scope": "terminus.light_blue.0000ff", "foreground": "var(light_blue)"}, {"background": "#005f00", "scope": "terminus.light_blue.005f00", "foreground": "var(light_blue)"}, {"background": "#005f5f", "scope": "terminus.light_blue.005f5f", "foreground": "var(light_blue)"}, {"background": "#005f87", "scope": "terminus.light_blue.005f87", "foreground": "var(light_blue)"}, {"background": "#005faf", "scope": "terminus.light_blue.005faf", "foreground": "var(light_blue)"}, {"background": "#005fd7", "scope": "terminus.light_blue.005fd7", "foreground": "var(light_blue)"}, {"background": "#005fff", "scope": "terminus.light_blue.005fff", "foreground": "var(light_blue)"}, {"background": "#008700", "scope": "terminus.light_blue.008700", "foreground": "var(light_blue)"}, {"background": "#00875f", "scope": "terminus.light_blue.00875f", "foreground": "var(light_blue)"}, {"background": "#008787", "scope": "terminus.light_blue.008787", "foreground": "var(light_blue)"}, {"background": "#0087af", "scope": "terminus.light_blue.0087af", "foreground": "var(light_blue)"}, {"background": "#0087d7", "scope": "terminus.light_blue.0087d7", "foreground": "var(light_blue)"}, {"background": "#0087ff", "scope": "terminus.light_blue.0087ff", "foreground": "var(light_blue)"}, {"background": "#00af00", "scope": "terminus.light_blue.00af00", "foreground": "var(light_blue)"}, {"background": "#00af5f", "scope": "terminus.light_blue.00af5f", "foreground": "var(light_blue)"}, {"background": "#00af87", "scope": "terminus.light_blue.00af87", "foreground": "var(light_blue)"}, {"background": "#00afaf", "scope": "terminus.light_blue.00afaf", "foreground": "var(light_blue)"}, {"background": "#00afd7", "scope": "terminus.light_blue.00afd7", "foreground": "var(light_blue)"}, {"background": "#00afff", "scope": "terminus.light_blue.00afff", "foreground": "var(light_blue)"}, {"background": "#00d700", "scope": "terminus.light_blue.00d700", "foreground": "var(light_blue)"}, {"background": "#00d75f", "scope": "terminus.light_blue.00d75f", "foreground": "var(light_blue)"}, {"background": "#00d787", "scope": "terminus.light_blue.00d787", "foreground": "var(light_blue)"}, {"background": "#00d7af", "scope": "terminus.light_blue.00d7af", "foreground": "var(light_blue)"}, {"background": "#00d7d7", "scope": "terminus.light_blue.00d7d7", "foreground": "var(light_blue)"}, {"background": "#00d7ff", "scope": "terminus.light_blue.00d7ff", "foreground": "var(light_blue)"}, {"background": "#00ff5f", "scope": "terminus.light_blue.00ff5f", "foreground": "var(light_blue)"}, {"background": "#00ff87", "scope": "terminus.light_blue.00ff87", "foreground": "var(light_blue)"}, {"background": "#00ffaf", "scope": "terminus.light_blue.00ffaf", "foreground": "var(light_blue)"}, {"background": "#00ffd7", "scope": "terminus.light_blue.00ffd7", "foreground": "var(light_blue)"}, {"background": "#5f0000", "scope": "terminus.light_blue.5f0000", "foreground": "var(light_blue)"}, {"background": "#5f005f", "scope": "terminus.light_blue.5f005f", "foreground": "var(light_blue)"}, {"background": "#5f0087", "scope": "terminus.light_blue.5f0087", "foreground": "var(light_blue)"}, {"background": "#5f00af", "scope": "terminus.light_blue.5f00af", "foreground": "var(light_blue)"}, {"background": "#5f00d7", "scope": "terminus.light_blue.5f00d7", "foreground": "var(light_blue)"}, {"background": "#5f00ff", "scope": "terminus.light_blue.5f00ff", "foreground": "var(light_blue)"}, {"background": "#5f5f00", "scope": "terminus.light_blue.5f5f00", "foreground": "var(light_blue)"}, {"background": "#5f5f5f", "scope": "terminus.light_blue.5f5f5f", "foreground": "var(light_blue)"}, {"background": "#5f5f87", "scope": "terminus.light_blue.5f5f87", "foreground": "var(light_blue)"}, {"background": "#5f5faf", "scope": "terminus.light_blue.5f5faf", "foreground": "var(light_blue)"}, {"background": "#5f5fd7", "scope": "terminus.light_blue.5f5fd7", "foreground": "var(light_blue)"}, {"background": "#5f5fff", "scope": "terminus.light_blue.5f5fff", "foreground": "var(light_blue)"}, {"background": "#5f8700", "scope": "terminus.light_blue.5f8700", "foreground": "var(light_blue)"}, {"background": "#5f875f", "scope": "terminus.light_blue.5f875f", "foreground": "var(light_blue)"}, {"background": "#5f8787", "scope": "terminus.light_blue.5f8787", "foreground": "var(light_blue)"}, {"background": "#5f87af", "scope": "terminus.light_blue.5f87af", "foreground": "var(light_blue)"}, {"background": "#5f87d7", "scope": "terminus.light_blue.5f87d7", "foreground": "var(light_blue)"}, {"background": "#5f87ff", "scope": "terminus.light_blue.5f87ff", "foreground": "var(light_blue)"}, {"background": "#5faf00", "scope": "terminus.light_blue.5faf00", "foreground": "var(light_blue)"}, {"background": "#5faf5f", "scope": "terminus.light_blue.5faf5f", "foreground": "var(light_blue)"}, {"background": "#5faf87", "scope": "terminus.light_blue.5faf87", "foreground": "var(light_blue)"}, {"background": "#5fafaf", "scope": "terminus.light_blue.5fafaf", "foreground": "var(light_blue)"}, {"background": "#5fafd7", "scope": "terminus.light_blue.5fafd7", "foreground": "var(light_blue)"}, {"background": "#5fafff", "scope": "terminus.light_blue.5fafff", "foreground": "var(light_blue)"}, {"background": "#5fd700", "scope": "terminus.light_blue.5fd700", "foreground": "var(light_blue)"}, {"background": "#5fd75f", "scope": "terminus.light_blue.5fd75f", "foreground": "var(light_blue)"}, {"background": "#5fd787", "scope": "terminus.light_blue.5fd787", "foreground": "var(light_blue)"}, {"background": "#5fd7af", "scope": "terminus.light_blue.5fd7af", "foreground": "var(light_blue)"}, {"background": "#5fd7d7", "scope": "terminus.light_blue.5fd7d7", "foreground": "var(light_blue)"}, {"background": "#5fd7ff", "scope": "terminus.light_blue.5fd7ff", "foreground": "var(light_blue)"}, {"background": "#5fff00", "scope": "terminus.light_blue.5fff00", "foreground": "var(light_blue)"}, {"background": "#5fff5f", "scope": "terminus.light_blue.5fff5f", "foreground": "var(light_blue)"}, {"background": "#5fff87", "scope": "terminus.light_blue.5fff87", "foreground": "var(light_blue)"}, {"background": "#5fffaf", "scope": "terminus.light_blue.5fffaf", "foreground": "var(light_blue)"}, {"background": "#5fffd7", "scope": "terminus.light_blue.5fffd7", "foreground": "var(light_blue)"}, {"background": "#5fffff", "scope": "terminus.light_blue.5fffff", "foreground": "var(light_blue)"}, {"background": "#870000", "scope": "terminus.light_blue.870000", "foreground": "var(light_blue)"}, {"background": "#87005f", "scope": "terminus.light_blue.87005f", "foreground": "var(light_blue)"}, {"background": "#870087", "scope": "terminus.light_blue.870087", "foreground": "var(light_blue)"}, {"background": "#8700af", "scope": "terminus.light_blue.8700af", "foreground": "var(light_blue)"}, {"background": "#8700d7", "scope": "terminus.light_blue.8700d7", "foreground": "var(light_blue)"}, {"background": "#8700ff", "scope": "terminus.light_blue.8700ff", "foreground": "var(light_blue)"}, {"background": "#875f00", "scope": "terminus.light_blue.875f00", "foreground": "var(light_blue)"}, {"background": "#875f5f", "scope": "terminus.light_blue.875f5f", "foreground": "var(light_blue)"}, {"background": "#875f87", "scope": "terminus.light_blue.875f87", "foreground": "var(light_blue)"}, {"background": "#875faf", "scope": "terminus.light_blue.875faf", "foreground": "var(light_blue)"}, {"background": "#875fd7", "scope": "terminus.light_blue.875fd7", "foreground": "var(light_blue)"}, {"background": "#875fff", "scope": "terminus.light_blue.875fff", "foreground": "var(light_blue)"}, {"background": "#878700", "scope": "terminus.light_blue.878700", "foreground": "var(light_blue)"}, {"background": "#87875f", "scope": "terminus.light_blue.87875f", "foreground": "var(light_blue)"}, {"background": "#878787", "scope": "terminus.light_blue.878787", "foreground": "var(light_blue)"}, {"background": "#8787af", "scope": "terminus.light_blue.8787af", "foreground": "var(light_blue)"}, {"background": "#8787d7", "scope": "terminus.light_blue.8787d7", "foreground": "var(light_blue)"}, {"background": "#8787ff", "scope": "terminus.light_blue.8787ff", "foreground": "var(light_blue)"}, {"background": "#87af00", "scope": "terminus.light_blue.87af00", "foreground": "var(light_blue)"}, {"background": "#87af5f", "scope": "terminus.light_blue.87af5f", "foreground": "var(light_blue)"}, {"background": "#87af87", "scope": "terminus.light_blue.87af87", "foreground": "var(light_blue)"}, {"background": "#87afaf", "scope": "terminus.light_blue.87afaf", "foreground": "var(light_blue)"}, {"background": "#87afd7", "scope": "terminus.light_blue.87afd7", "foreground": "var(light_blue)"}, {"background": "#87afff", "scope": "terminus.light_blue.87afff", "foreground": "var(light_blue)"}, {"background": "#87d700", "scope": "terminus.light_blue.87d700", "foreground": "var(light_blue)"}, {"background": "#87d75f", "scope": "terminus.light_blue.87d75f", "foreground": "var(light_blue)"}, {"background": "#87d787", "scope": "terminus.light_blue.87d787", "foreground": "var(light_blue)"}, {"background": "#87d7af", "scope": "terminus.light_blue.87d7af", "foreground": "var(light_blue)"}, {"background": "#87d7d7", "scope": "terminus.light_blue.87d7d7", "foreground": "var(light_blue)"}, {"background": "#87d7ff", "scope": "terminus.light_blue.87d7ff", "foreground": "var(light_blue)"}, {"background": "#87ff00", "scope": "terminus.light_blue.87ff00", "foreground": "var(light_blue)"}, {"background": "#87ff5f", "scope": "terminus.light_blue.87ff5f", "foreground": "var(light_blue)"}, {"background": "#87ff87", "scope": "terminus.light_blue.87ff87", "foreground": "var(light_blue)"}, {"background": "#87ffaf", "scope": "terminus.light_blue.87ffaf", "foreground": "var(light_blue)"}, {"background": "#87ffd7", "scope": "terminus.light_blue.87ffd7", "foreground": "var(light_blue)"}, {"background": "#87ffff", "scope": "terminus.light_blue.87ffff", "foreground": "var(light_blue)"}, {"background": "#af0000", "scope": "terminus.light_blue.af0000", "foreground": "var(light_blue)"}, {"background": "#af005f", "scope": "terminus.light_blue.af005f", "foreground": "var(light_blue)"}, {"background": "#af0087", "scope": "terminus.light_blue.af0087", "foreground": "var(light_blue)"}, {"background": "#af00af", "scope": "terminus.light_blue.af00af", "foreground": "var(light_blue)"}, {"background": "#af00d7", "scope": "terminus.light_blue.af00d7", "foreground": "var(light_blue)"}, {"background": "#af00ff", "scope": "terminus.light_blue.af00ff", "foreground": "var(light_blue)"}, {"background": "#af5f00", "scope": "terminus.light_blue.af5f00", "foreground": "var(light_blue)"}, {"background": "#af5f5f", "scope": "terminus.light_blue.af5f5f", "foreground": "var(light_blue)"}, {"background": "#af5f87", "scope": "terminus.light_blue.af5f87", "foreground": "var(light_blue)"}, {"background": "#af5faf", "scope": "terminus.light_blue.af5faf", "foreground": "var(light_blue)"}, {"background": "#af5fd7", "scope": "terminus.light_blue.af5fd7", "foreground": "var(light_blue)"}, {"background": "#af5fff", "scope": "terminus.light_blue.af5fff", "foreground": "var(light_blue)"}, {"background": "#af8700", "scope": "terminus.light_blue.af8700", "foreground": "var(light_blue)"}, {"background": "#af875f", "scope": "terminus.light_blue.af875f", "foreground": "var(light_blue)"}, {"background": "#af8787", "scope": "terminus.light_blue.af8787", "foreground": "var(light_blue)"}, {"background": "#af87af", "scope": "terminus.light_blue.af87af", "foreground": "var(light_blue)"}, {"background": "#af87d7", "scope": "terminus.light_blue.af87d7", "foreground": "var(light_blue)"}, {"background": "#af87ff", "scope": "terminus.light_blue.af87ff", "foreground": "var(light_blue)"}, {"background": "#afaf00", "scope": "terminus.light_blue.afaf00", "foreground": "var(light_blue)"}, {"background": "#afaf5f", "scope": "terminus.light_blue.afaf5f", "foreground": "var(light_blue)"}, {"background": "#afaf87", "scope": "terminus.light_blue.afaf87", "foreground": "var(light_blue)"}, {"background": "#afafaf", "scope": "terminus.light_blue.afafaf", "foreground": "var(light_blue)"}, {"background": "#afafd7", "scope": "terminus.light_blue.afafd7", "foreground": "var(light_blue)"}, {"background": "#afafff", "scope": "terminus.light_blue.afafff", "foreground": "var(light_blue)"}, {"background": "#afd700", "scope": "terminus.light_blue.afd700", "foreground": "var(light_blue)"}, {"background": "#afd75f", "scope": "terminus.light_blue.afd75f", "foreground": "var(light_blue)"}, {"background": "#afd787", "scope": "terminus.light_blue.afd787", "foreground": "var(light_blue)"}, {"background": "#afd7af", "scope": "terminus.light_blue.afd7af", "foreground": "var(light_blue)"}, {"background": "#afd7d7", "scope": "terminus.light_blue.afd7d7", "foreground": "var(light_blue)"}, {"background": "#afd7ff", "scope": "terminus.light_blue.afd7ff", "foreground": "var(light_blue)"}, {"background": "#afff00", "scope": "terminus.light_blue.afff00", "foreground": "var(light_blue)"}, {"background": "#afff5f", "scope": "terminus.light_blue.afff5f", "foreground": "var(light_blue)"}, {"background": "#afff87", "scope": "terminus.light_blue.afff87", "foreground": "var(light_blue)"}, {"background": "#afffaf", "scope": "terminus.light_blue.afffaf", "foreground": "var(light_blue)"}, {"background": "#afffd7", "scope": "terminus.light_blue.afffd7", "foreground": "var(light_blue)"}, {"background": "#afffff", "scope": "terminus.light_blue.afffff", "foreground": "var(light_blue)"}, {"background": "#d70000", "scope": "terminus.light_blue.d70000", "foreground": "var(light_blue)"}, {"background": "#d7005f", "scope": "terminus.light_blue.d7005f", "foreground": "var(light_blue)"}, {"background": "#d70087", "scope": "terminus.light_blue.d70087", "foreground": "var(light_blue)"}, {"background": "#d700af", "scope": "terminus.light_blue.d700af", "foreground": "var(light_blue)"}, {"background": "#d700d7", "scope": "terminus.light_blue.d700d7", "foreground": "var(light_blue)"}, {"background": "#d700ff", "scope": "terminus.light_blue.d700ff", "foreground": "var(light_blue)"}, {"background": "#d75f00", "scope": "terminus.light_blue.d75f00", "foreground": "var(light_blue)"}, {"background": "#d75f5f", "scope": "terminus.light_blue.d75f5f", "foreground": "var(light_blue)"}, {"background": "#d75f87", "scope": "terminus.light_blue.d75f87", "foreground": "var(light_blue)"}, {"background": "#d75faf", "scope": "terminus.light_blue.d75faf", "foreground": "var(light_blue)"}, {"background": "#d75fd7", "scope": "terminus.light_blue.d75fd7", "foreground": "var(light_blue)"}, {"background": "#d75fff", "scope": "terminus.light_blue.d75fff", "foreground": "var(light_blue)"}, {"background": "#d78700", "scope": "terminus.light_blue.d78700", "foreground": "var(light_blue)"}, {"background": "#d7875f", "scope": "terminus.light_blue.d7875f", "foreground": "var(light_blue)"}, {"background": "#d78787", "scope": "terminus.light_blue.d78787", "foreground": "var(light_blue)"}, {"background": "#d787af", "scope": "terminus.light_blue.d787af", "foreground": "var(light_blue)"}, {"background": "#d787d7", "scope": "terminus.light_blue.d787d7", "foreground": "var(light_blue)"}, {"background": "#d787ff", "scope": "terminus.light_blue.d787ff", "foreground": "var(light_blue)"}, {"background": "#d7af00", "scope": "terminus.light_blue.d7af00", "foreground": "var(light_blue)"}, {"background": "#d7af5f", "scope": "terminus.light_blue.d7af5f", "foreground": "var(light_blue)"}, {"background": "#d7af87", "scope": "terminus.light_blue.d7af87", "foreground": "var(light_blue)"}, {"background": "#d7afaf", "scope": "terminus.light_blue.d7afaf", "foreground": "var(light_blue)"}, {"background": "#d7afd7", "scope": "terminus.light_blue.d7afd7", "foreground": "var(light_blue)"}, {"background": "#d7afff", "scope": "terminus.light_blue.d7afff", "foreground": "var(light_blue)"}, {"background": "#d7d700", "scope": "terminus.light_blue.d7d700", "foreground": "var(light_blue)"}, {"background": "#d7d75f", "scope": "terminus.light_blue.d7d75f", "foreground": "var(light_blue)"}, {"background": "#d7d787", "scope": "terminus.light_blue.d7d787", "foreground": "var(light_blue)"}, {"background": "#d7d7af", "scope": "terminus.light_blue.d7d7af", "foreground": "var(light_blue)"}, {"background": "#d7d7d7", "scope": "terminus.light_blue.d7d7d7", "foreground": "var(light_blue)"}, {"background": "#d7d7ff", "scope": "terminus.light_blue.d7d7ff", "foreground": "var(light_blue)"}, {"background": "#d7ff00", "scope": "terminus.light_blue.d7ff00", "foreground": "var(light_blue)"}, {"background": "#d7ff5f", "scope": "terminus.light_blue.d7ff5f", "foreground": "var(light_blue)"}, {"background": "#d7ff87", "scope": "terminus.light_blue.d7ff87", "foreground": "var(light_blue)"}, {"background": "#d7ffaf", "scope": "terminus.light_blue.d7ffaf", "foreground": "var(light_blue)"}, {"background": "#d7ffd7", "scope": "terminus.light_blue.d7ffd7", "foreground": "var(light_blue)"}, {"background": "#d7ffff", "scope": "terminus.light_blue.d7ffff", "foreground": "var(light_blue)"}, {"background": "#ff005f", "scope": "terminus.light_blue.ff005f", "foreground": "var(light_blue)"}, {"background": "#ff0087", "scope": "terminus.light_blue.ff0087", "foreground": "var(light_blue)"}, {"background": "#ff00af", "scope": "terminus.light_blue.ff00af", "foreground": "var(light_blue)"}, {"background": "#ff00d7", "scope": "terminus.light_blue.ff00d7", "foreground": "var(light_blue)"}, {"background": "#ff5f00", "scope": "terminus.light_blue.ff5f00", "foreground": "var(light_blue)"}, {"background": "#ff5f5f", "scope": "terminus.light_blue.ff5f5f", "foreground": "var(light_blue)"}, {"background": "#ff5f87", "scope": "terminus.light_blue.ff5f87", "foreground": "var(light_blue)"}, {"background": "#ff5faf", "scope": "terminus.light_blue.ff5faf", "foreground": "var(light_blue)"}, {"background": "#ff5fd7", "scope": "terminus.light_blue.ff5fd7", "foreground": "var(light_blue)"}, {"background": "#ff5fff", "scope": "terminus.light_blue.ff5fff", "foreground": "var(light_blue)"}, {"background": "#ff8700", "scope": "terminus.light_blue.ff8700", "foreground": "var(light_blue)"}, {"background": "#ff875f", "scope": "terminus.light_blue.ff875f", "foreground": "var(light_blue)"}, {"background": "#ff8787", "scope": "terminus.light_blue.ff8787", "foreground": "var(light_blue)"}, {"background": "#ff87af", "scope": "terminus.light_blue.ff87af", "foreground": "var(light_blue)"}, {"background": "#ff87d7", "scope": "terminus.light_blue.ff87d7", "foreground": "var(light_blue)"}, {"background": "#ff87ff", "scope": "terminus.light_blue.ff87ff", "foreground": "var(light_blue)"}, {"background": "#ffaf00", "scope": "terminus.light_blue.ffaf00", "foreground": "var(light_blue)"}, {"background": "#ffaf5f", "scope": "terminus.light_blue.ffaf5f", "foreground": "var(light_blue)"}, {"background": "#ffaf87", "scope": "terminus.light_blue.ffaf87", "foreground": "var(light_blue)"}, {"background": "#ffafaf", "scope": "terminus.light_blue.ffafaf", "foreground": "var(light_blue)"}, {"background": "#ffafd7", "scope": "terminus.light_blue.ffafd7", "foreground": "var(light_blue)"}, {"background": "#ffafff", "scope": "terminus.light_blue.ffafff", "foreground": "var(light_blue)"}, {"background": "#ffd700", "scope": "terminus.light_blue.ffd700", "foreground": "var(light_blue)"}, {"background": "#ffd75f", "scope": "terminus.light_blue.ffd75f", "foreground": "var(light_blue)"}, {"background": "#ffd787", "scope": "terminus.light_blue.ffd787", "foreground": "var(light_blue)"}, {"background": "#ffd7af", "scope": "terminus.light_blue.ffd7af", "foreground": "var(light_blue)"}, {"background": "#ffd7d7", "scope": "terminus.light_blue.ffd7d7", "foreground": "var(light_blue)"}, {"background": "#ffd7ff", "scope": "terminus.light_blue.ffd7ff", "foreground": "var(light_blue)"}, {"background": "#ffff5f", "scope": "terminus.light_blue.ffff5f", "foreground": "var(light_blue)"}, {"background": "#ffff87", "scope": "terminus.light_blue.ffff87", "foreground": "var(light_blue)"}, {"background": "#ffffaf", "scope": "terminus.light_blue.ffffaf", "foreground": "var(light_blue)"}, {"background": "#ffffd7", "scope": "terminus.light_blue.ffffd7", "foreground": "var(light_blue)"}, {"background": "#080808", "scope": "terminus.light_blue.080808", "foreground": "var(light_blue)"}, {"background": "#121212", "scope": "terminus.light_blue.121212", "foreground": "var(light_blue)"}, {"background": "#1c1c1c", "scope": "terminus.light_blue.1c1c1c", "foreground": "var(light_blue)"}, {"background": "#262626", "scope": "terminus.light_blue.262626", "foreground": "var(light_blue)"}, {"background": "#303030", "scope": "terminus.light_blue.303030", "foreground": "var(light_blue)"}, {"background": "#3a3a3a", "scope": "terminus.light_blue.3a3a3a", "foreground": "var(light_blue)"}, {"background": "#444444", "scope": "terminus.light_blue.444444", "foreground": "var(light_blue)"}, {"background": "#4e4e4e", "scope": "terminus.light_blue.4e4e4e", "foreground": "var(light_blue)"}, {"background": "#585858", "scope": "terminus.light_blue.585858", "foreground": "var(light_blue)"}, {"background": "#626262", "scope": "terminus.light_blue.626262", "foreground": "var(light_blue)"}, {"background": "#6c6c6c", "scope": "terminus.light_blue.6c6c6c", "foreground": "var(light_blue)"}, {"background": "#767676", "scope": "terminus.light_blue.767676", "foreground": "var(light_blue)"}, {"background": "#808080", "scope": "terminus.light_blue.808080", "foreground": "var(light_blue)"}, {"background": "#8a8a8a", "scope": "terminus.light_blue.8a8a8a", "foreground": "var(light_blue)"}, {"background": "#949494", "scope": "terminus.light_blue.949494", "foreground": "var(light_blue)"}, {"background": "#9e9e9e", "scope": "terminus.light_blue.9e9e9e", "foreground": "var(light_blue)"}, {"background": "#a8a8a8", "scope": "terminus.light_blue.a8a8a8", "foreground": "var(light_blue)"}, {"background": "#b2b2b2", "scope": "terminus.light_blue.b2b2b2", "foreground": "var(light_blue)"}, {"background": "#bcbcbc", "scope": "terminus.light_blue.bcbcbc", "foreground": "var(light_blue)"}, {"background": "#c6c6c6", "scope": "terminus.light_blue.c6c6c6", "foreground": "var(light_blue)"}, {"background": "#d0d0d0", "scope": "terminus.light_blue.d0d0d0", "foreground": "var(light_blue)"}, {"background": "#dadada", "scope": "terminus.light_blue.dadada", "foreground": "var(light_blue)"}, {"background": "#e4e4e4", "scope": "terminus.light_blue.e4e4e4", "foreground": "var(light_blue)"}, {"background": "#eeeeee", "scope": "terminus.light_blue.eeeeee", "foreground": "var(light_blue)"}, {"background": "var(black)", "scope": "terminus.light_magenta.black", "foreground": "var(light_magenta)"}, {"background": "var(red)", "scope": "terminus.light_magenta.red", "foreground": "var(light_magenta)"}, {"background": "var(green)", "scope": "terminus.light_magenta.green", "foreground": "var(light_magenta)"}, {"background": "var(brown)", "scope": "terminus.light_magenta.brown", "foreground": "var(light_magenta)"}, {"background": "var(blue)", "scope": "terminus.light_magenta.blue", "foreground": "var(light_magenta)"}, {"background": "var(magenta)", "scope": "terminus.light_magenta.magenta", "foreground": "var(light_magenta)"}, {"background": "var(cyan)", "scope": "terminus.light_magenta.cyan", "foreground": "var(light_magenta)"}, {"background": "var(white)", "scope": "terminus.light_magenta.white", "foreground": "var(light_magenta)"}, {"background": "var(light_black)", "scope": "terminus.light_magenta.light_black", "foreground": "var(light_magenta)"}, {"background": "var(light_red)", "scope": "terminus.light_magenta.light_red", "foreground": "var(light_magenta)"}, {"background": "var(light_green)", "scope": "terminus.light_magenta.light_green", "foreground": "var(light_magenta)"}, {"background": "var(light_brown)", "scope": "terminus.light_magenta.light_brown", "foreground": "var(light_magenta)"}, {"background": "var(light_blue)", "scope": "terminus.light_magenta.light_blue", "foreground": "var(light_magenta)"}, {"background": "var(light_magenta)", "scope": "terminus.light_magenta.light_magenta", "foreground": "var(light_magenta)"}, {"background": "var(light_cyan)", "scope": "terminus.light_magenta.light_cyan", "foreground": "var(light_magenta)"}, {"background": "var(light_white)", "scope": "terminus.light_magenta.light_white", "foreground": "var(light_magenta)"}, {"background": "var(background)", "scope": "terminus.light_magenta.default", "foreground": "var(light_magenta)"}, {"background": "var(foreground)", "scope": "terminus.light_magenta.reverse_default", "foreground": "var(light_magenta)"}, {"background": "#000000", "scope": "terminus.light_magenta.000000", "foreground": "var(light_magenta)"}, {"background": "#cd0000", "scope": "terminus.light_magenta.cd0000", "foreground": "var(light_magenta)"}, {"background": "#00cd00", "scope": "terminus.light_magenta.00cd00", "foreground": "var(light_magenta)"}, {"background": "#cdcd00", "scope": "terminus.light_magenta.cdcd00", "foreground": "var(light_magenta)"}, {"background": "#0000ee", "scope": "terminus.light_magenta.0000ee", "foreground": "var(light_magenta)"}, {"background": "#cd00cd", "scope": "terminus.light_magenta.cd00cd", "foreground": "var(light_magenta)"}, {"background": "#00cdcd", "scope": "terminus.light_magenta.00cdcd", "foreground": "var(light_magenta)"}, {"background": "#e5e5e5", "scope": "terminus.light_magenta.e5e5e5", "foreground": "var(light_magenta)"}, {"background": "#7f7f7f", "scope": "terminus.light_magenta.7f7f7f", "foreground": "var(light_magenta)"}, {"background": "#ff0000", "scope": "terminus.light_magenta.ff0000", "foreground": "var(light_magenta)"}, {"background": "#00ff00", "scope": "terminus.light_magenta.00ff00", "foreground": "var(light_magenta)"}, {"background": "#ffff00", "scope": "terminus.light_magenta.ffff00", "foreground": "var(light_magenta)"}, {"background": "#5c5cff", "scope": "terminus.light_magenta.5c5cff", "foreground": "var(light_magenta)"}, {"background": "#ff00ff", "scope": "terminus.light_magenta.ff00ff", "foreground": "var(light_magenta)"}, {"background": "#00ffff", "scope": "terminus.light_magenta.00ffff", "foreground": "var(light_magenta)"}, {"background": "#ffffff", "scope": "terminus.light_magenta.ffffff", "foreground": "var(light_magenta)"}, {"background": "#00005f", "scope": "terminus.light_magenta.00005f", "foreground": "var(light_magenta)"}, {"background": "#000087", "scope": "terminus.light_magenta.000087", "foreground": "var(light_magenta)"}, {"background": "#0000af", "scope": "terminus.light_magenta.0000af", "foreground": "var(light_magenta)"}, {"background": "#0000d7", "scope": "terminus.light_magenta.0000d7", "foreground": "var(light_magenta)"}, {"background": "#0000ff", "scope": "terminus.light_magenta.0000ff", "foreground": "var(light_magenta)"}, {"background": "#005f00", "scope": "terminus.light_magenta.005f00", "foreground": "var(light_magenta)"}, {"background": "#005f5f", "scope": "terminus.light_magenta.005f5f", "foreground": "var(light_magenta)"}, {"background": "#005f87", "scope": "terminus.light_magenta.005f87", "foreground": "var(light_magenta)"}, {"background": "#005faf", "scope": "terminus.light_magenta.005faf", "foreground": "var(light_magenta)"}, {"background": "#005fd7", "scope": "terminus.light_magenta.005fd7", "foreground": "var(light_magenta)"}, {"background": "#005fff", "scope": "terminus.light_magenta.005fff", "foreground": "var(light_magenta)"}, {"background": "#008700", "scope": "terminus.light_magenta.008700", "foreground": "var(light_magenta)"}, {"background": "#00875f", "scope": "terminus.light_magenta.00875f", "foreground": "var(light_magenta)"}, {"background": "#008787", "scope": "terminus.light_magenta.008787", "foreground": "var(light_magenta)"}, {"background": "#0087af", "scope": "terminus.light_magenta.0087af", "foreground": "var(light_magenta)"}, {"background": "#0087d7", "scope": "terminus.light_magenta.0087d7", "foreground": "var(light_magenta)"}, {"background": "#0087ff", "scope": "terminus.light_magenta.0087ff", "foreground": "var(light_magenta)"}, {"background": "#00af00", "scope": "terminus.light_magenta.00af00", "foreground": "var(light_magenta)"}, {"background": "#00af5f", "scope": "terminus.light_magenta.00af5f", "foreground": "var(light_magenta)"}, {"background": "#00af87", "scope": "terminus.light_magenta.00af87", "foreground": "var(light_magenta)"}, {"background": "#00afaf", "scope": "terminus.light_magenta.00afaf", "foreground": "var(light_magenta)"}, {"background": "#00afd7", "scope": "terminus.light_magenta.00afd7", "foreground": "var(light_magenta)"}, {"background": "#00afff", "scope": "terminus.light_magenta.00afff", "foreground": "var(light_magenta)"}, {"background": "#00d700", "scope": "terminus.light_magenta.00d700", "foreground": "var(light_magenta)"}, {"background": "#00d75f", "scope": "terminus.light_magenta.00d75f", "foreground": "var(light_magenta)"}, {"background": "#00d787", "scope": "terminus.light_magenta.00d787", "foreground": "var(light_magenta)"}, {"background": "#00d7af", "scope": "terminus.light_magenta.00d7af", "foreground": "var(light_magenta)"}, {"background": "#00d7d7", "scope": "terminus.light_magenta.00d7d7", "foreground": "var(light_magenta)"}, {"background": "#00d7ff", "scope": "terminus.light_magenta.00d7ff", "foreground": "var(light_magenta)"}, {"background": "#00ff5f", "scope": "terminus.light_magenta.00ff5f", "foreground": "var(light_magenta)"}, {"background": "#00ff87", "scope": "terminus.light_magenta.00ff87", "foreground": "var(light_magenta)"}, {"background": "#00ffaf", "scope": "terminus.light_magenta.00ffaf", "foreground": "var(light_magenta)"}, {"background": "#00ffd7", "scope": "terminus.light_magenta.00ffd7", "foreground": "var(light_magenta)"}, {"background": "#5f0000", "scope": "terminus.light_magenta.5f0000", "foreground": "var(light_magenta)"}, {"background": "#5f005f", "scope": "terminus.light_magenta.5f005f", "foreground": "var(light_magenta)"}, {"background": "#5f0087", "scope": "terminus.light_magenta.5f0087", "foreground": "var(light_magenta)"}, {"background": "#5f00af", "scope": "terminus.light_magenta.5f00af", "foreground": "var(light_magenta)"}, {"background": "#5f00d7", "scope": "terminus.light_magenta.5f00d7", "foreground": "var(light_magenta)"}, {"background": "#5f00ff", "scope": "terminus.light_magenta.5f00ff", "foreground": "var(light_magenta)"}, {"background": "#5f5f00", "scope": "terminus.light_magenta.5f5f00", "foreground": "var(light_magenta)"}, {"background": "#5f5f5f", "scope": "terminus.light_magenta.5f5f5f", "foreground": "var(light_magenta)"}, {"background": "#5f5f87", "scope": "terminus.light_magenta.5f5f87", "foreground": "var(light_magenta)"}, {"background": "#5f5faf", "scope": "terminus.light_magenta.5f5faf", "foreground": "var(light_magenta)"}, {"background": "#5f5fd7", "scope": "terminus.light_magenta.5f5fd7", "foreground": "var(light_magenta)"}, {"background": "#5f5fff", "scope": "terminus.light_magenta.5f5fff", "foreground": "var(light_magenta)"}, {"background": "#5f8700", "scope": "terminus.light_magenta.5f8700", "foreground": "var(light_magenta)"}, {"background": "#5f875f", "scope": "terminus.light_magenta.5f875f", "foreground": "var(light_magenta)"}, {"background": "#5f8787", "scope": "terminus.light_magenta.5f8787", "foreground": "var(light_magenta)"}, {"background": "#5f87af", "scope": "terminus.light_magenta.5f87af", "foreground": "var(light_magenta)"}, {"background": "#5f87d7", "scope": "terminus.light_magenta.5f87d7", "foreground": "var(light_magenta)"}, {"background": "#5f87ff", "scope": "terminus.light_magenta.5f87ff", "foreground": "var(light_magenta)"}, {"background": "#5faf00", "scope": "terminus.light_magenta.5faf00", "foreground": "var(light_magenta)"}, {"background": "#5faf5f", "scope": "terminus.light_magenta.5faf5f", "foreground": "var(light_magenta)"}, {"background": "#5faf87", "scope": "terminus.light_magenta.5faf87", "foreground": "var(light_magenta)"}, {"background": "#5fafaf", "scope": "terminus.light_magenta.5fafaf", "foreground": "var(light_magenta)"}, {"background": "#5fafd7", "scope": "terminus.light_magenta.5fafd7", "foreground": "var(light_magenta)"}, {"background": "#5fafff", "scope": "terminus.light_magenta.5fafff", "foreground": "var(light_magenta)"}, {"background": "#5fd700", "scope": "terminus.light_magenta.5fd700", "foreground": "var(light_magenta)"}, {"background": "#5fd75f", "scope": "terminus.light_magenta.5fd75f", "foreground": "var(light_magenta)"}, {"background": "#5fd787", "scope": "terminus.light_magenta.5fd787", "foreground": "var(light_magenta)"}, {"background": "#5fd7af", "scope": "terminus.light_magenta.5fd7af", "foreground": "var(light_magenta)"}, {"background": "#5fd7d7", "scope": "terminus.light_magenta.5fd7d7", "foreground": "var(light_magenta)"}, {"background": "#5fd7ff", "scope": "terminus.light_magenta.5fd7ff", "foreground": "var(light_magenta)"}, {"background": "#5fff00", "scope": "terminus.light_magenta.5fff00", "foreground": "var(light_magenta)"}, {"background": "#5fff5f", "scope": "terminus.light_magenta.5fff5f", "foreground": "var(light_magenta)"}, {"background": "#5fff87", "scope": "terminus.light_magenta.5fff87", "foreground": "var(light_magenta)"}, {"background": "#5fffaf", "scope": "terminus.light_magenta.5fffaf", "foreground": "var(light_magenta)"}, {"background": "#5fffd7", "scope": "terminus.light_magenta.5fffd7", "foreground": "var(light_magenta)"}, {"background": "#5fffff", "scope": "terminus.light_magenta.5fffff", "foreground": "var(light_magenta)"}, {"background": "#870000", "scope": "terminus.light_magenta.870000", "foreground": "var(light_magenta)"}, {"background": "#87005f", "scope": "terminus.light_magenta.87005f", "foreground": "var(light_magenta)"}, {"background": "#870087", "scope": "terminus.light_magenta.870087", "foreground": "var(light_magenta)"}, {"background": "#8700af", "scope": "terminus.light_magenta.8700af", "foreground": "var(light_magenta)"}, {"background": "#8700d7", "scope": "terminus.light_magenta.8700d7", "foreground": "var(light_magenta)"}, {"background": "#8700ff", "scope": "terminus.light_magenta.8700ff", "foreground": "var(light_magenta)"}, {"background": "#875f00", "scope": "terminus.light_magenta.875f00", "foreground": "var(light_magenta)"}, {"background": "#875f5f", "scope": "terminus.light_magenta.875f5f", "foreground": "var(light_magenta)"}, {"background": "#875f87", "scope": "terminus.light_magenta.875f87", "foreground": "var(light_magenta)"}, {"background": "#875faf", "scope": "terminus.light_magenta.875faf", "foreground": "var(light_magenta)"}, {"background": "#875fd7", "scope": "terminus.light_magenta.875fd7", "foreground": "var(light_magenta)"}, {"background": "#875fff", "scope": "terminus.light_magenta.875fff", "foreground": "var(light_magenta)"}, {"background": "#878700", "scope": "terminus.light_magenta.878700", "foreground": "var(light_magenta)"}, {"background": "#87875f", "scope": "terminus.light_magenta.87875f", "foreground": "var(light_magenta)"}, {"background": "#878787", "scope": "terminus.light_magenta.878787", "foreground": "var(light_magenta)"}, {"background": "#8787af", "scope": "terminus.light_magenta.8787af", "foreground": "var(light_magenta)"}, {"background": "#8787d7", "scope": "terminus.light_magenta.8787d7", "foreground": "var(light_magenta)"}, {"background": "#8787ff", "scope": "terminus.light_magenta.8787ff", "foreground": "var(light_magenta)"}, {"background": "#87af00", "scope": "terminus.light_magenta.87af00", "foreground": "var(light_magenta)"}, {"background": "#87af5f", "scope": "terminus.light_magenta.87af5f", "foreground": "var(light_magenta)"}, {"background": "#87af87", "scope": "terminus.light_magenta.87af87", "foreground": "var(light_magenta)"}, {"background": "#87afaf", "scope": "terminus.light_magenta.87afaf", "foreground": "var(light_magenta)"}, {"background": "#87afd7", "scope": "terminus.light_magenta.87afd7", "foreground": "var(light_magenta)"}, {"background": "#87afff", "scope": "terminus.light_magenta.87afff", "foreground": "var(light_magenta)"}, {"background": "#87d700", "scope": "terminus.light_magenta.87d700", "foreground": "var(light_magenta)"}, {"background": "#87d75f", "scope": "terminus.light_magenta.87d75f", "foreground": "var(light_magenta)"}, {"background": "#87d787", "scope": "terminus.light_magenta.87d787", "foreground": "var(light_magenta)"}, {"background": "#87d7af", "scope": "terminus.light_magenta.87d7af", "foreground": "var(light_magenta)"}, {"background": "#87d7d7", "scope": "terminus.light_magenta.87d7d7", "foreground": "var(light_magenta)"}, {"background": "#87d7ff", "scope": "terminus.light_magenta.87d7ff", "foreground": "var(light_magenta)"}, {"background": "#87ff00", "scope": "terminus.light_magenta.87ff00", "foreground": "var(light_magenta)"}, {"background": "#87ff5f", "scope": "terminus.light_magenta.87ff5f", "foreground": "var(light_magenta)"}, {"background": "#87ff87", "scope": "terminus.light_magenta.87ff87", "foreground": "var(light_magenta)"}, {"background": "#87ffaf", "scope": "terminus.light_magenta.87ffaf", "foreground": "var(light_magenta)"}, {"background": "#87ffd7", "scope": "terminus.light_magenta.87ffd7", "foreground": "var(light_magenta)"}, {"background": "#87ffff", "scope": "terminus.light_magenta.87ffff", "foreground": "var(light_magenta)"}, {"background": "#af0000", "scope": "terminus.light_magenta.af0000", "foreground": "var(light_magenta)"}, {"background": "#af005f", "scope": "terminus.light_magenta.af005f", "foreground": "var(light_magenta)"}, {"background": "#af0087", "scope": "terminus.light_magenta.af0087", "foreground": "var(light_magenta)"}, {"background": "#af00af", "scope": "terminus.light_magenta.af00af", "foreground": "var(light_magenta)"}, {"background": "#af00d7", "scope": "terminus.light_magenta.af00d7", "foreground": "var(light_magenta)"}, {"background": "#af00ff", "scope": "terminus.light_magenta.af00ff", "foreground": "var(light_magenta)"}, {"background": "#af5f00", "scope": "terminus.light_magenta.af5f00", "foreground": "var(light_magenta)"}, {"background": "#af5f5f", "scope": "terminus.light_magenta.af5f5f", "foreground": "var(light_magenta)"}, {"background": "#af5f87", "scope": "terminus.light_magenta.af5f87", "foreground": "var(light_magenta)"}, {"background": "#af5faf", "scope": "terminus.light_magenta.af5faf", "foreground": "var(light_magenta)"}, {"background": "#af5fd7", "scope": "terminus.light_magenta.af5fd7", "foreground": "var(light_magenta)"}, {"background": "#af5fff", "scope": "terminus.light_magenta.af5fff", "foreground": "var(light_magenta)"}, {"background": "#af8700", "scope": "terminus.light_magenta.af8700", "foreground": "var(light_magenta)"}, {"background": "#af875f", "scope": "terminus.light_magenta.af875f", "foreground": "var(light_magenta)"}, {"background": "#af8787", "scope": "terminus.light_magenta.af8787", "foreground": "var(light_magenta)"}, {"background": "#af87af", "scope": "terminus.light_magenta.af87af", "foreground": "var(light_magenta)"}, {"background": "#af87d7", "scope": "terminus.light_magenta.af87d7", "foreground": "var(light_magenta)"}, {"background": "#af87ff", "scope": "terminus.light_magenta.af87ff", "foreground": "var(light_magenta)"}, {"background": "#afaf00", "scope": "terminus.light_magenta.afaf00", "foreground": "var(light_magenta)"}, {"background": "#afaf5f", "scope": "terminus.light_magenta.afaf5f", "foreground": "var(light_magenta)"}, {"background": "#afaf87", "scope": "terminus.light_magenta.afaf87", "foreground": "var(light_magenta)"}, {"background": "#afafaf", "scope": "terminus.light_magenta.afafaf", "foreground": "var(light_magenta)"}, {"background": "#afafd7", "scope": "terminus.light_magenta.afafd7", "foreground": "var(light_magenta)"}, {"background": "#afafff", "scope": "terminus.light_magenta.afafff", "foreground": "var(light_magenta)"}, {"background": "#afd700", "scope": "terminus.light_magenta.afd700", "foreground": "var(light_magenta)"}, {"background": "#afd75f", "scope": "terminus.light_magenta.afd75f", "foreground": "var(light_magenta)"}, {"background": "#afd787", "scope": "terminus.light_magenta.afd787", "foreground": "var(light_magenta)"}, {"background": "#afd7af", "scope": "terminus.light_magenta.afd7af", "foreground": "var(light_magenta)"}, {"background": "#afd7d7", "scope": "terminus.light_magenta.afd7d7", "foreground": "var(light_magenta)"}, {"background": "#afd7ff", "scope": "terminus.light_magenta.afd7ff", "foreground": "var(light_magenta)"}, {"background": "#afff00", "scope": "terminus.light_magenta.afff00", "foreground": "var(light_magenta)"}, {"background": "#afff5f", "scope": "terminus.light_magenta.afff5f", "foreground": "var(light_magenta)"}, {"background": "#afff87", "scope": "terminus.light_magenta.afff87", "foreground": "var(light_magenta)"}, {"background": "#afffaf", "scope": "terminus.light_magenta.afffaf", "foreground": "var(light_magenta)"}, {"background": "#afffd7", "scope": "terminus.light_magenta.afffd7", "foreground": "var(light_magenta)"}, {"background": "#afffff", "scope": "terminus.light_magenta.afffff", "foreground": "var(light_magenta)"}, {"background": "#d70000", "scope": "terminus.light_magenta.d70000", "foreground": "var(light_magenta)"}, {"background": "#d7005f", "scope": "terminus.light_magenta.d7005f", "foreground": "var(light_magenta)"}, {"background": "#d70087", "scope": "terminus.light_magenta.d70087", "foreground": "var(light_magenta)"}, {"background": "#d700af", "scope": "terminus.light_magenta.d700af", "foreground": "var(light_magenta)"}, {"background": "#d700d7", "scope": "terminus.light_magenta.d700d7", "foreground": "var(light_magenta)"}, {"background": "#d700ff", "scope": "terminus.light_magenta.d700ff", "foreground": "var(light_magenta)"}, {"background": "#d75f00", "scope": "terminus.light_magenta.d75f00", "foreground": "var(light_magenta)"}, {"background": "#d75f5f", "scope": "terminus.light_magenta.d75f5f", "foreground": "var(light_magenta)"}, {"background": "#d75f87", "scope": "terminus.light_magenta.d75f87", "foreground": "var(light_magenta)"}, {"background": "#d75faf", "scope": "terminus.light_magenta.d75faf", "foreground": "var(light_magenta)"}, {"background": "#d75fd7", "scope": "terminus.light_magenta.d75fd7", "foreground": "var(light_magenta)"}, {"background": "#d75fff", "scope": "terminus.light_magenta.d75fff", "foreground": "var(light_magenta)"}, {"background": "#d78700", "scope": "terminus.light_magenta.d78700", "foreground": "var(light_magenta)"}, {"background": "#d7875f", "scope": "terminus.light_magenta.d7875f", "foreground": "var(light_magenta)"}, {"background": "#d78787", "scope": "terminus.light_magenta.d78787", "foreground": "var(light_magenta)"}, {"background": "#d787af", "scope": "terminus.light_magenta.d787af", "foreground": "var(light_magenta)"}, {"background": "#d787d7", "scope": "terminus.light_magenta.d787d7", "foreground": "var(light_magenta)"}, {"background": "#d787ff", "scope": "terminus.light_magenta.d787ff", "foreground": "var(light_magenta)"}, {"background": "#d7af00", "scope": "terminus.light_magenta.d7af00", "foreground": "var(light_magenta)"}, {"background": "#d7af5f", "scope": "terminus.light_magenta.d7af5f", "foreground": "var(light_magenta)"}, {"background": "#d7af87", "scope": "terminus.light_magenta.d7af87", "foreground": "var(light_magenta)"}, {"background": "#d7afaf", "scope": "terminus.light_magenta.d7afaf", "foreground": "var(light_magenta)"}, {"background": "#d7afd7", "scope": "terminus.light_magenta.d7afd7", "foreground": "var(light_magenta)"}, {"background": "#d7afff", "scope": "terminus.light_magenta.d7afff", "foreground": "var(light_magenta)"}, {"background": "#d7d700", "scope": "terminus.light_magenta.d7d700", "foreground": "var(light_magenta)"}, {"background": "#d7d75f", "scope": "terminus.light_magenta.d7d75f", "foreground": "var(light_magenta)"}, {"background": "#d7d787", "scope": "terminus.light_magenta.d7d787", "foreground": "var(light_magenta)"}, {"background": "#d7d7af", "scope": "terminus.light_magenta.d7d7af", "foreground": "var(light_magenta)"}, {"background": "#d7d7d7", "scope": "terminus.light_magenta.d7d7d7", "foreground": "var(light_magenta)"}, {"background": "#d7d7ff", "scope": "terminus.light_magenta.d7d7ff", "foreground": "var(light_magenta)"}, {"background": "#d7ff00", "scope": "terminus.light_magenta.d7ff00", "foreground": "var(light_magenta)"}, {"background": "#d7ff5f", "scope": "terminus.light_magenta.d7ff5f", "foreground": "var(light_magenta)"}, {"background": "#d7ff87", "scope": "terminus.light_magenta.d7ff87", "foreground": "var(light_magenta)"}, {"background": "#d7ffaf", "scope": "terminus.light_magenta.d7ffaf", "foreground": "var(light_magenta)"}, {"background": "#d7ffd7", "scope": "terminus.light_magenta.d7ffd7", "foreground": "var(light_magenta)"}, {"background": "#d7ffff", "scope": "terminus.light_magenta.d7ffff", "foreground": "var(light_magenta)"}, {"background": "#ff005f", "scope": "terminus.light_magenta.ff005f", "foreground": "var(light_magenta)"}, {"background": "#ff0087", "scope": "terminus.light_magenta.ff0087", "foreground": "var(light_magenta)"}, {"background": "#ff00af", "scope": "terminus.light_magenta.ff00af", "foreground": "var(light_magenta)"}, {"background": "#ff00d7", "scope": "terminus.light_magenta.ff00d7", "foreground": "var(light_magenta)"}, {"background": "#ff5f00", "scope": "terminus.light_magenta.ff5f00", "foreground": "var(light_magenta)"}, {"background": "#ff5f5f", "scope": "terminus.light_magenta.ff5f5f", "foreground": "var(light_magenta)"}, {"background": "#ff5f87", "scope": "terminus.light_magenta.ff5f87", "foreground": "var(light_magenta)"}, {"background": "#ff5faf", "scope": "terminus.light_magenta.ff5faf", "foreground": "var(light_magenta)"}, {"background": "#ff5fd7", "scope": "terminus.light_magenta.ff5fd7", "foreground": "var(light_magenta)"}, {"background": "#ff5fff", "scope": "terminus.light_magenta.ff5fff", "foreground": "var(light_magenta)"}, {"background": "#ff8700", "scope": "terminus.light_magenta.ff8700", "foreground": "var(light_magenta)"}, {"background": "#ff875f", "scope": "terminus.light_magenta.ff875f", "foreground": "var(light_magenta)"}, {"background": "#ff8787", "scope": "terminus.light_magenta.ff8787", "foreground": "var(light_magenta)"}, {"background": "#ff87af", "scope": "terminus.light_magenta.ff87af", "foreground": "var(light_magenta)"}, {"background": "#ff87d7", "scope": "terminus.light_magenta.ff87d7", "foreground": "var(light_magenta)"}, {"background": "#ff87ff", "scope": "terminus.light_magenta.ff87ff", "foreground": "var(light_magenta)"}, {"background": "#ffaf00", "scope": "terminus.light_magenta.ffaf00", "foreground": "var(light_magenta)"}, {"background": "#ffaf5f", "scope": "terminus.light_magenta.ffaf5f", "foreground": "var(light_magenta)"}, {"background": "#ffaf87", "scope": "terminus.light_magenta.ffaf87", "foreground": "var(light_magenta)"}, {"background": "#ffafaf", "scope": "terminus.light_magenta.ffafaf", "foreground": "var(light_magenta)"}, {"background": "#ffafd7", "scope": "terminus.light_magenta.ffafd7", "foreground": "var(light_magenta)"}, {"background": "#ffafff", "scope": "terminus.light_magenta.ffafff", "foreground": "var(light_magenta)"}, {"background": "#ffd700", "scope": "terminus.light_magenta.ffd700", "foreground": "var(light_magenta)"}, {"background": "#ffd75f", "scope": "terminus.light_magenta.ffd75f", "foreground": "var(light_magenta)"}, {"background": "#ffd787", "scope": "terminus.light_magenta.ffd787", "foreground": "var(light_magenta)"}, {"background": "#ffd7af", "scope": "terminus.light_magenta.ffd7af", "foreground": "var(light_magenta)"}, {"background": "#ffd7d7", "scope": "terminus.light_magenta.ffd7d7", "foreground": "var(light_magenta)"}, {"background": "#ffd7ff", "scope": "terminus.light_magenta.ffd7ff", "foreground": "var(light_magenta)"}, {"background": "#ffff5f", "scope": "terminus.light_magenta.ffff5f", "foreground": "var(light_magenta)"}, {"background": "#ffff87", "scope": "terminus.light_magenta.ffff87", "foreground": "var(light_magenta)"}, {"background": "#ffffaf", "scope": "terminus.light_magenta.ffffaf", "foreground": "var(light_magenta)"}, {"background": "#ffffd7", "scope": "terminus.light_magenta.ffffd7", "foreground": "var(light_magenta)"}, {"background": "#080808", "scope": "terminus.light_magenta.080808", "foreground": "var(light_magenta)"}, {"background": "#121212", "scope": "terminus.light_magenta.121212", "foreground": "var(light_magenta)"}, {"background": "#1c1c1c", "scope": "terminus.light_magenta.1c1c1c", "foreground": "var(light_magenta)"}, {"background": "#262626", "scope": "terminus.light_magenta.262626", "foreground": "var(light_magenta)"}, {"background": "#303030", "scope": "terminus.light_magenta.303030", "foreground": "var(light_magenta)"}, {"background": "#3a3a3a", "scope": "terminus.light_magenta.3a3a3a", "foreground": "var(light_magenta)"}, {"background": "#444444", "scope": "terminus.light_magenta.444444", "foreground": "var(light_magenta)"}, {"background": "#4e4e4e", "scope": "terminus.light_magenta.4e4e4e", "foreground": "var(light_magenta)"}, {"background": "#585858", "scope": "terminus.light_magenta.585858", "foreground": "var(light_magenta)"}, {"background": "#626262", "scope": "terminus.light_magenta.626262", "foreground": "var(light_magenta)"}, {"background": "#6c6c6c", "scope": "terminus.light_magenta.6c6c6c", "foreground": "var(light_magenta)"}, {"background": "#767676", "scope": "terminus.light_magenta.767676", "foreground": "var(light_magenta)"}, {"background": "#808080", "scope": "terminus.light_magenta.808080", "foreground": "var(light_magenta)"}, {"background": "#8a8a8a", "scope": "terminus.light_magenta.8a8a8a", "foreground": "var(light_magenta)"}, {"background": "#949494", "scope": "terminus.light_magenta.949494", "foreground": "var(light_magenta)"}, {"background": "#9e9e9e", "scope": "terminus.light_magenta.9e9e9e", "foreground": "var(light_magenta)"}, {"background": "#a8a8a8", "scope": "terminus.light_magenta.a8a8a8", "foreground": "var(light_magenta)"}, {"background": "#b2b2b2", "scope": "terminus.light_magenta.b2b2b2", "foreground": "var(light_magenta)"}, {"background": "#bcbcbc", "scope": "terminus.light_magenta.bcbcbc", "foreground": "var(light_magenta)"}, {"background": "#c6c6c6", "scope": "terminus.light_magenta.c6c6c6", "foreground": "var(light_magenta)"}, {"background": "#d0d0d0", "scope": "terminus.light_magenta.d0d0d0", "foreground": "var(light_magenta)"}, {"background": "#dadada", "scope": "terminus.light_magenta.dadada", "foreground": "var(light_magenta)"}, {"background": "#e4e4e4", "scope": "terminus.light_magenta.e4e4e4", "foreground": "var(light_magenta)"}, {"background": "#eeeeee", "scope": "terminus.light_magenta.eeeeee", "foreground": "var(light_magenta)"}, {"background": "var(black)", "scope": "terminus.light_cyan.black", "foreground": "var(light_cyan)"}, {"background": "var(red)", "scope": "terminus.light_cyan.red", "foreground": "var(light_cyan)"}, {"background": "var(green)", "scope": "terminus.light_cyan.green", "foreground": "var(light_cyan)"}, {"background": "var(brown)", "scope": "terminus.light_cyan.brown", "foreground": "var(light_cyan)"}, {"background": "var(blue)", "scope": "terminus.light_cyan.blue", "foreground": "var(light_cyan)"}, {"background": "var(magenta)", "scope": "terminus.light_cyan.magenta", "foreground": "var(light_cyan)"}, {"background": "var(cyan)", "scope": "terminus.light_cyan.cyan", "foreground": "var(light_cyan)"}, {"background": "var(white)", "scope": "terminus.light_cyan.white", "foreground": "var(light_cyan)"}, {"background": "var(light_black)", "scope": "terminus.light_cyan.light_black", "foreground": "var(light_cyan)"}, {"background": "var(light_red)", "scope": "terminus.light_cyan.light_red", "foreground": "var(light_cyan)"}, {"background": "var(light_green)", "scope": "terminus.light_cyan.light_green", "foreground": "var(light_cyan)"}, {"background": "var(light_brown)", "scope": "terminus.light_cyan.light_brown", "foreground": "var(light_cyan)"}, {"background": "var(light_blue)", "scope": "terminus.light_cyan.light_blue", "foreground": "var(light_cyan)"}, {"background": "var(light_magenta)", "scope": "terminus.light_cyan.light_magenta", "foreground": "var(light_cyan)"}, {"background": "var(light_cyan)", "scope": "terminus.light_cyan.light_cyan", "foreground": "var(light_cyan)"}, {"background": "var(light_white)", "scope": "terminus.light_cyan.light_white", "foreground": "var(light_cyan)"}, {"background": "var(background)", "scope": "terminus.light_cyan.default", "foreground": "var(light_cyan)"}, {"background": "var(foreground)", "scope": "terminus.light_cyan.reverse_default", "foreground": "var(light_cyan)"}, {"background": "#000000", "scope": "terminus.light_cyan.000000", "foreground": "var(light_cyan)"}, {"background": "#cd0000", "scope": "terminus.light_cyan.cd0000", "foreground": "var(light_cyan)"}, {"background": "#00cd00", "scope": "terminus.light_cyan.00cd00", "foreground": "var(light_cyan)"}, {"background": "#cdcd00", "scope": "terminus.light_cyan.cdcd00", "foreground": "var(light_cyan)"}, {"background": "#0000ee", "scope": "terminus.light_cyan.0000ee", "foreground": "var(light_cyan)"}, {"background": "#cd00cd", "scope": "terminus.light_cyan.cd00cd", "foreground": "var(light_cyan)"}, {"background": "#00cdcd", "scope": "terminus.light_cyan.00cdcd", "foreground": "var(light_cyan)"}, {"background": "#e5e5e5", "scope": "terminus.light_cyan.e5e5e5", "foreground": "var(light_cyan)"}, {"background": "#7f7f7f", "scope": "terminus.light_cyan.7f7f7f", "foreground": "var(light_cyan)"}, {"background": "#ff0000", "scope": "terminus.light_cyan.ff0000", "foreground": "var(light_cyan)"}, {"background": "#00ff00", "scope": "terminus.light_cyan.00ff00", "foreground": "var(light_cyan)"}, {"background": "#ffff00", "scope": "terminus.light_cyan.ffff00", "foreground": "var(light_cyan)"}, {"background": "#5c5cff", "scope": "terminus.light_cyan.5c5cff", "foreground": "var(light_cyan)"}, {"background": "#ff00ff", "scope": "terminus.light_cyan.ff00ff", "foreground": "var(light_cyan)"}, {"background": "#00ffff", "scope": "terminus.light_cyan.00ffff", "foreground": "var(light_cyan)"}, {"background": "#ffffff", "scope": "terminus.light_cyan.ffffff", "foreground": "var(light_cyan)"}, {"background": "#00005f", "scope": "terminus.light_cyan.00005f", "foreground": "var(light_cyan)"}, {"background": "#000087", "scope": "terminus.light_cyan.000087", "foreground": "var(light_cyan)"}, {"background": "#0000af", "scope": "terminus.light_cyan.0000af", "foreground": "var(light_cyan)"}, {"background": "#0000d7", "scope": "terminus.light_cyan.0000d7", "foreground": "var(light_cyan)"}, {"background": "#0000ff", "scope": "terminus.light_cyan.0000ff", "foreground": "var(light_cyan)"}, {"background": "#005f00", "scope": "terminus.light_cyan.005f00", "foreground": "var(light_cyan)"}, {"background": "#005f5f", "scope": "terminus.light_cyan.005f5f", "foreground": "var(light_cyan)"}, {"background": "#005f87", "scope": "terminus.light_cyan.005f87", "foreground": "var(light_cyan)"}, {"background": "#005faf", "scope": "terminus.light_cyan.005faf", "foreground": "var(light_cyan)"}, {"background": "#005fd7", "scope": "terminus.light_cyan.005fd7", "foreground": "var(light_cyan)"}, {"background": "#005fff", "scope": "terminus.light_cyan.005fff", "foreground": "var(light_cyan)"}, {"background": "#008700", "scope": "terminus.light_cyan.008700", "foreground": "var(light_cyan)"}, {"background": "#00875f", "scope": "terminus.light_cyan.00875f", "foreground": "var(light_cyan)"}, {"background": "#008787", "scope": "terminus.light_cyan.008787", "foreground": "var(light_cyan)"}, {"background": "#0087af", "scope": "terminus.light_cyan.0087af", "foreground": "var(light_cyan)"}, {"background": "#0087d7", "scope": "terminus.light_cyan.0087d7", "foreground": "var(light_cyan)"}, {"background": "#0087ff", "scope": "terminus.light_cyan.0087ff", "foreground": "var(light_cyan)"}, {"background": "#00af00", "scope": "terminus.light_cyan.00af00", "foreground": "var(light_cyan)"}, {"background": "#00af5f", "scope": "terminus.light_cyan.00af5f", "foreground": "var(light_cyan)"}, {"background": "#00af87", "scope": "terminus.light_cyan.00af87", "foreground": "var(light_cyan)"}, {"background": "#00afaf", "scope": "terminus.light_cyan.00afaf", "foreground": "var(light_cyan)"}, {"background": "#00afd7", "scope": "terminus.light_cyan.00afd7", "foreground": "var(light_cyan)"}, {"background": "#00afff", "scope": "terminus.light_cyan.00afff", "foreground": "var(light_cyan)"}, {"background": "#00d700", "scope": "terminus.light_cyan.00d700", "foreground": "var(light_cyan)"}, {"background": "#00d75f", "scope": "terminus.light_cyan.00d75f", "foreground": "var(light_cyan)"}, {"background": "#00d787", "scope": "terminus.light_cyan.00d787", "foreground": "var(light_cyan)"}, {"background": "#00d7af", "scope": "terminus.light_cyan.00d7af", "foreground": "var(light_cyan)"}, {"background": "#00d7d7", "scope": "terminus.light_cyan.00d7d7", "foreground": "var(light_cyan)"}, {"background": "#00d7ff", "scope": "terminus.light_cyan.00d7ff", "foreground": "var(light_cyan)"}, {"background": "#00ff5f", "scope": "terminus.light_cyan.00ff5f", "foreground": "var(light_cyan)"}, {"background": "#00ff87", "scope": "terminus.light_cyan.00ff87", "foreground": "var(light_cyan)"}, {"background": "#00ffaf", "scope": "terminus.light_cyan.00ffaf", "foreground": "var(light_cyan)"}, {"background": "#00ffd7", "scope": "terminus.light_cyan.00ffd7", "foreground": "var(light_cyan)"}, {"background": "#5f0000", "scope": "terminus.light_cyan.5f0000", "foreground": "var(light_cyan)"}, {"background": "#5f005f", "scope": "terminus.light_cyan.5f005f", "foreground": "var(light_cyan)"}, {"background": "#5f0087", "scope": "terminus.light_cyan.5f0087", "foreground": "var(light_cyan)"}, {"background": "#5f00af", "scope": "terminus.light_cyan.5f00af", "foreground": "var(light_cyan)"}, {"background": "#5f00d7", "scope": "terminus.light_cyan.5f00d7", "foreground": "var(light_cyan)"}, {"background": "#5f00ff", "scope": "terminus.light_cyan.5f00ff", "foreground": "var(light_cyan)"}, {"background": "#5f5f00", "scope": "terminus.light_cyan.5f5f00", "foreground": "var(light_cyan)"}, {"background": "#5f5f5f", "scope": "terminus.light_cyan.5f5f5f", "foreground": "var(light_cyan)"}, {"background": "#5f5f87", "scope": "terminus.light_cyan.5f5f87", "foreground": "var(light_cyan)"}, {"background": "#5f5faf", "scope": "terminus.light_cyan.5f5faf", "foreground": "var(light_cyan)"}, {"background": "#5f5fd7", "scope": "terminus.light_cyan.5f5fd7", "foreground": "var(light_cyan)"}, {"background": "#5f5fff", "scope": "terminus.light_cyan.5f5fff", "foreground": "var(light_cyan)"}, {"background": "#5f8700", "scope": "terminus.light_cyan.5f8700", "foreground": "var(light_cyan)"}, {"background": "#5f875f", "scope": "terminus.light_cyan.5f875f", "foreground": "var(light_cyan)"}, {"background": "#5f8787", "scope": "terminus.light_cyan.5f8787", "foreground": "var(light_cyan)"}, {"background": "#5f87af", "scope": "terminus.light_cyan.5f87af", "foreground": "var(light_cyan)"}, {"background": "#5f87d7", "scope": "terminus.light_cyan.5f87d7", "foreground": "var(light_cyan)"}, {"background": "#5f87ff", "scope": "terminus.light_cyan.5f87ff", "foreground": "var(light_cyan)"}, {"background": "#5faf00", "scope": "terminus.light_cyan.5faf00", "foreground": "var(light_cyan)"}, {"background": "#5faf5f", "scope": "terminus.light_cyan.5faf5f", "foreground": "var(light_cyan)"}, {"background": "#5faf87", "scope": "terminus.light_cyan.5faf87", "foreground": "var(light_cyan)"}, {"background": "#5fafaf", "scope": "terminus.light_cyan.5fafaf", "foreground": "var(light_cyan)"}, {"background": "#5fafd7", "scope": "terminus.light_cyan.5fafd7", "foreground": "var(light_cyan)"}, {"background": "#5fafff", "scope": "terminus.light_cyan.5fafff", "foreground": "var(light_cyan)"}, {"background": "#5fd700", "scope": "terminus.light_cyan.5fd700", "foreground": "var(light_cyan)"}, {"background": "#5fd75f", "scope": "terminus.light_cyan.5fd75f", "foreground": "var(light_cyan)"}, {"background": "#5fd787", "scope": "terminus.light_cyan.5fd787", "foreground": "var(light_cyan)"}, {"background": "#5fd7af", "scope": "terminus.light_cyan.5fd7af", "foreground": "var(light_cyan)"}, {"background": "#5fd7d7", "scope": "terminus.light_cyan.5fd7d7", "foreground": "var(light_cyan)"}, {"background": "#5fd7ff", "scope": "terminus.light_cyan.5fd7ff", "foreground": "var(light_cyan)"}, {"background": "#5fff00", "scope": "terminus.light_cyan.5fff00", "foreground": "var(light_cyan)"}, {"background": "#5fff5f", "scope": "terminus.light_cyan.5fff5f", "foreground": "var(light_cyan)"}, {"background": "#5fff87", "scope": "terminus.light_cyan.5fff87", "foreground": "var(light_cyan)"}, {"background": "#5fffaf", "scope": "terminus.light_cyan.5fffaf", "foreground": "var(light_cyan)"}, {"background": "#5fffd7", "scope": "terminus.light_cyan.5fffd7", "foreground": "var(light_cyan)"}, {"background": "#5fffff", "scope": "terminus.light_cyan.5fffff", "foreground": "var(light_cyan)"}, {"background": "#870000", "scope": "terminus.light_cyan.870000", "foreground": "var(light_cyan)"}, {"background": "#87005f", "scope": "terminus.light_cyan.87005f", "foreground": "var(light_cyan)"}, {"background": "#870087", "scope": "terminus.light_cyan.870087", "foreground": "var(light_cyan)"}, {"background": "#8700af", "scope": "terminus.light_cyan.8700af", "foreground": "var(light_cyan)"}, {"background": "#8700d7", "scope": "terminus.light_cyan.8700d7", "foreground": "var(light_cyan)"}, {"background": "#8700ff", "scope": "terminus.light_cyan.8700ff", "foreground": "var(light_cyan)"}, {"background": "#875f00", "scope": "terminus.light_cyan.875f00", "foreground": "var(light_cyan)"}, {"background": "#875f5f", "scope": "terminus.light_cyan.875f5f", "foreground": "var(light_cyan)"}, {"background": "#875f87", "scope": "terminus.light_cyan.875f87", "foreground": "var(light_cyan)"}, {"background": "#875faf", "scope": "terminus.light_cyan.875faf", "foreground": "var(light_cyan)"}, {"background": "#875fd7", "scope": "terminus.light_cyan.875fd7", "foreground": "var(light_cyan)"}, {"background": "#875fff", "scope": "terminus.light_cyan.875fff", "foreground": "var(light_cyan)"}, {"background": "#878700", "scope": "terminus.light_cyan.878700", "foreground": "var(light_cyan)"}, {"background": "#87875f", "scope": "terminus.light_cyan.87875f", "foreground": "var(light_cyan)"}, {"background": "#878787", "scope": "terminus.light_cyan.878787", "foreground": "var(light_cyan)"}, {"background": "#8787af", "scope": "terminus.light_cyan.8787af", "foreground": "var(light_cyan)"}, {"background": "#8787d7", "scope": "terminus.light_cyan.8787d7", "foreground": "var(light_cyan)"}, {"background": "#8787ff", "scope": "terminus.light_cyan.8787ff", "foreground": "var(light_cyan)"}, {"background": "#87af00", "scope": "terminus.light_cyan.87af00", "foreground": "var(light_cyan)"}, {"background": "#87af5f", "scope": "terminus.light_cyan.87af5f", "foreground": "var(light_cyan)"}, {"background": "#87af87", "scope": "terminus.light_cyan.87af87", "foreground": "var(light_cyan)"}, {"background": "#87afaf", "scope": "terminus.light_cyan.87afaf", "foreground": "var(light_cyan)"}, {"background": "#87afd7", "scope": "terminus.light_cyan.87afd7", "foreground": "var(light_cyan)"}, {"background": "#87afff", "scope": "terminus.light_cyan.87afff", "foreground": "var(light_cyan)"}, {"background": "#87d700", "scope": "terminus.light_cyan.87d700", "foreground": "var(light_cyan)"}, {"background": "#87d75f", "scope": "terminus.light_cyan.87d75f", "foreground": "var(light_cyan)"}, {"background": "#87d787", "scope": "terminus.light_cyan.87d787", "foreground": "var(light_cyan)"}, {"background": "#87d7af", "scope": "terminus.light_cyan.87d7af", "foreground": "var(light_cyan)"}, {"background": "#87d7d7", "scope": "terminus.light_cyan.87d7d7", "foreground": "var(light_cyan)"}, {"background": "#87d7ff", "scope": "terminus.light_cyan.87d7ff", "foreground": "var(light_cyan)"}, {"background": "#87ff00", "scope": "terminus.light_cyan.87ff00", "foreground": "var(light_cyan)"}, {"background": "#87ff5f", "scope": "terminus.light_cyan.87ff5f", "foreground": "var(light_cyan)"}, {"background": "#87ff87", "scope": "terminus.light_cyan.87ff87", "foreground": "var(light_cyan)"}, {"background": "#87ffaf", "scope": "terminus.light_cyan.87ffaf", "foreground": "var(light_cyan)"}, {"background": "#87ffd7", "scope": "terminus.light_cyan.87ffd7", "foreground": "var(light_cyan)"}, {"background": "#87ffff", "scope": "terminus.light_cyan.87ffff", "foreground": "var(light_cyan)"}, {"background": "#af0000", "scope": "terminus.light_cyan.af0000", "foreground": "var(light_cyan)"}, {"background": "#af005f", "scope": "terminus.light_cyan.af005f", "foreground": "var(light_cyan)"}, {"background": "#af0087", "scope": "terminus.light_cyan.af0087", "foreground": "var(light_cyan)"}, {"background": "#af00af", "scope": "terminus.light_cyan.af00af", "foreground": "var(light_cyan)"}, {"background": "#af00d7", "scope": "terminus.light_cyan.af00d7", "foreground": "var(light_cyan)"}, {"background": "#af00ff", "scope": "terminus.light_cyan.af00ff", "foreground": "var(light_cyan)"}, {"background": "#af5f00", "scope": "terminus.light_cyan.af5f00", "foreground": "var(light_cyan)"}, {"background": "#af5f5f", "scope": "terminus.light_cyan.af5f5f", "foreground": "var(light_cyan)"}, {"background": "#af5f87", "scope": "terminus.light_cyan.af5f87", "foreground": "var(light_cyan)"}, {"background": "#af5faf", "scope": "terminus.light_cyan.af5faf", "foreground": "var(light_cyan)"}, {"background": "#af5fd7", "scope": "terminus.light_cyan.af5fd7", "foreground": "var(light_cyan)"}, {"background": "#af5fff", "scope": "terminus.light_cyan.af5fff", "foreground": "var(light_cyan)"}, {"background": "#af8700", "scope": "terminus.light_cyan.af8700", "foreground": "var(light_cyan)"}, {"background": "#af875f", "scope": "terminus.light_cyan.af875f", "foreground": "var(light_cyan)"}, {"background": "#af8787", "scope": "terminus.light_cyan.af8787", "foreground": "var(light_cyan)"}, {"background": "#af87af", "scope": "terminus.light_cyan.af87af", "foreground": "var(light_cyan)"}, {"background": "#af87d7", "scope": "terminus.light_cyan.af87d7", "foreground": "var(light_cyan)"}, {"background": "#af87ff", "scope": "terminus.light_cyan.af87ff", "foreground": "var(light_cyan)"}, {"background": "#afaf00", "scope": "terminus.light_cyan.afaf00", "foreground": "var(light_cyan)"}, {"background": "#afaf5f", "scope": "terminus.light_cyan.afaf5f", "foreground": "var(light_cyan)"}, {"background": "#afaf87", "scope": "terminus.light_cyan.afaf87", "foreground": "var(light_cyan)"}, {"background": "#afafaf", "scope": "terminus.light_cyan.afafaf", "foreground": "var(light_cyan)"}, {"background": "#afafd7", "scope": "terminus.light_cyan.afafd7", "foreground": "var(light_cyan)"}, {"background": "#afafff", "scope": "terminus.light_cyan.afafff", "foreground": "var(light_cyan)"}, {"background": "#afd700", "scope": "terminus.light_cyan.afd700", "foreground": "var(light_cyan)"}, {"background": "#afd75f", "scope": "terminus.light_cyan.afd75f", "foreground": "var(light_cyan)"}, {"background": "#afd787", "scope": "terminus.light_cyan.afd787", "foreground": "var(light_cyan)"}, {"background": "#afd7af", "scope": "terminus.light_cyan.afd7af", "foreground": "var(light_cyan)"}, {"background": "#afd7d7", "scope": "terminus.light_cyan.afd7d7", "foreground": "var(light_cyan)"}, {"background": "#afd7ff", "scope": "terminus.light_cyan.afd7ff", "foreground": "var(light_cyan)"}, {"background": "#afff00", "scope": "terminus.light_cyan.afff00", "foreground": "var(light_cyan)"}, {"background": "#afff5f", "scope": "terminus.light_cyan.afff5f", "foreground": "var(light_cyan)"}, {"background": "#afff87", "scope": "terminus.light_cyan.afff87", "foreground": "var(light_cyan)"}, {"background": "#afffaf", "scope": "terminus.light_cyan.afffaf", "foreground": "var(light_cyan)"}, {"background": "#afffd7", "scope": "terminus.light_cyan.afffd7", "foreground": "var(light_cyan)"}, {"background": "#afffff", "scope": "terminus.light_cyan.afffff", "foreground": "var(light_cyan)"}, {"background": "#d70000", "scope": "terminus.light_cyan.d70000", "foreground": "var(light_cyan)"}, {"background": "#d7005f", "scope": "terminus.light_cyan.d7005f", "foreground": "var(light_cyan)"}, {"background": "#d70087", "scope": "terminus.light_cyan.d70087", "foreground": "var(light_cyan)"}, {"background": "#d700af", "scope": "terminus.light_cyan.d700af", "foreground": "var(light_cyan)"}, {"background": "#d700d7", "scope": "terminus.light_cyan.d700d7", "foreground": "var(light_cyan)"}, {"background": "#d700ff", "scope": "terminus.light_cyan.d700ff", "foreground": "var(light_cyan)"}, {"background": "#d75f00", "scope": "terminus.light_cyan.d75f00", "foreground": "var(light_cyan)"}, {"background": "#d75f5f", "scope": "terminus.light_cyan.d75f5f", "foreground": "var(light_cyan)"}, {"background": "#d75f87", "scope": "terminus.light_cyan.d75f87", "foreground": "var(light_cyan)"}, {"background": "#d75faf", "scope": "terminus.light_cyan.d75faf", "foreground": "var(light_cyan)"}, {"background": "#d75fd7", "scope": "terminus.light_cyan.d75fd7", "foreground": "var(light_cyan)"}, {"background": "#d75fff", "scope": "terminus.light_cyan.d75fff", "foreground": "var(light_cyan)"}, {"background": "#d78700", "scope": "terminus.light_cyan.d78700", "foreground": "var(light_cyan)"}, {"background": "#d7875f", "scope": "terminus.light_cyan.d7875f", "foreground": "var(light_cyan)"}, {"background": "#d78787", "scope": "terminus.light_cyan.d78787", "foreground": "var(light_cyan)"}, {"background": "#d787af", "scope": "terminus.light_cyan.d787af", "foreground": "var(light_cyan)"}, {"background": "#d787d7", "scope": "terminus.light_cyan.d787d7", "foreground": "var(light_cyan)"}, {"background": "#d787ff", "scope": "terminus.light_cyan.d787ff", "foreground": "var(light_cyan)"}, {"background": "#d7af00", "scope": "terminus.light_cyan.d7af00", "foreground": "var(light_cyan)"}, {"background": "#d7af5f", "scope": "terminus.light_cyan.d7af5f", "foreground": "var(light_cyan)"}, {"background": "#d7af87", "scope": "terminus.light_cyan.d7af87", "foreground": "var(light_cyan)"}, {"background": "#d7afaf", "scope": "terminus.light_cyan.d7afaf", "foreground": "var(light_cyan)"}, {"background": "#d7afd7", "scope": "terminus.light_cyan.d7afd7", "foreground": "var(light_cyan)"}, {"background": "#d7afff", "scope": "terminus.light_cyan.d7afff", "foreground": "var(light_cyan)"}, {"background": "#d7d700", "scope": "terminus.light_cyan.d7d700", "foreground": "var(light_cyan)"}, {"background": "#d7d75f", "scope": "terminus.light_cyan.d7d75f", "foreground": "var(light_cyan)"}, {"background": "#d7d787", "scope": "terminus.light_cyan.d7d787", "foreground": "var(light_cyan)"}, {"background": "#d7d7af", "scope": "terminus.light_cyan.d7d7af", "foreground": "var(light_cyan)"}, {"background": "#d7d7d7", "scope": "terminus.light_cyan.d7d7d7", "foreground": "var(light_cyan)"}, {"background": "#d7d7ff", "scope": "terminus.light_cyan.d7d7ff", "foreground": "var(light_cyan)"}, {"background": "#d7ff00", "scope": "terminus.light_cyan.d7ff00", "foreground": "var(light_cyan)"}, {"background": "#d7ff5f", "scope": "terminus.light_cyan.d7ff5f", "foreground": "var(light_cyan)"}, {"background": "#d7ff87", "scope": "terminus.light_cyan.d7ff87", "foreground": "var(light_cyan)"}, {"background": "#d7ffaf", "scope": "terminus.light_cyan.d7ffaf", "foreground": "var(light_cyan)"}, {"background": "#d7ffd7", "scope": "terminus.light_cyan.d7ffd7", "foreground": "var(light_cyan)"}, {"background": "#d7ffff", "scope": "terminus.light_cyan.d7ffff", "foreground": "var(light_cyan)"}, {"background": "#ff005f", "scope": "terminus.light_cyan.ff005f", "foreground": "var(light_cyan)"}, {"background": "#ff0087", "scope": "terminus.light_cyan.ff0087", "foreground": "var(light_cyan)"}, {"background": "#ff00af", "scope": "terminus.light_cyan.ff00af", "foreground": "var(light_cyan)"}, {"background": "#ff00d7", "scope": "terminus.light_cyan.ff00d7", "foreground": "var(light_cyan)"}, {"background": "#ff5f00", "scope": "terminus.light_cyan.ff5f00", "foreground": "var(light_cyan)"}, {"background": "#ff5f5f", "scope": "terminus.light_cyan.ff5f5f", "foreground": "var(light_cyan)"}, {"background": "#ff5f87", "scope": "terminus.light_cyan.ff5f87", "foreground": "var(light_cyan)"}, {"background": "#ff5faf", "scope": "terminus.light_cyan.ff5faf", "foreground": "var(light_cyan)"}, {"background": "#ff5fd7", "scope": "terminus.light_cyan.ff5fd7", "foreground": "var(light_cyan)"}, {"background": "#ff5fff", "scope": "terminus.light_cyan.ff5fff", "foreground": "var(light_cyan)"}, {"background": "#ff8700", "scope": "terminus.light_cyan.ff8700", "foreground": "var(light_cyan)"}, {"background": "#ff875f", "scope": "terminus.light_cyan.ff875f", "foreground": "var(light_cyan)"}, {"background": "#ff8787", "scope": "terminus.light_cyan.ff8787", "foreground": "var(light_cyan)"}, {"background": "#ff87af", "scope": "terminus.light_cyan.ff87af", "foreground": "var(light_cyan)"}, {"background": "#ff87d7", "scope": "terminus.light_cyan.ff87d7", "foreground": "var(light_cyan)"}, {"background": "#ff87ff", "scope": "terminus.light_cyan.ff87ff", "foreground": "var(light_cyan)"}, {"background": "#ffaf00", "scope": "terminus.light_cyan.ffaf00", "foreground": "var(light_cyan)"}, {"background": "#ffaf5f", "scope": "terminus.light_cyan.ffaf5f", "foreground": "var(light_cyan)"}, {"background": "#ffaf87", "scope": "terminus.light_cyan.ffaf87", "foreground": "var(light_cyan)"}, {"background": "#ffafaf", "scope": "terminus.light_cyan.ffafaf", "foreground": "var(light_cyan)"}, {"background": "#ffafd7", "scope": "terminus.light_cyan.ffafd7", "foreground": "var(light_cyan)"}, {"background": "#ffafff", "scope": "terminus.light_cyan.ffafff", "foreground": "var(light_cyan)"}, {"background": "#ffd700", "scope": "terminus.light_cyan.ffd700", "foreground": "var(light_cyan)"}, {"background": "#ffd75f", "scope": "terminus.light_cyan.ffd75f", "foreground": "var(light_cyan)"}, {"background": "#ffd787", "scope": "terminus.light_cyan.ffd787", "foreground": "var(light_cyan)"}, {"background": "#ffd7af", "scope": "terminus.light_cyan.ffd7af", "foreground": "var(light_cyan)"}, {"background": "#ffd7d7", "scope": "terminus.light_cyan.ffd7d7", "foreground": "var(light_cyan)"}, {"background": "#ffd7ff", "scope": "terminus.light_cyan.ffd7ff", "foreground": "var(light_cyan)"}, {"background": "#ffff5f", "scope": "terminus.light_cyan.ffff5f", "foreground": "var(light_cyan)"}, {"background": "#ffff87", "scope": "terminus.light_cyan.ffff87", "foreground": "var(light_cyan)"}, {"background": "#ffffaf", "scope": "terminus.light_cyan.ffffaf", "foreground": "var(light_cyan)"}, {"background": "#ffffd7", "scope": "terminus.light_cyan.ffffd7", "foreground": "var(light_cyan)"}, {"background": "#080808", "scope": "terminus.light_cyan.080808", "foreground": "var(light_cyan)"}, {"background": "#121212", "scope": "terminus.light_cyan.121212", "foreground": "var(light_cyan)"}, {"background": "#1c1c1c", "scope": "terminus.light_cyan.1c1c1c", "foreground": "var(light_cyan)"}, {"background": "#262626", "scope": "terminus.light_cyan.262626", "foreground": "var(light_cyan)"}, {"background": "#303030", "scope": "terminus.light_cyan.303030", "foreground": "var(light_cyan)"}, {"background": "#3a3a3a", "scope": "terminus.light_cyan.3a3a3a", "foreground": "var(light_cyan)"}, {"background": "#444444", "scope": "terminus.light_cyan.444444", "foreground": "var(light_cyan)"}, {"background": "#4e4e4e", "scope": "terminus.light_cyan.4e4e4e", "foreground": "var(light_cyan)"}, {"background": "#585858", "scope": "terminus.light_cyan.585858", "foreground": "var(light_cyan)"}, {"background": "#626262", "scope": "terminus.light_cyan.626262", "foreground": "var(light_cyan)"}, {"background": "#6c6c6c", "scope": "terminus.light_cyan.6c6c6c", "foreground": "var(light_cyan)"}, {"background": "#767676", "scope": "terminus.light_cyan.767676", "foreground": "var(light_cyan)"}, {"background": "#808080", "scope": "terminus.light_cyan.808080", "foreground": "var(light_cyan)"}, {"background": "#8a8a8a", "scope": "terminus.light_cyan.8a8a8a", "foreground": "var(light_cyan)"}, {"background": "#949494", "scope": "terminus.light_cyan.949494", "foreground": "var(light_cyan)"}, {"background": "#9e9e9e", "scope": "terminus.light_cyan.9e9e9e", "foreground": "var(light_cyan)"}, {"background": "#a8a8a8", "scope": "terminus.light_cyan.a8a8a8", "foreground": "var(light_cyan)"}, {"background": "#b2b2b2", "scope": "terminus.light_cyan.b2b2b2", "foreground": "var(light_cyan)"}, {"background": "#bcbcbc", "scope": "terminus.light_cyan.bcbcbc", "foreground": "var(light_cyan)"}, {"background": "#c6c6c6", "scope": "terminus.light_cyan.c6c6c6", "foreground": "var(light_cyan)"}, {"background": "#d0d0d0", "scope": "terminus.light_cyan.d0d0d0", "foreground": "var(light_cyan)"}, {"background": "#dadada", "scope": "terminus.light_cyan.dadada", "foreground": "var(light_cyan)"}, {"background": "#e4e4e4", "scope": "terminus.light_cyan.e4e4e4", "foreground": "var(light_cyan)"}, {"background": "#eeeeee", "scope": "terminus.light_cyan.eeeeee", "foreground": "var(light_cyan)"}, {"background": "var(black)", "scope": "terminus.light_white.black", "foreground": "var(light_white)"}, {"background": "var(red)", "scope": "terminus.light_white.red", "foreground": "var(light_white)"}, {"background": "var(green)", "scope": "terminus.light_white.green", "foreground": "var(light_white)"}, {"background": "var(brown)", "scope": "terminus.light_white.brown", "foreground": "var(light_white)"}, {"background": "var(blue)", "scope": "terminus.light_white.blue", "foreground": "var(light_white)"}, {"background": "var(magenta)", "scope": "terminus.light_white.magenta", "foreground": "var(light_white)"}, {"background": "var(cyan)", "scope": "terminus.light_white.cyan", "foreground": "var(light_white)"}, {"background": "var(white)", "scope": "terminus.light_white.white", "foreground": "var(light_white)"}, {"background": "var(light_black)", "scope": "terminus.light_white.light_black", "foreground": "var(light_white)"}, {"background": "var(light_red)", "scope": "terminus.light_white.light_red", "foreground": "var(light_white)"}, {"background": "var(light_green)", "scope": "terminus.light_white.light_green", "foreground": "var(light_white)"}, {"background": "var(light_brown)", "scope": "terminus.light_white.light_brown", "foreground": "var(light_white)"}, {"background": "var(light_blue)", "scope": "terminus.light_white.light_blue", "foreground": "var(light_white)"}, {"background": "var(light_magenta)", "scope": "terminus.light_white.light_magenta", "foreground": "var(light_white)"}, {"background": "var(light_cyan)", "scope": "terminus.light_white.light_cyan", "foreground": "var(light_white)"}, {"background": "var(light_white)", "scope": "terminus.light_white.light_white", "foreground": "var(light_white)"}, {"background": "var(background)", "scope": "terminus.light_white.default", "foreground": "var(light_white)"}, {"background": "var(foreground)", "scope": "terminus.light_white.reverse_default", "foreground": "var(light_white)"}, {"background": "#000000", "scope": "terminus.light_white.000000", "foreground": "var(light_white)"}, {"background": "#cd0000", "scope": "terminus.light_white.cd0000", "foreground": "var(light_white)"}, {"background": "#00cd00", "scope": "terminus.light_white.00cd00", "foreground": "var(light_white)"}, {"background": "#cdcd00", "scope": "terminus.light_white.cdcd00", "foreground": "var(light_white)"}, {"background": "#0000ee", "scope": "terminus.light_white.0000ee", "foreground": "var(light_white)"}, {"background": "#cd00cd", "scope": "terminus.light_white.cd00cd", "foreground": "var(light_white)"}, {"background": "#00cdcd", "scope": "terminus.light_white.00cdcd", "foreground": "var(light_white)"}, {"background": "#e5e5e5", "scope": "terminus.light_white.e5e5e5", "foreground": "var(light_white)"}, {"background": "#7f7f7f", "scope": "terminus.light_white.7f7f7f", "foreground": "var(light_white)"}, {"background": "#ff0000", "scope": "terminus.light_white.ff0000", "foreground": "var(light_white)"}, {"background": "#00ff00", "scope": "terminus.light_white.00ff00", "foreground": "var(light_white)"}, {"background": "#ffff00", "scope": "terminus.light_white.ffff00", "foreground": "var(light_white)"}, {"background": "#5c5cff", "scope": "terminus.light_white.5c5cff", "foreground": "var(light_white)"}, {"background": "#ff00ff", "scope": "terminus.light_white.ff00ff", "foreground": "var(light_white)"}, {"background": "#00ffff", "scope": "terminus.light_white.00ffff", "foreground": "var(light_white)"}, {"background": "#ffffff", "scope": "terminus.light_white.ffffff", "foreground": "var(light_white)"}, {"background": "#00005f", "scope": "terminus.light_white.00005f", "foreground": "var(light_white)"}, {"background": "#000087", "scope": "terminus.light_white.000087", "foreground": "var(light_white)"}, {"background": "#0000af", "scope": "terminus.light_white.0000af", "foreground": "var(light_white)"}, {"background": "#0000d7", "scope": "terminus.light_white.0000d7", "foreground": "var(light_white)"}, {"background": "#0000ff", "scope": "terminus.light_white.0000ff", "foreground": "var(light_white)"}, {"background": "#005f00", "scope": "terminus.light_white.005f00", "foreground": "var(light_white)"}, {"background": "#005f5f", "scope": "terminus.light_white.005f5f", "foreground": "var(light_white)"}, {"background": "#005f87", "scope": "terminus.light_white.005f87", "foreground": "var(light_white)"}, {"background": "#005faf", "scope": "terminus.light_white.005faf", "foreground": "var(light_white)"}, {"background": "#005fd7", "scope": "terminus.light_white.005fd7", "foreground": "var(light_white)"}, {"background": "#005fff", "scope": "terminus.light_white.005fff", "foreground": "var(light_white)"}, {"background": "#008700", "scope": "terminus.light_white.008700", "foreground": "var(light_white)"}, {"background": "#00875f", "scope": "terminus.light_white.00875f", "foreground": "var(light_white)"}, {"background": "#008787", "scope": "terminus.light_white.008787", "foreground": "var(light_white)"}, {"background": "#0087af", "scope": "terminus.light_white.0087af", "foreground": "var(light_white)"}, {"background": "#0087d7", "scope": "terminus.light_white.0087d7", "foreground": "var(light_white)"}, {"background": "#0087ff", "scope": "terminus.light_white.0087ff", "foreground": "var(light_white)"}, {"background": "#00af00", "scope": "terminus.light_white.00af00", "foreground": "var(light_white)"}, {"background": "#00af5f", "scope": "terminus.light_white.00af5f", "foreground": "var(light_white)"}, {"background": "#00af87", "scope": "terminus.light_white.00af87", "foreground": "var(light_white)"}, {"background": "#00afaf", "scope": "terminus.light_white.00afaf", "foreground": "var(light_white)"}, {"background": "#00afd7", "scope": "terminus.light_white.00afd7", "foreground": "var(light_white)"}, {"background": "#00afff", "scope": "terminus.light_white.00afff", "foreground": "var(light_white)"}, {"background": "#00d700", "scope": "terminus.light_white.00d700", "foreground": "var(light_white)"}, {"background": "#00d75f", "scope": "terminus.light_white.00d75f", "foreground": "var(light_white)"}, {"background": "#00d787", "scope": "terminus.light_white.00d787", "foreground": "var(light_white)"}, {"background": "#00d7af", "scope": "terminus.light_white.00d7af", "foreground": "var(light_white)"}, {"background": "#00d7d7", "scope": "terminus.light_white.00d7d7", "foreground": "var(light_white)"}, {"background": "#00d7ff", "scope": "terminus.light_white.00d7ff", "foreground": "var(light_white)"}, {"background": "#00ff5f", "scope": "terminus.light_white.00ff5f", "foreground": "var(light_white)"}, {"background": "#00ff87", "scope": "terminus.light_white.00ff87", "foreground": "var(light_white)"}, {"background": "#00ffaf", "scope": "terminus.light_white.00ffaf", "foreground": "var(light_white)"}, {"background": "#00ffd7", "scope": "terminus.light_white.00ffd7", "foreground": "var(light_white)"}, {"background": "#5f0000", "scope": "terminus.light_white.5f0000", "foreground": "var(light_white)"}, {"background": "#5f005f", "scope": "terminus.light_white.5f005f", "foreground": "var(light_white)"}, {"background": "#5f0087", "scope": "terminus.light_white.5f0087", "foreground": "var(light_white)"}, {"background": "#5f00af", "scope": "terminus.light_white.5f00af", "foreground": "var(light_white)"}, {"background": "#5f00d7", "scope": "terminus.light_white.5f00d7", "foreground": "var(light_white)"}, {"background": "#5f00ff", "scope": "terminus.light_white.5f00ff", "foreground": "var(light_white)"}, {"background": "#5f5f00", "scope": "terminus.light_white.5f5f00", "foreground": "var(light_white)"}, {"background": "#5f5f5f", "scope": "terminus.light_white.5f5f5f", "foreground": "var(light_white)"}, {"background": "#5f5f87", "scope": "terminus.light_white.5f5f87", "foreground": "var(light_white)"}, {"background": "#5f5faf", "scope": "terminus.light_white.5f5faf", "foreground": "var(light_white)"}, {"background": "#5f5fd7", "scope": "terminus.light_white.5f5fd7", "foreground": "var(light_white)"}, {"background": "#5f5fff", "scope": "terminus.light_white.5f5fff", "foreground": "var(light_white)"}, {"background": "#5f8700", "scope": "terminus.light_white.5f8700", "foreground": "var(light_white)"}, {"background": "#5f875f", "scope": "terminus.light_white.5f875f", "foreground": "var(light_white)"}, {"background": "#5f8787", "scope": "terminus.light_white.5f8787", "foreground": "var(light_white)"}, {"background": "#5f87af", "scope": "terminus.light_white.5f87af", "foreground": "var(light_white)"}, {"background": "#5f87d7", "scope": "terminus.light_white.5f87d7", "foreground": "var(light_white)"}, {"background": "#5f87ff", "scope": "terminus.light_white.5f87ff", "foreground": "var(light_white)"}, {"background": "#5faf00", "scope": "terminus.light_white.5faf00", "foreground": "var(light_white)"}, {"background": "#5faf5f", "scope": "terminus.light_white.5faf5f", "foreground": "var(light_white)"}, {"background": "#5faf87", "scope": "terminus.light_white.5faf87", "foreground": "var(light_white)"}, {"background": "#5fafaf", "scope": "terminus.light_white.5fafaf", "foreground": "var(light_white)"}, {"background": "#5fafd7", "scope": "terminus.light_white.5fafd7", "foreground": "var(light_white)"}, {"background": "#5fafff", "scope": "terminus.light_white.5fafff", "foreground": "var(light_white)"}, {"background": "#5fd700", "scope": "terminus.light_white.5fd700", "foreground": "var(light_white)"}, {"background": "#5fd75f", "scope": "terminus.light_white.5fd75f", "foreground": "var(light_white)"}, {"background": "#5fd787", "scope": "terminus.light_white.5fd787", "foreground": "var(light_white)"}, {"background": "#5fd7af", "scope": "terminus.light_white.5fd7af", "foreground": "var(light_white)"}, {"background": "#5fd7d7", "scope": "terminus.light_white.5fd7d7", "foreground": "var(light_white)"}, {"background": "#5fd7ff", "scope": "terminus.light_white.5fd7ff", "foreground": "var(light_white)"}, {"background": "#5fff00", "scope": "terminus.light_white.5fff00", "foreground": "var(light_white)"}, {"background": "#5fff5f", "scope": "terminus.light_white.5fff5f", "foreground": "var(light_white)"}, {"background": "#5fff87", "scope": "terminus.light_white.5fff87", "foreground": "var(light_white)"}, {"background": "#5fffaf", "scope": "terminus.light_white.5fffaf", "foreground": "var(light_white)"}, {"background": "#5fffd7", "scope": "terminus.light_white.5fffd7", "foreground": "var(light_white)"}, {"background": "#5fffff", "scope": "terminus.light_white.5fffff", "foreground": "var(light_white)"}, {"background": "#870000", "scope": "terminus.light_white.870000", "foreground": "var(light_white)"}, {"background": "#87005f", "scope": "terminus.light_white.87005f", "foreground": "var(light_white)"}, {"background": "#870087", "scope": "terminus.light_white.870087", "foreground": "var(light_white)"}, {"background": "#8700af", "scope": "terminus.light_white.8700af", "foreground": "var(light_white)"}, {"background": "#8700d7", "scope": "terminus.light_white.8700d7", "foreground": "var(light_white)"}, {"background": "#8700ff", "scope": "terminus.light_white.8700ff", "foreground": "var(light_white)"}, {"background": "#875f00", "scope": "terminus.light_white.875f00", "foreground": "var(light_white)"}, {"background": "#875f5f", "scope": "terminus.light_white.875f5f", "foreground": "var(light_white)"}, {"background": "#875f87", "scope": "terminus.light_white.875f87", "foreground": "var(light_white)"}, {"background": "#875faf", "scope": "terminus.light_white.875faf", "foreground": "var(light_white)"}, {"background": "#875fd7", "scope": "terminus.light_white.875fd7", "foreground": "var(light_white)"}, {"background": "#875fff", "scope": "terminus.light_white.875fff", "foreground": "var(light_white)"}, {"background": "#878700", "scope": "terminus.light_white.878700", "foreground": "var(light_white)"}, {"background": "#87875f", "scope": "terminus.light_white.87875f", "foreground": "var(light_white)"}, {"background": "#878787", "scope": "terminus.light_white.878787", "foreground": "var(light_white)"}, {"background": "#8787af", "scope": "terminus.light_white.8787af", "foreground": "var(light_white)"}, {"background": "#8787d7", "scope": "terminus.light_white.8787d7", "foreground": "var(light_white)"}, {"background": "#8787ff", "scope": "terminus.light_white.8787ff", "foreground": "var(light_white)"}, {"background": "#87af00", "scope": "terminus.light_white.87af00", "foreground": "var(light_white)"}, {"background": "#87af5f", "scope": "terminus.light_white.87af5f", "foreground": "var(light_white)"}, {"background": "#87af87", "scope": "terminus.light_white.87af87", "foreground": "var(light_white)"}, {"background": "#87afaf", "scope": "terminus.light_white.87afaf", "foreground": "var(light_white)"}, {"background": "#87afd7", "scope": "terminus.light_white.87afd7", "foreground": "var(light_white)"}, {"background": "#87afff", "scope": "terminus.light_white.87afff", "foreground": "var(light_white)"}, {"background": "#87d700", "scope": "terminus.light_white.87d700", "foreground": "var(light_white)"}, {"background": "#87d75f", "scope": "terminus.light_white.87d75f", "foreground": "var(light_white)"}, {"background": "#87d787", "scope": "terminus.light_white.87d787", "foreground": "var(light_white)"}, {"background": "#87d7af", "scope": "terminus.light_white.87d7af", "foreground": "var(light_white)"}, {"background": "#87d7d7", "scope": "terminus.light_white.87d7d7", "foreground": "var(light_white)"}, {"background": "#87d7ff", "scope": "terminus.light_white.87d7ff", "foreground": "var(light_white)"}, {"background": "#87ff00", "scope": "terminus.light_white.87ff00", "foreground": "var(light_white)"}, {"background": "#87ff5f", "scope": "terminus.light_white.87ff5f", "foreground": "var(light_white)"}, {"background": "#87ff87", "scope": "terminus.light_white.87ff87", "foreground": "var(light_white)"}, {"background": "#87ffaf", "scope": "terminus.light_white.87ffaf", "foreground": "var(light_white)"}, {"background": "#87ffd7", "scope": "terminus.light_white.87ffd7", "foreground": "var(light_white)"}, {"background": "#87ffff", "scope": "terminus.light_white.87ffff", "foreground": "var(light_white)"}, {"background": "#af0000", "scope": "terminus.light_white.af0000", "foreground": "var(light_white)"}, {"background": "#af005f", "scope": "terminus.light_white.af005f", "foreground": "var(light_white)"}, {"background": "#af0087", "scope": "terminus.light_white.af0087", "foreground": "var(light_white)"}, {"background": "#af00af", "scope": "terminus.light_white.af00af", "foreground": "var(light_white)"}, {"background": "#af00d7", "scope": "terminus.light_white.af00d7", "foreground": "var(light_white)"}, {"background": "#af00ff", "scope": "terminus.light_white.af00ff", "foreground": "var(light_white)"}, {"background": "#af5f00", "scope": "terminus.light_white.af5f00", "foreground": "var(light_white)"}, {"background": "#af5f5f", "scope": "terminus.light_white.af5f5f", "foreground": "var(light_white)"}, {"background": "#af5f87", "scope": "terminus.light_white.af5f87", "foreground": "var(light_white)"}, {"background": "#af5faf", "scope": "terminus.light_white.af5faf", "foreground": "var(light_white)"}, {"background": "#af5fd7", "scope": "terminus.light_white.af5fd7", "foreground": "var(light_white)"}, {"background": "#af5fff", "scope": "terminus.light_white.af5fff", "foreground": "var(light_white)"}, {"background": "#af8700", "scope": "terminus.light_white.af8700", "foreground": "var(light_white)"}, {"background": "#af875f", "scope": "terminus.light_white.af875f", "foreground": "var(light_white)"}, {"background": "#af8787", "scope": "terminus.light_white.af8787", "foreground": "var(light_white)"}, {"background": "#af87af", "scope": "terminus.light_white.af87af", "foreground": "var(light_white)"}, {"background": "#af87d7", "scope": "terminus.light_white.af87d7", "foreground": "var(light_white)"}, {"background": "#af87ff", "scope": "terminus.light_white.af87ff", "foreground": "var(light_white)"}, {"background": "#afaf00", "scope": "terminus.light_white.afaf00", "foreground": "var(light_white)"}, {"background": "#afaf5f", "scope": "terminus.light_white.afaf5f", "foreground": "var(light_white)"}, {"background": "#afaf87", "scope": "terminus.light_white.afaf87", "foreground": "var(light_white)"}, {"background": "#afafaf", "scope": "terminus.light_white.afafaf", "foreground": "var(light_white)"}, {"background": "#afafd7", "scope": "terminus.light_white.afafd7", "foreground": "var(light_white)"}, {"background": "#afafff", "scope": "terminus.light_white.afafff", "foreground": "var(light_white)"}, {"background": "#afd700", "scope": "terminus.light_white.afd700", "foreground": "var(light_white)"}, {"background": "#afd75f", "scope": "terminus.light_white.afd75f", "foreground": "var(light_white)"}, {"background": "#afd787", "scope": "terminus.light_white.afd787", "foreground": "var(light_white)"}, {"background": "#afd7af", "scope": "terminus.light_white.afd7af", "foreground": "var(light_white)"}, {"background": "#afd7d7", "scope": "terminus.light_white.afd7d7", "foreground": "var(light_white)"}, {"background": "#afd7ff", "scope": "terminus.light_white.afd7ff", "foreground": "var(light_white)"}, {"background": "#afff00", "scope": "terminus.light_white.afff00", "foreground": "var(light_white)"}, {"background": "#afff5f", "scope": "terminus.light_white.afff5f", "foreground": "var(light_white)"}, {"background": "#afff87", "scope": "terminus.light_white.afff87", "foreground": "var(light_white)"}, {"background": "#afffaf", "scope": "terminus.light_white.afffaf", "foreground": "var(light_white)"}, {"background": "#afffd7", "scope": "terminus.light_white.afffd7", "foreground": "var(light_white)"}, {"background": "#afffff", "scope": "terminus.light_white.afffff", "foreground": "var(light_white)"}, {"background": "#d70000", "scope": "terminus.light_white.d70000", "foreground": "var(light_white)"}, {"background": "#d7005f", "scope": "terminus.light_white.d7005f", "foreground": "var(light_white)"}, {"background": "#d70087", "scope": "terminus.light_white.d70087", "foreground": "var(light_white)"}, {"background": "#d700af", "scope": "terminus.light_white.d700af", "foreground": "var(light_white)"}, {"background": "#d700d7", "scope": "terminus.light_white.d700d7", "foreground": "var(light_white)"}, {"background": "#d700ff", "scope": "terminus.light_white.d700ff", "foreground": "var(light_white)"}, {"background": "#d75f00", "scope": "terminus.light_white.d75f00", "foreground": "var(light_white)"}, {"background": "#d75f5f", "scope": "terminus.light_white.d75f5f", "foreground": "var(light_white)"}, {"background": "#d75f87", "scope": "terminus.light_white.d75f87", "foreground": "var(light_white)"}, {"background": "#d75faf", "scope": "terminus.light_white.d75faf", "foreground": "var(light_white)"}, {"background": "#d75fd7", "scope": "terminus.light_white.d75fd7", "foreground": "var(light_white)"}, {"background": "#d75fff", "scope": "terminus.light_white.d75fff", "foreground": "var(light_white)"}, {"background": "#d78700", "scope": "terminus.light_white.d78700", "foreground": "var(light_white)"}, {"background": "#d7875f", "scope": "terminus.light_white.d7875f", "foreground": "var(light_white)"}, {"background": "#d78787", "scope": "terminus.light_white.d78787", "foreground": "var(light_white)"}, {"background": "#d787af", "scope": "terminus.light_white.d787af", "foreground": "var(light_white)"}, {"background": "#d787d7", "scope": "terminus.light_white.d787d7", "foreground": "var(light_white)"}, {"background": "#d787ff", "scope": "terminus.light_white.d787ff", "foreground": "var(light_white)"}, {"background": "#d7af00", "scope": "terminus.light_white.d7af00", "foreground": "var(light_white)"}, {"background": "#d7af5f", "scope": "terminus.light_white.d7af5f", "foreground": "var(light_white)"}, {"background": "#d7af87", "scope": "terminus.light_white.d7af87", "foreground": "var(light_white)"}, {"background": "#d7afaf", "scope": "terminus.light_white.d7afaf", "foreground": "var(light_white)"}, {"background": "#d7afd7", "scope": "terminus.light_white.d7afd7", "foreground": "var(light_white)"}, {"background": "#d7afff", "scope": "terminus.light_white.d7afff", "foreground": "var(light_white)"}, {"background": "#d7d700", "scope": "terminus.light_white.d7d700", "foreground": "var(light_white)"}, {"background": "#d7d75f", "scope": "terminus.light_white.d7d75f", "foreground": "var(light_white)"}, {"background": "#d7d787", "scope": "terminus.light_white.d7d787", "foreground": "var(light_white)"}, {"background": "#d7d7af", "scope": "terminus.light_white.d7d7af", "foreground": "var(light_white)"}, {"background": "#d7d7d7", "scope": "terminus.light_white.d7d7d7", "foreground": "var(light_white)"}, {"background": "#d7d7ff", "scope": "terminus.light_white.d7d7ff", "foreground": "var(light_white)"}, {"background": "#d7ff00", "scope": "terminus.light_white.d7ff00", "foreground": "var(light_white)"}, {"background": "#d7ff5f", "scope": "terminus.light_white.d7ff5f", "foreground": "var(light_white)"}, {"background": "#d7ff87", "scope": "terminus.light_white.d7ff87", "foreground": "var(light_white)"}, {"background": "#d7ffaf", "scope": "terminus.light_white.d7ffaf", "foreground": "var(light_white)"}, {"background": "#d7ffd7", "scope": "terminus.light_white.d7ffd7", "foreground": "var(light_white)"}, {"background": "#d7ffff", "scope": "terminus.light_white.d7ffff", "foreground": "var(light_white)"}, {"background": "#ff005f", "scope": "terminus.light_white.ff005f", "foreground": "var(light_white)"}, {"background": "#ff0087", "scope": "terminus.light_white.ff0087", "foreground": "var(light_white)"}, {"background": "#ff00af", "scope": "terminus.light_white.ff00af", "foreground": "var(light_white)"}, {"background": "#ff00d7", "scope": "terminus.light_white.ff00d7", "foreground": "var(light_white)"}, {"background": "#ff5f00", "scope": "terminus.light_white.ff5f00", "foreground": "var(light_white)"}, {"background": "#ff5f5f", "scope": "terminus.light_white.ff5f5f", "foreground": "var(light_white)"}, {"background": "#ff5f87", "scope": "terminus.light_white.ff5f87", "foreground": "var(light_white)"}, {"background": "#ff5faf", "scope": "terminus.light_white.ff5faf", "foreground": "var(light_white)"}, {"background": "#ff5fd7", "scope": "terminus.light_white.ff5fd7", "foreground": "var(light_white)"}, {"background": "#ff5fff", "scope": "terminus.light_white.ff5fff", "foreground": "var(light_white)"}, {"background": "#ff8700", "scope": "terminus.light_white.ff8700", "foreground": "var(light_white)"}, {"background": "#ff875f", "scope": "terminus.light_white.ff875f", "foreground": "var(light_white)"}, {"background": "#ff8787", "scope": "terminus.light_white.ff8787", "foreground": "var(light_white)"}, {"background": "#ff87af", "scope": "terminus.light_white.ff87af", "foreground": "var(light_white)"}, {"background": "#ff87d7", "scope": "terminus.light_white.ff87d7", "foreground": "var(light_white)"}, {"background": "#ff87ff", "scope": "terminus.light_white.ff87ff", "foreground": "var(light_white)"}, {"background": "#ffaf00", "scope": "terminus.light_white.ffaf00", "foreground": "var(light_white)"}, {"background": "#ffaf5f", "scope": "terminus.light_white.ffaf5f", "foreground": "var(light_white)"}, {"background": "#ffaf87", "scope": "terminus.light_white.ffaf87", "foreground": "var(light_white)"}, {"background": "#ffafaf", "scope": "terminus.light_white.ffafaf", "foreground": "var(light_white)"}, {"background": "#ffafd7", "scope": "terminus.light_white.ffafd7", "foreground": "var(light_white)"}, {"background": "#ffafff", "scope": "terminus.light_white.ffafff", "foreground": "var(light_white)"}, {"background": "#ffd700", "scope": "terminus.light_white.ffd700", "foreground": "var(light_white)"}, {"background": "#ffd75f", "scope": "terminus.light_white.ffd75f", "foreground": "var(light_white)"}, {"background": "#ffd787", "scope": "terminus.light_white.ffd787", "foreground": "var(light_white)"}, {"background": "#ffd7af", "scope": "terminus.light_white.ffd7af", "foreground": "var(light_white)"}, {"background": "#ffd7d7", "scope": "terminus.light_white.ffd7d7", "foreground": "var(light_white)"}, {"background": "#ffd7ff", "scope": "terminus.light_white.ffd7ff", "foreground": "var(light_white)"}, {"background": "#ffff5f", "scope": "terminus.light_white.ffff5f", "foreground": "var(light_white)"}, {"background": "#ffff87", "scope": "terminus.light_white.ffff87", "foreground": "var(light_white)"}, {"background": "#ffffaf", "scope": "terminus.light_white.ffffaf", "foreground": "var(light_white)"}, {"background": "#ffffd7", "scope": "terminus.light_white.ffffd7", "foreground": "var(light_white)"}, {"background": "#080808", "scope": "terminus.light_white.080808", "foreground": "var(light_white)"}, {"background": "#121212", "scope": "terminus.light_white.121212", "foreground": "var(light_white)"}, {"background": "#1c1c1c", "scope": "terminus.light_white.1c1c1c", "foreground": "var(light_white)"}, {"background": "#262626", "scope": "terminus.light_white.262626", "foreground": "var(light_white)"}, {"background": "#303030", "scope": "terminus.light_white.303030", "foreground": "var(light_white)"}, {"background": "#3a3a3a", "scope": "terminus.light_white.3a3a3a", "foreground": "var(light_white)"}, {"background": "#444444", "scope": "terminus.light_white.444444", "foreground": "var(light_white)"}, {"background": "#4e4e4e", "scope": "terminus.light_white.4e4e4e", "foreground": "var(light_white)"}, {"background": "#585858", "scope": "terminus.light_white.585858", "foreground": "var(light_white)"}, {"background": "#626262", "scope": "terminus.light_white.626262", "foreground": "var(light_white)"}, {"background": "#6c6c6c", "scope": "terminus.light_white.6c6c6c", "foreground": "var(light_white)"}, {"background": "#767676", "scope": "terminus.light_white.767676", "foreground": "var(light_white)"}, {"background": "#808080", "scope": "terminus.light_white.808080", "foreground": "var(light_white)"}, {"background": "#8a8a8a", "scope": "terminus.light_white.8a8a8a", "foreground": "var(light_white)"}, {"background": "#949494", "scope": "terminus.light_white.949494", "foreground": "var(light_white)"}, {"background": "#9e9e9e", "scope": "terminus.light_white.9e9e9e", "foreground": "var(light_white)"}, {"background": "#a8a8a8", "scope": "terminus.light_white.a8a8a8", "foreground": "var(light_white)"}, {"background": "#b2b2b2", "scope": "terminus.light_white.b2b2b2", "foreground": "var(light_white)"}, {"background": "#bcbcbc", "scope": "terminus.light_white.bcbcbc", "foreground": "var(light_white)"}, {"background": "#c6c6c6", "scope": "terminus.light_white.c6c6c6", "foreground": "var(light_white)"}, {"background": "#d0d0d0", "scope": "terminus.light_white.d0d0d0", "foreground": "var(light_white)"}, {"background": "#dadada", "scope": "terminus.light_white.dadada", "foreground": "var(light_white)"}, {"background": "#e4e4e4", "scope": "terminus.light_white.e4e4e4", "foreground": "var(light_white)"}, {"background": "#eeeeee", "scope": "terminus.light_white.eeeeee", "foreground": "var(light_white)"}, {"background": "var(black)", "scope": "terminus.default.black", "foreground": "var(foreground)"}, {"background": "var(red)", "scope": "terminus.default.red", "foreground": "var(foreground)"}, {"background": "var(green)", "scope": "terminus.default.green", "foreground": "var(foreground)"}, {"background": "var(brown)", "scope": "terminus.default.brown", "foreground": "var(foreground)"}, {"background": "var(blue)", "scope": "terminus.default.blue", "foreground": "var(foreground)"}, {"background": "var(magenta)", "scope": "terminus.default.magenta", "foreground": "var(foreground)"}, {"background": "var(cyan)", "scope": "terminus.default.cyan", "foreground": "var(foreground)"}, {"background": "var(white)", "scope": "terminus.default.white", "foreground": "var(foreground)"}, {"background": "var(light_black)", "scope": "terminus.default.light_black", "foreground": "var(foreground)"}, {"background": "var(light_red)", "scope": "terminus.default.light_red", "foreground": "var(foreground)"}, {"background": "var(light_green)", "scope": "terminus.default.light_green", "foreground": "var(foreground)"}, {"background": "var(light_brown)", "scope": "terminus.default.light_brown", "foreground": "var(foreground)"}, {"background": "var(light_blue)", "scope": "terminus.default.light_blue", "foreground": "var(foreground)"}, {"background": "var(light_magenta)", "scope": "terminus.default.light_magenta", "foreground": "var(foreground)"}, {"background": "var(light_cyan)", "scope": "terminus.default.light_cyan", "foreground": "var(foreground)"}, {"background": "var(light_white)", "scope": "terminus.default.light_white", "foreground": "var(foreground)"}, {"background": "var(background)", "scope": "terminus.default.default", "foreground": "var(foreground)"}, {"background": "var(foreground)", "scope": "terminus.default.reverse_default", "foreground": "var(foreground)"}, {"background": "#000000", "scope": "terminus.default.000000", "foreground": "var(foreground)"}, {"background": "#cd0000", "scope": "terminus.default.cd0000", "foreground": "var(foreground)"}, {"background": "#00cd00", "scope": "terminus.default.00cd00", "foreground": "var(foreground)"}, {"background": "#cdcd00", "scope": "terminus.default.cdcd00", "foreground": "var(foreground)"}, {"background": "#0000ee", "scope": "terminus.default.0000ee", "foreground": "var(foreground)"}, {"background": "#cd00cd", "scope": "terminus.default.cd00cd", "foreground": "var(foreground)"}, {"background": "#00cdcd", "scope": "terminus.default.00cdcd", "foreground": "var(foreground)"}, {"background": "#e5e5e5", "scope": "terminus.default.e5e5e5", "foreground": "var(foreground)"}, {"background": "#7f7f7f", "scope": "terminus.default.7f7f7f", "foreground": "var(foreground)"}, {"background": "#ff0000", "scope": "terminus.default.ff0000", "foreground": "var(foreground)"}, {"background": "#00ff00", "scope": "terminus.default.00ff00", "foreground": "var(foreground)"}, {"background": "#ffff00", "scope": "terminus.default.ffff00", "foreground": "var(foreground)"}, {"background": "#5c5cff", "scope": "terminus.default.5c5cff", "foreground": "var(foreground)"}, {"background": "#ff00ff", "scope": "terminus.default.ff00ff", "foreground": "var(foreground)"}, {"background": "#00ffff", "scope": "terminus.default.00ffff", "foreground": "var(foreground)"}, {"background": "#ffffff", "scope": "terminus.default.ffffff", "foreground": "var(foreground)"}, {"background": "#00005f", "scope": "terminus.default.00005f", "foreground": "var(foreground)"}, {"background": "#000087", "scope": "terminus.default.000087", "foreground": "var(foreground)"}, {"background": "#0000af", "scope": "terminus.default.0000af", "foreground": "var(foreground)"}, {"background": "#0000d7", "scope": "terminus.default.0000d7", "foreground": "var(foreground)"}, {"background": "#0000ff", "scope": "terminus.default.0000ff", "foreground": "var(foreground)"}, {"background": "#005f00", "scope": "terminus.default.005f00", "foreground": "var(foreground)"}, {"background": "#005f5f", "scope": "terminus.default.005f5f", "foreground": "var(foreground)"}, {"background": "#005f87", "scope": "terminus.default.005f87", "foreground": "var(foreground)"}, {"background": "#005faf", "scope": "terminus.default.005faf", "foreground": "var(foreground)"}, {"background": "#005fd7", "scope": "terminus.default.005fd7", "foreground": "var(foreground)"}, {"background": "#005fff", "scope": "terminus.default.005fff", "foreground": "var(foreground)"}, {"background": "#008700", "scope": "terminus.default.008700", "foreground": "var(foreground)"}, {"background": "#00875f", "scope": "terminus.default.00875f", "foreground": "var(foreground)"}, {"background": "#008787", "scope": "terminus.default.008787", "foreground": "var(foreground)"}, {"background": "#0087af", "scope": "terminus.default.0087af", "foreground": "var(foreground)"}, {"background": "#0087d7", "scope": "terminus.default.0087d7", "foreground": "var(foreground)"}, {"background": "#0087ff", "scope": "terminus.default.0087ff", "foreground": "var(foreground)"}, {"background": "#00af00", "scope": "terminus.default.00af00", "foreground": "var(foreground)"}, {"background": "#00af5f", "scope": "terminus.default.00af5f", "foreground": "var(foreground)"}, {"background": "#00af87", "scope": "terminus.default.00af87", "foreground": "var(foreground)"}, {"background": "#00afaf", "scope": "terminus.default.00afaf", "foreground": "var(foreground)"}, {"background": "#00afd7", "scope": "terminus.default.00afd7", "foreground": "var(foreground)"}, {"background": "#00afff", "scope": "terminus.default.00afff", "foreground": "var(foreground)"}, {"background": "#00d700", "scope": "terminus.default.00d700", "foreground": "var(foreground)"}, {"background": "#00d75f", "scope": "terminus.default.00d75f", "foreground": "var(foreground)"}, {"background": "#00d787", "scope": "terminus.default.00d787", "foreground": "var(foreground)"}, {"background": "#00d7af", "scope": "terminus.default.00d7af", "foreground": "var(foreground)"}, {"background": "#00d7d7", "scope": "terminus.default.00d7d7", "foreground": "var(foreground)"}, {"background": "#00d7ff", "scope": "terminus.default.00d7ff", "foreground": "var(foreground)"}, {"background": "#00ff5f", "scope": "terminus.default.00ff5f", "foreground": "var(foreground)"}, {"background": "#00ff87", "scope": "terminus.default.00ff87", "foreground": "var(foreground)"}, {"background": "#00ffaf", "scope": "terminus.default.00ffaf", "foreground": "var(foreground)"}, {"background": "#00ffd7", "scope": "terminus.default.00ffd7", "foreground": "var(foreground)"}, {"background": "#5f0000", "scope": "terminus.default.5f0000", "foreground": "var(foreground)"}, {"background": "#5f005f", "scope": "terminus.default.5f005f", "foreground": "var(foreground)"}, {"background": "#5f0087", "scope": "terminus.default.5f0087", "foreground": "var(foreground)"}, {"background": "#5f00af", "scope": "terminus.default.5f00af", "foreground": "var(foreground)"}, {"background": "#5f00d7", "scope": "terminus.default.5f00d7", "foreground": "var(foreground)"}, {"background": "#5f00ff", "scope": "terminus.default.5f00ff", "foreground": "var(foreground)"}, {"background": "#5f5f00", "scope": "terminus.default.5f5f00", "foreground": "var(foreground)"}, {"background": "#5f5f5f", "scope": "terminus.default.5f5f5f", "foreground": "var(foreground)"}, {"background": "#5f5f87", "scope": "terminus.default.5f5f87", "foreground": "var(foreground)"}, {"background": "#5f5faf", "scope": "terminus.default.5f5faf", "foreground": "var(foreground)"}, {"background": "#5f5fd7", "scope": "terminus.default.5f5fd7", "foreground": "var(foreground)"}, {"background": "#5f5fff", "scope": "terminus.default.5f5fff", "foreground": "var(foreground)"}, {"background": "#5f8700", "scope": "terminus.default.5f8700", "foreground": "var(foreground)"}, {"background": "#5f875f", "scope": "terminus.default.5f875f", "foreground": "var(foreground)"}, {"background": "#5f8787", "scope": "terminus.default.5f8787", "foreground": "var(foreground)"}, {"background": "#5f87af", "scope": "terminus.default.5f87af", "foreground": "var(foreground)"}, {"background": "#5f87d7", "scope": "terminus.default.5f87d7", "foreground": "var(foreground)"}, {"background": "#5f87ff", "scope": "terminus.default.5f87ff", "foreground": "var(foreground)"}, {"background": "#5faf00", "scope": "terminus.default.5faf00", "foreground": "var(foreground)"}, {"background": "#5faf5f", "scope": "terminus.default.5faf5f", "foreground": "var(foreground)"}, {"background": "#5faf87", "scope": "terminus.default.5faf87", "foreground": "var(foreground)"}, {"background": "#5fafaf", "scope": "terminus.default.5fafaf", "foreground": "var(foreground)"}, {"background": "#5fafd7", "scope": "terminus.default.5fafd7", "foreground": "var(foreground)"}, {"background": "#5fafff", "scope": "terminus.default.5fafff", "foreground": "var(foreground)"}, {"background": "#5fd700", "scope": "terminus.default.5fd700", "foreground": "var(foreground)"}, {"background": "#5fd75f", "scope": "terminus.default.5fd75f", "foreground": "var(foreground)"}, {"background": "#5fd787", "scope": "terminus.default.5fd787", "foreground": "var(foreground)"}, {"background": "#5fd7af", "scope": "terminus.default.5fd7af", "foreground": "var(foreground)"}, {"background": "#5fd7d7", "scope": "terminus.default.5fd7d7", "foreground": "var(foreground)"}, {"background": "#5fd7ff", "scope": "terminus.default.5fd7ff", "foreground": "var(foreground)"}, {"background": "#5fff00", "scope": "terminus.default.5fff00", "foreground": "var(foreground)"}, {"background": "#5fff5f", "scope": "terminus.default.5fff5f", "foreground": "var(foreground)"}, {"background": "#5fff87", "scope": "terminus.default.5fff87", "foreground": "var(foreground)"}, {"background": "#5fffaf", "scope": "terminus.default.5fffaf", "foreground": "var(foreground)"}, {"background": "#5fffd7", "scope": "terminus.default.5fffd7", "foreground": "var(foreground)"}, {"background": "#5fffff", "scope": "terminus.default.5fffff", "foreground": "var(foreground)"}, {"background": "#870000", "scope": "terminus.default.870000", "foreground": "var(foreground)"}, {"background": "#87005f", "scope": "terminus.default.87005f", "foreground": "var(foreground)"}, {"background": "#870087", "scope": "terminus.default.870087", "foreground": "var(foreground)"}, {"background": "#8700af", "scope": "terminus.default.8700af", "foreground": "var(foreground)"}, {"background": "#8700d7", "scope": "terminus.default.8700d7", "foreground": "var(foreground)"}, {"background": "#8700ff", "scope": "terminus.default.8700ff", "foreground": "var(foreground)"}, {"background": "#875f00", "scope": "terminus.default.875f00", "foreground": "var(foreground)"}, {"background": "#875f5f", "scope": "terminus.default.875f5f", "foreground": "var(foreground)"}, {"background": "#875f87", "scope": "terminus.default.875f87", "foreground": "var(foreground)"}, {"background": "#875faf", "scope": "terminus.default.875faf", "foreground": "var(foreground)"}, {"background": "#875fd7", "scope": "terminus.default.875fd7", "foreground": "var(foreground)"}, {"background": "#875fff", "scope": "terminus.default.875fff", "foreground": "var(foreground)"}, {"background": "#878700", "scope": "terminus.default.878700", "foreground": "var(foreground)"}, {"background": "#87875f", "scope": "terminus.default.87875f", "foreground": "var(foreground)"}, {"background": "#878787", "scope": "terminus.default.878787", "foreground": "var(foreground)"}, {"background": "#8787af", "scope": "terminus.default.8787af", "foreground": "var(foreground)"}, {"background": "#8787d7", "scope": "terminus.default.8787d7", "foreground": "var(foreground)"}, {"background": "#8787ff", "scope": "terminus.default.8787ff", "foreground": "var(foreground)"}, {"background": "#87af00", "scope": "terminus.default.87af00", "foreground": "var(foreground)"}, {"background": "#87af5f", "scope": "terminus.default.87af5f", "foreground": "var(foreground)"}, {"background": "#87af87", "scope": "terminus.default.87af87", "foreground": "var(foreground)"}, {"background": "#87afaf", "scope": "terminus.default.87afaf", "foreground": "var(foreground)"}, {"background": "#87afd7", "scope": "terminus.default.87afd7", "foreground": "var(foreground)"}, {"background": "#87afff", "scope": "terminus.default.87afff", "foreground": "var(foreground)"}, {"background": "#87d700", "scope": "terminus.default.87d700", "foreground": "var(foreground)"}, {"background": "#87d75f", "scope": "terminus.default.87d75f", "foreground": "var(foreground)"}, {"background": "#87d787", "scope": "terminus.default.87d787", "foreground": "var(foreground)"}, {"background": "#87d7af", "scope": "terminus.default.87d7af", "foreground": "var(foreground)"}, {"background": "#87d7d7", "scope": "terminus.default.87d7d7", "foreground": "var(foreground)"}, {"background": "#87d7ff", "scope": "terminus.default.87d7ff", "foreground": "var(foreground)"}, {"background": "#87ff00", "scope": "terminus.default.87ff00", "foreground": "var(foreground)"}, {"background": "#87ff5f", "scope": "terminus.default.87ff5f", "foreground": "var(foreground)"}, {"background": "#87ff87", "scope": "terminus.default.87ff87", "foreground": "var(foreground)"}, {"background": "#87ffaf", "scope": "terminus.default.87ffaf", "foreground": "var(foreground)"}, {"background": "#87ffd7", "scope": "terminus.default.87ffd7", "foreground": "var(foreground)"}, {"background": "#87ffff", "scope": "terminus.default.87ffff", "foreground": "var(foreground)"}, {"background": "#af0000", "scope": "terminus.default.af0000", "foreground": "var(foreground)"}, {"background": "#af005f", "scope": "terminus.default.af005f", "foreground": "var(foreground)"}, {"background": "#af0087", "scope": "terminus.default.af0087", "foreground": "var(foreground)"}, {"background": "#af00af", "scope": "terminus.default.af00af", "foreground": "var(foreground)"}, {"background": "#af00d7", "scope": "terminus.default.af00d7", "foreground": "var(foreground)"}, {"background": "#af00ff", "scope": "terminus.default.af00ff", "foreground": "var(foreground)"}, {"background": "#af5f00", "scope": "terminus.default.af5f00", "foreground": "var(foreground)"}, {"background": "#af5f5f", "scope": "terminus.default.af5f5f", "foreground": "var(foreground)"}, {"background": "#af5f87", "scope": "terminus.default.af5f87", "foreground": "var(foreground)"}, {"background": "#af5faf", "scope": "terminus.default.af5faf", "foreground": "var(foreground)"}, {"background": "#af5fd7", "scope": "terminus.default.af5fd7", "foreground": "var(foreground)"}, {"background": "#af5fff", "scope": "terminus.default.af5fff", "foreground": "var(foreground)"}, {"background": "#af8700", "scope": "terminus.default.af8700", "foreground": "var(foreground)"}, {"background": "#af875f", "scope": "terminus.default.af875f", "foreground": "var(foreground)"}, {"background": "#af8787", "scope": "terminus.default.af8787", "foreground": "var(foreground)"}, {"background": "#af87af", "scope": "terminus.default.af87af", "foreground": "var(foreground)"}, {"background": "#af87d7", "scope": "terminus.default.af87d7", "foreground": "var(foreground)"}, {"background": "#af87ff", "scope": "terminus.default.af87ff", "foreground": "var(foreground)"}, {"background": "#afaf00", "scope": "terminus.default.afaf00", "foreground": "var(foreground)"}, {"background": "#afaf5f", "scope": "terminus.default.afaf5f", "foreground": "var(foreground)"}, {"background": "#afaf87", "scope": "terminus.default.afaf87", "foreground": "var(foreground)"}, {"background": "#afafaf", "scope": "terminus.default.afafaf", "foreground": "var(foreground)"}, {"background": "#afafd7", "scope": "terminus.default.afafd7", "foreground": "var(foreground)"}, {"background": "#afafff", "scope": "terminus.default.afafff", "foreground": "var(foreground)"}, {"background": "#afd700", "scope": "terminus.default.afd700", "foreground": "var(foreground)"}, {"background": "#afd75f", "scope": "terminus.default.afd75f", "foreground": "var(foreground)"}, {"background": "#afd787", "scope": "terminus.default.afd787", "foreground": "var(foreground)"}, {"background": "#afd7af", "scope": "terminus.default.afd7af", "foreground": "var(foreground)"}, {"background": "#afd7d7", "scope": "terminus.default.afd7d7", "foreground": "var(foreground)"}, {"background": "#afd7ff", "scope": "terminus.default.afd7ff", "foreground": "var(foreground)"}, {"background": "#afff00", "scope": "terminus.default.afff00", "foreground": "var(foreground)"}, {"background": "#afff5f", "scope": "terminus.default.afff5f", "foreground": "var(foreground)"}, {"background": "#afff87", "scope": "terminus.default.afff87", "foreground": "var(foreground)"}, {"background": "#afffaf", "scope": "terminus.default.afffaf", "foreground": "var(foreground)"}, {"background": "#afffd7", "scope": "terminus.default.afffd7", "foreground": "var(foreground)"}, {"background": "#afffff", "scope": "terminus.default.afffff", "foreground": "var(foreground)"}, {"background": "#d70000", "scope": "terminus.default.d70000", "foreground": "var(foreground)"}, {"background": "#d7005f", "scope": "terminus.default.d7005f", "foreground": "var(foreground)"}, {"background": "#d70087", "scope": "terminus.default.d70087", "foreground": "var(foreground)"}, {"background": "#d700af", "scope": "terminus.default.d700af", "foreground": "var(foreground)"}, {"background": "#d700d7", "scope": "terminus.default.d700d7", "foreground": "var(foreground)"}, {"background": "#d700ff", "scope": "terminus.default.d700ff", "foreground": "var(foreground)"}, {"background": "#d75f00", "scope": "terminus.default.d75f00", "foreground": "var(foreground)"}, {"background": "#d75f5f", "scope": "terminus.default.d75f5f", "foreground": "var(foreground)"}, {"background": "#d75f87", "scope": "terminus.default.d75f87", "foreground": "var(foreground)"}, {"background": "#d75faf", "scope": "terminus.default.d75faf", "foreground": "var(foreground)"}, {"background": "#d75fd7", "scope": "terminus.default.d75fd7", "foreground": "var(foreground)"}, {"background": "#d75fff", "scope": "terminus.default.d75fff", "foreground": "var(foreground)"}, {"background": "#d78700", "scope": "terminus.default.d78700", "foreground": "var(foreground)"}, {"background": "#d7875f", "scope": "terminus.default.d7875f", "foreground": "var(foreground)"}, {"background": "#d78787", "scope": "terminus.default.d78787", "foreground": "var(foreground)"}, {"background": "#d787af", "scope": "terminus.default.d787af", "foreground": "var(foreground)"}, {"background": "#d787d7", "scope": "terminus.default.d787d7", "foreground": "var(foreground)"}, {"background": "#d787ff", "scope": "terminus.default.d787ff", "foreground": "var(foreground)"}, {"background": "#d7af00", "scope": "terminus.default.d7af00", "foreground": "var(foreground)"}, {"background": "#d7af5f", "scope": "terminus.default.d7af5f", "foreground": "var(foreground)"}, {"background": "#d7af87", "scope": "terminus.default.d7af87", "foreground": "var(foreground)"}, {"background": "#d7afaf", "scope": "terminus.default.d7afaf", "foreground": "var(foreground)"}, {"background": "#d7afd7", "scope": "terminus.default.d7afd7", "foreground": "var(foreground)"}, {"background": "#d7afff", "scope": "terminus.default.d7afff", "foreground": "var(foreground)"}, {"background": "#d7d700", "scope": "terminus.default.d7d700", "foreground": "var(foreground)"}, {"background": "#d7d75f", "scope": "terminus.default.d7d75f", "foreground": "var(foreground)"}, {"background": "#d7d787", "scope": "terminus.default.d7d787", "foreground": "var(foreground)"}, {"background": "#d7d7af", "scope": "terminus.default.d7d7af", "foreground": "var(foreground)"}, {"background": "#d7d7d7", "scope": "terminus.default.d7d7d7", "foreground": "var(foreground)"}, {"background": "#d7d7ff", "scope": "terminus.default.d7d7ff", "foreground": "var(foreground)"}, {"background": "#d7ff00", "scope": "terminus.default.d7ff00", "foreground": "var(foreground)"}, {"background": "#d7ff5f", "scope": "terminus.default.d7ff5f", "foreground": "var(foreground)"}, {"background": "#d7ff87", "scope": "terminus.default.d7ff87", "foreground": "var(foreground)"}, {"background": "#d7ffaf", "scope": "terminus.default.d7ffaf", "foreground": "var(foreground)"}, {"background": "#d7ffd7", "scope": "terminus.default.d7ffd7", "foreground": "var(foreground)"}, {"background": "#d7ffff", "scope": "terminus.default.d7ffff", "foreground": "var(foreground)"}, {"background": "#ff005f", "scope": "terminus.default.ff005f", "foreground": "var(foreground)"}, {"background": "#ff0087", "scope": "terminus.default.ff0087", "foreground": "var(foreground)"}, {"background": "#ff00af", "scope": "terminus.default.ff00af", "foreground": "var(foreground)"}, {"background": "#ff00d7", "scope": "terminus.default.ff00d7", "foreground": "var(foreground)"}, {"background": "#ff5f00", "scope": "terminus.default.ff5f00", "foreground": "var(foreground)"}, {"background": "#ff5f5f", "scope": "terminus.default.ff5f5f", "foreground": "var(foreground)"}, {"background": "#ff5f87", "scope": "terminus.default.ff5f87", "foreground": "var(foreground)"}, {"background": "#ff5faf", "scope": "terminus.default.ff5faf", "foreground": "var(foreground)"}, {"background": "#ff5fd7", "scope": "terminus.default.ff5fd7", "foreground": "var(foreground)"}, {"background": "#ff5fff", "scope": "terminus.default.ff5fff", "foreground": "var(foreground)"}, {"background": "#ff8700", "scope": "terminus.default.ff8700", "foreground": "var(foreground)"}, {"background": "#ff875f", "scope": "terminus.default.ff875f", "foreground": "var(foreground)"}, {"background": "#ff8787", "scope": "terminus.default.ff8787", "foreground": "var(foreground)"}, {"background": "#ff87af", "scope": "terminus.default.ff87af", "foreground": "var(foreground)"}, {"background": "#ff87d7", "scope": "terminus.default.ff87d7", "foreground": "var(foreground)"}, {"background": "#ff87ff", "scope": "terminus.default.ff87ff", "foreground": "var(foreground)"}, {"background": "#ffaf00", "scope": "terminus.default.ffaf00", "foreground": "var(foreground)"}, {"background": "#ffaf5f", "scope": "terminus.default.ffaf5f", "foreground": "var(foreground)"}, {"background": "#ffaf87", "scope": "terminus.default.ffaf87", "foreground": "var(foreground)"}, {"background": "#ffafaf", "scope": "terminus.default.ffafaf", "foreground": "var(foreground)"}, {"background": "#ffafd7", "scope": "terminus.default.ffafd7", "foreground": "var(foreground)"}, {"background": "#ffafff", "scope": "terminus.default.ffafff", "foreground": "var(foreground)"}, {"background": "#ffd700", "scope": "terminus.default.ffd700", "foreground": "var(foreground)"}, {"background": "#ffd75f", "scope": "terminus.default.ffd75f", "foreground": "var(foreground)"}, {"background": "#ffd787", "scope": "terminus.default.ffd787", "foreground": "var(foreground)"}, {"background": "#ffd7af", "scope": "terminus.default.ffd7af", "foreground": "var(foreground)"}, {"background": "#ffd7d7", "scope": "terminus.default.ffd7d7", "foreground": "var(foreground)"}, {"background": "#ffd7ff", "scope": "terminus.default.ffd7ff", "foreground": "var(foreground)"}, {"background": "#ffff5f", "scope": "terminus.default.ffff5f", "foreground": "var(foreground)"}, {"background": "#ffff87", "scope": "terminus.default.ffff87", "foreground": "var(foreground)"}, {"background": "#ffffaf", "scope": "terminus.default.ffffaf", "foreground": "var(foreground)"}, {"background": "#ffffd7", "scope": "terminus.default.ffffd7", "foreground": "var(foreground)"}, {"background": "#080808", "scope": "terminus.default.080808", "foreground": "var(foreground)"}, {"background": "#121212", "scope": "terminus.default.121212", "foreground": "var(foreground)"}, {"background": "#1c1c1c", "scope": "terminus.default.1c1c1c", "foreground": "var(foreground)"}, {"background": "#262626", "scope": "terminus.default.262626", "foreground": "var(foreground)"}, {"background": "#303030", "scope": "terminus.default.303030", "foreground": "var(foreground)"}, {"background": "#3a3a3a", "scope": "terminus.default.3a3a3a", "foreground": "var(foreground)"}, {"background": "#444444", "scope": "terminus.default.444444", "foreground": "var(foreground)"}, {"background": "#4e4e4e", "scope": "terminus.default.4e4e4e", "foreground": "var(foreground)"}, {"background": "#585858", "scope": "terminus.default.585858", "foreground": "var(foreground)"}, {"background": "#626262", "scope": "terminus.default.626262", "foreground": "var(foreground)"}, {"background": "#6c6c6c", "scope": "terminus.default.6c6c6c", "foreground": "var(foreground)"}, {"background": "#767676", "scope": "terminus.default.767676", "foreground": "var(foreground)"}, {"background": "#808080", "scope": "terminus.default.808080", "foreground": "var(foreground)"}, {"background": "#8a8a8a", "scope": "terminus.default.8a8a8a", "foreground": "var(foreground)"}, {"background": "#949494", "scope": "terminus.default.949494", "foreground": "var(foreground)"}, {"background": "#9e9e9e", "scope": "terminus.default.9e9e9e", "foreground": "var(foreground)"}, {"background": "#a8a8a8", "scope": "terminus.default.a8a8a8", "foreground": "var(foreground)"}, {"background": "#b2b2b2", "scope": "terminus.default.b2b2b2", "foreground": "var(foreground)"}, {"background": "#bcbcbc", "scope": "terminus.default.bcbcbc", "foreground": "var(foreground)"}, {"background": "#c6c6c6", "scope": "terminus.default.c6c6c6", "foreground": "var(foreground)"}, {"background": "#d0d0d0", "scope": "terminus.default.d0d0d0", "foreground": "var(foreground)"}, {"background": "#dadada", "scope": "terminus.default.dadada", "foreground": "var(foreground)"}, {"background": "#e4e4e4", "scope": "terminus.default.e4e4e4", "foreground": "var(foreground)"}, {"background": "#eeeeee", "scope": "terminus.default.eeeeee", "foreground": "var(foreground)"}, {"background": "var(black)", "scope": "terminus.reverse_default.black", "foreground": "var(background)"}, {"background": "var(red)", "scope": "terminus.reverse_default.red", "foreground": "var(background)"}, {"background": "var(green)", "scope": "terminus.reverse_default.green", "foreground": "var(background)"}, {"background": "var(brown)", "scope": "terminus.reverse_default.brown", "foreground": "var(background)"}, {"background": "var(blue)", "scope": "terminus.reverse_default.blue", "foreground": "var(background)"}, {"background": "var(magenta)", "scope": "terminus.reverse_default.magenta", "foreground": "var(background)"}, {"background": "var(cyan)", "scope": "terminus.reverse_default.cyan", "foreground": "var(background)"}, {"background": "var(white)", "scope": "terminus.reverse_default.white", "foreground": "var(background)"}, {"background": "var(light_black)", "scope": "terminus.reverse_default.light_black", "foreground": "var(background)"}, {"background": "var(light_red)", "scope": "terminus.reverse_default.light_red", "foreground": "var(background)"}, {"background": "var(light_green)", "scope": "terminus.reverse_default.light_green", "foreground": "var(background)"}, {"background": "var(light_brown)", "scope": "terminus.reverse_default.light_brown", "foreground": "var(background)"}, {"background": "var(light_blue)", "scope": "terminus.reverse_default.light_blue", "foreground": "var(background)"}, {"background": "var(light_magenta)", "scope": "terminus.reverse_default.light_magenta", "foreground": "var(background)"}, {"background": "var(light_cyan)", "scope": "terminus.reverse_default.light_cyan", "foreground": "var(background)"}, {"background": "var(light_white)", "scope": "terminus.reverse_default.light_white", "foreground": "var(background)"}, {"background": "var(background)", "scope": "terminus.reverse_default.default", "foreground": "var(background)"}, {"background": "var(foreground)", "scope": "terminus.reverse_default.reverse_default", "foreground": "var(background)"}, {"background": "#000000", "scope": "terminus.reverse_default.000000", "foreground": "var(background)"}, {"background": "#cd0000", "scope": "terminus.reverse_default.cd0000", "foreground": "var(background)"}, {"background": "#00cd00", "scope": "terminus.reverse_default.00cd00", "foreground": "var(background)"}, {"background": "#cdcd00", "scope": "terminus.reverse_default.cdcd00", "foreground": "var(background)"}, {"background": "#0000ee", "scope": "terminus.reverse_default.0000ee", "foreground": "var(background)"}, {"background": "#cd00cd", "scope": "terminus.reverse_default.cd00cd", "foreground": "var(background)"}, {"background": "#00cdcd", "scope": "terminus.reverse_default.00cdcd", "foreground": "var(background)"}, {"background": "#e5e5e5", "scope": "terminus.reverse_default.e5e5e5", "foreground": "var(background)"}, {"background": "#7f7f7f", "scope": "terminus.reverse_default.7f7f7f", "foreground": "var(background)"}, {"background": "#ff0000", "scope": "terminus.reverse_default.ff0000", "foreground": "var(background)"}, {"background": "#00ff00", "scope": "terminus.reverse_default.00ff00", "foreground": "var(background)"}, {"background": "#ffff00", "scope": "terminus.reverse_default.ffff00", "foreground": "var(background)"}, {"background": "#5c5cff", "scope": "terminus.reverse_default.5c5cff", "foreground": "var(background)"}, {"background": "#ff00ff", "scope": "terminus.reverse_default.ff00ff", "foreground": "var(background)"}, {"background": "#00ffff", "scope": "terminus.reverse_default.00ffff", "foreground": "var(background)"}, {"background": "#ffffff", "scope": "terminus.reverse_default.ffffff", "foreground": "var(background)"}, {"background": "#00005f", "scope": "terminus.reverse_default.00005f", "foreground": "var(background)"}, {"background": "#000087", "scope": "terminus.reverse_default.000087", "foreground": "var(background)"}, {"background": "#0000af", "scope": "terminus.reverse_default.0000af", "foreground": "var(background)"}, {"background": "#0000d7", "scope": "terminus.reverse_default.0000d7", "foreground": "var(background)"}, {"background": "#0000ff", "scope": "terminus.reverse_default.0000ff", "foreground": "var(background)"}, {"background": "#005f00", "scope": "terminus.reverse_default.005f00", "foreground": "var(background)"}, {"background": "#005f5f", "scope": "terminus.reverse_default.005f5f", "foreground": "var(background)"}, {"background": "#005f87", "scope": "terminus.reverse_default.005f87", "foreground": "var(background)"}, {"background": "#005faf", "scope": "terminus.reverse_default.005faf", "foreground": "var(background)"}, {"background": "#005fd7", "scope": "terminus.reverse_default.005fd7", "foreground": "var(background)"}, {"background": "#005fff", "scope": "terminus.reverse_default.005fff", "foreground": "var(background)"}, {"background": "#008700", "scope": "terminus.reverse_default.008700", "foreground": "var(background)"}, {"background": "#00875f", "scope": "terminus.reverse_default.00875f", "foreground": "var(background)"}, {"background": "#008787", "scope": "terminus.reverse_default.008787", "foreground": "var(background)"}, {"background": "#0087af", "scope": "terminus.reverse_default.0087af", "foreground": "var(background)"}, {"background": "#0087d7", "scope": "terminus.reverse_default.0087d7", "foreground": "var(background)"}, {"background": "#0087ff", "scope": "terminus.reverse_default.0087ff", "foreground": "var(background)"}, {"background": "#00af00", "scope": "terminus.reverse_default.00af00", "foreground": "var(background)"}, {"background": "#00af5f", "scope": "terminus.reverse_default.00af5f", "foreground": "var(background)"}, {"background": "#00af87", "scope": "terminus.reverse_default.00af87", "foreground": "var(background)"}, {"background": "#00afaf", "scope": "terminus.reverse_default.00afaf", "foreground": "var(background)"}, {"background": "#00afd7", "scope": "terminus.reverse_default.00afd7", "foreground": "var(background)"}, {"background": "#00afff", "scope": "terminus.reverse_default.00afff", "foreground": "var(background)"}, {"background": "#00d700", "scope": "terminus.reverse_default.00d700", "foreground": "var(background)"}, {"background": "#00d75f", "scope": "terminus.reverse_default.00d75f", "foreground": "var(background)"}, {"background": "#00d787", "scope": "terminus.reverse_default.00d787", "foreground": "var(background)"}, {"background": "#00d7af", "scope": "terminus.reverse_default.00d7af", "foreground": "var(background)"}, {"background": "#00d7d7", "scope": "terminus.reverse_default.00d7d7", "foreground": "var(background)"}, {"background": "#00d7ff", "scope": "terminus.reverse_default.00d7ff", "foreground": "var(background)"}, {"background": "#00ff5f", "scope": "terminus.reverse_default.00ff5f", "foreground": "var(background)"}, {"background": "#00ff87", "scope": "terminus.reverse_default.00ff87", "foreground": "var(background)"}, {"background": "#00ffaf", "scope": "terminus.reverse_default.00ffaf", "foreground": "var(background)"}, {"background": "#00ffd7", "scope": "terminus.reverse_default.00ffd7", "foreground": "var(background)"}, {"background": "#5f0000", "scope": "terminus.reverse_default.5f0000", "foreground": "var(background)"}, {"background": "#5f005f", "scope": "terminus.reverse_default.5f005f", "foreground": "var(background)"}, {"background": "#5f0087", "scope": "terminus.reverse_default.5f0087", "foreground": "var(background)"}, {"background": "#5f00af", "scope": "terminus.reverse_default.5f00af", "foreground": "var(background)"}, {"background": "#5f00d7", "scope": "terminus.reverse_default.5f00d7", "foreground": "var(background)"}, {"background": "#5f00ff", "scope": "terminus.reverse_default.5f00ff", "foreground": "var(background)"}, {"background": "#5f5f00", "scope": "terminus.reverse_default.5f5f00", "foreground": "var(background)"}, {"background": "#5f5f5f", "scope": "terminus.reverse_default.5f5f5f", "foreground": "var(background)"}, {"background": "#5f5f87", "scope": "terminus.reverse_default.5f5f87", "foreground": "var(background)"}, {"background": "#5f5faf", "scope": "terminus.reverse_default.5f5faf", "foreground": "var(background)"}, {"background": "#5f5fd7", "scope": "terminus.reverse_default.5f5fd7", "foreground": "var(background)"}, {"background": "#5f5fff", "scope": "terminus.reverse_default.5f5fff", "foreground": "var(background)"}, {"background": "#5f8700", "scope": "terminus.reverse_default.5f8700", "foreground": "var(background)"}, {"background": "#5f875f", "scope": "terminus.reverse_default.5f875f", "foreground": "var(background)"}, {"background": "#5f8787", "scope": "terminus.reverse_default.5f8787", "foreground": "var(background)"}, {"background": "#5f87af", "scope": "terminus.reverse_default.5f87af", "foreground": "var(background)"}, {"background": "#5f87d7", "scope": "terminus.reverse_default.5f87d7", "foreground": "var(background)"}, {"background": "#5f87ff", "scope": "terminus.reverse_default.5f87ff", "foreground": "var(background)"}, {"background": "#5faf00", "scope": "terminus.reverse_default.5faf00", "foreground": "var(background)"}, {"background": "#5faf5f", "scope": "terminus.reverse_default.5faf5f", "foreground": "var(background)"}, {"background": "#5faf87", "scope": "terminus.reverse_default.5faf87", "foreground": "var(background)"}, {"background": "#5fafaf", "scope": "terminus.reverse_default.5fafaf", "foreground": "var(background)"}, {"background": "#5fafd7", "scope": "terminus.reverse_default.5fafd7", "foreground": "var(background)"}, {"background": "#5fafff", "scope": "terminus.reverse_default.5fafff", "foreground": "var(background)"}, {"background": "#5fd700", "scope": "terminus.reverse_default.5fd700", "foreground": "var(background)"}, {"background": "#5fd75f", "scope": "terminus.reverse_default.5fd75f", "foreground": "var(background)"}, {"background": "#5fd787", "scope": "terminus.reverse_default.5fd787", "foreground": "var(background)"}, {"background": "#5fd7af", "scope": "terminus.reverse_default.5fd7af", "foreground": "var(background)"}, {"background": "#5fd7d7", "scope": "terminus.reverse_default.5fd7d7", "foreground": "var(background)"}, {"background": "#5fd7ff", "scope": "terminus.reverse_default.5fd7ff", "foreground": "var(background)"}, {"background": "#5fff00", "scope": "terminus.reverse_default.5fff00", "foreground": "var(background)"}, {"background": "#5fff5f", "scope": "terminus.reverse_default.5fff5f", "foreground": "var(background)"}, {"background": "#5fff87", "scope": "terminus.reverse_default.5fff87", "foreground": "var(background)"}, {"background": "#5fffaf", "scope": "terminus.reverse_default.5fffaf", "foreground": "var(background)"}, {"background": "#5fffd7", "scope": "terminus.reverse_default.5fffd7", "foreground": "var(background)"}, {"background": "#5fffff", "scope": "terminus.reverse_default.5fffff", "foreground": "var(background)"}, {"background": "#870000", "scope": "terminus.reverse_default.870000", "foreground": "var(background)"}, {"background": "#87005f", "scope": "terminus.reverse_default.87005f", "foreground": "var(background)"}, {"background": "#870087", "scope": "terminus.reverse_default.870087", "foreground": "var(background)"}, {"background": "#8700af", "scope": "terminus.reverse_default.8700af", "foreground": "var(background)"}, {"background": "#8700d7", "scope": "terminus.reverse_default.8700d7", "foreground": "var(background)"}, {"background": "#8700ff", "scope": "terminus.reverse_default.8700ff", "foreground": "var(background)"}, {"background": "#875f00", "scope": "terminus.reverse_default.875f00", "foreground": "var(background)"}, {"background": "#875f5f", "scope": "terminus.reverse_default.875f5f", "foreground": "var(background)"}, {"background": "#875f87", "scope": "terminus.reverse_default.875f87", "foreground": "var(background)"}, {"background": "#875faf", "scope": "terminus.reverse_default.875faf", "foreground": "var(background)"}, {"background": "#875fd7", "scope": "terminus.reverse_default.875fd7", "foreground": "var(background)"}, {"background": "#875fff", "scope": "terminus.reverse_default.875fff", "foreground": "var(background)"}, {"background": "#878700", "scope": "terminus.reverse_default.878700", "foreground": "var(background)"}, {"background": "#87875f", "scope": "terminus.reverse_default.87875f", "foreground": "var(background)"}, {"background": "#878787", "scope": "terminus.reverse_default.878787", "foreground": "var(background)"}, {"background": "#8787af", "scope": "terminus.reverse_default.8787af", "foreground": "var(background)"}, {"background": "#8787d7", "scope": "terminus.reverse_default.8787d7", "foreground": "var(background)"}, {"background": "#8787ff", "scope": "terminus.reverse_default.8787ff", "foreground": "var(background)"}, {"background": "#87af00", "scope": "terminus.reverse_default.87af00", "foreground": "var(background)"}, {"background": "#87af5f", "scope": "terminus.reverse_default.87af5f", "foreground": "var(background)"}, {"background": "#87af87", "scope": "terminus.reverse_default.87af87", "foreground": "var(background)"}, {"background": "#87afaf", "scope": "terminus.reverse_default.87afaf", "foreground": "var(background)"}, {"background": "#87afd7", "scope": "terminus.reverse_default.87afd7", "foreground": "var(background)"}, {"background": "#87afff", "scope": "terminus.reverse_default.87afff", "foreground": "var(background)"}, {"background": "#87d700", "scope": "terminus.reverse_default.87d700", "foreground": "var(background)"}, {"background": "#87d75f", "scope": "terminus.reverse_default.87d75f", "foreground": "var(background)"}, {"background": "#87d787", "scope": "terminus.reverse_default.87d787", "foreground": "var(background)"}, {"background": "#87d7af", "scope": "terminus.reverse_default.87d7af", "foreground": "var(background)"}, {"background": "#87d7d7", "scope": "terminus.reverse_default.87d7d7", "foreground": "var(background)"}, {"background": "#87d7ff", "scope": "terminus.reverse_default.87d7ff", "foreground": "var(background)"}, {"background": "#87ff00", "scope": "terminus.reverse_default.87ff00", "foreground": "var(background)"}, {"background": "#87ff5f", "scope": "terminus.reverse_default.87ff5f", "foreground": "var(background)"}, {"background": "#87ff87", "scope": "terminus.reverse_default.87ff87", "foreground": "var(background)"}, {"background": "#87ffaf", "scope": "terminus.reverse_default.87ffaf", "foreground": "var(background)"}, {"background": "#87ffd7", "scope": "terminus.reverse_default.87ffd7", "foreground": "var(background)"}, {"background": "#87ffff", "scope": "terminus.reverse_default.87ffff", "foreground": "var(background)"}, {"background": "#af0000", "scope": "terminus.reverse_default.af0000", "foreground": "var(background)"}, {"background": "#af005f", "scope": "terminus.reverse_default.af005f", "foreground": "var(background)"}, {"background": "#af0087", "scope": "terminus.reverse_default.af0087", "foreground": "var(background)"}, {"background": "#af00af", "scope": "terminus.reverse_default.af00af", "foreground": "var(background)"}, {"background": "#af00d7", "scope": "terminus.reverse_default.af00d7", "foreground": "var(background)"}, {"background": "#af00ff", "scope": "terminus.reverse_default.af00ff", "foreground": "var(background)"}, {"background": "#af5f00", "scope": "terminus.reverse_default.af5f00", "foreground": "var(background)"}, {"background": "#af5f5f", "scope": "terminus.reverse_default.af5f5f", "foreground": "var(background)"}, {"background": "#af5f87", "scope": "terminus.reverse_default.af5f87", "foreground": "var(background)"}, {"background": "#af5faf", "scope": "terminus.reverse_default.af5faf", "foreground": "var(background)"}, {"background": "#af5fd7", "scope": "terminus.reverse_default.af5fd7", "foreground": "var(background)"}, {"background": "#af5fff", "scope": "terminus.reverse_default.af5fff", "foreground": "var(background)"}, {"background": "#af8700", "scope": "terminus.reverse_default.af8700", "foreground": "var(background)"}, {"background": "#af875f", "scope": "terminus.reverse_default.af875f", "foreground": "var(background)"}, {"background": "#af8787", "scope": "terminus.reverse_default.af8787", "foreground": "var(background)"}, {"background": "#af87af", "scope": "terminus.reverse_default.af87af", "foreground": "var(background)"}, {"background": "#af87d7", "scope": "terminus.reverse_default.af87d7", "foreground": "var(background)"}, {"background": "#af87ff", "scope": "terminus.reverse_default.af87ff", "foreground": "var(background)"}, {"background": "#afaf00", "scope": "terminus.reverse_default.afaf00", "foreground": "var(background)"}, {"background": "#afaf5f", "scope": "terminus.reverse_default.afaf5f", "foreground": "var(background)"}, {"background": "#afaf87", "scope": "terminus.reverse_default.afaf87", "foreground": "var(background)"}, {"background": "#afafaf", "scope": "terminus.reverse_default.afafaf", "foreground": "var(background)"}, {"background": "#afafd7", "scope": "terminus.reverse_default.afafd7", "foreground": "var(background)"}, {"background": "#afafff", "scope": "terminus.reverse_default.afafff", "foreground": "var(background)"}, {"background": "#afd700", "scope": "terminus.reverse_default.afd700", "foreground": "var(background)"}, {"background": "#afd75f", "scope": "terminus.reverse_default.afd75f", "foreground": "var(background)"}, {"background": "#afd787", "scope": "terminus.reverse_default.afd787", "foreground": "var(background)"}, {"background": "#afd7af", "scope": "terminus.reverse_default.afd7af", "foreground": "var(background)"}, {"background": "#afd7d7", "scope": "terminus.reverse_default.afd7d7", "foreground": "var(background)"}, {"background": "#afd7ff", "scope": "terminus.reverse_default.afd7ff", "foreground": "var(background)"}, {"background": "#afff00", "scope": "terminus.reverse_default.afff00", "foreground": "var(background)"}, {"background": "#afff5f", "scope": "terminus.reverse_default.afff5f", "foreground": "var(background)"}, {"background": "#afff87", "scope": "terminus.reverse_default.afff87", "foreground": "var(background)"}, {"background": "#afffaf", "scope": "terminus.reverse_default.afffaf", "foreground": "var(background)"}, {"background": "#afffd7", "scope": "terminus.reverse_default.afffd7", "foreground": "var(background)"}, {"background": "#afffff", "scope": "terminus.reverse_default.afffff", "foreground": "var(background)"}, {"background": "#d70000", "scope": "terminus.reverse_default.d70000", "foreground": "var(background)"}, {"background": "#d7005f", "scope": "terminus.reverse_default.d7005f", "foreground": "var(background)"}, {"background": "#d70087", "scope": "terminus.reverse_default.d70087", "foreground": "var(background)"}, {"background": "#d700af", "scope": "terminus.reverse_default.d700af", "foreground": "var(background)"}, {"background": "#d700d7", "scope": "terminus.reverse_default.d700d7", "foreground": "var(background)"}, {"background": "#d700ff", "scope": "terminus.reverse_default.d700ff", "foreground": "var(background)"}, {"background": "#d75f00", "scope": "terminus.reverse_default.d75f00", "foreground": "var(background)"}, {"background": "#d75f5f", "scope": "terminus.reverse_default.d75f5f", "foreground": "var(background)"}, {"background": "#d75f87", "scope": "terminus.reverse_default.d75f87", "foreground": "var(background)"}, {"background": "#d75faf", "scope": "terminus.reverse_default.d75faf", "foreground": "var(background)"}, {"background": "#d75fd7", "scope": "terminus.reverse_default.d75fd7", "foreground": "var(background)"}, {"background": "#d75fff", "scope": "terminus.reverse_default.d75fff", "foreground": "var(background)"}, {"background": "#d78700", "scope": "terminus.reverse_default.d78700", "foreground": "var(background)"}, {"background": "#d7875f", "scope": "terminus.reverse_default.d7875f", "foreground": "var(background)"}, {"background": "#d78787", "scope": "terminus.reverse_default.d78787", "foreground": "var(background)"}, {"background": "#d787af", "scope": "terminus.reverse_default.d787af", "foreground": "var(background)"}, {"background": "#d787d7", "scope": "terminus.reverse_default.d787d7", "foreground": "var(background)"}, {"background": "#d787ff", "scope": "terminus.reverse_default.d787ff", "foreground": "var(background)"}, {"background": "#d7af00", "scope": "terminus.reverse_default.d7af00", "foreground": "var(background)"}, {"background": "#d7af5f", "scope": "terminus.reverse_default.d7af5f", "foreground": "var(background)"}, {"background": "#d7af87", "scope": "terminus.reverse_default.d7af87", "foreground": "var(background)"}, {"background": "#d7afaf", "scope": "terminus.reverse_default.d7afaf", "foreground": "var(background)"}, {"background": "#d7afd7", "scope": "terminus.reverse_default.d7afd7", "foreground": "var(background)"}, {"background": "#d7afff", "scope": "terminus.reverse_default.d7afff", "foreground": "var(background)"}, {"background": "#d7d700", "scope": "terminus.reverse_default.d7d700", "foreground": "var(background)"}, {"background": "#d7d75f", "scope": "terminus.reverse_default.d7d75f", "foreground": "var(background)"}, {"background": "#d7d787", "scope": "terminus.reverse_default.d7d787", "foreground": "var(background)"}, {"background": "#d7d7af", "scope": "terminus.reverse_default.d7d7af", "foreground": "var(background)"}, {"background": "#d7d7d7", "scope": "terminus.reverse_default.d7d7d7", "foreground": "var(background)"}, {"background": "#d7d7ff", "scope": "terminus.reverse_default.d7d7ff", "foreground": "var(background)"}, {"background": "#d7ff00", "scope": "terminus.reverse_default.d7ff00", "foreground": "var(background)"}, {"background": "#d7ff5f", "scope": "terminus.reverse_default.d7ff5f", "foreground": "var(background)"}, {"background": "#d7ff87", "scope": "terminus.reverse_default.d7ff87", "foreground": "var(background)"}, {"background": "#d7ffaf", "scope": "terminus.reverse_default.d7ffaf", "foreground": "var(background)"}, {"background": "#d7ffd7", "scope": "terminus.reverse_default.d7ffd7", "foreground": "var(background)"}, {"background": "#d7ffff", "scope": "terminus.reverse_default.d7ffff", "foreground": "var(background)"}, {"background": "#ff005f", "scope": "terminus.reverse_default.ff005f", "foreground": "var(background)"}, {"background": "#ff0087", "scope": "terminus.reverse_default.ff0087", "foreground": "var(background)"}, {"background": "#ff00af", "scope": "terminus.reverse_default.ff00af", "foreground": "var(background)"}, {"background": "#ff00d7", "scope": "terminus.reverse_default.ff00d7", "foreground": "var(background)"}, {"background": "#ff5f00", "scope": "terminus.reverse_default.ff5f00", "foreground": "var(background)"}, {"background": "#ff5f5f", "scope": "terminus.reverse_default.ff5f5f", "foreground": "var(background)"}, {"background": "#ff5f87", "scope": "terminus.reverse_default.ff5f87", "foreground": "var(background)"}, {"background": "#ff5faf", "scope": "terminus.reverse_default.ff5faf", "foreground": "var(background)"}, {"background": "#ff5fd7", "scope": "terminus.reverse_default.ff5fd7", "foreground": "var(background)"}, {"background": "#ff5fff", "scope": "terminus.reverse_default.ff5fff", "foreground": "var(background)"}, {"background": "#ff8700", "scope": "terminus.reverse_default.ff8700", "foreground": "var(background)"}, {"background": "#ff875f", "scope": "terminus.reverse_default.ff875f", "foreground": "var(background)"}, {"background": "#ff8787", "scope": "terminus.reverse_default.ff8787", "foreground": "var(background)"}, {"background": "#ff87af", "scope": "terminus.reverse_default.ff87af", "foreground": "var(background)"}, {"background": "#ff87d7", "scope": "terminus.reverse_default.ff87d7", "foreground": "var(background)"}, {"background": "#ff87ff", "scope": "terminus.reverse_default.ff87ff", "foreground": "var(background)"}, {"background": "#ffaf00", "scope": "terminus.reverse_default.ffaf00", "foreground": "var(background)"}, {"background": "#ffaf5f", "scope": "terminus.reverse_default.ffaf5f", "foreground": "var(background)"}, {"background": "#ffaf87", "scope": "terminus.reverse_default.ffaf87", "foreground": "var(background)"}, {"background": "#ffafaf", "scope": "terminus.reverse_default.ffafaf", "foreground": "var(background)"}, {"background": "#ffafd7", "scope": "terminus.reverse_default.ffafd7", "foreground": "var(background)"}, {"background": "#ffafff", "scope": "terminus.reverse_default.ffafff", "foreground": "var(background)"}, {"background": "#ffd700", "scope": "terminus.reverse_default.ffd700", "foreground": "var(background)"}, {"background": "#ffd75f", "scope": "terminus.reverse_default.ffd75f", "foreground": "var(background)"}, {"background": "#ffd787", "scope": "terminus.reverse_default.ffd787", "foreground": "var(background)"}, {"background": "#ffd7af", "scope": "terminus.reverse_default.ffd7af", "foreground": "var(background)"}, {"background": "#ffd7d7", "scope": "terminus.reverse_default.ffd7d7", "foreground": "var(background)"}, {"background": "#ffd7ff", "scope": "terminus.reverse_default.ffd7ff", "foreground": "var(background)"}, {"background": "#ffff5f", "scope": "terminus.reverse_default.ffff5f", "foreground": "var(background)"}, {"background": "#ffff87", "scope": "terminus.reverse_default.ffff87", "foreground": "var(background)"}, {"background": "#ffffaf", "scope": "terminus.reverse_default.ffffaf", "foreground": "var(background)"}, {"background": "#ffffd7", "scope": "terminus.reverse_default.ffffd7", "foreground": "var(background)"}, {"background": "#080808", "scope": "terminus.reverse_default.080808", "foreground": "var(background)"}, {"background": "#121212", "scope": "terminus.reverse_default.121212", "foreground": "var(background)"}, {"background": "#1c1c1c", "scope": "terminus.reverse_default.1c1c1c", "foreground": "var(background)"}, {"background": "#262626", "scope": "terminus.reverse_default.262626", "foreground": "var(background)"}, {"background": "#303030", "scope": "terminus.reverse_default.303030", "foreground": "var(background)"}, {"background": "#3a3a3a", "scope": "terminus.reverse_default.3a3a3a", "foreground": "var(background)"}, {"background": "#444444", "scope": "terminus.reverse_default.444444", "foreground": "var(background)"}, {"background": "#4e4e4e", "scope": "terminus.reverse_default.4e4e4e", "foreground": "var(background)"}, {"background": "#585858", "scope": "terminus.reverse_default.585858", "foreground": "var(background)"}, {"background": "#626262", "scope": "terminus.reverse_default.626262", "foreground": "var(background)"}, {"background": "#6c6c6c", "scope": "terminus.reverse_default.6c6c6c", "foreground": "var(background)"}, {"background": "#767676", "scope": "terminus.reverse_default.767676", "foreground": "var(background)"}, {"background": "#808080", "scope": "terminus.reverse_default.808080", "foreground": "var(background)"}, {"background": "#8a8a8a", "scope": "terminus.reverse_default.8a8a8a", "foreground": "var(background)"}, {"background": "#949494", "scope": "terminus.reverse_default.949494", "foreground": "var(background)"}, {"background": "#9e9e9e", "scope": "terminus.reverse_default.9e9e9e", "foreground": "var(background)"}, {"background": "#a8a8a8", "scope": "terminus.reverse_default.a8a8a8", "foreground": "var(background)"}, {"background": "#b2b2b2", "scope": "terminus.reverse_default.b2b2b2", "foreground": "var(background)"}, {"background": "#bcbcbc", "scope": "terminus.reverse_default.bcbcbc", "foreground": "var(background)"}, {"background": "#c6c6c6", "scope": "terminus.reverse_default.c6c6c6", "foreground": "var(background)"}, {"background": "#d0d0d0", "scope": "terminus.reverse_default.d0d0d0", "foreground": "var(background)"}, {"background": "#dadada", "scope": "terminus.reverse_default.dadada", "foreground": "var(background)"}, {"background": "#e4e4e4", "scope": "terminus.reverse_default.e4e4e4", "foreground": "var(background)"}, {"background": "#eeeeee", "scope": "terminus.reverse_default.eeeeee", "foreground": "var(background)"}, {"background": "var(black)", "scope": "terminus.000000.black", "foreground": "#000000"}, {"background": "var(red)", "scope": "terminus.000000.red", "foreground": "#000000"}, {"background": "var(green)", "scope": "terminus.000000.green", "foreground": "#000000"}, {"background": "var(brown)", "scope": "terminus.000000.brown", "foreground": "#000000"}, {"background": "var(blue)", "scope": "terminus.000000.blue", "foreground": "#000000"}, {"background": "var(magenta)", "scope": "terminus.000000.magenta", "foreground": "#000000"}, {"background": "var(cyan)", "scope": "terminus.000000.cyan", "foreground": "#000000"}, {"background": "var(white)", "scope": "terminus.000000.white", "foreground": "#000000"}, {"background": "var(light_black)", "scope": "terminus.000000.light_black", "foreground": "#000000"}, {"background": "var(light_red)", "scope": "terminus.000000.light_red", "foreground": "#000000"}, {"background": "var(light_green)", "scope": "terminus.000000.light_green", "foreground": "#000000"}, {"background": "var(light_brown)", "scope": "terminus.000000.light_brown", "foreground": "#000000"}, {"background": "var(light_blue)", "scope": "terminus.000000.light_blue", "foreground": "#000000"}, {"background": "var(light_magenta)", "scope": "terminus.000000.light_magenta", "foreground": "#000000"}, {"background": "var(light_cyan)", "scope": "terminus.000000.light_cyan", "foreground": "#000000"}, {"background": "var(light_white)", "scope": "terminus.000000.light_white", "foreground": "#000000"}, {"background": "var(background)", "scope": "terminus.000000.default", "foreground": "#000000"}, {"background": "var(foreground)", "scope": "terminus.000000.reverse_default", "foreground": "#000000"}, {"background": "#000000", "scope": "terminus.000000.000000", "foreground": "#000000"}, {"background": "#cd0000", "scope": "terminus.000000.cd0000", "foreground": "#000000"}, {"background": "#00cd00", "scope": "terminus.000000.00cd00", "foreground": "#000000"}, {"background": "#cdcd00", "scope": "terminus.000000.cdcd00", "foreground": "#000000"}, {"background": "#0000ee", "scope": "terminus.000000.0000ee", "foreground": "#000000"}, {"background": "#cd00cd", "scope": "terminus.000000.cd00cd", "foreground": "#000000"}, {"background": "#00cdcd", "scope": "terminus.000000.00cdcd", "foreground": "#000000"}, {"background": "#e5e5e5", "scope": "terminus.000000.e5e5e5", "foreground": "#000000"}, {"background": "#7f7f7f", "scope": "terminus.000000.7f7f7f", "foreground": "#000000"}, {"background": "#ff0000", "scope": "terminus.000000.ff0000", "foreground": "#000000"}, {"background": "#00ff00", "scope": "terminus.000000.00ff00", "foreground": "#000000"}, {"background": "#ffff00", "scope": "terminus.000000.ffff00", "foreground": "#000000"}, {"background": "#5c5cff", "scope": "terminus.000000.5c5cff", "foreground": "#000000"}, {"background": "#ff00ff", "scope": "terminus.000000.ff00ff", "foreground": "#000000"}, {"background": "#00ffff", "scope": "terminus.000000.00ffff", "foreground": "#000000"}, {"background": "#ffffff", "scope": "terminus.000000.ffffff", "foreground": "#000000"}, {"background": "#00005f", "scope": "terminus.000000.00005f", "foreground": "#000000"}, {"background": "#000087", "scope": "terminus.000000.000087", "foreground": "#000000"}, {"background": "#0000af", "scope": "terminus.000000.0000af", "foreground": "#000000"}, {"background": "#0000d7", "scope": "terminus.000000.0000d7", "foreground": "#000000"}, {"background": "#0000ff", "scope": "terminus.000000.0000ff", "foreground": "#000000"}, {"background": "#005f00", "scope": "terminus.000000.005f00", "foreground": "#000000"}, {"background": "#005f5f", "scope": "terminus.000000.005f5f", "foreground": "#000000"}, {"background": "#005f87", "scope": "terminus.000000.005f87", "foreground": "#000000"}, {"background": "#005faf", "scope": "terminus.000000.005faf", "foreground": "#000000"}, {"background": "#005fd7", "scope": "terminus.000000.005fd7", "foreground": "#000000"}, {"background": "#005fff", "scope": "terminus.000000.005fff", "foreground": "#000000"}, {"background": "#008700", "scope": "terminus.000000.008700", "foreground": "#000000"}, {"background": "#00875f", "scope": "terminus.000000.00875f", "foreground": "#000000"}, {"background": "#008787", "scope": "terminus.000000.008787", "foreground": "#000000"}, {"background": "#0087af", "scope": "terminus.000000.0087af", "foreground": "#000000"}, {"background": "#0087d7", "scope": "terminus.000000.0087d7", "foreground": "#000000"}, {"background": "#0087ff", "scope": "terminus.000000.0087ff", "foreground": "#000000"}, {"background": "#00af00", "scope": "terminus.000000.00af00", "foreground": "#000000"}, {"background": "#00af5f", "scope": "terminus.000000.00af5f", "foreground": "#000000"}, {"background": "#00af87", "scope": "terminus.000000.00af87", "foreground": "#000000"}, {"background": "#00afaf", "scope": "terminus.000000.00afaf", "foreground": "#000000"}, {"background": "#00afd7", "scope": "terminus.000000.00afd7", "foreground": "#000000"}, {"background": "#00afff", "scope": "terminus.000000.00afff", "foreground": "#000000"}, {"background": "#00d700", "scope": "terminus.000000.00d700", "foreground": "#000000"}, {"background": "#00d75f", "scope": "terminus.000000.00d75f", "foreground": "#000000"}, {"background": "#00d787", "scope": "terminus.000000.00d787", "foreground": "#000000"}, {"background": "#00d7af", "scope": "terminus.000000.00d7af", "foreground": "#000000"}, {"background": "#00d7d7", "scope": "terminus.000000.00d7d7", "foreground": "#000000"}, {"background": "#00d7ff", "scope": "terminus.000000.00d7ff", "foreground": "#000000"}, {"background": "#00ff5f", "scope": "terminus.000000.00ff5f", "foreground": "#000000"}, {"background": "#00ff87", "scope": "terminus.000000.00ff87", "foreground": "#000000"}, {"background": "#00ffaf", "scope": "terminus.000000.00ffaf", "foreground": "#000000"}, {"background": "#00ffd7", "scope": "terminus.000000.00ffd7", "foreground": "#000000"}, {"background": "#5f0000", "scope": "terminus.000000.5f0000", "foreground": "#000000"}, {"background": "#5f005f", "scope": "terminus.000000.5f005f", "foreground": "#000000"}, {"background": "#5f0087", "scope": "terminus.000000.5f0087", "foreground": "#000000"}, {"background": "#5f00af", "scope": "terminus.000000.5f00af", "foreground": "#000000"}, {"background": "#5f00d7", "scope": "terminus.000000.5f00d7", "foreground": "#000000"}, {"background": "#5f00ff", "scope": "terminus.000000.5f00ff", "foreground": "#000000"}, {"background": "#5f5f00", "scope": "terminus.000000.5f5f00", "foreground": "#000000"}, {"background": "#5f5f5f", "scope": "terminus.000000.5f5f5f", "foreground": "#000000"}, {"background": "#5f5f87", "scope": "terminus.000000.5f5f87", "foreground": "#000000"}, {"background": "#5f5faf", "scope": "terminus.000000.5f5faf", "foreground": "#000000"}, {"background": "#5f5fd7", "scope": "terminus.000000.5f5fd7", "foreground": "#000000"}, {"background": "#5f5fff", "scope": "terminus.000000.5f5fff", "foreground": "#000000"}, {"background": "#5f8700", "scope": "terminus.000000.5f8700", "foreground": "#000000"}, {"background": "#5f875f", "scope": "terminus.000000.5f875f", "foreground": "#000000"}, {"background": "#5f8787", "scope": "terminus.000000.5f8787", "foreground": "#000000"}, {"background": "#5f87af", "scope": "terminus.000000.5f87af", "foreground": "#000000"}, {"background": "#5f87d7", "scope": "terminus.000000.5f87d7", "foreground": "#000000"}, {"background": "#5f87ff", "scope": "terminus.000000.5f87ff", "foreground": "#000000"}, {"background": "#5faf00", "scope": "terminus.000000.5faf00", "foreground": "#000000"}, {"background": "#5faf5f", "scope": "terminus.000000.5faf5f", "foreground": "#000000"}, {"background": "#5faf87", "scope": "terminus.000000.5faf87", "foreground": "#000000"}, {"background": "#5fafaf", "scope": "terminus.000000.5fafaf", "foreground": "#000000"}, {"background": "#5fafd7", "scope": "terminus.000000.5fafd7", "foreground": "#000000"}, {"background": "#5fafff", "scope": "terminus.000000.5fafff", "foreground": "#000000"}, {"background": "#5fd700", "scope": "terminus.000000.5fd700", "foreground": "#000000"}, {"background": "#5fd75f", "scope": "terminus.000000.5fd75f", "foreground": "#000000"}, {"background": "#5fd787", "scope": "terminus.000000.5fd787", "foreground": "#000000"}, {"background": "#5fd7af", "scope": "terminus.000000.5fd7af", "foreground": "#000000"}, {"background": "#5fd7d7", "scope": "terminus.000000.5fd7d7", "foreground": "#000000"}, {"background": "#5fd7ff", "scope": "terminus.000000.5fd7ff", "foreground": "#000000"}, {"background": "#5fff00", "scope": "terminus.000000.5fff00", "foreground": "#000000"}, {"background": "#5fff5f", "scope": "terminus.000000.5fff5f", "foreground": "#000000"}, {"background": "#5fff87", "scope": "terminus.000000.5fff87", "foreground": "#000000"}, {"background": "#5fffaf", "scope": "terminus.000000.5fffaf", "foreground": "#000000"}, {"background": "#5fffd7", "scope": "terminus.000000.5fffd7", "foreground": "#000000"}, {"background": "#5fffff", "scope": "terminus.000000.5fffff", "foreground": "#000000"}, {"background": "#870000", "scope": "terminus.000000.870000", "foreground": "#000000"}, {"background": "#87005f", "scope": "terminus.000000.87005f", "foreground": "#000000"}, {"background": "#870087", "scope": "terminus.000000.870087", "foreground": "#000000"}, {"background": "#8700af", "scope": "terminus.000000.8700af", "foreground": "#000000"}, {"background": "#8700d7", "scope": "terminus.000000.8700d7", "foreground": "#000000"}, {"background": "#8700ff", "scope": "terminus.000000.8700ff", "foreground": "#000000"}, {"background": "#875f00", "scope": "terminus.000000.875f00", "foreground": "#000000"}, {"background": "#875f5f", "scope": "terminus.000000.875f5f", "foreground": "#000000"}, {"background": "#875f87", "scope": "terminus.000000.875f87", "foreground": "#000000"}, {"background": "#875faf", "scope": "terminus.000000.875faf", "foreground": "#000000"}, {"background": "#875fd7", "scope": "terminus.000000.875fd7", "foreground": "#000000"}, {"background": "#875fff", "scope": "terminus.000000.875fff", "foreground": "#000000"}, {"background": "#878700", "scope": "terminus.000000.878700", "foreground": "#000000"}, {"background": "#87875f", "scope": "terminus.000000.87875f", "foreground": "#000000"}, {"background": "#878787", "scope": "terminus.000000.878787", "foreground": "#000000"}, {"background": "#8787af", "scope": "terminus.000000.8787af", "foreground": "#000000"}, {"background": "#8787d7", "scope": "terminus.000000.8787d7", "foreground": "#000000"}, {"background": "#8787ff", "scope": "terminus.000000.8787ff", "foreground": "#000000"}, {"background": "#87af00", "scope": "terminus.000000.87af00", "foreground": "#000000"}, {"background": "#87af5f", "scope": "terminus.000000.87af5f", "foreground": "#000000"}, {"background": "#87af87", "scope": "terminus.000000.87af87", "foreground": "#000000"}, {"background": "#87afaf", "scope": "terminus.000000.87afaf", "foreground": "#000000"}, {"background": "#87afd7", "scope": "terminus.000000.87afd7", "foreground": "#000000"}, {"background": "#87afff", "scope": "terminus.000000.87afff", "foreground": "#000000"}, {"background": "#87d700", "scope": "terminus.000000.87d700", "foreground": "#000000"}, {"background": "#87d75f", "scope": "terminus.000000.87d75f", "foreground": "#000000"}, {"background": "#87d787", "scope": "terminus.000000.87d787", "foreground": "#000000"}, {"background": "#87d7af", "scope": "terminus.000000.87d7af", "foreground": "#000000"}, {"background": "#87d7d7", "scope": "terminus.000000.87d7d7", "foreground": "#000000"}, {"background": "#87d7ff", "scope": "terminus.000000.87d7ff", "foreground": "#000000"}, {"background": "#87ff00", "scope": "terminus.000000.87ff00", "foreground": "#000000"}, {"background": "#87ff5f", "scope": "terminus.000000.87ff5f", "foreground": "#000000"}, {"background": "#87ff87", "scope": "terminus.000000.87ff87", "foreground": "#000000"}, {"background": "#87ffaf", "scope": "terminus.000000.87ffaf", "foreground": "#000000"}, {"background": "#87ffd7", "scope": "terminus.000000.87ffd7", "foreground": "#000000"}, {"background": "#87ffff", "scope": "terminus.000000.87ffff", "foreground": "#000000"}, {"background": "#af0000", "scope": "terminus.000000.af0000", "foreground": "#000000"}, {"background": "#af005f", "scope": "terminus.000000.af005f", "foreground": "#000000"}, {"background": "#af0087", "scope": "terminus.000000.af0087", "foreground": "#000000"}, {"background": "#af00af", "scope": "terminus.000000.af00af", "foreground": "#000000"}, {"background": "#af00d7", "scope": "terminus.000000.af00d7", "foreground": "#000000"}, {"background": "#af00ff", "scope": "terminus.000000.af00ff", "foreground": "#000000"}, {"background": "#af5f00", "scope": "terminus.000000.af5f00", "foreground": "#000000"}, {"background": "#af5f5f", "scope": "terminus.000000.af5f5f", "foreground": "#000000"}, {"background": "#af5f87", "scope": "terminus.000000.af5f87", "foreground": "#000000"}, {"background": "#af5faf", "scope": "terminus.000000.af5faf", "foreground": "#000000"}, {"background": "#af5fd7", "scope": "terminus.000000.af5fd7", "foreground": "#000000"}, {"background": "#af5fff", "scope": "terminus.000000.af5fff", "foreground": "#000000"}, {"background": "#af8700", "scope": "terminus.000000.af8700", "foreground": "#000000"}, {"background": "#af875f", "scope": "terminus.000000.af875f", "foreground": "#000000"}, {"background": "#af8787", "scope": "terminus.000000.af8787", "foreground": "#000000"}, {"background": "#af87af", "scope": "terminus.000000.af87af", "foreground": "#000000"}, {"background": "#af87d7", "scope": "terminus.000000.af87d7", "foreground": "#000000"}, {"background": "#af87ff", "scope": "terminus.000000.af87ff", "foreground": "#000000"}, {"background": "#afaf00", "scope": "terminus.000000.afaf00", "foreground": "#000000"}, {"background": "#afaf5f", "scope": "terminus.000000.afaf5f", "foreground": "#000000"}, {"background": "#afaf87", "scope": "terminus.000000.afaf87", "foreground": "#000000"}, {"background": "#afafaf", "scope": "terminus.000000.afafaf", "foreground": "#000000"}, {"background": "#afafd7", "scope": "terminus.000000.afafd7", "foreground": "#000000"}, {"background": "#afafff", "scope": "terminus.000000.afafff", "foreground": "#000000"}, {"background": "#afd700", "scope": "terminus.000000.afd700", "foreground": "#000000"}, {"background": "#afd75f", "scope": "terminus.000000.afd75f", "foreground": "#000000"}, {"background": "#afd787", "scope": "terminus.000000.afd787", "foreground": "#000000"}, {"background": "#afd7af", "scope": "terminus.000000.afd7af", "foreground": "#000000"}, {"background": "#afd7d7", "scope": "terminus.000000.afd7d7", "foreground": "#000000"}, {"background": "#afd7ff", "scope": "terminus.000000.afd7ff", "foreground": "#000000"}, {"background": "#afff00", "scope": "terminus.000000.afff00", "foreground": "#000000"}, {"background": "#afff5f", "scope": "terminus.000000.afff5f", "foreground": "#000000"}, {"background": "#afff87", "scope": "terminus.000000.afff87", "foreground": "#000000"}, {"background": "#afffaf", "scope": "terminus.000000.afffaf", "foreground": "#000000"}, {"background": "#afffd7", "scope": "terminus.000000.afffd7", "foreground": "#000000"}, {"background": "#afffff", "scope": "terminus.000000.afffff", "foreground": "#000000"}, {"background": "#d70000", "scope": "terminus.000000.d70000", "foreground": "#000000"}, {"background": "#d7005f", "scope": "terminus.000000.d7005f", "foreground": "#000000"}, {"background": "#d70087", "scope": "terminus.000000.d70087", "foreground": "#000000"}, {"background": "#d700af", "scope": "terminus.000000.d700af", "foreground": "#000000"}, {"background": "#d700d7", "scope": "terminus.000000.d700d7", "foreground": "#000000"}, {"background": "#d700ff", "scope": "terminus.000000.d700ff", "foreground": "#000000"}, {"background": "#d75f00", "scope": "terminus.000000.d75f00", "foreground": "#000000"}, {"background": "#d75f5f", "scope": "terminus.000000.d75f5f", "foreground": "#000000"}, {"background": "#d75f87", "scope": "terminus.000000.d75f87", "foreground": "#000000"}, {"background": "#d75faf", "scope": "terminus.000000.d75faf", "foreground": "#000000"}, {"background": "#d75fd7", "scope": "terminus.000000.d75fd7", "foreground": "#000000"}, {"background": "#d75fff", "scope": "terminus.000000.d75fff", "foreground": "#000000"}, {"background": "#d78700", "scope": "terminus.000000.d78700", "foreground": "#000000"}, {"background": "#d7875f", "scope": "terminus.000000.d7875f", "foreground": "#000000"}, {"background": "#d78787", "scope": "terminus.000000.d78787", "foreground": "#000000"}, {"background": "#d787af", "scope": "terminus.000000.d787af", "foreground": "#000000"}, {"background": "#d787d7", "scope": "terminus.000000.d787d7", "foreground": "#000000"}, {"background": "#d787ff", "scope": "terminus.000000.d787ff", "foreground": "#000000"}, {"background": "#d7af00", "scope": "terminus.000000.d7af00", "foreground": "#000000"}, {"background": "#d7af5f", "scope": "terminus.000000.d7af5f", "foreground": "#000000"}, {"background": "#d7af87", "scope": "terminus.000000.d7af87", "foreground": "#000000"}, {"background": "#d7afaf", "scope": "terminus.000000.d7afaf", "foreground": "#000000"}, {"background": "#d7afd7", "scope": "terminus.000000.d7afd7", "foreground": "#000000"}, {"background": "#d7afff", "scope": "terminus.000000.d7afff", "foreground": "#000000"}, {"background": "#d7d700", "scope": "terminus.000000.d7d700", "foreground": "#000000"}, {"background": "#d7d75f", "scope": "terminus.000000.d7d75f", "foreground": "#000000"}, {"background": "#d7d787", "scope": "terminus.000000.d7d787", "foreground": "#000000"}, {"background": "#d7d7af", "scope": "terminus.000000.d7d7af", "foreground": "#000000"}, {"background": "#d7d7d7", "scope": "terminus.000000.d7d7d7", "foreground": "#000000"}, {"background": "#d7d7ff", "scope": "terminus.000000.d7d7ff", "foreground": "#000000"}, {"background": "#d7ff00", "scope": "terminus.000000.d7ff00", "foreground": "#000000"}, {"background": "#d7ff5f", "scope": "terminus.000000.d7ff5f", "foreground": "#000000"}, {"background": "#d7ff87", "scope": "terminus.000000.d7ff87", "foreground": "#000000"}, {"background": "#d7ffaf", "scope": "terminus.000000.d7ffaf", "foreground": "#000000"}, {"background": "#d7ffd7", "scope": "terminus.000000.d7ffd7", "foreground": "#000000"}, {"background": "#d7ffff", "scope": "terminus.000000.d7ffff", "foreground": "#000000"}, {"background": "#ff005f", "scope": "terminus.000000.ff005f", "foreground": "#000000"}, {"background": "#ff0087", "scope": "terminus.000000.ff0087", "foreground": "#000000"}, {"background": "#ff00af", "scope": "terminus.000000.ff00af", "foreground": "#000000"}, {"background": "#ff00d7", "scope": "terminus.000000.ff00d7", "foreground": "#000000"}, {"background": "#ff5f00", "scope": "terminus.000000.ff5f00", "foreground": "#000000"}, {"background": "#ff5f5f", "scope": "terminus.000000.ff5f5f", "foreground": "#000000"}, {"background": "#ff5f87", "scope": "terminus.000000.ff5f87", "foreground": "#000000"}, {"background": "#ff5faf", "scope": "terminus.000000.ff5faf", "foreground": "#000000"}, {"background": "#ff5fd7", "scope": "terminus.000000.ff5fd7", "foreground": "#000000"}, {"background": "#ff5fff", "scope": "terminus.000000.ff5fff", "foreground": "#000000"}, {"background": "#ff8700", "scope": "terminus.000000.ff8700", "foreground": "#000000"}, {"background": "#ff875f", "scope": "terminus.000000.ff875f", "foreground": "#000000"}, {"background": "#ff8787", "scope": "terminus.000000.ff8787", "foreground": "#000000"}, {"background": "#ff87af", "scope": "terminus.000000.ff87af", "foreground": "#000000"}, {"background": "#ff87d7", "scope": "terminus.000000.ff87d7", "foreground": "#000000"}, {"background": "#ff87ff", "scope": "terminus.000000.ff87ff", "foreground": "#000000"}, {"background": "#ffaf00", "scope": "terminus.000000.ffaf00", "foreground": "#000000"}, {"background": "#ffaf5f", "scope": "terminus.000000.ffaf5f", "foreground": "#000000"}, {"background": "#ffaf87", "scope": "terminus.000000.ffaf87", "foreground": "#000000"}, {"background": "#ffafaf", "scope": "terminus.000000.ffafaf", "foreground": "#000000"}, {"background": "#ffafd7", "scope": "terminus.000000.ffafd7", "foreground": "#000000"}, {"background": "#ffafff", "scope": "terminus.000000.ffafff", "foreground": "#000000"}, {"background": "#ffd700", "scope": "terminus.000000.ffd700", "foreground": "#000000"}, {"background": "#ffd75f", "scope": "terminus.000000.ffd75f", "foreground": "#000000"}, {"background": "#ffd787", "scope": "terminus.000000.ffd787", "foreground": "#000000"}, {"background": "#ffd7af", "scope": "terminus.000000.ffd7af", "foreground": "#000000"}, {"background": "#ffd7d7", "scope": "terminus.000000.ffd7d7", "foreground": "#000000"}, {"background": "#ffd7ff", "scope": "terminus.000000.ffd7ff", "foreground": "#000000"}, {"background": "#ffff5f", "scope": "terminus.000000.ffff5f", "foreground": "#000000"}, {"background": "#ffff87", "scope": "terminus.000000.ffff87", "foreground": "#000000"}, {"background": "#ffffaf", "scope": "terminus.000000.ffffaf", "foreground": "#000000"}, {"background": "#ffffd7", "scope": "terminus.000000.ffffd7", "foreground": "#000000"}, {"background": "#080808", "scope": "terminus.000000.080808", "foreground": "#000000"}, {"background": "#121212", "scope": "terminus.000000.121212", "foreground": "#000000"}, {"background": "#1c1c1c", "scope": "terminus.000000.1c1c1c", "foreground": "#000000"}, {"background": "#262626", "scope": "terminus.000000.262626", "foreground": "#000000"}, {"background": "#303030", "scope": "terminus.000000.303030", "foreground": "#000000"}, {"background": "#3a3a3a", "scope": "terminus.000000.3a3a3a", "foreground": "#000000"}, {"background": "#444444", "scope": "terminus.000000.444444", "foreground": "#000000"}, {"background": "#4e4e4e", "scope": "terminus.000000.4e4e4e", "foreground": "#000000"}, {"background": "#585858", "scope": "terminus.000000.585858", "foreground": "#000000"}, {"background": "#626262", "scope": "terminus.000000.626262", "foreground": "#000000"}, {"background": "#6c6c6c", "scope": "terminus.000000.6c6c6c", "foreground": "#000000"}, {"background": "#767676", "scope": "terminus.000000.767676", "foreground": "#000000"}, {"background": "#808080", "scope": "terminus.000000.808080", "foreground": "#000000"}, {"background": "#8a8a8a", "scope": "terminus.000000.8a8a8a", "foreground": "#000000"}, {"background": "#949494", "scope": "terminus.000000.949494", "foreground": "#000000"}, {"background": "#9e9e9e", "scope": "terminus.000000.9e9e9e", "foreground": "#000000"}, {"background": "#a8a8a8", "scope": "terminus.000000.a8a8a8", "foreground": "#000000"}, {"background": "#b2b2b2", "scope": "terminus.000000.b2b2b2", "foreground": "#000000"}, {"background": "#bcbcbc", "scope": "terminus.000000.bcbcbc", "foreground": "#000000"}, {"background": "#c6c6c6", "scope": "terminus.000000.c6c6c6", "foreground": "#000000"}, {"background": "#d0d0d0", "scope": "terminus.000000.d0d0d0", "foreground": "#000000"}, {"background": "#dadada", "scope": "terminus.000000.dadada", "foreground": "#000000"}, {"background": "#e4e4e4", "scope": "terminus.000000.e4e4e4", "foreground": "#000000"}, {"background": "#eeeeee", "scope": "terminus.000000.eeeeee", "foreground": "#000000"}, {"background": "var(black)", "scope": "terminus.cd0000.black", "foreground": "#cd0000"}, {"background": "var(red)", "scope": "terminus.cd0000.red", "foreground": "#cd0000"}, {"background": "var(green)", "scope": "terminus.cd0000.green", "foreground": "#cd0000"}, {"background": "var(brown)", "scope": "terminus.cd0000.brown", "foreground": "#cd0000"}, {"background": "var(blue)", "scope": "terminus.cd0000.blue", "foreground": "#cd0000"}, {"background": "var(magenta)", "scope": "terminus.cd0000.magenta", "foreground": "#cd0000"}, {"background": "var(cyan)", "scope": "terminus.cd0000.cyan", "foreground": "#cd0000"}, {"background": "var(white)", "scope": "terminus.cd0000.white", "foreground": "#cd0000"}, {"background": "var(light_black)", "scope": "terminus.cd0000.light_black", "foreground": "#cd0000"}, {"background": "var(light_red)", "scope": "terminus.cd0000.light_red", "foreground": "#cd0000"}, {"background": "var(light_green)", "scope": "terminus.cd0000.light_green", "foreground": "#cd0000"}, {"background": "var(light_brown)", "scope": "terminus.cd0000.light_brown", "foreground": "#cd0000"}, {"background": "var(light_blue)", "scope": "terminus.cd0000.light_blue", "foreground": "#cd0000"}, {"background": "var(light_magenta)", "scope": "terminus.cd0000.light_magenta", "foreground": "#cd0000"}, {"background": "var(light_cyan)", "scope": "terminus.cd0000.light_cyan", "foreground": "#cd0000"}, {"background": "var(light_white)", "scope": "terminus.cd0000.light_white", "foreground": "#cd0000"}, {"background": "var(background)", "scope": "terminus.cd0000.default", "foreground": "#cd0000"}, {"background": "var(foreground)", "scope": "terminus.cd0000.reverse_default", "foreground": "#cd0000"}, {"background": "#000000", "scope": "terminus.cd0000.000000", "foreground": "#cd0000"}, {"background": "#cd0000", "scope": "terminus.cd0000.cd0000", "foreground": "#cd0000"}, {"background": "#00cd00", "scope": "terminus.cd0000.00cd00", "foreground": "#cd0000"}, {"background": "#cdcd00", "scope": "terminus.cd0000.cdcd00", "foreground": "#cd0000"}, {"background": "#0000ee", "scope": "terminus.cd0000.0000ee", "foreground": "#cd0000"}, {"background": "#cd00cd", "scope": "terminus.cd0000.cd00cd", "foreground": "#cd0000"}, {"background": "#00cdcd", "scope": "terminus.cd0000.00cdcd", "foreground": "#cd0000"}, {"background": "#e5e5e5", "scope": "terminus.cd0000.e5e5e5", "foreground": "#cd0000"}, {"background": "#7f7f7f", "scope": "terminus.cd0000.7f7f7f", "foreground": "#cd0000"}, {"background": "#ff0000", "scope": "terminus.cd0000.ff0000", "foreground": "#cd0000"}, {"background": "#00ff00", "scope": "terminus.cd0000.00ff00", "foreground": "#cd0000"}, {"background": "#ffff00", "scope": "terminus.cd0000.ffff00", "foreground": "#cd0000"}, {"background": "#5c5cff", "scope": "terminus.cd0000.5c5cff", "foreground": "#cd0000"}, {"background": "#ff00ff", "scope": "terminus.cd0000.ff00ff", "foreground": "#cd0000"}, {"background": "#00ffff", "scope": "terminus.cd0000.00ffff", "foreground": "#cd0000"}, {"background": "#ffffff", "scope": "terminus.cd0000.ffffff", "foreground": "#cd0000"}, {"background": "#00005f", "scope": "terminus.cd0000.00005f", "foreground": "#cd0000"}, {"background": "#000087", "scope": "terminus.cd0000.000087", "foreground": "#cd0000"}, {"background": "#0000af", "scope": "terminus.cd0000.0000af", "foreground": "#cd0000"}, {"background": "#0000d7", "scope": "terminus.cd0000.0000d7", "foreground": "#cd0000"}, {"background": "#0000ff", "scope": "terminus.cd0000.0000ff", "foreground": "#cd0000"}, {"background": "#005f00", "scope": "terminus.cd0000.005f00", "foreground": "#cd0000"}, {"background": "#005f5f", "scope": "terminus.cd0000.005f5f", "foreground": "#cd0000"}, {"background": "#005f87", "scope": "terminus.cd0000.005f87", "foreground": "#cd0000"}, {"background": "#005faf", "scope": "terminus.cd0000.005faf", "foreground": "#cd0000"}, {"background": "#005fd7", "scope": "terminus.cd0000.005fd7", "foreground": "#cd0000"}, {"background": "#005fff", "scope": "terminus.cd0000.005fff", "foreground": "#cd0000"}, {"background": "#008700", "scope": "terminus.cd0000.008700", "foreground": "#cd0000"}, {"background": "#00875f", "scope": "terminus.cd0000.00875f", "foreground": "#cd0000"}, {"background": "#008787", "scope": "terminus.cd0000.008787", "foreground": "#cd0000"}, {"background": "#0087af", "scope": "terminus.cd0000.0087af", "foreground": "#cd0000"}, {"background": "#0087d7", "scope": "terminus.cd0000.0087d7", "foreground": "#cd0000"}, {"background": "#0087ff", "scope": "terminus.cd0000.0087ff", "foreground": "#cd0000"}, {"background": "#00af00", "scope": "terminus.cd0000.00af00", "foreground": "#cd0000"}, {"background": "#00af5f", "scope": "terminus.cd0000.00af5f", "foreground": "#cd0000"}, {"background": "#00af87", "scope": "terminus.cd0000.00af87", "foreground": "#cd0000"}, {"background": "#00afaf", "scope": "terminus.cd0000.00afaf", "foreground": "#cd0000"}, {"background": "#00afd7", "scope": "terminus.cd0000.00afd7", "foreground": "#cd0000"}, {"background": "#00afff", "scope": "terminus.cd0000.00afff", "foreground": "#cd0000"}, {"background": "#00d700", "scope": "terminus.cd0000.00d700", "foreground": "#cd0000"}, {"background": "#00d75f", "scope": "terminus.cd0000.00d75f", "foreground": "#cd0000"}, {"background": "#00d787", "scope": "terminus.cd0000.00d787", "foreground": "#cd0000"}, {"background": "#00d7af", "scope": "terminus.cd0000.00d7af", "foreground": "#cd0000"}, {"background": "#00d7d7", "scope": "terminus.cd0000.00d7d7", "foreground": "#cd0000"}, {"background": "#00d7ff", "scope": "terminus.cd0000.00d7ff", "foreground": "#cd0000"}, {"background": "#00ff5f", "scope": "terminus.cd0000.00ff5f", "foreground": "#cd0000"}, {"background": "#00ff87", "scope": "terminus.cd0000.00ff87", "foreground": "#cd0000"}, {"background": "#00ffaf", "scope": "terminus.cd0000.00ffaf", "foreground": "#cd0000"}, {"background": "#00ffd7", "scope": "terminus.cd0000.00ffd7", "foreground": "#cd0000"}, {"background": "#5f0000", "scope": "terminus.cd0000.5f0000", "foreground": "#cd0000"}, {"background": "#5f005f", "scope": "terminus.cd0000.5f005f", "foreground": "#cd0000"}, {"background": "#5f0087", "scope": "terminus.cd0000.5f0087", "foreground": "#cd0000"}, {"background": "#5f00af", "scope": "terminus.cd0000.5f00af", "foreground": "#cd0000"}, {"background": "#5f00d7", "scope": "terminus.cd0000.5f00d7", "foreground": "#cd0000"}, {"background": "#5f00ff", "scope": "terminus.cd0000.5f00ff", "foreground": "#cd0000"}, {"background": "#5f5f00", "scope": "terminus.cd0000.5f5f00", "foreground": "#cd0000"}, {"background": "#5f5f5f", "scope": "terminus.cd0000.5f5f5f", "foreground": "#cd0000"}, {"background": "#5f5f87", "scope": "terminus.cd0000.5f5f87", "foreground": "#cd0000"}, {"background": "#5f5faf", "scope": "terminus.cd0000.5f5faf", "foreground": "#cd0000"}, {"background": "#5f5fd7", "scope": "terminus.cd0000.5f5fd7", "foreground": "#cd0000"}, {"background": "#5f5fff", "scope": "terminus.cd0000.5f5fff", "foreground": "#cd0000"}, {"background": "#5f8700", "scope": "terminus.cd0000.5f8700", "foreground": "#cd0000"}, {"background": "#5f875f", "scope": "terminus.cd0000.5f875f", "foreground": "#cd0000"}, {"background": "#5f8787", "scope": "terminus.cd0000.5f8787", "foreground": "#cd0000"}, {"background": "#5f87af", "scope": "terminus.cd0000.5f87af", "foreground": "#cd0000"}, {"background": "#5f87d7", "scope": "terminus.cd0000.5f87d7", "foreground": "#cd0000"}, {"background": "#5f87ff", "scope": "terminus.cd0000.5f87ff", "foreground": "#cd0000"}, {"background": "#5faf00", "scope": "terminus.cd0000.5faf00", "foreground": "#cd0000"}, {"background": "#5faf5f", "scope": "terminus.cd0000.5faf5f", "foreground": "#cd0000"}, {"background": "#5faf87", "scope": "terminus.cd0000.5faf87", "foreground": "#cd0000"}, {"background": "#5fafaf", "scope": "terminus.cd0000.5fafaf", "foreground": "#cd0000"}, {"background": "#5fafd7", "scope": "terminus.cd0000.5fafd7", "foreground": "#cd0000"}, {"background": "#5fafff", "scope": "terminus.cd0000.5fafff", "foreground": "#cd0000"}, {"background": "#5fd700", "scope": "terminus.cd0000.5fd700", "foreground": "#cd0000"}, {"background": "#5fd75f", "scope": "terminus.cd0000.5fd75f", "foreground": "#cd0000"}, {"background": "#5fd787", "scope": "terminus.cd0000.5fd787", "foreground": "#cd0000"}, {"background": "#5fd7af", "scope": "terminus.cd0000.5fd7af", "foreground": "#cd0000"}, {"background": "#5fd7d7", "scope": "terminus.cd0000.5fd7d7", "foreground": "#cd0000"}, {"background": "#5fd7ff", "scope": "terminus.cd0000.5fd7ff", "foreground": "#cd0000"}, {"background": "#5fff00", "scope": "terminus.cd0000.5fff00", "foreground": "#cd0000"}, {"background": "#5fff5f", "scope": "terminus.cd0000.5fff5f", "foreground": "#cd0000"}, {"background": "#5fff87", "scope": "terminus.cd0000.5fff87", "foreground": "#cd0000"}, {"background": "#5fffaf", "scope": "terminus.cd0000.5fffaf", "foreground": "#cd0000"}, {"background": "#5fffd7", "scope": "terminus.cd0000.5fffd7", "foreground": "#cd0000"}, {"background": "#5fffff", "scope": "terminus.cd0000.5fffff", "foreground": "#cd0000"}, {"background": "#870000", "scope": "terminus.cd0000.870000", "foreground": "#cd0000"}, {"background": "#87005f", "scope": "terminus.cd0000.87005f", "foreground": "#cd0000"}, {"background": "#870087", "scope": "terminus.cd0000.870087", "foreground": "#cd0000"}, {"background": "#8700af", "scope": "terminus.cd0000.8700af", "foreground": "#cd0000"}, {"background": "#8700d7", "scope": "terminus.cd0000.8700d7", "foreground": "#cd0000"}, {"background": "#8700ff", "scope": "terminus.cd0000.8700ff", "foreground": "#cd0000"}, {"background": "#875f00", "scope": "terminus.cd0000.875f00", "foreground": "#cd0000"}, {"background": "#875f5f", "scope": "terminus.cd0000.875f5f", "foreground": "#cd0000"}, {"background": "#875f87", "scope": "terminus.cd0000.875f87", "foreground": "#cd0000"}, {"background": "#875faf", "scope": "terminus.cd0000.875faf", "foreground": "#cd0000"}, {"background": "#875fd7", "scope": "terminus.cd0000.875fd7", "foreground": "#cd0000"}, {"background": "#875fff", "scope": "terminus.cd0000.875fff", "foreground": "#cd0000"}, {"background": "#878700", "scope": "terminus.cd0000.878700", "foreground": "#cd0000"}, {"background": "#87875f", "scope": "terminus.cd0000.87875f", "foreground": "#cd0000"}, {"background": "#878787", "scope": "terminus.cd0000.878787", "foreground": "#cd0000"}, {"background": "#8787af", "scope": "terminus.cd0000.8787af", "foreground": "#cd0000"}, {"background": "#8787d7", "scope": "terminus.cd0000.8787d7", "foreground": "#cd0000"}, {"background": "#8787ff", "scope": "terminus.cd0000.8787ff", "foreground": "#cd0000"}, {"background": "#87af00", "scope": "terminus.cd0000.87af00", "foreground": "#cd0000"}, {"background": "#87af5f", "scope": "terminus.cd0000.87af5f", "foreground": "#cd0000"}, {"background": "#87af87", "scope": "terminus.cd0000.87af87", "foreground": "#cd0000"}, {"background": "#87afaf", "scope": "terminus.cd0000.87afaf", "foreground": "#cd0000"}, {"background": "#87afd7", "scope": "terminus.cd0000.87afd7", "foreground": "#cd0000"}, {"background": "#87afff", "scope": "terminus.cd0000.87afff", "foreground": "#cd0000"}, {"background": "#87d700", "scope": "terminus.cd0000.87d700", "foreground": "#cd0000"}, {"background": "#87d75f", "scope": "terminus.cd0000.87d75f", "foreground": "#cd0000"}, {"background": "#87d787", "scope": "terminus.cd0000.87d787", "foreground": "#cd0000"}, {"background": "#87d7af", "scope": "terminus.cd0000.87d7af", "foreground": "#cd0000"}, {"background": "#87d7d7", "scope": "terminus.cd0000.87d7d7", "foreground": "#cd0000"}, {"background": "#87d7ff", "scope": "terminus.cd0000.87d7ff", "foreground": "#cd0000"}, {"background": "#87ff00", "scope": "terminus.cd0000.87ff00", "foreground": "#cd0000"}, {"background": "#87ff5f", "scope": "terminus.cd0000.87ff5f", "foreground": "#cd0000"}, {"background": "#87ff87", "scope": "terminus.cd0000.87ff87", "foreground": "#cd0000"}, {"background": "#87ffaf", "scope": "terminus.cd0000.87ffaf", "foreground": "#cd0000"}, {"background": "#87ffd7", "scope": "terminus.cd0000.87ffd7", "foreground": "#cd0000"}, {"background": "#87ffff", "scope": "terminus.cd0000.87ffff", "foreground": "#cd0000"}, {"background": "#af0000", "scope": "terminus.cd0000.af0000", "foreground": "#cd0000"}, {"background": "#af005f", "scope": "terminus.cd0000.af005f", "foreground": "#cd0000"}, {"background": "#af0087", "scope": "terminus.cd0000.af0087", "foreground": "#cd0000"}, {"background": "#af00af", "scope": "terminus.cd0000.af00af", "foreground": "#cd0000"}, {"background": "#af00d7", "scope": "terminus.cd0000.af00d7", "foreground": "#cd0000"}, {"background": "#af00ff", "scope": "terminus.cd0000.af00ff", "foreground": "#cd0000"}, {"background": "#af5f00", "scope": "terminus.cd0000.af5f00", "foreground": "#cd0000"}, {"background": "#af5f5f", "scope": "terminus.cd0000.af5f5f", "foreground": "#cd0000"}, {"background": "#af5f87", "scope": "terminus.cd0000.af5f87", "foreground": "#cd0000"}, {"background": "#af5faf", "scope": "terminus.cd0000.af5faf", "foreground": "#cd0000"}, {"background": "#af5fd7", "scope": "terminus.cd0000.af5fd7", "foreground": "#cd0000"}, {"background": "#af5fff", "scope": "terminus.cd0000.af5fff", "foreground": "#cd0000"}, {"background": "#af8700", "scope": "terminus.cd0000.af8700", "foreground": "#cd0000"}, {"background": "#af875f", "scope": "terminus.cd0000.af875f", "foreground": "#cd0000"}, {"background": "#af8787", "scope": "terminus.cd0000.af8787", "foreground": "#cd0000"}, {"background": "#af87af", "scope": "terminus.cd0000.af87af", "foreground": "#cd0000"}, {"background": "#af87d7", "scope": "terminus.cd0000.af87d7", "foreground": "#cd0000"}, {"background": "#af87ff", "scope": "terminus.cd0000.af87ff", "foreground": "#cd0000"}, {"background": "#afaf00", "scope": "terminus.cd0000.afaf00", "foreground": "#cd0000"}, {"background": "#afaf5f", "scope": "terminus.cd0000.afaf5f", "foreground": "#cd0000"}, {"background": "#afaf87", "scope": "terminus.cd0000.afaf87", "foreground": "#cd0000"}, {"background": "#afafaf", "scope": "terminus.cd0000.afafaf", "foreground": "#cd0000"}, {"background": "#afafd7", "scope": "terminus.cd0000.afafd7", "foreground": "#cd0000"}, {"background": "#afafff", "scope": "terminus.cd0000.afafff", "foreground": "#cd0000"}, {"background": "#afd700", "scope": "terminus.cd0000.afd700", "foreground": "#cd0000"}, {"background": "#afd75f", "scope": "terminus.cd0000.afd75f", "foreground": "#cd0000"}, {"background": "#afd787", "scope": "terminus.cd0000.afd787", "foreground": "#cd0000"}, {"background": "#afd7af", "scope": "terminus.cd0000.afd7af", "foreground": "#cd0000"}, {"background": "#afd7d7", "scope": "terminus.cd0000.afd7d7", "foreground": "#cd0000"}, {"background": "#afd7ff", "scope": "terminus.cd0000.afd7ff", "foreground": "#cd0000"}, {"background": "#afff00", "scope": "terminus.cd0000.afff00", "foreground": "#cd0000"}, {"background": "#afff5f", "scope": "terminus.cd0000.afff5f", "foreground": "#cd0000"}, {"background": "#afff87", "scope": "terminus.cd0000.afff87", "foreground": "#cd0000"}, {"background": "#afffaf", "scope": "terminus.cd0000.afffaf", "foreground": "#cd0000"}, {"background": "#afffd7", "scope": "terminus.cd0000.afffd7", "foreground": "#cd0000"}, {"background": "#afffff", "scope": "terminus.cd0000.afffff", "foreground": "#cd0000"}, {"background": "#d70000", "scope": "terminus.cd0000.d70000", "foreground": "#cd0000"}, {"background": "#d7005f", "scope": "terminus.cd0000.d7005f", "foreground": "#cd0000"}, {"background": "#d70087", "scope": "terminus.cd0000.d70087", "foreground": "#cd0000"}, {"background": "#d700af", "scope": "terminus.cd0000.d700af", "foreground": "#cd0000"}, {"background": "#d700d7", "scope": "terminus.cd0000.d700d7", "foreground": "#cd0000"}, {"background": "#d700ff", "scope": "terminus.cd0000.d700ff", "foreground": "#cd0000"}, {"background": "#d75f00", "scope": "terminus.cd0000.d75f00", "foreground": "#cd0000"}, {"background": "#d75f5f", "scope": "terminus.cd0000.d75f5f", "foreground": "#cd0000"}, {"background": "#d75f87", "scope": "terminus.cd0000.d75f87", "foreground": "#cd0000"}, {"background": "#d75faf", "scope": "terminus.cd0000.d75faf", "foreground": "#cd0000"}, {"background": "#d75fd7", "scope": "terminus.cd0000.d75fd7", "foreground": "#cd0000"}, {"background": "#d75fff", "scope": "terminus.cd0000.d75fff", "foreground": "#cd0000"}, {"background": "#d78700", "scope": "terminus.cd0000.d78700", "foreground": "#cd0000"}, {"background": "#d7875f", "scope": "terminus.cd0000.d7875f", "foreground": "#cd0000"}, {"background": "#d78787", "scope": "terminus.cd0000.d78787", "foreground": "#cd0000"}, {"background": "#d787af", "scope": "terminus.cd0000.d787af", "foreground": "#cd0000"}, {"background": "#d787d7", "scope": "terminus.cd0000.d787d7", "foreground": "#cd0000"}, {"background": "#d787ff", "scope": "terminus.cd0000.d787ff", "foreground": "#cd0000"}, {"background": "#d7af00", "scope": "terminus.cd0000.d7af00", "foreground": "#cd0000"}, {"background": "#d7af5f", "scope": "terminus.cd0000.d7af5f", "foreground": "#cd0000"}, {"background": "#d7af87", "scope": "terminus.cd0000.d7af87", "foreground": "#cd0000"}, {"background": "#d7afaf", "scope": "terminus.cd0000.d7afaf", "foreground": "#cd0000"}, {"background": "#d7afd7", "scope": "terminus.cd0000.d7afd7", "foreground": "#cd0000"}, {"background": "#d7afff", "scope": "terminus.cd0000.d7afff", "foreground": "#cd0000"}, {"background": "#d7d700", "scope": "terminus.cd0000.d7d700", "foreground": "#cd0000"}, {"background": "#d7d75f", "scope": "terminus.cd0000.d7d75f", "foreground": "#cd0000"}, {"background": "#d7d787", "scope": "terminus.cd0000.d7d787", "foreground": "#cd0000"}, {"background": "#d7d7af", "scope": "terminus.cd0000.d7d7af", "foreground": "#cd0000"}, {"background": "#d7d7d7", "scope": "terminus.cd0000.d7d7d7", "foreground": "#cd0000"}, {"background": "#d7d7ff", "scope": "terminus.cd0000.d7d7ff", "foreground": "#cd0000"}, {"background": "#d7ff00", "scope": "terminus.cd0000.d7ff00", "foreground": "#cd0000"}, {"background": "#d7ff5f", "scope": "terminus.cd0000.d7ff5f", "foreground": "#cd0000"}, {"background": "#d7ff87", "scope": "terminus.cd0000.d7ff87", "foreground": "#cd0000"}, {"background": "#d7ffaf", "scope": "terminus.cd0000.d7ffaf", "foreground": "#cd0000"}, {"background": "#d7ffd7", "scope": "terminus.cd0000.d7ffd7", "foreground": "#cd0000"}, {"background": "#d7ffff", "scope": "terminus.cd0000.d7ffff", "foreground": "#cd0000"}, {"background": "#ff005f", "scope": "terminus.cd0000.ff005f", "foreground": "#cd0000"}, {"background": "#ff0087", "scope": "terminus.cd0000.ff0087", "foreground": "#cd0000"}, {"background": "#ff00af", "scope": "terminus.cd0000.ff00af", "foreground": "#cd0000"}, {"background": "#ff00d7", "scope": "terminus.cd0000.ff00d7", "foreground": "#cd0000"}, {"background": "#ff5f00", "scope": "terminus.cd0000.ff5f00", "foreground": "#cd0000"}, {"background": "#ff5f5f", "scope": "terminus.cd0000.ff5f5f", "foreground": "#cd0000"}, {"background": "#ff5f87", "scope": "terminus.cd0000.ff5f87", "foreground": "#cd0000"}, {"background": "#ff5faf", "scope": "terminus.cd0000.ff5faf", "foreground": "#cd0000"}, {"background": "#ff5fd7", "scope": "terminus.cd0000.ff5fd7", "foreground": "#cd0000"}, {"background": "#ff5fff", "scope": "terminus.cd0000.ff5fff", "foreground": "#cd0000"}, {"background": "#ff8700", "scope": "terminus.cd0000.ff8700", "foreground": "#cd0000"}, {"background": "#ff875f", "scope": "terminus.cd0000.ff875f", "foreground": "#cd0000"}, {"background": "#ff8787", "scope": "terminus.cd0000.ff8787", "foreground": "#cd0000"}, {"background": "#ff87af", "scope": "terminus.cd0000.ff87af", "foreground": "#cd0000"}, {"background": "#ff87d7", "scope": "terminus.cd0000.ff87d7", "foreground": "#cd0000"}, {"background": "#ff87ff", "scope": "terminus.cd0000.ff87ff", "foreground": "#cd0000"}, {"background": "#ffaf00", "scope": "terminus.cd0000.ffaf00", "foreground": "#cd0000"}, {"background": "#ffaf5f", "scope": "terminus.cd0000.ffaf5f", "foreground": "#cd0000"}, {"background": "#ffaf87", "scope": "terminus.cd0000.ffaf87", "foreground": "#cd0000"}, {"background": "#ffafaf", "scope": "terminus.cd0000.ffafaf", "foreground": "#cd0000"}, {"background": "#ffafd7", "scope": "terminus.cd0000.ffafd7", "foreground": "#cd0000"}, {"background": "#ffafff", "scope": "terminus.cd0000.ffafff", "foreground": "#cd0000"}, {"background": "#ffd700", "scope": "terminus.cd0000.ffd700", "foreground": "#cd0000"}, {"background": "#ffd75f", "scope": "terminus.cd0000.ffd75f", "foreground": "#cd0000"}, {"background": "#ffd787", "scope": "terminus.cd0000.ffd787", "foreground": "#cd0000"}, {"background": "#ffd7af", "scope": "terminus.cd0000.ffd7af", "foreground": "#cd0000"}, {"background": "#ffd7d7", "scope": "terminus.cd0000.ffd7d7", "foreground": "#cd0000"}, {"background": "#ffd7ff", "scope": "terminus.cd0000.ffd7ff", "foreground": "#cd0000"}, {"background": "#ffff5f", "scope": "terminus.cd0000.ffff5f", "foreground": "#cd0000"}, {"background": "#ffff87", "scope": "terminus.cd0000.ffff87", "foreground": "#cd0000"}, {"background": "#ffffaf", "scope": "terminus.cd0000.ffffaf", "foreground": "#cd0000"}, {"background": "#ffffd7", "scope": "terminus.cd0000.ffffd7", "foreground": "#cd0000"}, {"background": "#080808", "scope": "terminus.cd0000.080808", "foreground": "#cd0000"}, {"background": "#121212", "scope": "terminus.cd0000.121212", "foreground": "#cd0000"}, {"background": "#1c1c1c", "scope": "terminus.cd0000.1c1c1c", "foreground": "#cd0000"}, {"background": "#262626", "scope": "terminus.cd0000.262626", "foreground": "#cd0000"}, {"background": "#303030", "scope": "terminus.cd0000.303030", "foreground": "#cd0000"}, {"background": "#3a3a3a", "scope": "terminus.cd0000.3a3a3a", "foreground": "#cd0000"}, {"background": "#444444", "scope": "terminus.cd0000.444444", "foreground": "#cd0000"}, {"background": "#4e4e4e", "scope": "terminus.cd0000.4e4e4e", "foreground": "#cd0000"}, {"background": "#585858", "scope": "terminus.cd0000.585858", "foreground": "#cd0000"}, {"background": "#626262", "scope": "terminus.cd0000.626262", "foreground": "#cd0000"}, {"background": "#6c6c6c", "scope": "terminus.cd0000.6c6c6c", "foreground": "#cd0000"}, {"background": "#767676", "scope": "terminus.cd0000.767676", "foreground": "#cd0000"}, {"background": "#808080", "scope": "terminus.cd0000.808080", "foreground": "#cd0000"}, {"background": "#8a8a8a", "scope": "terminus.cd0000.8a8a8a", "foreground": "#cd0000"}, {"background": "#949494", "scope": "terminus.cd0000.949494", "foreground": "#cd0000"}, {"background": "#9e9e9e", "scope": "terminus.cd0000.9e9e9e", "foreground": "#cd0000"}, {"background": "#a8a8a8", "scope": "terminus.cd0000.a8a8a8", "foreground": "#cd0000"}, {"background": "#b2b2b2", "scope": "terminus.cd0000.b2b2b2", "foreground": "#cd0000"}, {"background": "#bcbcbc", "scope": "terminus.cd0000.bcbcbc", "foreground": "#cd0000"}, {"background": "#c6c6c6", "scope": "terminus.cd0000.c6c6c6", "foreground": "#cd0000"}, {"background": "#d0d0d0", "scope": "terminus.cd0000.d0d0d0", "foreground": "#cd0000"}, {"background": "#dadada", "scope": "terminus.cd0000.dadada", "foreground": "#cd0000"}, {"background": "#e4e4e4", "scope": "terminus.cd0000.e4e4e4", "foreground": "#cd0000"}, {"background": "#eeeeee", "scope": "terminus.cd0000.eeeeee", "foreground": "#cd0000"}, {"background": "var(black)", "scope": "terminus.00cd00.black", "foreground": "#00cd00"}, {"background": "var(red)", "scope": "terminus.00cd00.red", "foreground": "#00cd00"}, {"background": "var(green)", "scope": "terminus.00cd00.green", "foreground": "#00cd00"}, {"background": "var(brown)", "scope": "terminus.00cd00.brown", "foreground": "#00cd00"}, {"background": "var(blue)", "scope": "terminus.00cd00.blue", "foreground": "#00cd00"}, {"background": "var(magenta)", "scope": "terminus.00cd00.magenta", "foreground": "#00cd00"}, {"background": "var(cyan)", "scope": "terminus.00cd00.cyan", "foreground": "#00cd00"}, {"background": "var(white)", "scope": "terminus.00cd00.white", "foreground": "#00cd00"}, {"background": "var(light_black)", "scope": "terminus.00cd00.light_black", "foreground": "#00cd00"}, {"background": "var(light_red)", "scope": "terminus.00cd00.light_red", "foreground": "#00cd00"}, {"background": "var(light_green)", "scope": "terminus.00cd00.light_green", "foreground": "#00cd00"}, {"background": "var(light_brown)", "scope": "terminus.00cd00.light_brown", "foreground": "#00cd00"}, {"background": "var(light_blue)", "scope": "terminus.00cd00.light_blue", "foreground": "#00cd00"}, {"background": "var(light_magenta)", "scope": "terminus.00cd00.light_magenta", "foreground": "#00cd00"}, {"background": "var(light_cyan)", "scope": "terminus.00cd00.light_cyan", "foreground": "#00cd00"}, {"background": "var(light_white)", "scope": "terminus.00cd00.light_white", "foreground": "#00cd00"}, {"background": "var(background)", "scope": "terminus.00cd00.default", "foreground": "#00cd00"}, {"background": "var(foreground)", "scope": "terminus.00cd00.reverse_default", "foreground": "#00cd00"}, {"background": "#000000", "scope": "terminus.00cd00.000000", "foreground": "#00cd00"}, {"background": "#cd0000", "scope": "terminus.00cd00.cd0000", "foreground": "#00cd00"}, {"background": "#00cd00", "scope": "terminus.00cd00.00cd00", "foreground": "#00cd00"}, {"background": "#cdcd00", "scope": "terminus.00cd00.cdcd00", "foreground": "#00cd00"}, {"background": "#0000ee", "scope": "terminus.00cd00.0000ee", "foreground": "#00cd00"}, {"background": "#cd00cd", "scope": "terminus.00cd00.cd00cd", "foreground": "#00cd00"}, {"background": "#00cdcd", "scope": "terminus.00cd00.00cdcd", "foreground": "#00cd00"}, {"background": "#e5e5e5", "scope": "terminus.00cd00.e5e5e5", "foreground": "#00cd00"}, {"background": "#7f7f7f", "scope": "terminus.00cd00.7f7f7f", "foreground": "#00cd00"}, {"background": "#ff0000", "scope": "terminus.00cd00.ff0000", "foreground": "#00cd00"}, {"background": "#00ff00", "scope": "terminus.00cd00.00ff00", "foreground": "#00cd00"}, {"background": "#ffff00", "scope": "terminus.00cd00.ffff00", "foreground": "#00cd00"}, {"background": "#5c5cff", "scope": "terminus.00cd00.5c5cff", "foreground": "#00cd00"}, {"background": "#ff00ff", "scope": "terminus.00cd00.ff00ff", "foreground": "#00cd00"}, {"background": "#00ffff", "scope": "terminus.00cd00.00ffff", "foreground": "#00cd00"}, {"background": "#ffffff", "scope": "terminus.00cd00.ffffff", "foreground": "#00cd00"}, {"background": "#00005f", "scope": "terminus.00cd00.00005f", "foreground": "#00cd00"}, {"background": "#000087", "scope": "terminus.00cd00.000087", "foreground": "#00cd00"}, {"background": "#0000af", "scope": "terminus.00cd00.0000af", "foreground": "#00cd00"}, {"background": "#0000d7", "scope": "terminus.00cd00.0000d7", "foreground": "#00cd00"}, {"background": "#0000ff", "scope": "terminus.00cd00.0000ff", "foreground": "#00cd00"}, {"background": "#005f00", "scope": "terminus.00cd00.005f00", "foreground": "#00cd00"}, {"background": "#005f5f", "scope": "terminus.00cd00.005f5f", "foreground": "#00cd00"}, {"background": "#005f87", "scope": "terminus.00cd00.005f87", "foreground": "#00cd00"}, {"background": "#005faf", "scope": "terminus.00cd00.005faf", "foreground": "#00cd00"}, {"background": "#005fd7", "scope": "terminus.00cd00.005fd7", "foreground": "#00cd00"}, {"background": "#005fff", "scope": "terminus.00cd00.005fff", "foreground": "#00cd00"}, {"background": "#008700", "scope": "terminus.00cd00.008700", "foreground": "#00cd00"}, {"background": "#00875f", "scope": "terminus.00cd00.00875f", "foreground": "#00cd00"}, {"background": "#008787", "scope": "terminus.00cd00.008787", "foreground": "#00cd00"}, {"background": "#0087af", "scope": "terminus.00cd00.0087af", "foreground": "#00cd00"}, {"background": "#0087d7", "scope": "terminus.00cd00.0087d7", "foreground": "#00cd00"}, {"background": "#0087ff", "scope": "terminus.00cd00.0087ff", "foreground": "#00cd00"}, {"background": "#00af00", "scope": "terminus.00cd00.00af00", "foreground": "#00cd00"}, {"background": "#00af5f", "scope": "terminus.00cd00.00af5f", "foreground": "#00cd00"}, {"background": "#00af87", "scope": "terminus.00cd00.00af87", "foreground": "#00cd00"}, {"background": "#00afaf", "scope": "terminus.00cd00.00afaf", "foreground": "#00cd00"}, {"background": "#00afd7", "scope": "terminus.00cd00.00afd7", "foreground": "#00cd00"}, {"background": "#00afff", "scope": "terminus.00cd00.00afff", "foreground": "#00cd00"}, {"background": "#00d700", "scope": "terminus.00cd00.00d700", "foreground": "#00cd00"}, {"background": "#00d75f", "scope": "terminus.00cd00.00d75f", "foreground": "#00cd00"}, {"background": "#00d787", "scope": "terminus.00cd00.00d787", "foreground": "#00cd00"}, {"background": "#00d7af", "scope": "terminus.00cd00.00d7af", "foreground": "#00cd00"}, {"background": "#00d7d7", "scope": "terminus.00cd00.00d7d7", "foreground": "#00cd00"}, {"background": "#00d7ff", "scope": "terminus.00cd00.00d7ff", "foreground": "#00cd00"}, {"background": "#00ff5f", "scope": "terminus.00cd00.00ff5f", "foreground": "#00cd00"}, {"background": "#00ff87", "scope": "terminus.00cd00.00ff87", "foreground": "#00cd00"}, {"background": "#00ffaf", "scope": "terminus.00cd00.00ffaf", "foreground": "#00cd00"}, {"background": "#00ffd7", "scope": "terminus.00cd00.00ffd7", "foreground": "#00cd00"}, {"background": "#5f0000", "scope": "terminus.00cd00.5f0000", "foreground": "#00cd00"}, {"background": "#5f005f", "scope": "terminus.00cd00.5f005f", "foreground": "#00cd00"}, {"background": "#5f0087", "scope": "terminus.00cd00.5f0087", "foreground": "#00cd00"}, {"background": "#5f00af", "scope": "terminus.00cd00.5f00af", "foreground": "#00cd00"}, {"background": "#5f00d7", "scope": "terminus.00cd00.5f00d7", "foreground": "#00cd00"}, {"background": "#5f00ff", "scope": "terminus.00cd00.5f00ff", "foreground": "#00cd00"}, {"background": "#5f5f00", "scope": "terminus.00cd00.5f5f00", "foreground": "#00cd00"}, {"background": "#5f5f5f", "scope": "terminus.00cd00.5f5f5f", "foreground": "#00cd00"}, {"background": "#5f5f87", "scope": "terminus.00cd00.5f5f87", "foreground": "#00cd00"}, {"background": "#5f5faf", "scope": "terminus.00cd00.5f5faf", "foreground": "#00cd00"}, {"background": "#5f5fd7", "scope": "terminus.00cd00.5f5fd7", "foreground": "#00cd00"}, {"background": "#5f5fff", "scope": "terminus.00cd00.5f5fff", "foreground": "#00cd00"}, {"background": "#5f8700", "scope": "terminus.00cd00.5f8700", "foreground": "#00cd00"}, {"background": "#5f875f", "scope": "terminus.00cd00.5f875f", "foreground": "#00cd00"}, {"background": "#5f8787", "scope": "terminus.00cd00.5f8787", "foreground": "#00cd00"}, {"background": "#5f87af", "scope": "terminus.00cd00.5f87af", "foreground": "#00cd00"}, {"background": "#5f87d7", "scope": "terminus.00cd00.5f87d7", "foreground": "#00cd00"}, {"background": "#5f87ff", "scope": "terminus.00cd00.5f87ff", "foreground": "#00cd00"}, {"background": "#5faf00", "scope": "terminus.00cd00.5faf00", "foreground": "#00cd00"}, {"background": "#5faf5f", "scope": "terminus.00cd00.5faf5f", "foreground": "#00cd00"}, {"background": "#5faf87", "scope": "terminus.00cd00.5faf87", "foreground": "#00cd00"}, {"background": "#5fafaf", "scope": "terminus.00cd00.5fafaf", "foreground": "#00cd00"}, {"background": "#5fafd7", "scope": "terminus.00cd00.5fafd7", "foreground": "#00cd00"}, {"background": "#5fafff", "scope": "terminus.00cd00.5fafff", "foreground": "#00cd00"}, {"background": "#5fd700", "scope": "terminus.00cd00.5fd700", "foreground": "#00cd00"}, {"background": "#5fd75f", "scope": "terminus.00cd00.5fd75f", "foreground": "#00cd00"}, {"background": "#5fd787", "scope": "terminus.00cd00.5fd787", "foreground": "#00cd00"}, {"background": "#5fd7af", "scope": "terminus.00cd00.5fd7af", "foreground": "#00cd00"}, {"background": "#5fd7d7", "scope": "terminus.00cd00.5fd7d7", "foreground": "#00cd00"}, {"background": "#5fd7ff", "scope": "terminus.00cd00.5fd7ff", "foreground": "#00cd00"}, {"background": "#5fff00", "scope": "terminus.00cd00.5fff00", "foreground": "#00cd00"}, {"background": "#5fff5f", "scope": "terminus.00cd00.5fff5f", "foreground": "#00cd00"}, {"background": "#5fff87", "scope": "terminus.00cd00.5fff87", "foreground": "#00cd00"}, {"background": "#5fffaf", "scope": "terminus.00cd00.5fffaf", "foreground": "#00cd00"}, {"background": "#5fffd7", "scope": "terminus.00cd00.5fffd7", "foreground": "#00cd00"}, {"background": "#5fffff", "scope": "terminus.00cd00.5fffff", "foreground": "#00cd00"}, {"background": "#870000", "scope": "terminus.00cd00.870000", "foreground": "#00cd00"}, {"background": "#87005f", "scope": "terminus.00cd00.87005f", "foreground": "#00cd00"}, {"background": "#870087", "scope": "terminus.00cd00.870087", "foreground": "#00cd00"}, {"background": "#8700af", "scope": "terminus.00cd00.8700af", "foreground": "#00cd00"}, {"background": "#8700d7", "scope": "terminus.00cd00.8700d7", "foreground": "#00cd00"}, {"background": "#8700ff", "scope": "terminus.00cd00.8700ff", "foreground": "#00cd00"}, {"background": "#875f00", "scope": "terminus.00cd00.875f00", "foreground": "#00cd00"}, {"background": "#875f5f", "scope": "terminus.00cd00.875f5f", "foreground": "#00cd00"}, {"background": "#875f87", "scope": "terminus.00cd00.875f87", "foreground": "#00cd00"}, {"background": "#875faf", "scope": "terminus.00cd00.875faf", "foreground": "#00cd00"}, {"background": "#875fd7", "scope": "terminus.00cd00.875fd7", "foreground": "#00cd00"}, {"background": "#875fff", "scope": "terminus.00cd00.875fff", "foreground": "#00cd00"}, {"background": "#878700", "scope": "terminus.00cd00.878700", "foreground": "#00cd00"}, {"background": "#87875f", "scope": "terminus.00cd00.87875f", "foreground": "#00cd00"}, {"background": "#878787", "scope": "terminus.00cd00.878787", "foreground": "#00cd00"}, {"background": "#8787af", "scope": "terminus.00cd00.8787af", "foreground": "#00cd00"}, {"background": "#8787d7", "scope": "terminus.00cd00.8787d7", "foreground": "#00cd00"}, {"background": "#8787ff", "scope": "terminus.00cd00.8787ff", "foreground": "#00cd00"}, {"background": "#87af00", "scope": "terminus.00cd00.87af00", "foreground": "#00cd00"}, {"background": "#87af5f", "scope": "terminus.00cd00.87af5f", "foreground": "#00cd00"}, {"background": "#87af87", "scope": "terminus.00cd00.87af87", "foreground": "#00cd00"}, {"background": "#87afaf", "scope": "terminus.00cd00.87afaf", "foreground": "#00cd00"}, {"background": "#87afd7", "scope": "terminus.00cd00.87afd7", "foreground": "#00cd00"}, {"background": "#87afff", "scope": "terminus.00cd00.87afff", "foreground": "#00cd00"}, {"background": "#87d700", "scope": "terminus.00cd00.87d700", "foreground": "#00cd00"}, {"background": "#87d75f", "scope": "terminus.00cd00.87d75f", "foreground": "#00cd00"}, {"background": "#87d787", "scope": "terminus.00cd00.87d787", "foreground": "#00cd00"}, {"background": "#87d7af", "scope": "terminus.00cd00.87d7af", "foreground": "#00cd00"}, {"background": "#87d7d7", "scope": "terminus.00cd00.87d7d7", "foreground": "#00cd00"}, {"background": "#87d7ff", "scope": "terminus.00cd00.87d7ff", "foreground": "#00cd00"}, {"background": "#87ff00", "scope": "terminus.00cd00.87ff00", "foreground": "#00cd00"}, {"background": "#87ff5f", "scope": "terminus.00cd00.87ff5f", "foreground": "#00cd00"}, {"background": "#87ff87", "scope": "terminus.00cd00.87ff87", "foreground": "#00cd00"}, {"background": "#87ffaf", "scope": "terminus.00cd00.87ffaf", "foreground": "#00cd00"}, {"background": "#87ffd7", "scope": "terminus.00cd00.87ffd7", "foreground": "#00cd00"}, {"background": "#87ffff", "scope": "terminus.00cd00.87ffff", "foreground": "#00cd00"}, {"background": "#af0000", "scope": "terminus.00cd00.af0000", "foreground": "#00cd00"}, {"background": "#af005f", "scope": "terminus.00cd00.af005f", "foreground": "#00cd00"}, {"background": "#af0087", "scope": "terminus.00cd00.af0087", "foreground": "#00cd00"}, {"background": "#af00af", "scope": "terminus.00cd00.af00af", "foreground": "#00cd00"}, {"background": "#af00d7", "scope": "terminus.00cd00.af00d7", "foreground": "#00cd00"}, {"background": "#af00ff", "scope": "terminus.00cd00.af00ff", "foreground": "#00cd00"}, {"background": "#af5f00", "scope": "terminus.00cd00.af5f00", "foreground": "#00cd00"}, {"background": "#af5f5f", "scope": "terminus.00cd00.af5f5f", "foreground": "#00cd00"}, {"background": "#af5f87", "scope": "terminus.00cd00.af5f87", "foreground": "#00cd00"}, {"background": "#af5faf", "scope": "terminus.00cd00.af5faf", "foreground": "#00cd00"}, {"background": "#af5fd7", "scope": "terminus.00cd00.af5fd7", "foreground": "#00cd00"}, {"background": "#af5fff", "scope": "terminus.00cd00.af5fff", "foreground": "#00cd00"}, {"background": "#af8700", "scope": "terminus.00cd00.af8700", "foreground": "#00cd00"}, {"background": "#af875f", "scope": "terminus.00cd00.af875f", "foreground": "#00cd00"}, {"background": "#af8787", "scope": "terminus.00cd00.af8787", "foreground": "#00cd00"}, {"background": "#af87af", "scope": "terminus.00cd00.af87af", "foreground": "#00cd00"}, {"background": "#af87d7", "scope": "terminus.00cd00.af87d7", "foreground": "#00cd00"}, {"background": "#af87ff", "scope": "terminus.00cd00.af87ff", "foreground": "#00cd00"}, {"background": "#afaf00", "scope": "terminus.00cd00.afaf00", "foreground": "#00cd00"}, {"background": "#afaf5f", "scope": "terminus.00cd00.afaf5f", "foreground": "#00cd00"}, {"background": "#afaf87", "scope": "terminus.00cd00.afaf87", "foreground": "#00cd00"}, {"background": "#afafaf", "scope": "terminus.00cd00.afafaf", "foreground": "#00cd00"}, {"background": "#afafd7", "scope": "terminus.00cd00.afafd7", "foreground": "#00cd00"}, {"background": "#afafff", "scope": "terminus.00cd00.afafff", "foreground": "#00cd00"}, {"background": "#afd700", "scope": "terminus.00cd00.afd700", "foreground": "#00cd00"}, {"background": "#afd75f", "scope": "terminus.00cd00.afd75f", "foreground": "#00cd00"}, {"background": "#afd787", "scope": "terminus.00cd00.afd787", "foreground": "#00cd00"}, {"background": "#afd7af", "scope": "terminus.00cd00.afd7af", "foreground": "#00cd00"}, {"background": "#afd7d7", "scope": "terminus.00cd00.afd7d7", "foreground": "#00cd00"}, {"background": "#afd7ff", "scope": "terminus.00cd00.afd7ff", "foreground": "#00cd00"}, {"background": "#afff00", "scope": "terminus.00cd00.afff00", "foreground": "#00cd00"}, {"background": "#afff5f", "scope": "terminus.00cd00.afff5f", "foreground": "#00cd00"}, {"background": "#afff87", "scope": "terminus.00cd00.afff87", "foreground": "#00cd00"}, {"background": "#afffaf", "scope": "terminus.00cd00.afffaf", "foreground": "#00cd00"}, {"background": "#afffd7", "scope": "terminus.00cd00.afffd7", "foreground": "#00cd00"}, {"background": "#afffff", "scope": "terminus.00cd00.afffff", "foreground": "#00cd00"}, {"background": "#d70000", "scope": "terminus.00cd00.d70000", "foreground": "#00cd00"}, {"background": "#d7005f", "scope": "terminus.00cd00.d7005f", "foreground": "#00cd00"}, {"background": "#d70087", "scope": "terminus.00cd00.d70087", "foreground": "#00cd00"}, {"background": "#d700af", "scope": "terminus.00cd00.d700af", "foreground": "#00cd00"}, {"background": "#d700d7", "scope": "terminus.00cd00.d700d7", "foreground": "#00cd00"}, {"background": "#d700ff", "scope": "terminus.00cd00.d700ff", "foreground": "#00cd00"}, {"background": "#d75f00", "scope": "terminus.00cd00.d75f00", "foreground": "#00cd00"}, {"background": "#d75f5f", "scope": "terminus.00cd00.d75f5f", "foreground": "#00cd00"}, {"background": "#d75f87", "scope": "terminus.00cd00.d75f87", "foreground": "#00cd00"}, {"background": "#d75faf", "scope": "terminus.00cd00.d75faf", "foreground": "#00cd00"}, {"background": "#d75fd7", "scope": "terminus.00cd00.d75fd7", "foreground": "#00cd00"}, {"background": "#d75fff", "scope": "terminus.00cd00.d75fff", "foreground": "#00cd00"}, {"background": "#d78700", "scope": "terminus.00cd00.d78700", "foreground": "#00cd00"}, {"background": "#d7875f", "scope": "terminus.00cd00.d7875f", "foreground": "#00cd00"}, {"background": "#d78787", "scope": "terminus.00cd00.d78787", "foreground": "#00cd00"}, {"background": "#d787af", "scope": "terminus.00cd00.d787af", "foreground": "#00cd00"}, {"background": "#d787d7", "scope": "terminus.00cd00.d787d7", "foreground": "#00cd00"}, {"background": "#d787ff", "scope": "terminus.00cd00.d787ff", "foreground": "#00cd00"}, {"background": "#d7af00", "scope": "terminus.00cd00.d7af00", "foreground": "#00cd00"}, {"background": "#d7af5f", "scope": "terminus.00cd00.d7af5f", "foreground": "#00cd00"}, {"background": "#d7af87", "scope": "terminus.00cd00.d7af87", "foreground": "#00cd00"}, {"background": "#d7afaf", "scope": "terminus.00cd00.d7afaf", "foreground": "#00cd00"}, {"background": "#d7afd7", "scope": "terminus.00cd00.d7afd7", "foreground": "#00cd00"}, {"background": "#d7afff", "scope": "terminus.00cd00.d7afff", "foreground": "#00cd00"}, {"background": "#d7d700", "scope": "terminus.00cd00.d7d700", "foreground": "#00cd00"}, {"background": "#d7d75f", "scope": "terminus.00cd00.d7d75f", "foreground": "#00cd00"}, {"background": "#d7d787", "scope": "terminus.00cd00.d7d787", "foreground": "#00cd00"}, {"background": "#d7d7af", "scope": "terminus.00cd00.d7d7af", "foreground": "#00cd00"}, {"background": "#d7d7d7", "scope": "terminus.00cd00.d7d7d7", "foreground": "#00cd00"}, {"background": "#d7d7ff", "scope": "terminus.00cd00.d7d7ff", "foreground": "#00cd00"}, {"background": "#d7ff00", "scope": "terminus.00cd00.d7ff00", "foreground": "#00cd00"}, {"background": "#d7ff5f", "scope": "terminus.00cd00.d7ff5f", "foreground": "#00cd00"}, {"background": "#d7ff87", "scope": "terminus.00cd00.d7ff87", "foreground": "#00cd00"}, {"background": "#d7ffaf", "scope": "terminus.00cd00.d7ffaf", "foreground": "#00cd00"}, {"background": "#d7ffd7", "scope": "terminus.00cd00.d7ffd7", "foreground": "#00cd00"}, {"background": "#d7ffff", "scope": "terminus.00cd00.d7ffff", "foreground": "#00cd00"}, {"background": "#ff005f", "scope": "terminus.00cd00.ff005f", "foreground": "#00cd00"}, {"background": "#ff0087", "scope": "terminus.00cd00.ff0087", "foreground": "#00cd00"}, {"background": "#ff00af", "scope": "terminus.00cd00.ff00af", "foreground": "#00cd00"}, {"background": "#ff00d7", "scope": "terminus.00cd00.ff00d7", "foreground": "#00cd00"}, {"background": "#ff5f00", "scope": "terminus.00cd00.ff5f00", "foreground": "#00cd00"}, {"background": "#ff5f5f", "scope": "terminus.00cd00.ff5f5f", "foreground": "#00cd00"}, {"background": "#ff5f87", "scope": "terminus.00cd00.ff5f87", "foreground": "#00cd00"}, {"background": "#ff5faf", "scope": "terminus.00cd00.ff5faf", "foreground": "#00cd00"}, {"background": "#ff5fd7", "scope": "terminus.00cd00.ff5fd7", "foreground": "#00cd00"}, {"background": "#ff5fff", "scope": "terminus.00cd00.ff5fff", "foreground": "#00cd00"}, {"background": "#ff8700", "scope": "terminus.00cd00.ff8700", "foreground": "#00cd00"}, {"background": "#ff875f", "scope": "terminus.00cd00.ff875f", "foreground": "#00cd00"}, {"background": "#ff8787", "scope": "terminus.00cd00.ff8787", "foreground": "#00cd00"}, {"background": "#ff87af", "scope": "terminus.00cd00.ff87af", "foreground": "#00cd00"}, {"background": "#ff87d7", "scope": "terminus.00cd00.ff87d7", "foreground": "#00cd00"}, {"background": "#ff87ff", "scope": "terminus.00cd00.ff87ff", "foreground": "#00cd00"}, {"background": "#ffaf00", "scope": "terminus.00cd00.ffaf00", "foreground": "#00cd00"}, {"background": "#ffaf5f", "scope": "terminus.00cd00.ffaf5f", "foreground": "#00cd00"}, {"background": "#ffaf87", "scope": "terminus.00cd00.ffaf87", "foreground": "#00cd00"}, {"background": "#ffafaf", "scope": "terminus.00cd00.ffafaf", "foreground": "#00cd00"}, {"background": "#ffafd7", "scope": "terminus.00cd00.ffafd7", "foreground": "#00cd00"}, {"background": "#ffafff", "scope": "terminus.00cd00.ffafff", "foreground": "#00cd00"}, {"background": "#ffd700", "scope": "terminus.00cd00.ffd700", "foreground": "#00cd00"}, {"background": "#ffd75f", "scope": "terminus.00cd00.ffd75f", "foreground": "#00cd00"}, {"background": "#ffd787", "scope": "terminus.00cd00.ffd787", "foreground": "#00cd00"}, {"background": "#ffd7af", "scope": "terminus.00cd00.ffd7af", "foreground": "#00cd00"}, {"background": "#ffd7d7", "scope": "terminus.00cd00.ffd7d7", "foreground": "#00cd00"}, {"background": "#ffd7ff", "scope": "terminus.00cd00.ffd7ff", "foreground": "#00cd00"}, {"background": "#ffff5f", "scope": "terminus.00cd00.ffff5f", "foreground": "#00cd00"}, {"background": "#ffff87", "scope": "terminus.00cd00.ffff87", "foreground": "#00cd00"}, {"background": "#ffffaf", "scope": "terminus.00cd00.ffffaf", "foreground": "#00cd00"}, {"background": "#ffffd7", "scope": "terminus.00cd00.ffffd7", "foreground": "#00cd00"}, {"background": "#080808", "scope": "terminus.00cd00.080808", "foreground": "#00cd00"}, {"background": "#121212", "scope": "terminus.00cd00.121212", "foreground": "#00cd00"}, {"background": "#1c1c1c", "scope": "terminus.00cd00.1c1c1c", "foreground": "#00cd00"}, {"background": "#262626", "scope": "terminus.00cd00.262626", "foreground": "#00cd00"}, {"background": "#303030", "scope": "terminus.00cd00.303030", "foreground": "#00cd00"}, {"background": "#3a3a3a", "scope": "terminus.00cd00.3a3a3a", "foreground": "#00cd00"}, {"background": "#444444", "scope": "terminus.00cd00.444444", "foreground": "#00cd00"}, {"background": "#4e4e4e", "scope": "terminus.00cd00.4e4e4e", "foreground": "#00cd00"}, {"background": "#585858", "scope": "terminus.00cd00.585858", "foreground": "#00cd00"}, {"background": "#626262", "scope": "terminus.00cd00.626262", "foreground": "#00cd00"}, {"background": "#6c6c6c", "scope": "terminus.00cd00.6c6c6c", "foreground": "#00cd00"}, {"background": "#767676", "scope": "terminus.00cd00.767676", "foreground": "#00cd00"}, {"background": "#808080", "scope": "terminus.00cd00.808080", "foreground": "#00cd00"}, {"background": "#8a8a8a", "scope": "terminus.00cd00.8a8a8a", "foreground": "#00cd00"}, {"background": "#949494", "scope": "terminus.00cd00.949494", "foreground": "#00cd00"}, {"background": "#9e9e9e", "scope": "terminus.00cd00.9e9e9e", "foreground": "#00cd00"}, {"background": "#a8a8a8", "scope": "terminus.00cd00.a8a8a8", "foreground": "#00cd00"}, {"background": "#b2b2b2", "scope": "terminus.00cd00.b2b2b2", "foreground": "#00cd00"}, {"background": "#bcbcbc", "scope": "terminus.00cd00.bcbcbc", "foreground": "#00cd00"}, {"background": "#c6c6c6", "scope": "terminus.00cd00.c6c6c6", "foreground": "#00cd00"}, {"background": "#d0d0d0", "scope": "terminus.00cd00.d0d0d0", "foreground": "#00cd00"}, {"background": "#dadada", "scope": "terminus.00cd00.dadada", "foreground": "#00cd00"}, {"background": "#e4e4e4", "scope": "terminus.00cd00.e4e4e4", "foreground": "#00cd00"}, {"background": "#eeeeee", "scope": "terminus.00cd00.eeeeee", "foreground": "#00cd00"}, {"background": "var(black)", "scope": "terminus.cdcd00.black", "foreground": "#cdcd00"}, {"background": "var(red)", "scope": "terminus.cdcd00.red", "foreground": "#cdcd00"}, {"background": "var(green)", "scope": "terminus.cdcd00.green", "foreground": "#cdcd00"}, {"background": "var(brown)", "scope": "terminus.cdcd00.brown", "foreground": "#cdcd00"}, {"background": "var(blue)", "scope": "terminus.cdcd00.blue", "foreground": "#cdcd00"}, {"background": "var(magenta)", "scope": "terminus.cdcd00.magenta", "foreground": "#cdcd00"}, {"background": "var(cyan)", "scope": "terminus.cdcd00.cyan", "foreground": "#cdcd00"}, {"background": "var(white)", "scope": "terminus.cdcd00.white", "foreground": "#cdcd00"}, {"background": "var(light_black)", "scope": "terminus.cdcd00.light_black", "foreground": "#cdcd00"}, {"background": "var(light_red)", "scope": "terminus.cdcd00.light_red", "foreground": "#cdcd00"}, {"background": "var(light_green)", "scope": "terminus.cdcd00.light_green", "foreground": "#cdcd00"}, {"background": "var(light_brown)", "scope": "terminus.cdcd00.light_brown", "foreground": "#cdcd00"}, {"background": "var(light_blue)", "scope": "terminus.cdcd00.light_blue", "foreground": "#cdcd00"}, {"background": "var(light_magenta)", "scope": "terminus.cdcd00.light_magenta", "foreground": "#cdcd00"}, {"background": "var(light_cyan)", "scope": "terminus.cdcd00.light_cyan", "foreground": "#cdcd00"}, {"background": "var(light_white)", "scope": "terminus.cdcd00.light_white", "foreground": "#cdcd00"}, {"background": "var(background)", "scope": "terminus.cdcd00.default", "foreground": "#cdcd00"}, {"background": "var(foreground)", "scope": "terminus.cdcd00.reverse_default", "foreground": "#cdcd00"}, {"background": "#000000", "scope": "terminus.cdcd00.000000", "foreground": "#cdcd00"}, {"background": "#cd0000", "scope": "terminus.cdcd00.cd0000", "foreground": "#cdcd00"}, {"background": "#00cd00", "scope": "terminus.cdcd00.00cd00", "foreground": "#cdcd00"}, {"background": "#cdcd00", "scope": "terminus.cdcd00.cdcd00", "foreground": "#cdcd00"}, {"background": "#0000ee", "scope": "terminus.cdcd00.0000ee", "foreground": "#cdcd00"}, {"background": "#cd00cd", "scope": "terminus.cdcd00.cd00cd", "foreground": "#cdcd00"}, {"background": "#00cdcd", "scope": "terminus.cdcd00.00cdcd", "foreground": "#cdcd00"}, {"background": "#e5e5e5", "scope": "terminus.cdcd00.e5e5e5", "foreground": "#cdcd00"}, {"background": "#7f7f7f", "scope": "terminus.cdcd00.7f7f7f", "foreground": "#cdcd00"}, {"background": "#ff0000", "scope": "terminus.cdcd00.ff0000", "foreground": "#cdcd00"}, {"background": "#00ff00", "scope": "terminus.cdcd00.00ff00", "foreground": "#cdcd00"}, {"background": "#ffff00", "scope": "terminus.cdcd00.ffff00", "foreground": "#cdcd00"}, {"background": "#5c5cff", "scope": "terminus.cdcd00.5c5cff", "foreground": "#cdcd00"}, {"background": "#ff00ff", "scope": "terminus.cdcd00.ff00ff", "foreground": "#cdcd00"}, {"background": "#00ffff", "scope": "terminus.cdcd00.00ffff", "foreground": "#cdcd00"}, {"background": "#ffffff", "scope": "terminus.cdcd00.ffffff", "foreground": "#cdcd00"}, {"background": "#00005f", "scope": "terminus.cdcd00.00005f", "foreground": "#cdcd00"}, {"background": "#000087", "scope": "terminus.cdcd00.000087", "foreground": "#cdcd00"}, {"background": "#0000af", "scope": "terminus.cdcd00.0000af", "foreground": "#cdcd00"}, {"background": "#0000d7", "scope": "terminus.cdcd00.0000d7", "foreground": "#cdcd00"}, {"background": "#0000ff", "scope": "terminus.cdcd00.0000ff", "foreground": "#cdcd00"}, {"background": "#005f00", "scope": "terminus.cdcd00.005f00", "foreground": "#cdcd00"}, {"background": "#005f5f", "scope": "terminus.cdcd00.005f5f", "foreground": "#cdcd00"}, {"background": "#005f87", "scope": "terminus.cdcd00.005f87", "foreground": "#cdcd00"}, {"background": "#005faf", "scope": "terminus.cdcd00.005faf", "foreground": "#cdcd00"}, {"background": "#005fd7", "scope": "terminus.cdcd00.005fd7", "foreground": "#cdcd00"}, {"background": "#005fff", "scope": "terminus.cdcd00.005fff", "foreground": "#cdcd00"}, {"background": "#008700", "scope": "terminus.cdcd00.008700", "foreground": "#cdcd00"}, {"background": "#00875f", "scope": "terminus.cdcd00.00875f", "foreground": "#cdcd00"}, {"background": "#008787", "scope": "terminus.cdcd00.008787", "foreground": "#cdcd00"}, {"background": "#0087af", "scope": "terminus.cdcd00.0087af", "foreground": "#cdcd00"}, {"background": "#0087d7", "scope": "terminus.cdcd00.0087d7", "foreground": "#cdcd00"}, {"background": "#0087ff", "scope": "terminus.cdcd00.0087ff", "foreground": "#cdcd00"}, {"background": "#00af00", "scope": "terminus.cdcd00.00af00", "foreground": "#cdcd00"}, {"background": "#00af5f", "scope": "terminus.cdcd00.00af5f", "foreground": "#cdcd00"}, {"background": "#00af87", "scope": "terminus.cdcd00.00af87", "foreground": "#cdcd00"}, {"background": "#00afaf", "scope": "terminus.cdcd00.00afaf", "foreground": "#cdcd00"}, {"background": "#00afd7", "scope": "terminus.cdcd00.00afd7", "foreground": "#cdcd00"}, {"background": "#00afff", "scope": "terminus.cdcd00.00afff", "foreground": "#cdcd00"}, {"background": "#00d700", "scope": "terminus.cdcd00.00d700", "foreground": "#cdcd00"}, {"background": "#00d75f", "scope": "terminus.cdcd00.00d75f", "foreground": "#cdcd00"}, {"background": "#00d787", "scope": "terminus.cdcd00.00d787", "foreground": "#cdcd00"}, {"background": "#00d7af", "scope": "terminus.cdcd00.00d7af", "foreground": "#cdcd00"}, {"background": "#00d7d7", "scope": "terminus.cdcd00.00d7d7", "foreground": "#cdcd00"}, {"background": "#00d7ff", "scope": "terminus.cdcd00.00d7ff", "foreground": "#cdcd00"}, {"background": "#00ff5f", "scope": "terminus.cdcd00.00ff5f", "foreground": "#cdcd00"}, {"background": "#00ff87", "scope": "terminus.cdcd00.00ff87", "foreground": "#cdcd00"}, {"background": "#00ffaf", "scope": "terminus.cdcd00.00ffaf", "foreground": "#cdcd00"}, {"background": "#00ffd7", "scope": "terminus.cdcd00.00ffd7", "foreground": "#cdcd00"}, {"background": "#5f0000", "scope": "terminus.cdcd00.5f0000", "foreground": "#cdcd00"}, {"background": "#5f005f", "scope": "terminus.cdcd00.5f005f", "foreground": "#cdcd00"}, {"background": "#5f0087", "scope": "terminus.cdcd00.5f0087", "foreground": "#cdcd00"}, {"background": "#5f00af", "scope": "terminus.cdcd00.5f00af", "foreground": "#cdcd00"}, {"background": "#5f00d7", "scope": "terminus.cdcd00.5f00d7", "foreground": "#cdcd00"}, {"background": "#5f00ff", "scope": "terminus.cdcd00.5f00ff", "foreground": "#cdcd00"}, {"background": "#5f5f00", "scope": "terminus.cdcd00.5f5f00", "foreground": "#cdcd00"}, {"background": "#5f5f5f", "scope": "terminus.cdcd00.5f5f5f", "foreground": "#cdcd00"}, {"background": "#5f5f87", "scope": "terminus.cdcd00.5f5f87", "foreground": "#cdcd00"}, {"background": "#5f5faf", "scope": "terminus.cdcd00.5f5faf", "foreground": "#cdcd00"}, {"background": "#5f5fd7", "scope": "terminus.cdcd00.5f5fd7", "foreground": "#cdcd00"}, {"background": "#5f5fff", "scope": "terminus.cdcd00.5f5fff", "foreground": "#cdcd00"}, {"background": "#5f8700", "scope": "terminus.cdcd00.5f8700", "foreground": "#cdcd00"}, {"background": "#5f875f", "scope": "terminus.cdcd00.5f875f", "foreground": "#cdcd00"}, {"background": "#5f8787", "scope": "terminus.cdcd00.5f8787", "foreground": "#cdcd00"}, {"background": "#5f87af", "scope": "terminus.cdcd00.5f87af", "foreground": "#cdcd00"}, {"background": "#5f87d7", "scope": "terminus.cdcd00.5f87d7", "foreground": "#cdcd00"}, {"background": "#5f87ff", "scope": "terminus.cdcd00.5f87ff", "foreground": "#cdcd00"}, {"background": "#5faf00", "scope": "terminus.cdcd00.5faf00", "foreground": "#cdcd00"}, {"background": "#5faf5f", "scope": "terminus.cdcd00.5faf5f", "foreground": "#cdcd00"}, {"background": "#5faf87", "scope": "terminus.cdcd00.5faf87", "foreground": "#cdcd00"}, {"background": "#5fafaf", "scope": "terminus.cdcd00.5fafaf", "foreground": "#cdcd00"}, {"background": "#5fafd7", "scope": "terminus.cdcd00.5fafd7", "foreground": "#cdcd00"}, {"background": "#5fafff", "scope": "terminus.cdcd00.5fafff", "foreground": "#cdcd00"}, {"background": "#5fd700", "scope": "terminus.cdcd00.5fd700", "foreground": "#cdcd00"}, {"background": "#5fd75f", "scope": "terminus.cdcd00.5fd75f", "foreground": "#cdcd00"}, {"background": "#5fd787", "scope": "terminus.cdcd00.5fd787", "foreground": "#cdcd00"}, {"background": "#5fd7af", "scope": "terminus.cdcd00.5fd7af", "foreground": "#cdcd00"}, {"background": "#5fd7d7", "scope": "terminus.cdcd00.5fd7d7", "foreground": "#cdcd00"}, {"background": "#5fd7ff", "scope": "terminus.cdcd00.5fd7ff", "foreground": "#cdcd00"}, {"background": "#5fff00", "scope": "terminus.cdcd00.5fff00", "foreground": "#cdcd00"}, {"background": "#5fff5f", "scope": "terminus.cdcd00.5fff5f", "foreground": "#cdcd00"}, {"background": "#5fff87", "scope": "terminus.cdcd00.5fff87", "foreground": "#cdcd00"}, {"background": "#5fffaf", "scope": "terminus.cdcd00.5fffaf", "foreground": "#cdcd00"}, {"background": "#5fffd7", "scope": "terminus.cdcd00.5fffd7", "foreground": "#cdcd00"}, {"background": "#5fffff", "scope": "terminus.cdcd00.5fffff", "foreground": "#cdcd00"}, {"background": "#870000", "scope": "terminus.cdcd00.870000", "foreground": "#cdcd00"}, {"background": "#87005f", "scope": "terminus.cdcd00.87005f", "foreground": "#cdcd00"}, {"background": "#870087", "scope": "terminus.cdcd00.870087", "foreground": "#cdcd00"}, {"background": "#8700af", "scope": "terminus.cdcd00.8700af", "foreground": "#cdcd00"}, {"background": "#8700d7", "scope": "terminus.cdcd00.8700d7", "foreground": "#cdcd00"}, {"background": "#8700ff", "scope": "terminus.cdcd00.8700ff", "foreground": "#cdcd00"}, {"background": "#875f00", "scope": "terminus.cdcd00.875f00", "foreground": "#cdcd00"}, {"background": "#875f5f", "scope": "terminus.cdcd00.875f5f", "foreground": "#cdcd00"}, {"background": "#875f87", "scope": "terminus.cdcd00.875f87", "foreground": "#cdcd00"}, {"background": "#875faf", "scope": "terminus.cdcd00.875faf", "foreground": "#cdcd00"}, {"background": "#875fd7", "scope": "terminus.cdcd00.875fd7", "foreground": "#cdcd00"}, {"background": "#875fff", "scope": "terminus.cdcd00.875fff", "foreground": "#cdcd00"}, {"background": "#878700", "scope": "terminus.cdcd00.878700", "foreground": "#cdcd00"}, {"background": "#87875f", "scope": "terminus.cdcd00.87875f", "foreground": "#cdcd00"}, {"background": "#878787", "scope": "terminus.cdcd00.878787", "foreground": "#cdcd00"}, {"background": "#8787af", "scope": "terminus.cdcd00.8787af", "foreground": "#cdcd00"}, {"background": "#8787d7", "scope": "terminus.cdcd00.8787d7", "foreground": "#cdcd00"}, {"background": "#8787ff", "scope": "terminus.cdcd00.8787ff", "foreground": "#cdcd00"}, {"background": "#87af00", "scope": "terminus.cdcd00.87af00", "foreground": "#cdcd00"}, {"background": "#87af5f", "scope": "terminus.cdcd00.87af5f", "foreground": "#cdcd00"}, {"background": "#87af87", "scope": "terminus.cdcd00.87af87", "foreground": "#cdcd00"}, {"background": "#87afaf", "scope": "terminus.cdcd00.87afaf", "foreground": "#cdcd00"}, {"background": "#87afd7", "scope": "terminus.cdcd00.87afd7", "foreground": "#cdcd00"}, {"background": "#87afff", "scope": "terminus.cdcd00.87afff", "foreground": "#cdcd00"}, {"background": "#87d700", "scope": "terminus.cdcd00.87d700", "foreground": "#cdcd00"}, {"background": "#87d75f", "scope": "terminus.cdcd00.87d75f", "foreground": "#cdcd00"}, {"background": "#87d787", "scope": "terminus.cdcd00.87d787", "foreground": "#cdcd00"}, {"background": "#87d7af", "scope": "terminus.cdcd00.87d7af", "foreground": "#cdcd00"}, {"background": "#87d7d7", "scope": "terminus.cdcd00.87d7d7", "foreground": "#cdcd00"}, {"background": "#87d7ff", "scope": "terminus.cdcd00.87d7ff", "foreground": "#cdcd00"}, {"background": "#87ff00", "scope": "terminus.cdcd00.87ff00", "foreground": "#cdcd00"}, {"background": "#87ff5f", "scope": "terminus.cdcd00.87ff5f", "foreground": "#cdcd00"}, {"background": "#87ff87", "scope": "terminus.cdcd00.87ff87", "foreground": "#cdcd00"}, {"background": "#87ffaf", "scope": "terminus.cdcd00.87ffaf", "foreground": "#cdcd00"}, {"background": "#87ffd7", "scope": "terminus.cdcd00.87ffd7", "foreground": "#cdcd00"}, {"background": "#87ffff", "scope": "terminus.cdcd00.87ffff", "foreground": "#cdcd00"}, {"background": "#af0000", "scope": "terminus.cdcd00.af0000", "foreground": "#cdcd00"}, {"background": "#af005f", "scope": "terminus.cdcd00.af005f", "foreground": "#cdcd00"}, {"background": "#af0087", "scope": "terminus.cdcd00.af0087", "foreground": "#cdcd00"}, {"background": "#af00af", "scope": "terminus.cdcd00.af00af", "foreground": "#cdcd00"}, {"background": "#af00d7", "scope": "terminus.cdcd00.af00d7", "foreground": "#cdcd00"}, {"background": "#af00ff", "scope": "terminus.cdcd00.af00ff", "foreground": "#cdcd00"}, {"background": "#af5f00", "scope": "terminus.cdcd00.af5f00", "foreground": "#cdcd00"}, {"background": "#af5f5f", "scope": "terminus.cdcd00.af5f5f", "foreground": "#cdcd00"}, {"background": "#af5f87", "scope": "terminus.cdcd00.af5f87", "foreground": "#cdcd00"}, {"background": "#af5faf", "scope": "terminus.cdcd00.af5faf", "foreground": "#cdcd00"}, {"background": "#af5fd7", "scope": "terminus.cdcd00.af5fd7", "foreground": "#cdcd00"}, {"background": "#af5fff", "scope": "terminus.cdcd00.af5fff", "foreground": "#cdcd00"}, {"background": "#af8700", "scope": "terminus.cdcd00.af8700", "foreground": "#cdcd00"}, {"background": "#af875f", "scope": "terminus.cdcd00.af875f", "foreground": "#cdcd00"}, {"background": "#af8787", "scope": "terminus.cdcd00.af8787", "foreground": "#cdcd00"}, {"background": "#af87af", "scope": "terminus.cdcd00.af87af", "foreground": "#cdcd00"}, {"background": "#af87d7", "scope": "terminus.cdcd00.af87d7", "foreground": "#cdcd00"}, {"background": "#af87ff", "scope": "terminus.cdcd00.af87ff", "foreground": "#cdcd00"}, {"background": "#afaf00", "scope": "terminus.cdcd00.afaf00", "foreground": "#cdcd00"}, {"background": "#afaf5f", "scope": "terminus.cdcd00.afaf5f", "foreground": "#cdcd00"}, {"background": "#afaf87", "scope": "terminus.cdcd00.afaf87", "foreground": "#cdcd00"}, {"background": "#afafaf", "scope": "terminus.cdcd00.afafaf", "foreground": "#cdcd00"}, {"background": "#afafd7", "scope": "terminus.cdcd00.afafd7", "foreground": "#cdcd00"}, {"background": "#afafff", "scope": "terminus.cdcd00.afafff", "foreground": "#cdcd00"}, {"background": "#afd700", "scope": "terminus.cdcd00.afd700", "foreground": "#cdcd00"}, {"background": "#afd75f", "scope": "terminus.cdcd00.afd75f", "foreground": "#cdcd00"}, {"background": "#afd787", "scope": "terminus.cdcd00.afd787", "foreground": "#cdcd00"}, {"background": "#afd7af", "scope": "terminus.cdcd00.afd7af", "foreground": "#cdcd00"}, {"background": "#afd7d7", "scope": "terminus.cdcd00.afd7d7", "foreground": "#cdcd00"}, {"background": "#afd7ff", "scope": "terminus.cdcd00.afd7ff", "foreground": "#cdcd00"}, {"background": "#afff00", "scope": "terminus.cdcd00.afff00", "foreground": "#cdcd00"}, {"background": "#afff5f", "scope": "terminus.cdcd00.afff5f", "foreground": "#cdcd00"}, {"background": "#afff87", "scope": "terminus.cdcd00.afff87", "foreground": "#cdcd00"}, {"background": "#afffaf", "scope": "terminus.cdcd00.afffaf", "foreground": "#cdcd00"}, {"background": "#afffd7", "scope": "terminus.cdcd00.afffd7", "foreground": "#cdcd00"}, {"background": "#afffff", "scope": "terminus.cdcd00.afffff", "foreground": "#cdcd00"}, {"background": "#d70000", "scope": "terminus.cdcd00.d70000", "foreground": "#cdcd00"}, {"background": "#d7005f", "scope": "terminus.cdcd00.d7005f", "foreground": "#cdcd00"}, {"background": "#d70087", "scope": "terminus.cdcd00.d70087", "foreground": "#cdcd00"}, {"background": "#d700af", "scope": "terminus.cdcd00.d700af", "foreground": "#cdcd00"}, {"background": "#d700d7", "scope": "terminus.cdcd00.d700d7", "foreground": "#cdcd00"}, {"background": "#d700ff", "scope": "terminus.cdcd00.d700ff", "foreground": "#cdcd00"}, {"background": "#d75f00", "scope": "terminus.cdcd00.d75f00", "foreground": "#cdcd00"}, {"background": "#d75f5f", "scope": "terminus.cdcd00.d75f5f", "foreground": "#cdcd00"}, {"background": "#d75f87", "scope": "terminus.cdcd00.d75f87", "foreground": "#cdcd00"}, {"background": "#d75faf", "scope": "terminus.cdcd00.d75faf", "foreground": "#cdcd00"}, {"background": "#d75fd7", "scope": "terminus.cdcd00.d75fd7", "foreground": "#cdcd00"}, {"background": "#d75fff", "scope": "terminus.cdcd00.d75fff", "foreground": "#cdcd00"}, {"background": "#d78700", "scope": "terminus.cdcd00.d78700", "foreground": "#cdcd00"}, {"background": "#d7875f", "scope": "terminus.cdcd00.d7875f", "foreground": "#cdcd00"}, {"background": "#d78787", "scope": "terminus.cdcd00.d78787", "foreground": "#cdcd00"}, {"background": "#d787af", "scope": "terminus.cdcd00.d787af", "foreground": "#cdcd00"}, {"background": "#d787d7", "scope": "terminus.cdcd00.d787d7", "foreground": "#cdcd00"}, {"background": "#d787ff", "scope": "terminus.cdcd00.d787ff", "foreground": "#cdcd00"}, {"background": "#d7af00", "scope": "terminus.cdcd00.d7af00", "foreground": "#cdcd00"}, {"background": "#d7af5f", "scope": "terminus.cdcd00.d7af5f", "foreground": "#cdcd00"}, {"background": "#d7af87", "scope": "terminus.cdcd00.d7af87", "foreground": "#cdcd00"}, {"background": "#d7afaf", "scope": "terminus.cdcd00.d7afaf", "foreground": "#cdcd00"}, {"background": "#d7afd7", "scope": "terminus.cdcd00.d7afd7", "foreground": "#cdcd00"}, {"background": "#d7afff", "scope": "terminus.cdcd00.d7afff", "foreground": "#cdcd00"}, {"background": "#d7d700", "scope": "terminus.cdcd00.d7d700", "foreground": "#cdcd00"}, {"background": "#d7d75f", "scope": "terminus.cdcd00.d7d75f", "foreground": "#cdcd00"}, {"background": "#d7d787", "scope": "terminus.cdcd00.d7d787", "foreground": "#cdcd00"}, {"background": "#d7d7af", "scope": "terminus.cdcd00.d7d7af", "foreground": "#cdcd00"}, {"background": "#d7d7d7", "scope": "terminus.cdcd00.d7d7d7", "foreground": "#cdcd00"}, {"background": "#d7d7ff", "scope": "terminus.cdcd00.d7d7ff", "foreground": "#cdcd00"}, {"background": "#d7ff00", "scope": "terminus.cdcd00.d7ff00", "foreground": "#cdcd00"}, {"background": "#d7ff5f", "scope": "terminus.cdcd00.d7ff5f", "foreground": "#cdcd00"}, {"background": "#d7ff87", "scope": "terminus.cdcd00.d7ff87", "foreground": "#cdcd00"}, {"background": "#d7ffaf", "scope": "terminus.cdcd00.d7ffaf", "foreground": "#cdcd00"}, {"background": "#d7ffd7", "scope": "terminus.cdcd00.d7ffd7", "foreground": "#cdcd00"}, {"background": "#d7ffff", "scope": "terminus.cdcd00.d7ffff", "foreground": "#cdcd00"}, {"background": "#ff005f", "scope": "terminus.cdcd00.ff005f", "foreground": "#cdcd00"}, {"background": "#ff0087", "scope": "terminus.cdcd00.ff0087", "foreground": "#cdcd00"}, {"background": "#ff00af", "scope": "terminus.cdcd00.ff00af", "foreground": "#cdcd00"}, {"background": "#ff00d7", "scope": "terminus.cdcd00.ff00d7", "foreground": "#cdcd00"}, {"background": "#ff5f00", "scope": "terminus.cdcd00.ff5f00", "foreground": "#cdcd00"}, {"background": "#ff5f5f", "scope": "terminus.cdcd00.ff5f5f", "foreground": "#cdcd00"}, {"background": "#ff5f87", "scope": "terminus.cdcd00.ff5f87", "foreground": "#cdcd00"}, {"background": "#ff5faf", "scope": "terminus.cdcd00.ff5faf", "foreground": "#cdcd00"}, {"background": "#ff5fd7", "scope": "terminus.cdcd00.ff5fd7", "foreground": "#cdcd00"}, {"background": "#ff5fff", "scope": "terminus.cdcd00.ff5fff", "foreground": "#cdcd00"}, {"background": "#ff8700", "scope": "terminus.cdcd00.ff8700", "foreground": "#cdcd00"}, {"background": "#ff875f", "scope": "terminus.cdcd00.ff875f", "foreground": "#cdcd00"}, {"background": "#ff8787", "scope": "terminus.cdcd00.ff8787", "foreground": "#cdcd00"}, {"background": "#ff87af", "scope": "terminus.cdcd00.ff87af", "foreground": "#cdcd00"}, {"background": "#ff87d7", "scope": "terminus.cdcd00.ff87d7", "foreground": "#cdcd00"}, {"background": "#ff87ff", "scope": "terminus.cdcd00.ff87ff", "foreground": "#cdcd00"}, {"background": "#ffaf00", "scope": "terminus.cdcd00.ffaf00", "foreground": "#cdcd00"}, {"background": "#ffaf5f", "scope": "terminus.cdcd00.ffaf5f", "foreground": "#cdcd00"}, {"background": "#ffaf87", "scope": "terminus.cdcd00.ffaf87", "foreground": "#cdcd00"}, {"background": "#ffafaf", "scope": "terminus.cdcd00.ffafaf", "foreground": "#cdcd00"}, {"background": "#ffafd7", "scope": "terminus.cdcd00.ffafd7", "foreground": "#cdcd00"}, {"background": "#ffafff", "scope": "terminus.cdcd00.ffafff", "foreground": "#cdcd00"}, {"background": "#ffd700", "scope": "terminus.cdcd00.ffd700", "foreground": "#cdcd00"}, {"background": "#ffd75f", "scope": "terminus.cdcd00.ffd75f", "foreground": "#cdcd00"}, {"background": "#ffd787", "scope": "terminus.cdcd00.ffd787", "foreground": "#cdcd00"}, {"background": "#ffd7af", "scope": "terminus.cdcd00.ffd7af", "foreground": "#cdcd00"}, {"background": "#ffd7d7", "scope": "terminus.cdcd00.ffd7d7", "foreground": "#cdcd00"}, {"background": "#ffd7ff", "scope": "terminus.cdcd00.ffd7ff", "foreground": "#cdcd00"}, {"background": "#ffff5f", "scope": "terminus.cdcd00.ffff5f", "foreground": "#cdcd00"}, {"background": "#ffff87", "scope": "terminus.cdcd00.ffff87", "foreground": "#cdcd00"}, {"background": "#ffffaf", "scope": "terminus.cdcd00.ffffaf", "foreground": "#cdcd00"}, {"background": "#ffffd7", "scope": "terminus.cdcd00.ffffd7", "foreground": "#cdcd00"}, {"background": "#080808", "scope": "terminus.cdcd00.080808", "foreground": "#cdcd00"}, {"background": "#121212", "scope": "terminus.cdcd00.121212", "foreground": "#cdcd00"}, {"background": "#1c1c1c", "scope": "terminus.cdcd00.1c1c1c", "foreground": "#cdcd00"}, {"background": "#262626", "scope": "terminus.cdcd00.262626", "foreground": "#cdcd00"}, {"background": "#303030", "scope": "terminus.cdcd00.303030", "foreground": "#cdcd00"}, {"background": "#3a3a3a", "scope": "terminus.cdcd00.3a3a3a", "foreground": "#cdcd00"}, {"background": "#444444", "scope": "terminus.cdcd00.444444", "foreground": "#cdcd00"}, {"background": "#4e4e4e", "scope": "terminus.cdcd00.4e4e4e", "foreground": "#cdcd00"}, {"background": "#585858", "scope": "terminus.cdcd00.585858", "foreground": "#cdcd00"}, {"background": "#626262", "scope": "terminus.cdcd00.626262", "foreground": "#cdcd00"}, {"background": "#6c6c6c", "scope": "terminus.cdcd00.6c6c6c", "foreground": "#cdcd00"}, {"background": "#767676", "scope": "terminus.cdcd00.767676", "foreground": "#cdcd00"}, {"background": "#808080", "scope": "terminus.cdcd00.808080", "foreground": "#cdcd00"}, {"background": "#8a8a8a", "scope": "terminus.cdcd00.8a8a8a", "foreground": "#cdcd00"}, {"background": "#949494", "scope": "terminus.cdcd00.949494", "foreground": "#cdcd00"}, {"background": "#9e9e9e", "scope": "terminus.cdcd00.9e9e9e", "foreground": "#cdcd00"}, {"background": "#a8a8a8", "scope": "terminus.cdcd00.a8a8a8", "foreground": "#cdcd00"}, {"background": "#b2b2b2", "scope": "terminus.cdcd00.b2b2b2", "foreground": "#cdcd00"}, {"background": "#bcbcbc", "scope": "terminus.cdcd00.bcbcbc", "foreground": "#cdcd00"}, {"background": "#c6c6c6", "scope": "terminus.cdcd00.c6c6c6", "foreground": "#cdcd00"}, {"background": "#d0d0d0", "scope": "terminus.cdcd00.d0d0d0", "foreground": "#cdcd00"}, {"background": "#dadada", "scope": "terminus.cdcd00.dadada", "foreground": "#cdcd00"}, {"background": "#e4e4e4", "scope": "terminus.cdcd00.e4e4e4", "foreground": "#cdcd00"}, {"background": "#eeeeee", "scope": "terminus.cdcd00.eeeeee", "foreground": "#cdcd00"}, {"background": "var(black)", "scope": "terminus.0000ee.black", "foreground": "#0000ee"}, {"background": "var(red)", "scope": "terminus.0000ee.red", "foreground": "#0000ee"}, {"background": "var(green)", "scope": "terminus.0000ee.green", "foreground": "#0000ee"}, {"background": "var(brown)", "scope": "terminus.0000ee.brown", "foreground": "#0000ee"}, {"background": "var(blue)", "scope": "terminus.0000ee.blue", "foreground": "#0000ee"}, {"background": "var(magenta)", "scope": "terminus.0000ee.magenta", "foreground": "#0000ee"}, {"background": "var(cyan)", "scope": "terminus.0000ee.cyan", "foreground": "#0000ee"}, {"background": "var(white)", "scope": "terminus.0000ee.white", "foreground": "#0000ee"}, {"background": "var(light_black)", "scope": "terminus.0000ee.light_black", "foreground": "#0000ee"}, {"background": "var(light_red)", "scope": "terminus.0000ee.light_red", "foreground": "#0000ee"}, {"background": "var(light_green)", "scope": "terminus.0000ee.light_green", "foreground": "#0000ee"}, {"background": "var(light_brown)", "scope": "terminus.0000ee.light_brown", "foreground": "#0000ee"}, {"background": "var(light_blue)", "scope": "terminus.0000ee.light_blue", "foreground": "#0000ee"}, {"background": "var(light_magenta)", "scope": "terminus.0000ee.light_magenta", "foreground": "#0000ee"}, {"background": "var(light_cyan)", "scope": "terminus.0000ee.light_cyan", "foreground": "#0000ee"}, {"background": "var(light_white)", "scope": "terminus.0000ee.light_white", "foreground": "#0000ee"}, {"background": "var(background)", "scope": "terminus.0000ee.default", "foreground": "#0000ee"}, {"background": "var(foreground)", "scope": "terminus.0000ee.reverse_default", "foreground": "#0000ee"}, {"background": "#000000", "scope": "terminus.0000ee.000000", "foreground": "#0000ee"}, {"background": "#cd0000", "scope": "terminus.0000ee.cd0000", "foreground": "#0000ee"}, {"background": "#00cd00", "scope": "terminus.0000ee.00cd00", "foreground": "#0000ee"}, {"background": "#cdcd00", "scope": "terminus.0000ee.cdcd00", "foreground": "#0000ee"}, {"background": "#0000ee", "scope": "terminus.0000ee.0000ee", "foreground": "#0000ee"}, {"background": "#cd00cd", "scope": "terminus.0000ee.cd00cd", "foreground": "#0000ee"}, {"background": "#00cdcd", "scope": "terminus.0000ee.00cdcd", "foreground": "#0000ee"}, {"background": "#e5e5e5", "scope": "terminus.0000ee.e5e5e5", "foreground": "#0000ee"}, {"background": "#7f7f7f", "scope": "terminus.0000ee.7f7f7f", "foreground": "#0000ee"}, {"background": "#ff0000", "scope": "terminus.0000ee.ff0000", "foreground": "#0000ee"}, {"background": "#00ff00", "scope": "terminus.0000ee.00ff00", "foreground": "#0000ee"}, {"background": "#ffff00", "scope": "terminus.0000ee.ffff00", "foreground": "#0000ee"}, {"background": "#5c5cff", "scope": "terminus.0000ee.5c5cff", "foreground": "#0000ee"}, {"background": "#ff00ff", "scope": "terminus.0000ee.ff00ff", "foreground": "#0000ee"}, {"background": "#00ffff", "scope": "terminus.0000ee.00ffff", "foreground": "#0000ee"}, {"background": "#ffffff", "scope": "terminus.0000ee.ffffff", "foreground": "#0000ee"}, {"background": "#00005f", "scope": "terminus.0000ee.00005f", "foreground": "#0000ee"}, {"background": "#000087", "scope": "terminus.0000ee.000087", "foreground": "#0000ee"}, {"background": "#0000af", "scope": "terminus.0000ee.0000af", "foreground": "#0000ee"}, {"background": "#0000d7", "scope": "terminus.0000ee.0000d7", "foreground": "#0000ee"}, {"background": "#0000ff", "scope": "terminus.0000ee.0000ff", "foreground": "#0000ee"}, {"background": "#005f00", "scope": "terminus.0000ee.005f00", "foreground": "#0000ee"}, {"background": "#005f5f", "scope": "terminus.0000ee.005f5f", "foreground": "#0000ee"}, {"background": "#005f87", "scope": "terminus.0000ee.005f87", "foreground": "#0000ee"}, {"background": "#005faf", "scope": "terminus.0000ee.005faf", "foreground": "#0000ee"}, {"background": "#005fd7", "scope": "terminus.0000ee.005fd7", "foreground": "#0000ee"}, {"background": "#005fff", "scope": "terminus.0000ee.005fff", "foreground": "#0000ee"}, {"background": "#008700", "scope": "terminus.0000ee.008700", "foreground": "#0000ee"}, {"background": "#00875f", "scope": "terminus.0000ee.00875f", "foreground": "#0000ee"}, {"background": "#008787", "scope": "terminus.0000ee.008787", "foreground": "#0000ee"}, {"background": "#0087af", "scope": "terminus.0000ee.0087af", "foreground": "#0000ee"}, {"background": "#0087d7", "scope": "terminus.0000ee.0087d7", "foreground": "#0000ee"}, {"background": "#0087ff", "scope": "terminus.0000ee.0087ff", "foreground": "#0000ee"}, {"background": "#00af00", "scope": "terminus.0000ee.00af00", "foreground": "#0000ee"}, {"background": "#00af5f", "scope": "terminus.0000ee.00af5f", "foreground": "#0000ee"}, {"background": "#00af87", "scope": "terminus.0000ee.00af87", "foreground": "#0000ee"}, {"background": "#00afaf", "scope": "terminus.0000ee.00afaf", "foreground": "#0000ee"}, {"background": "#00afd7", "scope": "terminus.0000ee.00afd7", "foreground": "#0000ee"}, {"background": "#00afff", "scope": "terminus.0000ee.00afff", "foreground": "#0000ee"}, {"background": "#00d700", "scope": "terminus.0000ee.00d700", "foreground": "#0000ee"}, {"background": "#00d75f", "scope": "terminus.0000ee.00d75f", "foreground": "#0000ee"}, {"background": "#00d787", "scope": "terminus.0000ee.00d787", "foreground": "#0000ee"}, {"background": "#00d7af", "scope": "terminus.0000ee.00d7af", "foreground": "#0000ee"}, {"background": "#00d7d7", "scope": "terminus.0000ee.00d7d7", "foreground": "#0000ee"}, {"background": "#00d7ff", "scope": "terminus.0000ee.00d7ff", "foreground": "#0000ee"}, {"background": "#00ff5f", "scope": "terminus.0000ee.00ff5f", "foreground": "#0000ee"}, {"background": "#00ff87", "scope": "terminus.0000ee.00ff87", "foreground": "#0000ee"}, {"background": "#00ffaf", "scope": "terminus.0000ee.00ffaf", "foreground": "#0000ee"}, {"background": "#00ffd7", "scope": "terminus.0000ee.00ffd7", "foreground": "#0000ee"}, {"background": "#5f0000", "scope": "terminus.0000ee.5f0000", "foreground": "#0000ee"}, {"background": "#5f005f", "scope": "terminus.0000ee.5f005f", "foreground": "#0000ee"}, {"background": "#5f0087", "scope": "terminus.0000ee.5f0087", "foreground": "#0000ee"}, {"background": "#5f00af", "scope": "terminus.0000ee.5f00af", "foreground": "#0000ee"}, {"background": "#5f00d7", "scope": "terminus.0000ee.5f00d7", "foreground": "#0000ee"}, {"background": "#5f00ff", "scope": "terminus.0000ee.5f00ff", "foreground": "#0000ee"}, {"background": "#5f5f00", "scope": "terminus.0000ee.5f5f00", "foreground": "#0000ee"}, {"background": "#5f5f5f", "scope": "terminus.0000ee.5f5f5f", "foreground": "#0000ee"}, {"background": "#5f5f87", "scope": "terminus.0000ee.5f5f87", "foreground": "#0000ee"}, {"background": "#5f5faf", "scope": "terminus.0000ee.5f5faf", "foreground": "#0000ee"}, {"background": "#5f5fd7", "scope": "terminus.0000ee.5f5fd7", "foreground": "#0000ee"}, {"background": "#5f5fff", "scope": "terminus.0000ee.5f5fff", "foreground": "#0000ee"}, {"background": "#5f8700", "scope": "terminus.0000ee.5f8700", "foreground": "#0000ee"}, {"background": "#5f875f", "scope": "terminus.0000ee.5f875f", "foreground": "#0000ee"}, {"background": "#5f8787", "scope": "terminus.0000ee.5f8787", "foreground": "#0000ee"}, {"background": "#5f87af", "scope": "terminus.0000ee.5f87af", "foreground": "#0000ee"}, {"background": "#5f87d7", "scope": "terminus.0000ee.5f87d7", "foreground": "#0000ee"}, {"background": "#5f87ff", "scope": "terminus.0000ee.5f87ff", "foreground": "#0000ee"}, {"background": "#5faf00", "scope": "terminus.0000ee.5faf00", "foreground": "#0000ee"}, {"background": "#5faf5f", "scope": "terminus.0000ee.5faf5f", "foreground": "#0000ee"}, {"background": "#5faf87", "scope": "terminus.0000ee.5faf87", "foreground": "#0000ee"}, {"background": "#5fafaf", "scope": "terminus.0000ee.5fafaf", "foreground": "#0000ee"}, {"background": "#5fafd7", "scope": "terminus.0000ee.5fafd7", "foreground": "#0000ee"}, {"background": "#5fafff", "scope": "terminus.0000ee.5fafff", "foreground": "#0000ee"}, {"background": "#5fd700", "scope": "terminus.0000ee.5fd700", "foreground": "#0000ee"}, {"background": "#5fd75f", "scope": "terminus.0000ee.5fd75f", "foreground": "#0000ee"}, {"background": "#5fd787", "scope": "terminus.0000ee.5fd787", "foreground": "#0000ee"}, {"background": "#5fd7af", "scope": "terminus.0000ee.5fd7af", "foreground": "#0000ee"}, {"background": "#5fd7d7", "scope": "terminus.0000ee.5fd7d7", "foreground": "#0000ee"}, {"background": "#5fd7ff", "scope": "terminus.0000ee.5fd7ff", "foreground": "#0000ee"}, {"background": "#5fff00", "scope": "terminus.0000ee.5fff00", "foreground": "#0000ee"}, {"background": "#5fff5f", "scope": "terminus.0000ee.5fff5f", "foreground": "#0000ee"}, {"background": "#5fff87", "scope": "terminus.0000ee.5fff87", "foreground": "#0000ee"}, {"background": "#5fffaf", "scope": "terminus.0000ee.5fffaf", "foreground": "#0000ee"}, {"background": "#5fffd7", "scope": "terminus.0000ee.5fffd7", "foreground": "#0000ee"}, {"background": "#5fffff", "scope": "terminus.0000ee.5fffff", "foreground": "#0000ee"}, {"background": "#870000", "scope": "terminus.0000ee.870000", "foreground": "#0000ee"}, {"background": "#87005f", "scope": "terminus.0000ee.87005f", "foreground": "#0000ee"}, {"background": "#870087", "scope": "terminus.0000ee.870087", "foreground": "#0000ee"}, {"background": "#8700af", "scope": "terminus.0000ee.8700af", "foreground": "#0000ee"}, {"background": "#8700d7", "scope": "terminus.0000ee.8700d7", "foreground": "#0000ee"}, {"background": "#8700ff", "scope": "terminus.0000ee.8700ff", "foreground": "#0000ee"}, {"background": "#875f00", "scope": "terminus.0000ee.875f00", "foreground": "#0000ee"}, {"background": "#875f5f", "scope": "terminus.0000ee.875f5f", "foreground": "#0000ee"}, {"background": "#875f87", "scope": "terminus.0000ee.875f87", "foreground": "#0000ee"}, {"background": "#875faf", "scope": "terminus.0000ee.875faf", "foreground": "#0000ee"}, {"background": "#875fd7", "scope": "terminus.0000ee.875fd7", "foreground": "#0000ee"}, {"background": "#875fff", "scope": "terminus.0000ee.875fff", "foreground": "#0000ee"}, {"background": "#878700", "scope": "terminus.0000ee.878700", "foreground": "#0000ee"}, {"background": "#87875f", "scope": "terminus.0000ee.87875f", "foreground": "#0000ee"}, {"background": "#878787", "scope": "terminus.0000ee.878787", "foreground": "#0000ee"}, {"background": "#8787af", "scope": "terminus.0000ee.8787af", "foreground": "#0000ee"}, {"background": "#8787d7", "scope": "terminus.0000ee.8787d7", "foreground": "#0000ee"}, {"background": "#8787ff", "scope": "terminus.0000ee.8787ff", "foreground": "#0000ee"}, {"background": "#87af00", "scope": "terminus.0000ee.87af00", "foreground": "#0000ee"}, {"background": "#87af5f", "scope": "terminus.0000ee.87af5f", "foreground": "#0000ee"}, {"background": "#87af87", "scope": "terminus.0000ee.87af87", "foreground": "#0000ee"}, {"background": "#87afaf", "scope": "terminus.0000ee.87afaf", "foreground": "#0000ee"}, {"background": "#87afd7", "scope": "terminus.0000ee.87afd7", "foreground": "#0000ee"}, {"background": "#87afff", "scope": "terminus.0000ee.87afff", "foreground": "#0000ee"}, {"background": "#87d700", "scope": "terminus.0000ee.87d700", "foreground": "#0000ee"}, {"background": "#87d75f", "scope": "terminus.0000ee.87d75f", "foreground": "#0000ee"}, {"background": "#87d787", "scope": "terminus.0000ee.87d787", "foreground": "#0000ee"}, {"background": "#87d7af", "scope": "terminus.0000ee.87d7af", "foreground": "#0000ee"}, {"background": "#87d7d7", "scope": "terminus.0000ee.87d7d7", "foreground": "#0000ee"}, {"background": "#87d7ff", "scope": "terminus.0000ee.87d7ff", "foreground": "#0000ee"}, {"background": "#87ff00", "scope": "terminus.0000ee.87ff00", "foreground": "#0000ee"}, {"background": "#87ff5f", "scope": "terminus.0000ee.87ff5f", "foreground": "#0000ee"}, {"background": "#87ff87", "scope": "terminus.0000ee.87ff87", "foreground": "#0000ee"}, {"background": "#87ffaf", "scope": "terminus.0000ee.87ffaf", "foreground": "#0000ee"}, {"background": "#87ffd7", "scope": "terminus.0000ee.87ffd7", "foreground": "#0000ee"}, {"background": "#87ffff", "scope": "terminus.0000ee.87ffff", "foreground": "#0000ee"}, {"background": "#af0000", "scope": "terminus.0000ee.af0000", "foreground": "#0000ee"}, {"background": "#af005f", "scope": "terminus.0000ee.af005f", "foreground": "#0000ee"}, {"background": "#af0087", "scope": "terminus.0000ee.af0087", "foreground": "#0000ee"}, {"background": "#af00af", "scope": "terminus.0000ee.af00af", "foreground": "#0000ee"}, {"background": "#af00d7", "scope": "terminus.0000ee.af00d7", "foreground": "#0000ee"}, {"background": "#af00ff", "scope": "terminus.0000ee.af00ff", "foreground": "#0000ee"}, {"background": "#af5f00", "scope": "terminus.0000ee.af5f00", "foreground": "#0000ee"}, {"background": "#af5f5f", "scope": "terminus.0000ee.af5f5f", "foreground": "#0000ee"}, {"background": "#af5f87", "scope": "terminus.0000ee.af5f87", "foreground": "#0000ee"}, {"background": "#af5faf", "scope": "terminus.0000ee.af5faf", "foreground": "#0000ee"}, {"background": "#af5fd7", "scope": "terminus.0000ee.af5fd7", "foreground": "#0000ee"}, {"background": "#af5fff", "scope": "terminus.0000ee.af5fff", "foreground": "#0000ee"}, {"background": "#af8700", "scope": "terminus.0000ee.af8700", "foreground": "#0000ee"}, {"background": "#af875f", "scope": "terminus.0000ee.af875f", "foreground": "#0000ee"}, {"background": "#af8787", "scope": "terminus.0000ee.af8787", "foreground": "#0000ee"}, {"background": "#af87af", "scope": "terminus.0000ee.af87af", "foreground": "#0000ee"}, {"background": "#af87d7", "scope": "terminus.0000ee.af87d7", "foreground": "#0000ee"}, {"background": "#af87ff", "scope": "terminus.0000ee.af87ff", "foreground": "#0000ee"}, {"background": "#afaf00", "scope": "terminus.0000ee.afaf00", "foreground": "#0000ee"}, {"background": "#afaf5f", "scope": "terminus.0000ee.afaf5f", "foreground": "#0000ee"}, {"background": "#afaf87", "scope": "terminus.0000ee.afaf87", "foreground": "#0000ee"}, {"background": "#afafaf", "scope": "terminus.0000ee.afafaf", "foreground": "#0000ee"}, {"background": "#afafd7", "scope": "terminus.0000ee.afafd7", "foreground": "#0000ee"}, {"background": "#afafff", "scope": "terminus.0000ee.afafff", "foreground": "#0000ee"}, {"background": "#afd700", "scope": "terminus.0000ee.afd700", "foreground": "#0000ee"}, {"background": "#afd75f", "scope": "terminus.0000ee.afd75f", "foreground": "#0000ee"}, {"background": "#afd787", "scope": "terminus.0000ee.afd787", "foreground": "#0000ee"}, {"background": "#afd7af", "scope": "terminus.0000ee.afd7af", "foreground": "#0000ee"}, {"background": "#afd7d7", "scope": "terminus.0000ee.afd7d7", "foreground": "#0000ee"}, {"background": "#afd7ff", "scope": "terminus.0000ee.afd7ff", "foreground": "#0000ee"}, {"background": "#afff00", "scope": "terminus.0000ee.afff00", "foreground": "#0000ee"}, {"background": "#afff5f", "scope": "terminus.0000ee.afff5f", "foreground": "#0000ee"}, {"background": "#afff87", "scope": "terminus.0000ee.afff87", "foreground": "#0000ee"}, {"background": "#afffaf", "scope": "terminus.0000ee.afffaf", "foreground": "#0000ee"}, {"background": "#afffd7", "scope": "terminus.0000ee.afffd7", "foreground": "#0000ee"}, {"background": "#afffff", "scope": "terminus.0000ee.afffff", "foreground": "#0000ee"}, {"background": "#d70000", "scope": "terminus.0000ee.d70000", "foreground": "#0000ee"}, {"background": "#d7005f", "scope": "terminus.0000ee.d7005f", "foreground": "#0000ee"}, {"background": "#d70087", "scope": "terminus.0000ee.d70087", "foreground": "#0000ee"}, {"background": "#d700af", "scope": "terminus.0000ee.d700af", "foreground": "#0000ee"}, {"background": "#d700d7", "scope": "terminus.0000ee.d700d7", "foreground": "#0000ee"}, {"background": "#d700ff", "scope": "terminus.0000ee.d700ff", "foreground": "#0000ee"}, {"background": "#d75f00", "scope": "terminus.0000ee.d75f00", "foreground": "#0000ee"}, {"background": "#d75f5f", "scope": "terminus.0000ee.d75f5f", "foreground": "#0000ee"}, {"background": "#d75f87", "scope": "terminus.0000ee.d75f87", "foreground": "#0000ee"}, {"background": "#d75faf", "scope": "terminus.0000ee.d75faf", "foreground": "#0000ee"}, {"background": "#d75fd7", "scope": "terminus.0000ee.d75fd7", "foreground": "#0000ee"}, {"background": "#d75fff", "scope": "terminus.0000ee.d75fff", "foreground": "#0000ee"}, {"background": "#d78700", "scope": "terminus.0000ee.d78700", "foreground": "#0000ee"}, {"background": "#d7875f", "scope": "terminus.0000ee.d7875f", "foreground": "#0000ee"}, {"background": "#d78787", "scope": "terminus.0000ee.d78787", "foreground": "#0000ee"}, {"background": "#d787af", "scope": "terminus.0000ee.d787af", "foreground": "#0000ee"}, {"background": "#d787d7", "scope": "terminus.0000ee.d787d7", "foreground": "#0000ee"}, {"background": "#d787ff", "scope": "terminus.0000ee.d787ff", "foreground": "#0000ee"}, {"background": "#d7af00", "scope": "terminus.0000ee.d7af00", "foreground": "#0000ee"}, {"background": "#d7af5f", "scope": "terminus.0000ee.d7af5f", "foreground": "#0000ee"}, {"background": "#d7af87", "scope": "terminus.0000ee.d7af87", "foreground": "#0000ee"}, {"background": "#d7afaf", "scope": "terminus.0000ee.d7afaf", "foreground": "#0000ee"}, {"background": "#d7afd7", "scope": "terminus.0000ee.d7afd7", "foreground": "#0000ee"}, {"background": "#d7afff", "scope": "terminus.0000ee.d7afff", "foreground": "#0000ee"}, {"background": "#d7d700", "scope": "terminus.0000ee.d7d700", "foreground": "#0000ee"}, {"background": "#d7d75f", "scope": "terminus.0000ee.d7d75f", "foreground": "#0000ee"}, {"background": "#d7d787", "scope": "terminus.0000ee.d7d787", "foreground": "#0000ee"}, {"background": "#d7d7af", "scope": "terminus.0000ee.d7d7af", "foreground": "#0000ee"}, {"background": "#d7d7d7", "scope": "terminus.0000ee.d7d7d7", "foreground": "#0000ee"}, {"background": "#d7d7ff", "scope": "terminus.0000ee.d7d7ff", "foreground": "#0000ee"}, {"background": "#d7ff00", "scope": "terminus.0000ee.d7ff00", "foreground": "#0000ee"}, {"background": "#d7ff5f", "scope": "terminus.0000ee.d7ff5f", "foreground": "#0000ee"}, {"background": "#d7ff87", "scope": "terminus.0000ee.d7ff87", "foreground": "#0000ee"}, {"background": "#d7ffaf", "scope": "terminus.0000ee.d7ffaf", "foreground": "#0000ee"}, {"background": "#d7ffd7", "scope": "terminus.0000ee.d7ffd7", "foreground": "#0000ee"}, {"background": "#d7ffff", "scope": "terminus.0000ee.d7ffff", "foreground": "#0000ee"}, {"background": "#ff005f", "scope": "terminus.0000ee.ff005f", "foreground": "#0000ee"}, {"background": "#ff0087", "scope": "terminus.0000ee.ff0087", "foreground": "#0000ee"}, {"background": "#ff00af", "scope": "terminus.0000ee.ff00af", "foreground": "#0000ee"}, {"background": "#ff00d7", "scope": "terminus.0000ee.ff00d7", "foreground": "#0000ee"}, {"background": "#ff5f00", "scope": "terminus.0000ee.ff5f00", "foreground": "#0000ee"}, {"background": "#ff5f5f", "scope": "terminus.0000ee.ff5f5f", "foreground": "#0000ee"}, {"background": "#ff5f87", "scope": "terminus.0000ee.ff5f87", "foreground": "#0000ee"}, {"background": "#ff5faf", "scope": "terminus.0000ee.ff5faf", "foreground": "#0000ee"}, {"background": "#ff5fd7", "scope": "terminus.0000ee.ff5fd7", "foreground": "#0000ee"}, {"background": "#ff5fff", "scope": "terminus.0000ee.ff5fff", "foreground": "#0000ee"}, {"background": "#ff8700", "scope": "terminus.0000ee.ff8700", "foreground": "#0000ee"}, {"background": "#ff875f", "scope": "terminus.0000ee.ff875f", "foreground": "#0000ee"}, {"background": "#ff8787", "scope": "terminus.0000ee.ff8787", "foreground": "#0000ee"}, {"background": "#ff87af", "scope": "terminus.0000ee.ff87af", "foreground": "#0000ee"}, {"background": "#ff87d7", "scope": "terminus.0000ee.ff87d7", "foreground": "#0000ee"}, {"background": "#ff87ff", "scope": "terminus.0000ee.ff87ff", "foreground": "#0000ee"}, {"background": "#ffaf00", "scope": "terminus.0000ee.ffaf00", "foreground": "#0000ee"}, {"background": "#ffaf5f", "scope": "terminus.0000ee.ffaf5f", "foreground": "#0000ee"}, {"background": "#ffaf87", "scope": "terminus.0000ee.ffaf87", "foreground": "#0000ee"}, {"background": "#ffafaf", "scope": "terminus.0000ee.ffafaf", "foreground": "#0000ee"}, {"background": "#ffafd7", "scope": "terminus.0000ee.ffafd7", "foreground": "#0000ee"}, {"background": "#ffafff", "scope": "terminus.0000ee.ffafff", "foreground": "#0000ee"}, {"background": "#ffd700", "scope": "terminus.0000ee.ffd700", "foreground": "#0000ee"}, {"background": "#ffd75f", "scope": "terminus.0000ee.ffd75f", "foreground": "#0000ee"}, {"background": "#ffd787", "scope": "terminus.0000ee.ffd787", "foreground": "#0000ee"}, {"background": "#ffd7af", "scope": "terminus.0000ee.ffd7af", "foreground": "#0000ee"}, {"background": "#ffd7d7", "scope": "terminus.0000ee.ffd7d7", "foreground": "#0000ee"}, {"background": "#ffd7ff", "scope": "terminus.0000ee.ffd7ff", "foreground": "#0000ee"}, {"background": "#ffff5f", "scope": "terminus.0000ee.ffff5f", "foreground": "#0000ee"}, {"background": "#ffff87", "scope": "terminus.0000ee.ffff87", "foreground": "#0000ee"}, {"background": "#ffffaf", "scope": "terminus.0000ee.ffffaf", "foreground": "#0000ee"}, {"background": "#ffffd7", "scope": "terminus.0000ee.ffffd7", "foreground": "#0000ee"}, {"background": "#080808", "scope": "terminus.0000ee.080808", "foreground": "#0000ee"}, {"background": "#121212", "scope": "terminus.0000ee.121212", "foreground": "#0000ee"}, {"background": "#1c1c1c", "scope": "terminus.0000ee.1c1c1c", "foreground": "#0000ee"}, {"background": "#262626", "scope": "terminus.0000ee.262626", "foreground": "#0000ee"}, {"background": "#303030", "scope": "terminus.0000ee.303030", "foreground": "#0000ee"}, {"background": "#3a3a3a", "scope": "terminus.0000ee.3a3a3a", "foreground": "#0000ee"}, {"background": "#444444", "scope": "terminus.0000ee.444444", "foreground": "#0000ee"}, {"background": "#4e4e4e", "scope": "terminus.0000ee.4e4e4e", "foreground": "#0000ee"}, {"background": "#585858", "scope": "terminus.0000ee.585858", "foreground": "#0000ee"}, {"background": "#626262", "scope": "terminus.0000ee.626262", "foreground": "#0000ee"}, {"background": "#6c6c6c", "scope": "terminus.0000ee.6c6c6c", "foreground": "#0000ee"}, {"background": "#767676", "scope": "terminus.0000ee.767676", "foreground": "#0000ee"}, {"background": "#808080", "scope": "terminus.0000ee.808080", "foreground": "#0000ee"}, {"background": "#8a8a8a", "scope": "terminus.0000ee.8a8a8a", "foreground": "#0000ee"}, {"background": "#949494", "scope": "terminus.0000ee.949494", "foreground": "#0000ee"}, {"background": "#9e9e9e", "scope": "terminus.0000ee.9e9e9e", "foreground": "#0000ee"}, {"background": "#a8a8a8", "scope": "terminus.0000ee.a8a8a8", "foreground": "#0000ee"}, {"background": "#b2b2b2", "scope": "terminus.0000ee.b2b2b2", "foreground": "#0000ee"}, {"background": "#bcbcbc", "scope": "terminus.0000ee.bcbcbc", "foreground": "#0000ee"}, {"background": "#c6c6c6", "scope": "terminus.0000ee.c6c6c6", "foreground": "#0000ee"}, {"background": "#d0d0d0", "scope": "terminus.0000ee.d0d0d0", "foreground": "#0000ee"}, {"background": "#dadada", "scope": "terminus.0000ee.dadada", "foreground": "#0000ee"}, {"background": "#e4e4e4", "scope": "terminus.0000ee.e4e4e4", "foreground": "#0000ee"}, {"background": "#eeeeee", "scope": "terminus.0000ee.eeeeee", "foreground": "#0000ee"}, {"background": "var(black)", "scope": "terminus.cd00cd.black", "foreground": "#cd00cd"}, {"background": "var(red)", "scope": "terminus.cd00cd.red", "foreground": "#cd00cd"}, {"background": "var(green)", "scope": "terminus.cd00cd.green", "foreground": "#cd00cd"}, {"background": "var(brown)", "scope": "terminus.cd00cd.brown", "foreground": "#cd00cd"}, {"background": "var(blue)", "scope": "terminus.cd00cd.blue", "foreground": "#cd00cd"}, {"background": "var(magenta)", "scope": "terminus.cd00cd.magenta", "foreground": "#cd00cd"}, {"background": "var(cyan)", "scope": "terminus.cd00cd.cyan", "foreground": "#cd00cd"}, {"background": "var(white)", "scope": "terminus.cd00cd.white", "foreground": "#cd00cd"}, {"background": "var(light_black)", "scope": "terminus.cd00cd.light_black", "foreground": "#cd00cd"}, {"background": "var(light_red)", "scope": "terminus.cd00cd.light_red", "foreground": "#cd00cd"}, {"background": "var(light_green)", "scope": "terminus.cd00cd.light_green", "foreground": "#cd00cd"}, {"background": "var(light_brown)", "scope": "terminus.cd00cd.light_brown", "foreground": "#cd00cd"}, {"background": "var(light_blue)", "scope": "terminus.cd00cd.light_blue", "foreground": "#cd00cd"}, {"background": "var(light_magenta)", "scope": "terminus.cd00cd.light_magenta", "foreground": "#cd00cd"}, {"background": "var(light_cyan)", "scope": "terminus.cd00cd.light_cyan", "foreground": "#cd00cd"}, {"background": "var(light_white)", "scope": "terminus.cd00cd.light_white", "foreground": "#cd00cd"}, {"background": "var(background)", "scope": "terminus.cd00cd.default", "foreground": "#cd00cd"}, {"background": "var(foreground)", "scope": "terminus.cd00cd.reverse_default", "foreground": "#cd00cd"}, {"background": "#000000", "scope": "terminus.cd00cd.000000", "foreground": "#cd00cd"}, {"background": "#cd0000", "scope": "terminus.cd00cd.cd0000", "foreground": "#cd00cd"}, {"background": "#00cd00", "scope": "terminus.cd00cd.00cd00", "foreground": "#cd00cd"}, {"background": "#cdcd00", "scope": "terminus.cd00cd.cdcd00", "foreground": "#cd00cd"}, {"background": "#0000ee", "scope": "terminus.cd00cd.0000ee", "foreground": "#cd00cd"}, {"background": "#cd00cd", "scope": "terminus.cd00cd.cd00cd", "foreground": "#cd00cd"}, {"background": "#00cdcd", "scope": "terminus.cd00cd.00cdcd", "foreground": "#cd00cd"}, {"background": "#e5e5e5", "scope": "terminus.cd00cd.e5e5e5", "foreground": "#cd00cd"}, {"background": "#7f7f7f", "scope": "terminus.cd00cd.7f7f7f", "foreground": "#cd00cd"}, {"background": "#ff0000", "scope": "terminus.cd00cd.ff0000", "foreground": "#cd00cd"}, {"background": "#00ff00", "scope": "terminus.cd00cd.00ff00", "foreground": "#cd00cd"}, {"background": "#ffff00", "scope": "terminus.cd00cd.ffff00", "foreground": "#cd00cd"}, {"background": "#5c5cff", "scope": "terminus.cd00cd.5c5cff", "foreground": "#cd00cd"}, {"background": "#ff00ff", "scope": "terminus.cd00cd.ff00ff", "foreground": "#cd00cd"}, {"background": "#00ffff", "scope": "terminus.cd00cd.00ffff", "foreground": "#cd00cd"}, {"background": "#ffffff", "scope": "terminus.cd00cd.ffffff", "foreground": "#cd00cd"}, {"background": "#00005f", "scope": "terminus.cd00cd.00005f", "foreground": "#cd00cd"}, {"background": "#000087", "scope": "terminus.cd00cd.000087", "foreground": "#cd00cd"}, {"background": "#0000af", "scope": "terminus.cd00cd.0000af", "foreground": "#cd00cd"}, {"background": "#0000d7", "scope": "terminus.cd00cd.0000d7", "foreground": "#cd00cd"}, {"background": "#0000ff", "scope": "terminus.cd00cd.0000ff", "foreground": "#cd00cd"}, {"background": "#005f00", "scope": "terminus.cd00cd.005f00", "foreground": "#cd00cd"}, {"background": "#005f5f", "scope": "terminus.cd00cd.005f5f", "foreground": "#cd00cd"}, {"background": "#005f87", "scope": "terminus.cd00cd.005f87", "foreground": "#cd00cd"}, {"background": "#005faf", "scope": "terminus.cd00cd.005faf", "foreground": "#cd00cd"}, {"background": "#005fd7", "scope": "terminus.cd00cd.005fd7", "foreground": "#cd00cd"}, {"background": "#005fff", "scope": "terminus.cd00cd.005fff", "foreground": "#cd00cd"}, {"background": "#008700", "scope": "terminus.cd00cd.008700", "foreground": "#cd00cd"}, {"background": "#00875f", "scope": "terminus.cd00cd.00875f", "foreground": "#cd00cd"}, {"background": "#008787", "scope": "terminus.cd00cd.008787", "foreground": "#cd00cd"}, {"background": "#0087af", "scope": "terminus.cd00cd.0087af", "foreground": "#cd00cd"}, {"background": "#0087d7", "scope": "terminus.cd00cd.0087d7", "foreground": "#cd00cd"}, {"background": "#0087ff", "scope": "terminus.cd00cd.0087ff", "foreground": "#cd00cd"}, {"background": "#00af00", "scope": "terminus.cd00cd.00af00", "foreground": "#cd00cd"}, {"background": "#00af5f", "scope": "terminus.cd00cd.00af5f", "foreground": "#cd00cd"}, {"background": "#00af87", "scope": "terminus.cd00cd.00af87", "foreground": "#cd00cd"}, {"background": "#00afaf", "scope": "terminus.cd00cd.00afaf", "foreground": "#cd00cd"}, {"background": "#00afd7", "scope": "terminus.cd00cd.00afd7", "foreground": "#cd00cd"}, {"background": "#00afff", "scope": "terminus.cd00cd.00afff", "foreground": "#cd00cd"}, {"background": "#00d700", "scope": "terminus.cd00cd.00d700", "foreground": "#cd00cd"}, {"background": "#00d75f", "scope": "terminus.cd00cd.00d75f", "foreground": "#cd00cd"}, {"background": "#00d787", "scope": "terminus.cd00cd.00d787", "foreground": "#cd00cd"}, {"background": "#00d7af", "scope": "terminus.cd00cd.00d7af", "foreground": "#cd00cd"}, {"background": "#00d7d7", "scope": "terminus.cd00cd.00d7d7", "foreground": "#cd00cd"}, {"background": "#00d7ff", "scope": "terminus.cd00cd.00d7ff", "foreground": "#cd00cd"}, {"background": "#00ff5f", "scope": "terminus.cd00cd.00ff5f", "foreground": "#cd00cd"}, {"background": "#00ff87", "scope": "terminus.cd00cd.00ff87", "foreground": "#cd00cd"}, {"background": "#00ffaf", "scope": "terminus.cd00cd.00ffaf", "foreground": "#cd00cd"}, {"background": "#00ffd7", "scope": "terminus.cd00cd.00ffd7", "foreground": "#cd00cd"}, {"background": "#5f0000", "scope": "terminus.cd00cd.5f0000", "foreground": "#cd00cd"}, {"background": "#5f005f", "scope": "terminus.cd00cd.5f005f", "foreground": "#cd00cd"}, {"background": "#5f0087", "scope": "terminus.cd00cd.5f0087", "foreground": "#cd00cd"}, {"background": "#5f00af", "scope": "terminus.cd00cd.5f00af", "foreground": "#cd00cd"}, {"background": "#5f00d7", "scope": "terminus.cd00cd.5f00d7", "foreground": "#cd00cd"}, {"background": "#5f00ff", "scope": "terminus.cd00cd.5f00ff", "foreground": "#cd00cd"}, {"background": "#5f5f00", "scope": "terminus.cd00cd.5f5f00", "foreground": "#cd00cd"}, {"background": "#5f5f5f", "scope": "terminus.cd00cd.5f5f5f", "foreground": "#cd00cd"}, {"background": "#5f5f87", "scope": "terminus.cd00cd.5f5f87", "foreground": "#cd00cd"}, {"background": "#5f5faf", "scope": "terminus.cd00cd.5f5faf", "foreground": "#cd00cd"}, {"background": "#5f5fd7", "scope": "terminus.cd00cd.5f5fd7", "foreground": "#cd00cd"}, {"background": "#5f5fff", "scope": "terminus.cd00cd.5f5fff", "foreground": "#cd00cd"}, {"background": "#5f8700", "scope": "terminus.cd00cd.5f8700", "foreground": "#cd00cd"}, {"background": "#5f875f", "scope": "terminus.cd00cd.5f875f", "foreground": "#cd00cd"}, {"background": "#5f8787", "scope": "terminus.cd00cd.5f8787", "foreground": "#cd00cd"}, {"background": "#5f87af", "scope": "terminus.cd00cd.5f87af", "foreground": "#cd00cd"}, {"background": "#5f87d7", "scope": "terminus.cd00cd.5f87d7", "foreground": "#cd00cd"}, {"background": "#5f87ff", "scope": "terminus.cd00cd.5f87ff", "foreground": "#cd00cd"}, {"background": "#5faf00", "scope": "terminus.cd00cd.5faf00", "foreground": "#cd00cd"}, {"background": "#5faf5f", "scope": "terminus.cd00cd.5faf5f", "foreground": "#cd00cd"}, {"background": "#5faf87", "scope": "terminus.cd00cd.5faf87", "foreground": "#cd00cd"}, {"background": "#5fafaf", "scope": "terminus.cd00cd.5fafaf", "foreground": "#cd00cd"}, {"background": "#5fafd7", "scope": "terminus.cd00cd.5fafd7", "foreground": "#cd00cd"}, {"background": "#5fafff", "scope": "terminus.cd00cd.5fafff", "foreground": "#cd00cd"}, {"background": "#5fd700", "scope": "terminus.cd00cd.5fd700", "foreground": "#cd00cd"}, {"background": "#5fd75f", "scope": "terminus.cd00cd.5fd75f", "foreground": "#cd00cd"}, {"background": "#5fd787", "scope": "terminus.cd00cd.5fd787", "foreground": "#cd00cd"}, {"background": "#5fd7af", "scope": "terminus.cd00cd.5fd7af", "foreground": "#cd00cd"}, {"background": "#5fd7d7", "scope": "terminus.cd00cd.5fd7d7", "foreground": "#cd00cd"}, {"background": "#5fd7ff", "scope": "terminus.cd00cd.5fd7ff", "foreground": "#cd00cd"}, {"background": "#5fff00", "scope": "terminus.cd00cd.5fff00", "foreground": "#cd00cd"}, {"background": "#5fff5f", "scope": "terminus.cd00cd.5fff5f", "foreground": "#cd00cd"}, {"background": "#5fff87", "scope": "terminus.cd00cd.5fff87", "foreground": "#cd00cd"}, {"background": "#5fffaf", "scope": "terminus.cd00cd.5fffaf", "foreground": "#cd00cd"}, {"background": "#5fffd7", "scope": "terminus.cd00cd.5fffd7", "foreground": "#cd00cd"}, {"background": "#5fffff", "scope": "terminus.cd00cd.5fffff", "foreground": "#cd00cd"}, {"background": "#870000", "scope": "terminus.cd00cd.870000", "foreground": "#cd00cd"}, {"background": "#87005f", "scope": "terminus.cd00cd.87005f", "foreground": "#cd00cd"}, {"background": "#870087", "scope": "terminus.cd00cd.870087", "foreground": "#cd00cd"}, {"background": "#8700af", "scope": "terminus.cd00cd.8700af", "foreground": "#cd00cd"}, {"background": "#8700d7", "scope": "terminus.cd00cd.8700d7", "foreground": "#cd00cd"}, {"background": "#8700ff", "scope": "terminus.cd00cd.8700ff", "foreground": "#cd00cd"}, {"background": "#875f00", "scope": "terminus.cd00cd.875f00", "foreground": "#cd00cd"}, {"background": "#875f5f", "scope": "terminus.cd00cd.875f5f", "foreground": "#cd00cd"}, {"background": "#875f87", "scope": "terminus.cd00cd.875f87", "foreground": "#cd00cd"}, {"background": "#875faf", "scope": "terminus.cd00cd.875faf", "foreground": "#cd00cd"}, {"background": "#875fd7", "scope": "terminus.cd00cd.875fd7", "foreground": "#cd00cd"}, {"background": "#875fff", "scope": "terminus.cd00cd.875fff", "foreground": "#cd00cd"}, {"background": "#878700", "scope": "terminus.cd00cd.878700", "foreground": "#cd00cd"}, {"background": "#87875f", "scope": "terminus.cd00cd.87875f", "foreground": "#cd00cd"}, {"background": "#878787", "scope": "terminus.cd00cd.878787", "foreground": "#cd00cd"}, {"background": "#8787af", "scope": "terminus.cd00cd.8787af", "foreground": "#cd00cd"}, {"background": "#8787d7", "scope": "terminus.cd00cd.8787d7", "foreground": "#cd00cd"}, {"background": "#8787ff", "scope": "terminus.cd00cd.8787ff", "foreground": "#cd00cd"}, {"background": "#87af00", "scope": "terminus.cd00cd.87af00", "foreground": "#cd00cd"}, {"background": "#87af5f", "scope": "terminus.cd00cd.87af5f", "foreground": "#cd00cd"}, {"background": "#87af87", "scope": "terminus.cd00cd.87af87", "foreground": "#cd00cd"}, {"background": "#87afaf", "scope": "terminus.cd00cd.87afaf", "foreground": "#cd00cd"}, {"background": "#87afd7", "scope": "terminus.cd00cd.87afd7", "foreground": "#cd00cd"}, {"background": "#87afff", "scope": "terminus.cd00cd.87afff", "foreground": "#cd00cd"}, {"background": "#87d700", "scope": "terminus.cd00cd.87d700", "foreground": "#cd00cd"}, {"background": "#87d75f", "scope": "terminus.cd00cd.87d75f", "foreground": "#cd00cd"}, {"background": "#87d787", "scope": "terminus.cd00cd.87d787", "foreground": "#cd00cd"}, {"background": "#87d7af", "scope": "terminus.cd00cd.87d7af", "foreground": "#cd00cd"}, {"background": "#87d7d7", "scope": "terminus.cd00cd.87d7d7", "foreground": "#cd00cd"}, {"background": "#87d7ff", "scope": "terminus.cd00cd.87d7ff", "foreground": "#cd00cd"}, {"background": "#87ff00", "scope": "terminus.cd00cd.87ff00", "foreground": "#cd00cd"}, {"background": "#87ff5f", "scope": "terminus.cd00cd.87ff5f", "foreground": "#cd00cd"}, {"background": "#87ff87", "scope": "terminus.cd00cd.87ff87", "foreground": "#cd00cd"}, {"background": "#87ffaf", "scope": "terminus.cd00cd.87ffaf", "foreground": "#cd00cd"}, {"background": "#87ffd7", "scope": "terminus.cd00cd.87ffd7", "foreground": "#cd00cd"}, {"background": "#87ffff", "scope": "terminus.cd00cd.87ffff", "foreground": "#cd00cd"}, {"background": "#af0000", "scope": "terminus.cd00cd.af0000", "foreground": "#cd00cd"}, {"background": "#af005f", "scope": "terminus.cd00cd.af005f", "foreground": "#cd00cd"}, {"background": "#af0087", "scope": "terminus.cd00cd.af0087", "foreground": "#cd00cd"}, {"background": "#af00af", "scope": "terminus.cd00cd.af00af", "foreground": "#cd00cd"}, {"background": "#af00d7", "scope": "terminus.cd00cd.af00d7", "foreground": "#cd00cd"}, {"background": "#af00ff", "scope": "terminus.cd00cd.af00ff", "foreground": "#cd00cd"}, {"background": "#af5f00", "scope": "terminus.cd00cd.af5f00", "foreground": "#cd00cd"}, {"background": "#af5f5f", "scope": "terminus.cd00cd.af5f5f", "foreground": "#cd00cd"}, {"background": "#af5f87", "scope": "terminus.cd00cd.af5f87", "foreground": "#cd00cd"}, {"background": "#af5faf", "scope": "terminus.cd00cd.af5faf", "foreground": "#cd00cd"}, {"background": "#af5fd7", "scope": "terminus.cd00cd.af5fd7", "foreground": "#cd00cd"}, {"background": "#af5fff", "scope": "terminus.cd00cd.af5fff", "foreground": "#cd00cd"}, {"background": "#af8700", "scope": "terminus.cd00cd.af8700", "foreground": "#cd00cd"}, {"background": "#af875f", "scope": "terminus.cd00cd.af875f", "foreground": "#cd00cd"}, {"background": "#af8787", "scope": "terminus.cd00cd.af8787", "foreground": "#cd00cd"}, {"background": "#af87af", "scope": "terminus.cd00cd.af87af", "foreground": "#cd00cd"}, {"background": "#af87d7", "scope": "terminus.cd00cd.af87d7", "foreground": "#cd00cd"}, {"background": "#af87ff", "scope": "terminus.cd00cd.af87ff", "foreground": "#cd00cd"}, {"background": "#afaf00", "scope": "terminus.cd00cd.afaf00", "foreground": "#cd00cd"}, {"background": "#afaf5f", "scope": "terminus.cd00cd.afaf5f", "foreground": "#cd00cd"}, {"background": "#afaf87", "scope": "terminus.cd00cd.afaf87", "foreground": "#cd00cd"}, {"background": "#afafaf", "scope": "terminus.cd00cd.afafaf", "foreground": "#cd00cd"}, {"background": "#afafd7", "scope": "terminus.cd00cd.afafd7", "foreground": "#cd00cd"}, {"background": "#afafff", "scope": "terminus.cd00cd.afafff", "foreground": "#cd00cd"}, {"background": "#afd700", "scope": "terminus.cd00cd.afd700", "foreground": "#cd00cd"}, {"background": "#afd75f", "scope": "terminus.cd00cd.afd75f", "foreground": "#cd00cd"}, {"background": "#afd787", "scope": "terminus.cd00cd.afd787", "foreground": "#cd00cd"}, {"background": "#afd7af", "scope": "terminus.cd00cd.afd7af", "foreground": "#cd00cd"}, {"background": "#afd7d7", "scope": "terminus.cd00cd.afd7d7", "foreground": "#cd00cd"}, {"background": "#afd7ff", "scope": "terminus.cd00cd.afd7ff", "foreground": "#cd00cd"}, {"background": "#afff00", "scope": "terminus.cd00cd.afff00", "foreground": "#cd00cd"}, {"background": "#afff5f", "scope": "terminus.cd00cd.afff5f", "foreground": "#cd00cd"}, {"background": "#afff87", "scope": "terminus.cd00cd.afff87", "foreground": "#cd00cd"}, {"background": "#afffaf", "scope": "terminus.cd00cd.afffaf", "foreground": "#cd00cd"}, {"background": "#afffd7", "scope": "terminus.cd00cd.afffd7", "foreground": "#cd00cd"}, {"background": "#afffff", "scope": "terminus.cd00cd.afffff", "foreground": "#cd00cd"}, {"background": "#d70000", "scope": "terminus.cd00cd.d70000", "foreground": "#cd00cd"}, {"background": "#d7005f", "scope": "terminus.cd00cd.d7005f", "foreground": "#cd00cd"}, {"background": "#d70087", "scope": "terminus.cd00cd.d70087", "foreground": "#cd00cd"}, {"background": "#d700af", "scope": "terminus.cd00cd.d700af", "foreground": "#cd00cd"}, {"background": "#d700d7", "scope": "terminus.cd00cd.d700d7", "foreground": "#cd00cd"}, {"background": "#d700ff", "scope": "terminus.cd00cd.d700ff", "foreground": "#cd00cd"}, {"background": "#d75f00", "scope": "terminus.cd00cd.d75f00", "foreground": "#cd00cd"}, {"background": "#d75f5f", "scope": "terminus.cd00cd.d75f5f", "foreground": "#cd00cd"}, {"background": "#d75f87", "scope": "terminus.cd00cd.d75f87", "foreground": "#cd00cd"}, {"background": "#d75faf", "scope": "terminus.cd00cd.d75faf", "foreground": "#cd00cd"}, {"background": "#d75fd7", "scope": "terminus.cd00cd.d75fd7", "foreground": "#cd00cd"}, {"background": "#d75fff", "scope": "terminus.cd00cd.d75fff", "foreground": "#cd00cd"}, {"background": "#d78700", "scope": "terminus.cd00cd.d78700", "foreground": "#cd00cd"}, {"background": "#d7875f", "scope": "terminus.cd00cd.d7875f", "foreground": "#cd00cd"}, {"background": "#d78787", "scope": "terminus.cd00cd.d78787", "foreground": "#cd00cd"}, {"background": "#d787af", "scope": "terminus.cd00cd.d787af", "foreground": "#cd00cd"}, {"background": "#d787d7", "scope": "terminus.cd00cd.d787d7", "foreground": "#cd00cd"}, {"background": "#d787ff", "scope": "terminus.cd00cd.d787ff", "foreground": "#cd00cd"}, {"background": "#d7af00", "scope": "terminus.cd00cd.d7af00", "foreground": "#cd00cd"}, {"background": "#d7af5f", "scope": "terminus.cd00cd.d7af5f", "foreground": "#cd00cd"}, {"background": "#d7af87", "scope": "terminus.cd00cd.d7af87", "foreground": "#cd00cd"}, {"background": "#d7afaf", "scope": "terminus.cd00cd.d7afaf", "foreground": "#cd00cd"}, {"background": "#d7afd7", "scope": "terminus.cd00cd.d7afd7", "foreground": "#cd00cd"}, {"background": "#d7afff", "scope": "terminus.cd00cd.d7afff", "foreground": "#cd00cd"}, {"background": "#d7d700", "scope": "terminus.cd00cd.d7d700", "foreground": "#cd00cd"}, {"background": "#d7d75f", "scope": "terminus.cd00cd.d7d75f", "foreground": "#cd00cd"}, {"background": "#d7d787", "scope": "terminus.cd00cd.d7d787", "foreground": "#cd00cd"}, {"background": "#d7d7af", "scope": "terminus.cd00cd.d7d7af", "foreground": "#cd00cd"}, {"background": "#d7d7d7", "scope": "terminus.cd00cd.d7d7d7", "foreground": "#cd00cd"}, {"background": "#d7d7ff", "scope": "terminus.cd00cd.d7d7ff", "foreground": "#cd00cd"}, {"background": "#d7ff00", "scope": "terminus.cd00cd.d7ff00", "foreground": "#cd00cd"}, {"background": "#d7ff5f", "scope": "terminus.cd00cd.d7ff5f", "foreground": "#cd00cd"}, {"background": "#d7ff87", "scope": "terminus.cd00cd.d7ff87", "foreground": "#cd00cd"}, {"background": "#d7ffaf", "scope": "terminus.cd00cd.d7ffaf", "foreground": "#cd00cd"}, {"background": "#d7ffd7", "scope": "terminus.cd00cd.d7ffd7", "foreground": "#cd00cd"}, {"background": "#d7ffff", "scope": "terminus.cd00cd.d7ffff", "foreground": "#cd00cd"}, {"background": "#ff005f", "scope": "terminus.cd00cd.ff005f", "foreground": "#cd00cd"}, {"background": "#ff0087", "scope": "terminus.cd00cd.ff0087", "foreground": "#cd00cd"}, {"background": "#ff00af", "scope": "terminus.cd00cd.ff00af", "foreground": "#cd00cd"}, {"background": "#ff00d7", "scope": "terminus.cd00cd.ff00d7", "foreground": "#cd00cd"}, {"background": "#ff5f00", "scope": "terminus.cd00cd.ff5f00", "foreground": "#cd00cd"}, {"background": "#ff5f5f", "scope": "terminus.cd00cd.ff5f5f", "foreground": "#cd00cd"}, {"background": "#ff5f87", "scope": "terminus.cd00cd.ff5f87", "foreground": "#cd00cd"}, {"background": "#ff5faf", "scope": "terminus.cd00cd.ff5faf", "foreground": "#cd00cd"}, {"background": "#ff5fd7", "scope": "terminus.cd00cd.ff5fd7", "foreground": "#cd00cd"}, {"background": "#ff5fff", "scope": "terminus.cd00cd.ff5fff", "foreground": "#cd00cd"}, {"background": "#ff8700", "scope": "terminus.cd00cd.ff8700", "foreground": "#cd00cd"}, {"background": "#ff875f", "scope": "terminus.cd00cd.ff875f", "foreground": "#cd00cd"}, {"background": "#ff8787", "scope": "terminus.cd00cd.ff8787", "foreground": "#cd00cd"}, {"background": "#ff87af", "scope": "terminus.cd00cd.ff87af", "foreground": "#cd00cd"}, {"background": "#ff87d7", "scope": "terminus.cd00cd.ff87d7", "foreground": "#cd00cd"}, {"background": "#ff87ff", "scope": "terminus.cd00cd.ff87ff", "foreground": "#cd00cd"}, {"background": "#ffaf00", "scope": "terminus.cd00cd.ffaf00", "foreground": "#cd00cd"}, {"background": "#ffaf5f", "scope": "terminus.cd00cd.ffaf5f", "foreground": "#cd00cd"}, {"background": "#ffaf87", "scope": "terminus.cd00cd.ffaf87", "foreground": "#cd00cd"}, {"background": "#ffafaf", "scope": "terminus.cd00cd.ffafaf", "foreground": "#cd00cd"}, {"background": "#ffafd7", "scope": "terminus.cd00cd.ffafd7", "foreground": "#cd00cd"}, {"background": "#ffafff", "scope": "terminus.cd00cd.ffafff", "foreground": "#cd00cd"}, {"background": "#ffd700", "scope": "terminus.cd00cd.ffd700", "foreground": "#cd00cd"}, {"background": "#ffd75f", "scope": "terminus.cd00cd.ffd75f", "foreground": "#cd00cd"}, {"background": "#ffd787", "scope": "terminus.cd00cd.ffd787", "foreground": "#cd00cd"}, {"background": "#ffd7af", "scope": "terminus.cd00cd.ffd7af", "foreground": "#cd00cd"}, {"background": "#ffd7d7", "scope": "terminus.cd00cd.ffd7d7", "foreground": "#cd00cd"}, {"background": "#ffd7ff", "scope": "terminus.cd00cd.ffd7ff", "foreground": "#cd00cd"}, {"background": "#ffff5f", "scope": "terminus.cd00cd.ffff5f", "foreground": "#cd00cd"}, {"background": "#ffff87", "scope": "terminus.cd00cd.ffff87", "foreground": "#cd00cd"}, {"background": "#ffffaf", "scope": "terminus.cd00cd.ffffaf", "foreground": "#cd00cd"}, {"background": "#ffffd7", "scope": "terminus.cd00cd.ffffd7", "foreground": "#cd00cd"}, {"background": "#080808", "scope": "terminus.cd00cd.080808", "foreground": "#cd00cd"}, {"background": "#121212", "scope": "terminus.cd00cd.121212", "foreground": "#cd00cd"}, {"background": "#1c1c1c", "scope": "terminus.cd00cd.1c1c1c", "foreground": "#cd00cd"}, {"background": "#262626", "scope": "terminus.cd00cd.262626", "foreground": "#cd00cd"}, {"background": "#303030", "scope": "terminus.cd00cd.303030", "foreground": "#cd00cd"}, {"background": "#3a3a3a", "scope": "terminus.cd00cd.3a3a3a", "foreground": "#cd00cd"}, {"background": "#444444", "scope": "terminus.cd00cd.444444", "foreground": "#cd00cd"}, {"background": "#4e4e4e", "scope": "terminus.cd00cd.4e4e4e", "foreground": "#cd00cd"}, {"background": "#585858", "scope": "terminus.cd00cd.585858", "foreground": "#cd00cd"}, {"background": "#626262", "scope": "terminus.cd00cd.626262", "foreground": "#cd00cd"}, {"background": "#6c6c6c", "scope": "terminus.cd00cd.6c6c6c", "foreground": "#cd00cd"}, {"background": "#767676", "scope": "terminus.cd00cd.767676", "foreground": "#cd00cd"}, {"background": "#808080", "scope": "terminus.cd00cd.808080", "foreground": "#cd00cd"}, {"background": "#8a8a8a", "scope": "terminus.cd00cd.8a8a8a", "foreground": "#cd00cd"}, {"background": "#949494", "scope": "terminus.cd00cd.949494", "foreground": "#cd00cd"}, {"background": "#9e9e9e", "scope": "terminus.cd00cd.9e9e9e", "foreground": "#cd00cd"}, {"background": "#a8a8a8", "scope": "terminus.cd00cd.a8a8a8", "foreground": "#cd00cd"}, {"background": "#b2b2b2", "scope": "terminus.cd00cd.b2b2b2", "foreground": "#cd00cd"}, {"background": "#bcbcbc", "scope": "terminus.cd00cd.bcbcbc", "foreground": "#cd00cd"}, {"background": "#c6c6c6", "scope": "terminus.cd00cd.c6c6c6", "foreground": "#cd00cd"}, {"background": "#d0d0d0", "scope": "terminus.cd00cd.d0d0d0", "foreground": "#cd00cd"}, {"background": "#dadada", "scope": "terminus.cd00cd.dadada", "foreground": "#cd00cd"}, {"background": "#e4e4e4", "scope": "terminus.cd00cd.e4e4e4", "foreground": "#cd00cd"}, {"background": "#eeeeee", "scope": "terminus.cd00cd.eeeeee", "foreground": "#cd00cd"}, {"background": "var(black)", "scope": "terminus.00cdcd.black", "foreground": "#00cdcd"}, {"background": "var(red)", "scope": "terminus.00cdcd.red", "foreground": "#00cdcd"}, {"background": "var(green)", "scope": "terminus.00cdcd.green", "foreground": "#00cdcd"}, {"background": "var(brown)", "scope": "terminus.00cdcd.brown", "foreground": "#00cdcd"}, {"background": "var(blue)", "scope": "terminus.00cdcd.blue", "foreground": "#00cdcd"}, {"background": "var(magenta)", "scope": "terminus.00cdcd.magenta", "foreground": "#00cdcd"}, {"background": "var(cyan)", "scope": "terminus.00cdcd.cyan", "foreground": "#00cdcd"}, {"background": "var(white)", "scope": "terminus.00cdcd.white", "foreground": "#00cdcd"}, {"background": "var(light_black)", "scope": "terminus.00cdcd.light_black", "foreground": "#00cdcd"}, {"background": "var(light_red)", "scope": "terminus.00cdcd.light_red", "foreground": "#00cdcd"}, {"background": "var(light_green)", "scope": "terminus.00cdcd.light_green", "foreground": "#00cdcd"}, {"background": "var(light_brown)", "scope": "terminus.00cdcd.light_brown", "foreground": "#00cdcd"}, {"background": "var(light_blue)", "scope": "terminus.00cdcd.light_blue", "foreground": "#00cdcd"}, {"background": "var(light_magenta)", "scope": "terminus.00cdcd.light_magenta", "foreground": "#00cdcd"}, {"background": "var(light_cyan)", "scope": "terminus.00cdcd.light_cyan", "foreground": "#00cdcd"}, {"background": "var(light_white)", "scope": "terminus.00cdcd.light_white", "foreground": "#00cdcd"}, {"background": "var(background)", "scope": "terminus.00cdcd.default", "foreground": "#00cdcd"}, {"background": "var(foreground)", "scope": "terminus.00cdcd.reverse_default", "foreground": "#00cdcd"}, {"background": "#000000", "scope": "terminus.00cdcd.000000", "foreground": "#00cdcd"}, {"background": "#cd0000", "scope": "terminus.00cdcd.cd0000", "foreground": "#00cdcd"}, {"background": "#00cd00", "scope": "terminus.00cdcd.00cd00", "foreground": "#00cdcd"}, {"background": "#cdcd00", "scope": "terminus.00cdcd.cdcd00", "foreground": "#00cdcd"}, {"background": "#0000ee", "scope": "terminus.00cdcd.0000ee", "foreground": "#00cdcd"}, {"background": "#cd00cd", "scope": "terminus.00cdcd.cd00cd", "foreground": "#00cdcd"}, {"background": "#00cdcd", "scope": "terminus.00cdcd.00cdcd", "foreground": "#00cdcd"}, {"background": "#e5e5e5", "scope": "terminus.00cdcd.e5e5e5", "foreground": "#00cdcd"}, {"background": "#7f7f7f", "scope": "terminus.00cdcd.7f7f7f", "foreground": "#00cdcd"}, {"background": "#ff0000", "scope": "terminus.00cdcd.ff0000", "foreground": "#00cdcd"}, {"background": "#00ff00", "scope": "terminus.00cdcd.00ff00", "foreground": "#00cdcd"}, {"background": "#ffff00", "scope": "terminus.00cdcd.ffff00", "foreground": "#00cdcd"}, {"background": "#5c5cff", "scope": "terminus.00cdcd.5c5cff", "foreground": "#00cdcd"}, {"background": "#ff00ff", "scope": "terminus.00cdcd.ff00ff", "foreground": "#00cdcd"}, {"background": "#00ffff", "scope": "terminus.00cdcd.00ffff", "foreground": "#00cdcd"}, {"background": "#ffffff", "scope": "terminus.00cdcd.ffffff", "foreground": "#00cdcd"}, {"background": "#00005f", "scope": "terminus.00cdcd.00005f", "foreground": "#00cdcd"}, {"background": "#000087", "scope": "terminus.00cdcd.000087", "foreground": "#00cdcd"}, {"background": "#0000af", "scope": "terminus.00cdcd.0000af", "foreground": "#00cdcd"}, {"background": "#0000d7", "scope": "terminus.00cdcd.0000d7", "foreground": "#00cdcd"}, {"background": "#0000ff", "scope": "terminus.00cdcd.0000ff", "foreground": "#00cdcd"}, {"background": "#005f00", "scope": "terminus.00cdcd.005f00", "foreground": "#00cdcd"}, {"background": "#005f5f", "scope": "terminus.00cdcd.005f5f", "foreground": "#00cdcd"}, {"background": "#005f87", "scope": "terminus.00cdcd.005f87", "foreground": "#00cdcd"}, {"background": "#005faf", "scope": "terminus.00cdcd.005faf", "foreground": "#00cdcd"}, {"background": "#005fd7", "scope": "terminus.00cdcd.005fd7", "foreground": "#00cdcd"}, {"background": "#005fff", "scope": "terminus.00cdcd.005fff", "foreground": "#00cdcd"}, {"background": "#008700", "scope": "terminus.00cdcd.008700", "foreground": "#00cdcd"}, {"background": "#00875f", "scope": "terminus.00cdcd.00875f", "foreground": "#00cdcd"}, {"background": "#008787", "scope": "terminus.00cdcd.008787", "foreground": "#00cdcd"}, {"background": "#0087af", "scope": "terminus.00cdcd.0087af", "foreground": "#00cdcd"}, {"background": "#0087d7", "scope": "terminus.00cdcd.0087d7", "foreground": "#00cdcd"}, {"background": "#0087ff", "scope": "terminus.00cdcd.0087ff", "foreground": "#00cdcd"}, {"background": "#00af00", "scope": "terminus.00cdcd.00af00", "foreground": "#00cdcd"}, {"background": "#00af5f", "scope": "terminus.00cdcd.00af5f", "foreground": "#00cdcd"}, {"background": "#00af87", "scope": "terminus.00cdcd.00af87", "foreground": "#00cdcd"}, {"background": "#00afaf", "scope": "terminus.00cdcd.00afaf", "foreground": "#00cdcd"}, {"background": "#00afd7", "scope": "terminus.00cdcd.00afd7", "foreground": "#00cdcd"}, {"background": "#00afff", "scope": "terminus.00cdcd.00afff", "foreground": "#00cdcd"}, {"background": "#00d700", "scope": "terminus.00cdcd.00d700", "foreground": "#00cdcd"}, {"background": "#00d75f", "scope": "terminus.00cdcd.00d75f", "foreground": "#00cdcd"}, {"background": "#00d787", "scope": "terminus.00cdcd.00d787", "foreground": "#00cdcd"}, {"background": "#00d7af", "scope": "terminus.00cdcd.00d7af", "foreground": "#00cdcd"}, {"background": "#00d7d7", "scope": "terminus.00cdcd.00d7d7", "foreground": "#00cdcd"}, {"background": "#00d7ff", "scope": "terminus.00cdcd.00d7ff", "foreground": "#00cdcd"}, {"background": "#00ff5f", "scope": "terminus.00cdcd.00ff5f", "foreground": "#00cdcd"}, {"background": "#00ff87", "scope": "terminus.00cdcd.00ff87", "foreground": "#00cdcd"}, {"background": "#00ffaf", "scope": "terminus.00cdcd.00ffaf", "foreground": "#00cdcd"}, {"background": "#00ffd7", "scope": "terminus.00cdcd.00ffd7", "foreground": "#00cdcd"}, {"background": "#5f0000", "scope": "terminus.00cdcd.5f0000", "foreground": "#00cdcd"}, {"background": "#5f005f", "scope": "terminus.00cdcd.5f005f", "foreground": "#00cdcd"}, {"background": "#5f0087", "scope": "terminus.00cdcd.5f0087", "foreground": "#00cdcd"}, {"background": "#5f00af", "scope": "terminus.00cdcd.5f00af", "foreground": "#00cdcd"}, {"background": "#5f00d7", "scope": "terminus.00cdcd.5f00d7", "foreground": "#00cdcd"}, {"background": "#5f00ff", "scope": "terminus.00cdcd.5f00ff", "foreground": "#00cdcd"}, {"background": "#5f5f00", "scope": "terminus.00cdcd.5f5f00", "foreground": "#00cdcd"}, {"background": "#5f5f5f", "scope": "terminus.00cdcd.5f5f5f", "foreground": "#00cdcd"}, {"background": "#5f5f87", "scope": "terminus.00cdcd.5f5f87", "foreground": "#00cdcd"}, {"background": "#5f5faf", "scope": "terminus.00cdcd.5f5faf", "foreground": "#00cdcd"}, {"background": "#5f5fd7", "scope": "terminus.00cdcd.5f5fd7", "foreground": "#00cdcd"}, {"background": "#5f5fff", "scope": "terminus.00cdcd.5f5fff", "foreground": "#00cdcd"}, {"background": "#5f8700", "scope": "terminus.00cdcd.5f8700", "foreground": "#00cdcd"}, {"background": "#5f875f", "scope": "terminus.00cdcd.5f875f", "foreground": "#00cdcd"}, {"background": "#5f8787", "scope": "terminus.00cdcd.5f8787", "foreground": "#00cdcd"}, {"background": "#5f87af", "scope": "terminus.00cdcd.5f87af", "foreground": "#00cdcd"}, {"background": "#5f87d7", "scope": "terminus.00cdcd.5f87d7", "foreground": "#00cdcd"}, {"background": "#5f87ff", "scope": "terminus.00cdcd.5f87ff", "foreground": "#00cdcd"}, {"background": "#5faf00", "scope": "terminus.00cdcd.5faf00", "foreground": "#00cdcd"}, {"background": "#5faf5f", "scope": "terminus.00cdcd.5faf5f", "foreground": "#00cdcd"}, {"background": "#5faf87", "scope": "terminus.00cdcd.5faf87", "foreground": "#00cdcd"}, {"background": "#5fafaf", "scope": "terminus.00cdcd.5fafaf", "foreground": "#00cdcd"}, {"background": "#5fafd7", "scope": "terminus.00cdcd.5fafd7", "foreground": "#00cdcd"}, {"background": "#5fafff", "scope": "terminus.00cdcd.5fafff", "foreground": "#00cdcd"}, {"background": "#5fd700", "scope": "terminus.00cdcd.5fd700", "foreground": "#00cdcd"}, {"background": "#5fd75f", "scope": "terminus.00cdcd.5fd75f", "foreground": "#00cdcd"}, {"background": "#5fd787", "scope": "terminus.00cdcd.5fd787", "foreground": "#00cdcd"}, {"background": "#5fd7af", "scope": "terminus.00cdcd.5fd7af", "foreground": "#00cdcd"}, {"background": "#5fd7d7", "scope": "terminus.00cdcd.5fd7d7", "foreground": "#00cdcd"}, {"background": "#5fd7ff", "scope": "terminus.00cdcd.5fd7ff", "foreground": "#00cdcd"}, {"background": "#5fff00", "scope": "terminus.00cdcd.5fff00", "foreground": "#00cdcd"}, {"background": "#5fff5f", "scope": "terminus.00cdcd.5fff5f", "foreground": "#00cdcd"}, {"background": "#5fff87", "scope": "terminus.00cdcd.5fff87", "foreground": "#00cdcd"}, {"background": "#5fffaf", "scope": "terminus.00cdcd.5fffaf", "foreground": "#00cdcd"}, {"background": "#5fffd7", "scope": "terminus.00cdcd.5fffd7", "foreground": "#00cdcd"}, {"background": "#5fffff", "scope": "terminus.00cdcd.5fffff", "foreground": "#00cdcd"}, {"background": "#870000", "scope": "terminus.00cdcd.870000", "foreground": "#00cdcd"}, {"background": "#87005f", "scope": "terminus.00cdcd.87005f", "foreground": "#00cdcd"}, {"background": "#870087", "scope": "terminus.00cdcd.870087", "foreground": "#00cdcd"}, {"background": "#8700af", "scope": "terminus.00cdcd.8700af", "foreground": "#00cdcd"}, {"background": "#8700d7", "scope": "terminus.00cdcd.8700d7", "foreground": "#00cdcd"}, {"background": "#8700ff", "scope": "terminus.00cdcd.8700ff", "foreground": "#00cdcd"}, {"background": "#875f00", "scope": "terminus.00cdcd.875f00", "foreground": "#00cdcd"}, {"background": "#875f5f", "scope": "terminus.00cdcd.875f5f", "foreground": "#00cdcd"}, {"background": "#875f87", "scope": "terminus.00cdcd.875f87", "foreground": "#00cdcd"}, {"background": "#875faf", "scope": "terminus.00cdcd.875faf", "foreground": "#00cdcd"}, {"background": "#875fd7", "scope": "terminus.00cdcd.875fd7", "foreground": "#00cdcd"}, {"background": "#875fff", "scope": "terminus.00cdcd.875fff", "foreground": "#00cdcd"}, {"background": "#878700", "scope": "terminus.00cdcd.878700", "foreground": "#00cdcd"}, {"background": "#87875f", "scope": "terminus.00cdcd.87875f", "foreground": "#00cdcd"}, {"background": "#878787", "scope": "terminus.00cdcd.878787", "foreground": "#00cdcd"}, {"background": "#8787af", "scope": "terminus.00cdcd.8787af", "foreground": "#00cdcd"}, {"background": "#8787d7", "scope": "terminus.00cdcd.8787d7", "foreground": "#00cdcd"}, {"background": "#8787ff", "scope": "terminus.00cdcd.8787ff", "foreground": "#00cdcd"}, {"background": "#87af00", "scope": "terminus.00cdcd.87af00", "foreground": "#00cdcd"}, {"background": "#87af5f", "scope": "terminus.00cdcd.87af5f", "foreground": "#00cdcd"}, {"background": "#87af87", "scope": "terminus.00cdcd.87af87", "foreground": "#00cdcd"}, {"background": "#87afaf", "scope": "terminus.00cdcd.87afaf", "foreground": "#00cdcd"}, {"background": "#87afd7", "scope": "terminus.00cdcd.87afd7", "foreground": "#00cdcd"}, {"background": "#87afff", "scope": "terminus.00cdcd.87afff", "foreground": "#00cdcd"}, {"background": "#87d700", "scope": "terminus.00cdcd.87d700", "foreground": "#00cdcd"}, {"background": "#87d75f", "scope": "terminus.00cdcd.87d75f", "foreground": "#00cdcd"}, {"background": "#87d787", "scope": "terminus.00cdcd.87d787", "foreground": "#00cdcd"}, {"background": "#87d7af", "scope": "terminus.00cdcd.87d7af", "foreground": "#00cdcd"}, {"background": "#87d7d7", "scope": "terminus.00cdcd.87d7d7", "foreground": "#00cdcd"}, {"background": "#87d7ff", "scope": "terminus.00cdcd.87d7ff", "foreground": "#00cdcd"}, {"background": "#87ff00", "scope": "terminus.00cdcd.87ff00", "foreground": "#00cdcd"}, {"background": "#87ff5f", "scope": "terminus.00cdcd.87ff5f", "foreground": "#00cdcd"}, {"background": "#87ff87", "scope": "terminus.00cdcd.87ff87", "foreground": "#00cdcd"}, {"background": "#87ffaf", "scope": "terminus.00cdcd.87ffaf", "foreground": "#00cdcd"}, {"background": "#87ffd7", "scope": "terminus.00cdcd.87ffd7", "foreground": "#00cdcd"}, {"background": "#87ffff", "scope": "terminus.00cdcd.87ffff", "foreground": "#00cdcd"}, {"background": "#af0000", "scope": "terminus.00cdcd.af0000", "foreground": "#00cdcd"}, {"background": "#af005f", "scope": "terminus.00cdcd.af005f", "foreground": "#00cdcd"}, {"background": "#af0087", "scope": "terminus.00cdcd.af0087", "foreground": "#00cdcd"}, {"background": "#af00af", "scope": "terminus.00cdcd.af00af", "foreground": "#00cdcd"}, {"background": "#af00d7", "scope": "terminus.00cdcd.af00d7", "foreground": "#00cdcd"}, {"background": "#af00ff", "scope": "terminus.00cdcd.af00ff", "foreground": "#00cdcd"}, {"background": "#af5f00", "scope": "terminus.00cdcd.af5f00", "foreground": "#00cdcd"}, {"background": "#af5f5f", "scope": "terminus.00cdcd.af5f5f", "foreground": "#00cdcd"}, {"background": "#af5f87", "scope": "terminus.00cdcd.af5f87", "foreground": "#00cdcd"}, {"background": "#af5faf", "scope": "terminus.00cdcd.af5faf", "foreground": "#00cdcd"}, {"background": "#af5fd7", "scope": "terminus.00cdcd.af5fd7", "foreground": "#00cdcd"}, {"background": "#af5fff", "scope": "terminus.00cdcd.af5fff", "foreground": "#00cdcd"}, {"background": "#af8700", "scope": "terminus.00cdcd.af8700", "foreground": "#00cdcd"}, {"background": "#af875f", "scope": "terminus.00cdcd.af875f", "foreground": "#00cdcd"}, {"background": "#af8787", "scope": "terminus.00cdcd.af8787", "foreground": "#00cdcd"}, {"background": "#af87af", "scope": "terminus.00cdcd.af87af", "foreground": "#00cdcd"}, {"background": "#af87d7", "scope": "terminus.00cdcd.af87d7", "foreground": "#00cdcd"}, {"background": "#af87ff", "scope": "terminus.00cdcd.af87ff", "foreground": "#00cdcd"}, {"background": "#afaf00", "scope": "terminus.00cdcd.afaf00", "foreground": "#00cdcd"}, {"background": "#afaf5f", "scope": "terminus.00cdcd.afaf5f", "foreground": "#00cdcd"}, {"background": "#afaf87", "scope": "terminus.00cdcd.afaf87", "foreground": "#00cdcd"}, {"background": "#afafaf", "scope": "terminus.00cdcd.afafaf", "foreground": "#00cdcd"}, {"background": "#afafd7", "scope": "terminus.00cdcd.afafd7", "foreground": "#00cdcd"}, {"background": "#afafff", "scope": "terminus.00cdcd.afafff", "foreground": "#00cdcd"}, {"background": "#afd700", "scope": "terminus.00cdcd.afd700", "foreground": "#00cdcd"}, {"background": "#afd75f", "scope": "terminus.00cdcd.afd75f", "foreground": "#00cdcd"}, {"background": "#afd787", "scope": "terminus.00cdcd.afd787", "foreground": "#00cdcd"}, {"background": "#afd7af", "scope": "terminus.00cdcd.afd7af", "foreground": "#00cdcd"}, {"background": "#afd7d7", "scope": "terminus.00cdcd.afd7d7", "foreground": "#00cdcd"}, {"background": "#afd7ff", "scope": "terminus.00cdcd.afd7ff", "foreground": "#00cdcd"}, {"background": "#afff00", "scope": "terminus.00cdcd.afff00", "foreground": "#00cdcd"}, {"background": "#afff5f", "scope": "terminus.00cdcd.afff5f", "foreground": "#00cdcd"}, {"background": "#afff87", "scope": "terminus.00cdcd.afff87", "foreground": "#00cdcd"}, {"background": "#afffaf", "scope": "terminus.00cdcd.afffaf", "foreground": "#00cdcd"}, {"background": "#afffd7", "scope": "terminus.00cdcd.afffd7", "foreground": "#00cdcd"}, {"background": "#afffff", "scope": "terminus.00cdcd.afffff", "foreground": "#00cdcd"}, {"background": "#d70000", "scope": "terminus.00cdcd.d70000", "foreground": "#00cdcd"}, {"background": "#d7005f", "scope": "terminus.00cdcd.d7005f", "foreground": "#00cdcd"}, {"background": "#d70087", "scope": "terminus.00cdcd.d70087", "foreground": "#00cdcd"}, {"background": "#d700af", "scope": "terminus.00cdcd.d700af", "foreground": "#00cdcd"}, {"background": "#d700d7", "scope": "terminus.00cdcd.d700d7", "foreground": "#00cdcd"}, {"background": "#d700ff", "scope": "terminus.00cdcd.d700ff", "foreground": "#00cdcd"}, {"background": "#d75f00", "scope": "terminus.00cdcd.d75f00", "foreground": "#00cdcd"}, {"background": "#d75f5f", "scope": "terminus.00cdcd.d75f5f", "foreground": "#00cdcd"}, {"background": "#d75f87", "scope": "terminus.00cdcd.d75f87", "foreground": "#00cdcd"}, {"background": "#d75faf", "scope": "terminus.00cdcd.d75faf", "foreground": "#00cdcd"}, {"background": "#d75fd7", "scope": "terminus.00cdcd.d75fd7", "foreground": "#00cdcd"}, {"background": "#d75fff", "scope": "terminus.00cdcd.d75fff", "foreground": "#00cdcd"}, {"background": "#d78700", "scope": "terminus.00cdcd.d78700", "foreground": "#00cdcd"}, {"background": "#d7875f", "scope": "terminus.00cdcd.d7875f", "foreground": "#00cdcd"}, {"background": "#d78787", "scope": "terminus.00cdcd.d78787", "foreground": "#00cdcd"}, {"background": "#d787af", "scope": "terminus.00cdcd.d787af", "foreground": "#00cdcd"}, {"background": "#d787d7", "scope": "terminus.00cdcd.d787d7", "foreground": "#00cdcd"}, {"background": "#d787ff", "scope": "terminus.00cdcd.d787ff", "foreground": "#00cdcd"}, {"background": "#d7af00", "scope": "terminus.00cdcd.d7af00", "foreground": "#00cdcd"}, {"background": "#d7af5f", "scope": "terminus.00cdcd.d7af5f", "foreground": "#00cdcd"}, {"background": "#d7af87", "scope": "terminus.00cdcd.d7af87", "foreground": "#00cdcd"}, {"background": "#d7afaf", "scope": "terminus.00cdcd.d7afaf", "foreground": "#00cdcd"}, {"background": "#d7afd7", "scope": "terminus.00cdcd.d7afd7", "foreground": "#00cdcd"}, {"background": "#d7afff", "scope": "terminus.00cdcd.d7afff", "foreground": "#00cdcd"}, {"background": "#d7d700", "scope": "terminus.00cdcd.d7d700", "foreground": "#00cdcd"}, {"background": "#d7d75f", "scope": "terminus.00cdcd.d7d75f", "foreground": "#00cdcd"}, {"background": "#d7d787", "scope": "terminus.00cdcd.d7d787", "foreground": "#00cdcd"}, {"background": "#d7d7af", "scope": "terminus.00cdcd.d7d7af", "foreground": "#00cdcd"}, {"background": "#d7d7d7", "scope": "terminus.00cdcd.d7d7d7", "foreground": "#00cdcd"}, {"background": "#d7d7ff", "scope": "terminus.00cdcd.d7d7ff", "foreground": "#00cdcd"}, {"background": "#d7ff00", "scope": "terminus.00cdcd.d7ff00", "foreground": "#00cdcd"}, {"background": "#d7ff5f", "scope": "terminus.00cdcd.d7ff5f", "foreground": "#00cdcd"}, {"background": "#d7ff87", "scope": "terminus.00cdcd.d7ff87", "foreground": "#00cdcd"}, {"background": "#d7ffaf", "scope": "terminus.00cdcd.d7ffaf", "foreground": "#00cdcd"}, {"background": "#d7ffd7", "scope": "terminus.00cdcd.d7ffd7", "foreground": "#00cdcd"}, {"background": "#d7ffff", "scope": "terminus.00cdcd.d7ffff", "foreground": "#00cdcd"}, {"background": "#ff005f", "scope": "terminus.00cdcd.ff005f", "foreground": "#00cdcd"}, {"background": "#ff0087", "scope": "terminus.00cdcd.ff0087", "foreground": "#00cdcd"}, {"background": "#ff00af", "scope": "terminus.00cdcd.ff00af", "foreground": "#00cdcd"}, {"background": "#ff00d7", "scope": "terminus.00cdcd.ff00d7", "foreground": "#00cdcd"}, {"background": "#ff5f00", "scope": "terminus.00cdcd.ff5f00", "foreground": "#00cdcd"}, {"background": "#ff5f5f", "scope": "terminus.00cdcd.ff5f5f", "foreground": "#00cdcd"}, {"background": "#ff5f87", "scope": "terminus.00cdcd.ff5f87", "foreground": "#00cdcd"}, {"background": "#ff5faf", "scope": "terminus.00cdcd.ff5faf", "foreground": "#00cdcd"}, {"background": "#ff5fd7", "scope": "terminus.00cdcd.ff5fd7", "foreground": "#00cdcd"}, {"background": "#ff5fff", "scope": "terminus.00cdcd.ff5fff", "foreground": "#00cdcd"}, {"background": "#ff8700", "scope": "terminus.00cdcd.ff8700", "foreground": "#00cdcd"}, {"background": "#ff875f", "scope": "terminus.00cdcd.ff875f", "foreground": "#00cdcd"}, {"background": "#ff8787", "scope": "terminus.00cdcd.ff8787", "foreground": "#00cdcd"}, {"background": "#ff87af", "scope": "terminus.00cdcd.ff87af", "foreground": "#00cdcd"}, {"background": "#ff87d7", "scope": "terminus.00cdcd.ff87d7", "foreground": "#00cdcd"}, {"background": "#ff87ff", "scope": "terminus.00cdcd.ff87ff", "foreground": "#00cdcd"}, {"background": "#ffaf00", "scope": "terminus.00cdcd.ffaf00", "foreground": "#00cdcd"}, {"background": "#ffaf5f", "scope": "terminus.00cdcd.ffaf5f", "foreground": "#00cdcd"}, {"background": "#ffaf87", "scope": "terminus.00cdcd.ffaf87", "foreground": "#00cdcd"}, {"background": "#ffafaf", "scope": "terminus.00cdcd.ffafaf", "foreground": "#00cdcd"}, {"background": "#ffafd7", "scope": "terminus.00cdcd.ffafd7", "foreground": "#00cdcd"}, {"background": "#ffafff", "scope": "terminus.00cdcd.ffafff", "foreground": "#00cdcd"}, {"background": "#ffd700", "scope": "terminus.00cdcd.ffd700", "foreground": "#00cdcd"}, {"background": "#ffd75f", "scope": "terminus.00cdcd.ffd75f", "foreground": "#00cdcd"}, {"background": "#ffd787", "scope": "terminus.00cdcd.ffd787", "foreground": "#00cdcd"}, {"background": "#ffd7af", "scope": "terminus.00cdcd.ffd7af", "foreground": "#00cdcd"}, {"background": "#ffd7d7", "scope": "terminus.00cdcd.ffd7d7", "foreground": "#00cdcd"}, {"background": "#ffd7ff", "scope": "terminus.00cdcd.ffd7ff", "foreground": "#00cdcd"}, {"background": "#ffff5f", "scope": "terminus.00cdcd.ffff5f", "foreground": "#00cdcd"}, {"background": "#ffff87", "scope": "terminus.00cdcd.ffff87", "foreground": "#00cdcd"}, {"background": "#ffffaf", "scope": "terminus.00cdcd.ffffaf", "foreground": "#00cdcd"}, {"background": "#ffffd7", "scope": "terminus.00cdcd.ffffd7", "foreground": "#00cdcd"}, {"background": "#080808", "scope": "terminus.00cdcd.080808", "foreground": "#00cdcd"}, {"background": "#121212", "scope": "terminus.00cdcd.121212", "foreground": "#00cdcd"}, {"background": "#1c1c1c", "scope": "terminus.00cdcd.1c1c1c", "foreground": "#00cdcd"}, {"background": "#262626", "scope": "terminus.00cdcd.262626", "foreground": "#00cdcd"}, {"background": "#303030", "scope": "terminus.00cdcd.303030", "foreground": "#00cdcd"}, {"background": "#3a3a3a", "scope": "terminus.00cdcd.3a3a3a", "foreground": "#00cdcd"}, {"background": "#444444", "scope": "terminus.00cdcd.444444", "foreground": "#00cdcd"}, {"background": "#4e4e4e", "scope": "terminus.00cdcd.4e4e4e", "foreground": "#00cdcd"}, {"background": "#585858", "scope": "terminus.00cdcd.585858", "foreground": "#00cdcd"}, {"background": "#626262", "scope": "terminus.00cdcd.626262", "foreground": "#00cdcd"}, {"background": "#6c6c6c", "scope": "terminus.00cdcd.6c6c6c", "foreground": "#00cdcd"}, {"background": "#767676", "scope": "terminus.00cdcd.767676", "foreground": "#00cdcd"}, {"background": "#808080", "scope": "terminus.00cdcd.808080", "foreground": "#00cdcd"}, {"background": "#8a8a8a", "scope": "terminus.00cdcd.8a8a8a", "foreground": "#00cdcd"}, {"background": "#949494", "scope": "terminus.00cdcd.949494", "foreground": "#00cdcd"}, {"background": "#9e9e9e", "scope": "terminus.00cdcd.9e9e9e", "foreground": "#00cdcd"}, {"background": "#a8a8a8", "scope": "terminus.00cdcd.a8a8a8", "foreground": "#00cdcd"}, {"background": "#b2b2b2", "scope": "terminus.00cdcd.b2b2b2", "foreground": "#00cdcd"}, {"background": "#bcbcbc", "scope": "terminus.00cdcd.bcbcbc", "foreground": "#00cdcd"}, {"background": "#c6c6c6", "scope": "terminus.00cdcd.c6c6c6", "foreground": "#00cdcd"}, {"background": "#d0d0d0", "scope": "terminus.00cdcd.d0d0d0", "foreground": "#00cdcd"}, {"background": "#dadada", "scope": "terminus.00cdcd.dadada", "foreground": "#00cdcd"}, {"background": "#e4e4e4", "scope": "terminus.00cdcd.e4e4e4", "foreground": "#00cdcd"}, {"background": "#eeeeee", "scope": "terminus.00cdcd.eeeeee", "foreground": "#00cdcd"}, {"background": "var(black)", "scope": "terminus.e5e5e5.black", "foreground": "#e5e5e5"}, {"background": "var(red)", "scope": "terminus.e5e5e5.red", "foreground": "#e5e5e5"}, {"background": "var(green)", "scope": "terminus.e5e5e5.green", "foreground": "#e5e5e5"}, {"background": "var(brown)", "scope": "terminus.e5e5e5.brown", "foreground": "#e5e5e5"}, {"background": "var(blue)", "scope": "terminus.e5e5e5.blue", "foreground": "#e5e5e5"}, {"background": "var(magenta)", "scope": "terminus.e5e5e5.magenta", "foreground": "#e5e5e5"}, {"background": "var(cyan)", "scope": "terminus.e5e5e5.cyan", "foreground": "#e5e5e5"}, {"background": "var(white)", "scope": "terminus.e5e5e5.white", "foreground": "#e5e5e5"}, {"background": "var(light_black)", "scope": "terminus.e5e5e5.light_black", "foreground": "#e5e5e5"}, {"background": "var(light_red)", "scope": "terminus.e5e5e5.light_red", "foreground": "#e5e5e5"}, {"background": "var(light_green)", "scope": "terminus.e5e5e5.light_green", "foreground": "#e5e5e5"}, {"background": "var(light_brown)", "scope": "terminus.e5e5e5.light_brown", "foreground": "#e5e5e5"}, {"background": "var(light_blue)", "scope": "terminus.e5e5e5.light_blue", "foreground": "#e5e5e5"}, {"background": "var(light_magenta)", "scope": "terminus.e5e5e5.light_magenta", "foreground": "#e5e5e5"}, {"background": "var(light_cyan)", "scope": "terminus.e5e5e5.light_cyan", "foreground": "#e5e5e5"}, {"background": "var(light_white)", "scope": "terminus.e5e5e5.light_white", "foreground": "#e5e5e5"}, {"background": "var(background)", "scope": "terminus.e5e5e5.default", "foreground": "#e5e5e5"}, {"background": "var(foreground)", "scope": "terminus.e5e5e5.reverse_default", "foreground": "#e5e5e5"}, {"background": "#000000", "scope": "terminus.e5e5e5.000000", "foreground": "#e5e5e5"}, {"background": "#cd0000", "scope": "terminus.e5e5e5.cd0000", "foreground": "#e5e5e5"}, {"background": "#00cd00", "scope": "terminus.e5e5e5.00cd00", "foreground": "#e5e5e5"}, {"background": "#cdcd00", "scope": "terminus.e5e5e5.cdcd00", "foreground": "#e5e5e5"}, {"background": "#0000ee", "scope": "terminus.e5e5e5.0000ee", "foreground": "#e5e5e5"}, {"background": "#cd00cd", "scope": "terminus.e5e5e5.cd00cd", "foreground": "#e5e5e5"}, {"background": "#00cdcd", "scope": "terminus.e5e5e5.00cdcd", "foreground": "#e5e5e5"}, {"background": "#e5e5e5", "scope": "terminus.e5e5e5.e5e5e5", "foreground": "#e5e5e5"}, {"background": "#7f7f7f", "scope": "terminus.e5e5e5.7f7f7f", "foreground": "#e5e5e5"}, {"background": "#ff0000", "scope": "terminus.e5e5e5.ff0000", "foreground": "#e5e5e5"}, {"background": "#00ff00", "scope": "terminus.e5e5e5.00ff00", "foreground": "#e5e5e5"}, {"background": "#ffff00", "scope": "terminus.e5e5e5.ffff00", "foreground": "#e5e5e5"}, {"background": "#5c5cff", "scope": "terminus.e5e5e5.5c5cff", "foreground": "#e5e5e5"}, {"background": "#ff00ff", "scope": "terminus.e5e5e5.ff00ff", "foreground": "#e5e5e5"}, {"background": "#00ffff", "scope": "terminus.e5e5e5.00ffff", "foreground": "#e5e5e5"}, {"background": "#ffffff", "scope": "terminus.e5e5e5.ffffff", "foreground": "#e5e5e5"}, {"background": "#00005f", "scope": "terminus.e5e5e5.00005f", "foreground": "#e5e5e5"}, {"background": "#000087", "scope": "terminus.e5e5e5.000087", "foreground": "#e5e5e5"}, {"background": "#0000af", "scope": "terminus.e5e5e5.0000af", "foreground": "#e5e5e5"}, {"background": "#0000d7", "scope": "terminus.e5e5e5.0000d7", "foreground": "#e5e5e5"}, {"background": "#0000ff", "scope": "terminus.e5e5e5.0000ff", "foreground": "#e5e5e5"}, {"background": "#005f00", "scope": "terminus.e5e5e5.005f00", "foreground": "#e5e5e5"}, {"background": "#005f5f", "scope": "terminus.e5e5e5.005f5f", "foreground": "#e5e5e5"}, {"background": "#005f87", "scope": "terminus.e5e5e5.005f87", "foreground": "#e5e5e5"}, {"background": "#005faf", "scope": "terminus.e5e5e5.005faf", "foreground": "#e5e5e5"}, {"background": "#005fd7", "scope": "terminus.e5e5e5.005fd7", "foreground": "#e5e5e5"}, {"background": "#005fff", "scope": "terminus.e5e5e5.005fff", "foreground": "#e5e5e5"}, {"background": "#008700", "scope": "terminus.e5e5e5.008700", "foreground": "#e5e5e5"}, {"background": "#00875f", "scope": "terminus.e5e5e5.00875f", "foreground": "#e5e5e5"}, {"background": "#008787", "scope": "terminus.e5e5e5.008787", "foreground": "#e5e5e5"}, {"background": "#0087af", "scope": "terminus.e5e5e5.0087af", "foreground": "#e5e5e5"}, {"background": "#0087d7", "scope": "terminus.e5e5e5.0087d7", "foreground": "#e5e5e5"}, {"background": "#0087ff", "scope": "terminus.e5e5e5.0087ff", "foreground": "#e5e5e5"}, {"background": "#00af00", "scope": "terminus.e5e5e5.00af00", "foreground": "#e5e5e5"}, {"background": "#00af5f", "scope": "terminus.e5e5e5.00af5f", "foreground": "#e5e5e5"}, {"background": "#00af87", "scope": "terminus.e5e5e5.00af87", "foreground": "#e5e5e5"}, {"background": "#00afaf", "scope": "terminus.e5e5e5.00afaf", "foreground": "#e5e5e5"}, {"background": "#00afd7", "scope": "terminus.e5e5e5.00afd7", "foreground": "#e5e5e5"}, {"background": "#00afff", "scope": "terminus.e5e5e5.00afff", "foreground": "#e5e5e5"}, {"background": "#00d700", "scope": "terminus.e5e5e5.00d700", "foreground": "#e5e5e5"}, {"background": "#00d75f", "scope": "terminus.e5e5e5.00d75f", "foreground": "#e5e5e5"}, {"background": "#00d787", "scope": "terminus.e5e5e5.00d787", "foreground": "#e5e5e5"}, {"background": "#00d7af", "scope": "terminus.e5e5e5.00d7af", "foreground": "#e5e5e5"}, {"background": "#00d7d7", "scope": "terminus.e5e5e5.00d7d7", "foreground": "#e5e5e5"}, {"background": "#00d7ff", "scope": "terminus.e5e5e5.00d7ff", "foreground": "#e5e5e5"}, {"background": "#00ff5f", "scope": "terminus.e5e5e5.00ff5f", "foreground": "#e5e5e5"}, {"background": "#00ff87", "scope": "terminus.e5e5e5.00ff87", "foreground": "#e5e5e5"}, {"background": "#00ffaf", "scope": "terminus.e5e5e5.00ffaf", "foreground": "#e5e5e5"}, {"background": "#00ffd7", "scope": "terminus.e5e5e5.00ffd7", "foreground": "#e5e5e5"}, {"background": "#5f0000", "scope": "terminus.e5e5e5.5f0000", "foreground": "#e5e5e5"}, {"background": "#5f005f", "scope": "terminus.e5e5e5.5f005f", "foreground": "#e5e5e5"}, {"background": "#5f0087", "scope": "terminus.e5e5e5.5f0087", "foreground": "#e5e5e5"}, {"background": "#5f00af", "scope": "terminus.e5e5e5.5f00af", "foreground": "#e5e5e5"}, {"background": "#5f00d7", "scope": "terminus.e5e5e5.5f00d7", "foreground": "#e5e5e5"}, {"background": "#5f00ff", "scope": "terminus.e5e5e5.5f00ff", "foreground": "#e5e5e5"}, {"background": "#5f5f00", "scope": "terminus.e5e5e5.5f5f00", "foreground": "#e5e5e5"}, {"background": "#5f5f5f", "scope": "terminus.e5e5e5.5f5f5f", "foreground": "#e5e5e5"}, {"background": "#5f5f87", "scope": "terminus.e5e5e5.5f5f87", "foreground": "#e5e5e5"}, {"background": "#5f5faf", "scope": "terminus.e5e5e5.5f5faf", "foreground": "#e5e5e5"}, {"background": "#5f5fd7", "scope": "terminus.e5e5e5.5f5fd7", "foreground": "#e5e5e5"}, {"background": "#5f5fff", "scope": "terminus.e5e5e5.5f5fff", "foreground": "#e5e5e5"}, {"background": "#5f8700", "scope": "terminus.e5e5e5.5f8700", "foreground": "#e5e5e5"}, {"background": "#5f875f", "scope": "terminus.e5e5e5.5f875f", "foreground": "#e5e5e5"}, {"background": "#5f8787", "scope": "terminus.e5e5e5.5f8787", "foreground": "#e5e5e5"}, {"background": "#5f87af", "scope": "terminus.e5e5e5.5f87af", "foreground": "#e5e5e5"}, {"background": "#5f87d7", "scope": "terminus.e5e5e5.5f87d7", "foreground": "#e5e5e5"}, {"background": "#5f87ff", "scope": "terminus.e5e5e5.5f87ff", "foreground": "#e5e5e5"}, {"background": "#5faf00", "scope": "terminus.e5e5e5.5faf00", "foreground": "#e5e5e5"}, {"background": "#5faf5f", "scope": "terminus.e5e5e5.5faf5f", "foreground": "#e5e5e5"}, {"background": "#5faf87", "scope": "terminus.e5e5e5.5faf87", "foreground": "#e5e5e5"}, {"background": "#5fafaf", "scope": "terminus.e5e5e5.5fafaf", "foreground": "#e5e5e5"}, {"background": "#5fafd7", "scope": "terminus.e5e5e5.5fafd7", "foreground": "#e5e5e5"}, {"background": "#5fafff", "scope": "terminus.e5e5e5.5fafff", "foreground": "#e5e5e5"}, {"background": "#5fd700", "scope": "terminus.e5e5e5.5fd700", "foreground": "#e5e5e5"}, {"background": "#5fd75f", "scope": "terminus.e5e5e5.5fd75f", "foreground": "#e5e5e5"}, {"background": "#5fd787", "scope": "terminus.e5e5e5.5fd787", "foreground": "#e5e5e5"}, {"background": "#5fd7af", "scope": "terminus.e5e5e5.5fd7af", "foreground": "#e5e5e5"}, {"background": "#5fd7d7", "scope": "terminus.e5e5e5.5fd7d7", "foreground": "#e5e5e5"}, {"background": "#5fd7ff", "scope": "terminus.e5e5e5.5fd7ff", "foreground": "#e5e5e5"}, {"background": "#5fff00", "scope": "terminus.e5e5e5.5fff00", "foreground": "#e5e5e5"}, {"background": "#5fff5f", "scope": "terminus.e5e5e5.5fff5f", "foreground": "#e5e5e5"}, {"background": "#5fff87", "scope": "terminus.e5e5e5.5fff87", "foreground": "#e5e5e5"}, {"background": "#5fffaf", "scope": "terminus.e5e5e5.5fffaf", "foreground": "#e5e5e5"}, {"background": "#5fffd7", "scope": "terminus.e5e5e5.5fffd7", "foreground": "#e5e5e5"}, {"background": "#5fffff", "scope": "terminus.e5e5e5.5fffff", "foreground": "#e5e5e5"}, {"background": "#870000", "scope": "terminus.e5e5e5.870000", "foreground": "#e5e5e5"}, {"background": "#87005f", "scope": "terminus.e5e5e5.87005f", "foreground": "#e5e5e5"}, {"background": "#870087", "scope": "terminus.e5e5e5.870087", "foreground": "#e5e5e5"}, {"background": "#8700af", "scope": "terminus.e5e5e5.8700af", "foreground": "#e5e5e5"}, {"background": "#8700d7", "scope": "terminus.e5e5e5.8700d7", "foreground": "#e5e5e5"}, {"background": "#8700ff", "scope": "terminus.e5e5e5.8700ff", "foreground": "#e5e5e5"}, {"background": "#875f00", "scope": "terminus.e5e5e5.875f00", "foreground": "#e5e5e5"}, {"background": "#875f5f", "scope": "terminus.e5e5e5.875f5f", "foreground": "#e5e5e5"}, {"background": "#875f87", "scope": "terminus.e5e5e5.875f87", "foreground": "#e5e5e5"}, {"background": "#875faf", "scope": "terminus.e5e5e5.875faf", "foreground": "#e5e5e5"}, {"background": "#875fd7", "scope": "terminus.e5e5e5.875fd7", "foreground": "#e5e5e5"}, {"background": "#875fff", "scope": "terminus.e5e5e5.875fff", "foreground": "#e5e5e5"}, {"background": "#878700", "scope": "terminus.e5e5e5.878700", "foreground": "#e5e5e5"}, {"background": "#87875f", "scope": "terminus.e5e5e5.87875f", "foreground": "#e5e5e5"}, {"background": "#878787", "scope": "terminus.e5e5e5.878787", "foreground": "#e5e5e5"}, {"background": "#8787af", "scope": "terminus.e5e5e5.8787af", "foreground": "#e5e5e5"}, {"background": "#8787d7", "scope": "terminus.e5e5e5.8787d7", "foreground": "#e5e5e5"}, {"background": "#8787ff", "scope": "terminus.e5e5e5.8787ff", "foreground": "#e5e5e5"}, {"background": "#87af00", "scope": "terminus.e5e5e5.87af00", "foreground": "#e5e5e5"}, {"background": "#87af5f", "scope": "terminus.e5e5e5.87af5f", "foreground": "#e5e5e5"}, {"background": "#87af87", "scope": "terminus.e5e5e5.87af87", "foreground": "#e5e5e5"}, {"background": "#87afaf", "scope": "terminus.e5e5e5.87afaf", "foreground": "#e5e5e5"}, {"background": "#87afd7", "scope": "terminus.e5e5e5.87afd7", "foreground": "#e5e5e5"}, {"background": "#87afff", "scope": "terminus.e5e5e5.87afff", "foreground": "#e5e5e5"}, {"background": "#87d700", "scope": "terminus.e5e5e5.87d700", "foreground": "#e5e5e5"}, {"background": "#87d75f", "scope": "terminus.e5e5e5.87d75f", "foreground": "#e5e5e5"}, {"background": "#87d787", "scope": "terminus.e5e5e5.87d787", "foreground": "#e5e5e5"}, {"background": "#87d7af", "scope": "terminus.e5e5e5.87d7af", "foreground": "#e5e5e5"}, {"background": "#87d7d7", "scope": "terminus.e5e5e5.87d7d7", "foreground": "#e5e5e5"}, {"background": "#87d7ff", "scope": "terminus.e5e5e5.87d7ff", "foreground": "#e5e5e5"}, {"background": "#87ff00", "scope": "terminus.e5e5e5.87ff00", "foreground": "#e5e5e5"}, {"background": "#87ff5f", "scope": "terminus.e5e5e5.87ff5f", "foreground": "#e5e5e5"}, {"background": "#87ff87", "scope": "terminus.e5e5e5.87ff87", "foreground": "#e5e5e5"}, {"background": "#87ffaf", "scope": "terminus.e5e5e5.87ffaf", "foreground": "#e5e5e5"}, {"background": "#87ffd7", "scope": "terminus.e5e5e5.87ffd7", "foreground": "#e5e5e5"}, {"background": "#87ffff", "scope": "terminus.e5e5e5.87ffff", "foreground": "#e5e5e5"}, {"background": "#af0000", "scope": "terminus.e5e5e5.af0000", "foreground": "#e5e5e5"}, {"background": "#af005f", "scope": "terminus.e5e5e5.af005f", "foreground": "#e5e5e5"}, {"background": "#af0087", "scope": "terminus.e5e5e5.af0087", "foreground": "#e5e5e5"}, {"background": "#af00af", "scope": "terminus.e5e5e5.af00af", "foreground": "#e5e5e5"}, {"background": "#af00d7", "scope": "terminus.e5e5e5.af00d7", "foreground": "#e5e5e5"}, {"background": "#af00ff", "scope": "terminus.e5e5e5.af00ff", "foreground": "#e5e5e5"}, {"background": "#af5f00", "scope": "terminus.e5e5e5.af5f00", "foreground": "#e5e5e5"}, {"background": "#af5f5f", "scope": "terminus.e5e5e5.af5f5f", "foreground": "#e5e5e5"}, {"background": "#af5f87", "scope": "terminus.e5e5e5.af5f87", "foreground": "#e5e5e5"}, {"background": "#af5faf", "scope": "terminus.e5e5e5.af5faf", "foreground": "#e5e5e5"}, {"background": "#af5fd7", "scope": "terminus.e5e5e5.af5fd7", "foreground": "#e5e5e5"}, {"background": "#af5fff", "scope": "terminus.e5e5e5.af5fff", "foreground": "#e5e5e5"}, {"background": "#af8700", "scope": "terminus.e5e5e5.af8700", "foreground": "#e5e5e5"}, {"background": "#af875f", "scope": "terminus.e5e5e5.af875f", "foreground": "#e5e5e5"}, {"background": "#af8787", "scope": "terminus.e5e5e5.af8787", "foreground": "#e5e5e5"}, {"background": "#af87af", "scope": "terminus.e5e5e5.af87af", "foreground": "#e5e5e5"}, {"background": "#af87d7", "scope": "terminus.e5e5e5.af87d7", "foreground": "#e5e5e5"}, {"background": "#af87ff", "scope": "terminus.e5e5e5.af87ff", "foreground": "#e5e5e5"}, {"background": "#afaf00", "scope": "terminus.e5e5e5.afaf00", "foreground": "#e5e5e5"}, {"background": "#afaf5f", "scope": "terminus.e5e5e5.afaf5f", "foreground": "#e5e5e5"}, {"background": "#afaf87", "scope": "terminus.e5e5e5.afaf87", "foreground": "#e5e5e5"}, {"background": "#afafaf", "scope": "terminus.e5e5e5.afafaf", "foreground": "#e5e5e5"}, {"background": "#afafd7", "scope": "terminus.e5e5e5.afafd7", "foreground": "#e5e5e5"}, {"background": "#afafff", "scope": "terminus.e5e5e5.afafff", "foreground": "#e5e5e5"}, {"background": "#afd700", "scope": "terminus.e5e5e5.afd700", "foreground": "#e5e5e5"}, {"background": "#afd75f", "scope": "terminus.e5e5e5.afd75f", "foreground": "#e5e5e5"}, {"background": "#afd787", "scope": "terminus.e5e5e5.afd787", "foreground": "#e5e5e5"}, {"background": "#afd7af", "scope": "terminus.e5e5e5.afd7af", "foreground": "#e5e5e5"}, {"background": "#afd7d7", "scope": "terminus.e5e5e5.afd7d7", "foreground": "#e5e5e5"}, {"background": "#afd7ff", "scope": "terminus.e5e5e5.afd7ff", "foreground": "#e5e5e5"}, {"background": "#afff00", "scope": "terminus.e5e5e5.afff00", "foreground": "#e5e5e5"}, {"background": "#afff5f", "scope": "terminus.e5e5e5.afff5f", "foreground": "#e5e5e5"}, {"background": "#afff87", "scope": "terminus.e5e5e5.afff87", "foreground": "#e5e5e5"}, {"background": "#afffaf", "scope": "terminus.e5e5e5.afffaf", "foreground": "#e5e5e5"}, {"background": "#afffd7", "scope": "terminus.e5e5e5.afffd7", "foreground": "#e5e5e5"}, {"background": "#afffff", "scope": "terminus.e5e5e5.afffff", "foreground": "#e5e5e5"}, {"background": "#d70000", "scope": "terminus.e5e5e5.d70000", "foreground": "#e5e5e5"}, {"background": "#d7005f", "scope": "terminus.e5e5e5.d7005f", "foreground": "#e5e5e5"}, {"background": "#d70087", "scope": "terminus.e5e5e5.d70087", "foreground": "#e5e5e5"}, {"background": "#d700af", "scope": "terminus.e5e5e5.d700af", "foreground": "#e5e5e5"}, {"background": "#d700d7", "scope": "terminus.e5e5e5.d700d7", "foreground": "#e5e5e5"}, {"background": "#d700ff", "scope": "terminus.e5e5e5.d700ff", "foreground": "#e5e5e5"}, {"background": "#d75f00", "scope": "terminus.e5e5e5.d75f00", "foreground": "#e5e5e5"}, {"background": "#d75f5f", "scope": "terminus.e5e5e5.d75f5f", "foreground": "#e5e5e5"}, {"background": "#d75f87", "scope": "terminus.e5e5e5.d75f87", "foreground": "#e5e5e5"}, {"background": "#d75faf", "scope": "terminus.e5e5e5.d75faf", "foreground": "#e5e5e5"}, {"background": "#d75fd7", "scope": "terminus.e5e5e5.d75fd7", "foreground": "#e5e5e5"}, {"background": "#d75fff", "scope": "terminus.e5e5e5.d75fff", "foreground": "#e5e5e5"}, {"background": "#d78700", "scope": "terminus.e5e5e5.d78700", "foreground": "#e5e5e5"}, {"background": "#d7875f", "scope": "terminus.e5e5e5.d7875f", "foreground": "#e5e5e5"}, {"background": "#d78787", "scope": "terminus.e5e5e5.d78787", "foreground": "#e5e5e5"}, {"background": "#d787af", "scope": "terminus.e5e5e5.d787af", "foreground": "#e5e5e5"}, {"background": "#d787d7", "scope": "terminus.e5e5e5.d787d7", "foreground": "#e5e5e5"}, {"background": "#d787ff", "scope": "terminus.e5e5e5.d787ff", "foreground": "#e5e5e5"}, {"background": "#d7af00", "scope": "terminus.e5e5e5.d7af00", "foreground": "#e5e5e5"}, {"background": "#d7af5f", "scope": "terminus.e5e5e5.d7af5f", "foreground": "#e5e5e5"}, {"background": "#d7af87", "scope": "terminus.e5e5e5.d7af87", "foreground": "#e5e5e5"}, {"background": "#d7afaf", "scope": "terminus.e5e5e5.d7afaf", "foreground": "#e5e5e5"}, {"background": "#d7afd7", "scope": "terminus.e5e5e5.d7afd7", "foreground": "#e5e5e5"}, {"background": "#d7afff", "scope": "terminus.e5e5e5.d7afff", "foreground": "#e5e5e5"}, {"background": "#d7d700", "scope": "terminus.e5e5e5.d7d700", "foreground": "#e5e5e5"}, {"background": "#d7d75f", "scope": "terminus.e5e5e5.d7d75f", "foreground": "#e5e5e5"}, {"background": "#d7d787", "scope": "terminus.e5e5e5.d7d787", "foreground": "#e5e5e5"}, {"background": "#d7d7af", "scope": "terminus.e5e5e5.d7d7af", "foreground": "#e5e5e5"}, {"background": "#d7d7d7", "scope": "terminus.e5e5e5.d7d7d7", "foreground": "#e5e5e5"}, {"background": "#d7d7ff", "scope": "terminus.e5e5e5.d7d7ff", "foreground": "#e5e5e5"}, {"background": "#d7ff00", "scope": "terminus.e5e5e5.d7ff00", "foreground": "#e5e5e5"}, {"background": "#d7ff5f", "scope": "terminus.e5e5e5.d7ff5f", "foreground": "#e5e5e5"}, {"background": "#d7ff87", "scope": "terminus.e5e5e5.d7ff87", "foreground": "#e5e5e5"}, {"background": "#d7ffaf", "scope": "terminus.e5e5e5.d7ffaf", "foreground": "#e5e5e5"}, {"background": "#d7ffd7", "scope": "terminus.e5e5e5.d7ffd7", "foreground": "#e5e5e5"}, {"background": "#d7ffff", "scope": "terminus.e5e5e5.d7ffff", "foreground": "#e5e5e5"}, {"background": "#ff005f", "scope": "terminus.e5e5e5.ff005f", "foreground": "#e5e5e5"}, {"background": "#ff0087", "scope": "terminus.e5e5e5.ff0087", "foreground": "#e5e5e5"}, {"background": "#ff00af", "scope": "terminus.e5e5e5.ff00af", "foreground": "#e5e5e5"}, {"background": "#ff00d7", "scope": "terminus.e5e5e5.ff00d7", "foreground": "#e5e5e5"}, {"background": "#ff5f00", "scope": "terminus.e5e5e5.ff5f00", "foreground": "#e5e5e5"}, {"background": "#ff5f5f", "scope": "terminus.e5e5e5.ff5f5f", "foreground": "#e5e5e5"}, {"background": "#ff5f87", "scope": "terminus.e5e5e5.ff5f87", "foreground": "#e5e5e5"}, {"background": "#ff5faf", "scope": "terminus.e5e5e5.ff5faf", "foreground": "#e5e5e5"}, {"background": "#ff5fd7", "scope": "terminus.e5e5e5.ff5fd7", "foreground": "#e5e5e5"}, {"background": "#ff5fff", "scope": "terminus.e5e5e5.ff5fff", "foreground": "#e5e5e5"}, {"background": "#ff8700", "scope": "terminus.e5e5e5.ff8700", "foreground": "#e5e5e5"}, {"background": "#ff875f", "scope": "terminus.e5e5e5.ff875f", "foreground": "#e5e5e5"}, {"background": "#ff8787", "scope": "terminus.e5e5e5.ff8787", "foreground": "#e5e5e5"}, {"background": "#ff87af", "scope": "terminus.e5e5e5.ff87af", "foreground": "#e5e5e5"}, {"background": "#ff87d7", "scope": "terminus.e5e5e5.ff87d7", "foreground": "#e5e5e5"}, {"background": "#ff87ff", "scope": "terminus.e5e5e5.ff87ff", "foreground": "#e5e5e5"}, {"background": "#ffaf00", "scope": "terminus.e5e5e5.ffaf00", "foreground": "#e5e5e5"}, {"background": "#ffaf5f", "scope": "terminus.e5e5e5.ffaf5f", "foreground": "#e5e5e5"}, {"background": "#ffaf87", "scope": "terminus.e5e5e5.ffaf87", "foreground": "#e5e5e5"}, {"background": "#ffafaf", "scope": "terminus.e5e5e5.ffafaf", "foreground": "#e5e5e5"}, {"background": "#ffafd7", "scope": "terminus.e5e5e5.ffafd7", "foreground": "#e5e5e5"}, {"background": "#ffafff", "scope": "terminus.e5e5e5.ffafff", "foreground": "#e5e5e5"}, {"background": "#ffd700", "scope": "terminus.e5e5e5.ffd700", "foreground": "#e5e5e5"}, {"background": "#ffd75f", "scope": "terminus.e5e5e5.ffd75f", "foreground": "#e5e5e5"}, {"background": "#ffd787", "scope": "terminus.e5e5e5.ffd787", "foreground": "#e5e5e5"}, {"background": "#ffd7af", "scope": "terminus.e5e5e5.ffd7af", "foreground": "#e5e5e5"}, {"background": "#ffd7d7", "scope": "terminus.e5e5e5.ffd7d7", "foreground": "#e5e5e5"}, {"background": "#ffd7ff", "scope": "terminus.e5e5e5.ffd7ff", "foreground": "#e5e5e5"}, {"background": "#ffff5f", "scope": "terminus.e5e5e5.ffff5f", "foreground": "#e5e5e5"}, {"background": "#ffff87", "scope": "terminus.e5e5e5.ffff87", "foreground": "#e5e5e5"}, {"background": "#ffffaf", "scope": "terminus.e5e5e5.ffffaf", "foreground": "#e5e5e5"}, {"background": "#ffffd7", "scope": "terminus.e5e5e5.ffffd7", "foreground": "#e5e5e5"}, {"background": "#080808", "scope": "terminus.e5e5e5.080808", "foreground": "#e5e5e5"}, {"background": "#121212", "scope": "terminus.e5e5e5.121212", "foreground": "#e5e5e5"}, {"background": "#1c1c1c", "scope": "terminus.e5e5e5.1c1c1c", "foreground": "#e5e5e5"}, {"background": "#262626", "scope": "terminus.e5e5e5.262626", "foreground": "#e5e5e5"}, {"background": "#303030", "scope": "terminus.e5e5e5.303030", "foreground": "#e5e5e5"}, {"background": "#3a3a3a", "scope": "terminus.e5e5e5.3a3a3a", "foreground": "#e5e5e5"}, {"background": "#444444", "scope": "terminus.e5e5e5.444444", "foreground": "#e5e5e5"}, {"background": "#4e4e4e", "scope": "terminus.e5e5e5.4e4e4e", "foreground": "#e5e5e5"}, {"background": "#585858", "scope": "terminus.e5e5e5.585858", "foreground": "#e5e5e5"}, {"background": "#626262", "scope": "terminus.e5e5e5.626262", "foreground": "#e5e5e5"}, {"background": "#6c6c6c", "scope": "terminus.e5e5e5.6c6c6c", "foreground": "#e5e5e5"}, {"background": "#767676", "scope": "terminus.e5e5e5.767676", "foreground": "#e5e5e5"}, {"background": "#808080", "scope": "terminus.e5e5e5.808080", "foreground": "#e5e5e5"}, {"background": "#8a8a8a", "scope": "terminus.e5e5e5.8a8a8a", "foreground": "#e5e5e5"}, {"background": "#949494", "scope": "terminus.e5e5e5.949494", "foreground": "#e5e5e5"}, {"background": "#9e9e9e", "scope": "terminus.e5e5e5.9e9e9e", "foreground": "#e5e5e5"}, {"background": "#a8a8a8", "scope": "terminus.e5e5e5.a8a8a8", "foreground": "#e5e5e5"}, {"background": "#b2b2b2", "scope": "terminus.e5e5e5.b2b2b2", "foreground": "#e5e5e5"}, {"background": "#bcbcbc", "scope": "terminus.e5e5e5.bcbcbc", "foreground": "#e5e5e5"}, {"background": "#c6c6c6", "scope": "terminus.e5e5e5.c6c6c6", "foreground": "#e5e5e5"}, {"background": "#d0d0d0", "scope": "terminus.e5e5e5.d0d0d0", "foreground": "#e5e5e5"}, {"background": "#dadada", "scope": "terminus.e5e5e5.dadada", "foreground": "#e5e5e5"}, {"background": "#e4e4e4", "scope": "terminus.e5e5e5.e4e4e4", "foreground": "#e5e5e5"}, {"background": "#eeeeee", "scope": "terminus.e5e5e5.eeeeee", "foreground": "#e5e5e5"}, {"background": "var(black)", "scope": "terminus.7f7f7f.black", "foreground": "#7f7f7f"}, {"background": "var(red)", "scope": "terminus.7f7f7f.red", "foreground": "#7f7f7f"}, {"background": "var(green)", "scope": "terminus.7f7f7f.green", "foreground": "#7f7f7f"}, {"background": "var(brown)", "scope": "terminus.7f7f7f.brown", "foreground": "#7f7f7f"}, {"background": "var(blue)", "scope": "terminus.7f7f7f.blue", "foreground": "#7f7f7f"}, {"background": "var(magenta)", "scope": "terminus.7f7f7f.magenta", "foreground": "#7f7f7f"}, {"background": "var(cyan)", "scope": "terminus.7f7f7f.cyan", "foreground": "#7f7f7f"}, {"background": "var(white)", "scope": "terminus.7f7f7f.white", "foreground": "#7f7f7f"}, {"background": "var(light_black)", "scope": "terminus.7f7f7f.light_black", "foreground": "#7f7f7f"}, {"background": "var(light_red)", "scope": "terminus.7f7f7f.light_red", "foreground": "#7f7f7f"}, {"background": "var(light_green)", "scope": "terminus.7f7f7f.light_green", "foreground": "#7f7f7f"}, {"background": "var(light_brown)", "scope": "terminus.7f7f7f.light_brown", "foreground": "#7f7f7f"}, {"background": "var(light_blue)", "scope": "terminus.7f7f7f.light_blue", "foreground": "#7f7f7f"}, {"background": "var(light_magenta)", "scope": "terminus.7f7f7f.light_magenta", "foreground": "#7f7f7f"}, {"background": "var(light_cyan)", "scope": "terminus.7f7f7f.light_cyan", "foreground": "#7f7f7f"}, {"background": "var(light_white)", "scope": "terminus.7f7f7f.light_white", "foreground": "#7f7f7f"}, {"background": "var(background)", "scope": "terminus.7f7f7f.default", "foreground": "#7f7f7f"}, {"background": "var(foreground)", "scope": "terminus.7f7f7f.reverse_default", "foreground": "#7f7f7f"}, {"background": "#000000", "scope": "terminus.7f7f7f.000000", "foreground": "#7f7f7f"}, {"background": "#cd0000", "scope": "terminus.7f7f7f.cd0000", "foreground": "#7f7f7f"}, {"background": "#00cd00", "scope": "terminus.7f7f7f.00cd00", "foreground": "#7f7f7f"}, {"background": "#cdcd00", "scope": "terminus.7f7f7f.cdcd00", "foreground": "#7f7f7f"}, {"background": "#0000ee", "scope": "terminus.7f7f7f.0000ee", "foreground": "#7f7f7f"}, {"background": "#cd00cd", "scope": "terminus.7f7f7f.cd00cd", "foreground": "#7f7f7f"}, {"background": "#00cdcd", "scope": "terminus.7f7f7f.00cdcd", "foreground": "#7f7f7f"}, {"background": "#e5e5e5", "scope": "terminus.7f7f7f.e5e5e5", "foreground": "#7f7f7f"}, {"background": "#7f7f7f", "scope": "terminus.7f7f7f.7f7f7f", "foreground": "#7f7f7f"}, {"background": "#ff0000", "scope": "terminus.7f7f7f.ff0000", "foreground": "#7f7f7f"}, {"background": "#00ff00", "scope": "terminus.7f7f7f.00ff00", "foreground": "#7f7f7f"}, {"background": "#ffff00", "scope": "terminus.7f7f7f.ffff00", "foreground": "#7f7f7f"}, {"background": "#5c5cff", "scope": "terminus.7f7f7f.5c5cff", "foreground": "#7f7f7f"}, {"background": "#ff00ff", "scope": "terminus.7f7f7f.ff00ff", "foreground": "#7f7f7f"}, {"background": "#00ffff", "scope": "terminus.7f7f7f.00ffff", "foreground": "#7f7f7f"}, {"background": "#ffffff", "scope": "terminus.7f7f7f.ffffff", "foreground": "#7f7f7f"}, {"background": "#00005f", "scope": "terminus.7f7f7f.00005f", "foreground": "#7f7f7f"}, {"background": "#000087", "scope": "terminus.7f7f7f.000087", "foreground": "#7f7f7f"}, {"background": "#0000af", "scope": "terminus.7f7f7f.0000af", "foreground": "#7f7f7f"}, {"background": "#0000d7", "scope": "terminus.7f7f7f.0000d7", "foreground": "#7f7f7f"}, {"background": "#0000ff", "scope": "terminus.7f7f7f.0000ff", "foreground": "#7f7f7f"}, {"background": "#005f00", "scope": "terminus.7f7f7f.005f00", "foreground": "#7f7f7f"}, {"background": "#005f5f", "scope": "terminus.7f7f7f.005f5f", "foreground": "#7f7f7f"}, {"background": "#005f87", "scope": "terminus.7f7f7f.005f87", "foreground": "#7f7f7f"}, {"background": "#005faf", "scope": "terminus.7f7f7f.005faf", "foreground": "#7f7f7f"}, {"background": "#005fd7", "scope": "terminus.7f7f7f.005fd7", "foreground": "#7f7f7f"}, {"background": "#005fff", "scope": "terminus.7f7f7f.005fff", "foreground": "#7f7f7f"}, {"background": "#008700", "scope": "terminus.7f7f7f.008700", "foreground": "#7f7f7f"}, {"background": "#00875f", "scope": "terminus.7f7f7f.00875f", "foreground": "#7f7f7f"}, {"background": "#008787", "scope": "terminus.7f7f7f.008787", "foreground": "#7f7f7f"}, {"background": "#0087af", "scope": "terminus.7f7f7f.0087af", "foreground": "#7f7f7f"}, {"background": "#0087d7", "scope": "terminus.7f7f7f.0087d7", "foreground": "#7f7f7f"}, {"background": "#0087ff", "scope": "terminus.7f7f7f.0087ff", "foreground": "#7f7f7f"}, {"background": "#00af00", "scope": "terminus.7f7f7f.00af00", "foreground": "#7f7f7f"}, {"background": "#00af5f", "scope": "terminus.7f7f7f.00af5f", "foreground": "#7f7f7f"}, {"background": "#00af87", "scope": "terminus.7f7f7f.00af87", "foreground": "#7f7f7f"}, {"background": "#00afaf", "scope": "terminus.7f7f7f.00afaf", "foreground": "#7f7f7f"}, {"background": "#00afd7", "scope": "terminus.7f7f7f.00afd7", "foreground": "#7f7f7f"}, {"background": "#00afff", "scope": "terminus.7f7f7f.00afff", "foreground": "#7f7f7f"}, {"background": "#00d700", "scope": "terminus.7f7f7f.00d700", "foreground": "#7f7f7f"}, {"background": "#00d75f", "scope": "terminus.7f7f7f.00d75f", "foreground": "#7f7f7f"}, {"background": "#00d787", "scope": "terminus.7f7f7f.00d787", "foreground": "#7f7f7f"}, {"background": "#00d7af", "scope": "terminus.7f7f7f.00d7af", "foreground": "#7f7f7f"}, {"background": "#00d7d7", "scope": "terminus.7f7f7f.00d7d7", "foreground": "#7f7f7f"}, {"background": "#00d7ff", "scope": "terminus.7f7f7f.00d7ff", "foreground": "#7f7f7f"}, {"background": "#00ff5f", "scope": "terminus.7f7f7f.00ff5f", "foreground": "#7f7f7f"}, {"background": "#00ff87", "scope": "terminus.7f7f7f.00ff87", "foreground": "#7f7f7f"}, {"background": "#00ffaf", "scope": "terminus.7f7f7f.00ffaf", "foreground": "#7f7f7f"}, {"background": "#00ffd7", "scope": "terminus.7f7f7f.00ffd7", "foreground": "#7f7f7f"}, {"background": "#5f0000", "scope": "terminus.7f7f7f.5f0000", "foreground": "#7f7f7f"}, {"background": "#5f005f", "scope": "terminus.7f7f7f.5f005f", "foreground": "#7f7f7f"}, {"background": "#5f0087", "scope": "terminus.7f7f7f.5f0087", "foreground": "#7f7f7f"}, {"background": "#5f00af", "scope": "terminus.7f7f7f.5f00af", "foreground": "#7f7f7f"}, {"background": "#5f00d7", "scope": "terminus.7f7f7f.5f00d7", "foreground": "#7f7f7f"}, {"background": "#5f00ff", "scope": "terminus.7f7f7f.5f00ff", "foreground": "#7f7f7f"}, {"background": "#5f5f00", "scope": "terminus.7f7f7f.5f5f00", "foreground": "#7f7f7f"}, {"background": "#5f5f5f", "scope": "terminus.7f7f7f.5f5f5f", "foreground": "#7f7f7f"}, {"background": "#5f5f87", "scope": "terminus.7f7f7f.5f5f87", "foreground": "#7f7f7f"}, {"background": "#5f5faf", "scope": "terminus.7f7f7f.5f5faf", "foreground": "#7f7f7f"}, {"background": "#5f5fd7", "scope": "terminus.7f7f7f.5f5fd7", "foreground": "#7f7f7f"}, {"background": "#5f5fff", "scope": "terminus.7f7f7f.5f5fff", "foreground": "#7f7f7f"}, {"background": "#5f8700", "scope": "terminus.7f7f7f.5f8700", "foreground": "#7f7f7f"}, {"background": "#5f875f", "scope": "terminus.7f7f7f.5f875f", "foreground": "#7f7f7f"}, {"background": "#5f8787", "scope": "terminus.7f7f7f.5f8787", "foreground": "#7f7f7f"}, {"background": "#5f87af", "scope": "terminus.7f7f7f.5f87af", "foreground": "#7f7f7f"}, {"background": "#5f87d7", "scope": "terminus.7f7f7f.5f87d7", "foreground": "#7f7f7f"}, {"background": "#5f87ff", "scope": "terminus.7f7f7f.5f87ff", "foreground": "#7f7f7f"}, {"background": "#5faf00", "scope": "terminus.7f7f7f.5faf00", "foreground": "#7f7f7f"}, {"background": "#5faf5f", "scope": "terminus.7f7f7f.5faf5f", "foreground": "#7f7f7f"}, {"background": "#5faf87", "scope": "terminus.7f7f7f.5faf87", "foreground": "#7f7f7f"}, {"background": "#5fafaf", "scope": "terminus.7f7f7f.5fafaf", "foreground": "#7f7f7f"}, {"background": "#5fafd7", "scope": "terminus.7f7f7f.5fafd7", "foreground": "#7f7f7f"}, {"background": "#5fafff", "scope": "terminus.7f7f7f.5fafff", "foreground": "#7f7f7f"}, {"background": "#5fd700", "scope": "terminus.7f7f7f.5fd700", "foreground": "#7f7f7f"}, {"background": "#5fd75f", "scope": "terminus.7f7f7f.5fd75f", "foreground": "#7f7f7f"}, {"background": "#5fd787", "scope": "terminus.7f7f7f.5fd787", "foreground": "#7f7f7f"}, {"background": "#5fd7af", "scope": "terminus.7f7f7f.5fd7af", "foreground": "#7f7f7f"}, {"background": "#5fd7d7", "scope": "terminus.7f7f7f.5fd7d7", "foreground": "#7f7f7f"}, {"background": "#5fd7ff", "scope": "terminus.7f7f7f.5fd7ff", "foreground": "#7f7f7f"}, {"background": "#5fff00", "scope": "terminus.7f7f7f.5fff00", "foreground": "#7f7f7f"}, {"background": "#5fff5f", "scope": "terminus.7f7f7f.5fff5f", "foreground": "#7f7f7f"}, {"background": "#5fff87", "scope": "terminus.7f7f7f.5fff87", "foreground": "#7f7f7f"}, {"background": "#5fffaf", "scope": "terminus.7f7f7f.5fffaf", "foreground": "#7f7f7f"}, {"background": "#5fffd7", "scope": "terminus.7f7f7f.5fffd7", "foreground": "#7f7f7f"}, {"background": "#5fffff", "scope": "terminus.7f7f7f.5fffff", "foreground": "#7f7f7f"}, {"background": "#870000", "scope": "terminus.7f7f7f.870000", "foreground": "#7f7f7f"}, {"background": "#87005f", "scope": "terminus.7f7f7f.87005f", "foreground": "#7f7f7f"}, {"background": "#870087", "scope": "terminus.7f7f7f.870087", "foreground": "#7f7f7f"}, {"background": "#8700af", "scope": "terminus.7f7f7f.8700af", "foreground": "#7f7f7f"}, {"background": "#8700d7", "scope": "terminus.7f7f7f.8700d7", "foreground": "#7f7f7f"}, {"background": "#8700ff", "scope": "terminus.7f7f7f.8700ff", "foreground": "#7f7f7f"}, {"background": "#875f00", "scope": "terminus.7f7f7f.875f00", "foreground": "#7f7f7f"}, {"background": "#875f5f", "scope": "terminus.7f7f7f.875f5f", "foreground": "#7f7f7f"}, {"background": "#875f87", "scope": "terminus.7f7f7f.875f87", "foreground": "#7f7f7f"}, {"background": "#875faf", "scope": "terminus.7f7f7f.875faf", "foreground": "#7f7f7f"}, {"background": "#875fd7", "scope": "terminus.7f7f7f.875fd7", "foreground": "#7f7f7f"}, {"background": "#875fff", "scope": "terminus.7f7f7f.875fff", "foreground": "#7f7f7f"}, {"background": "#878700", "scope": "terminus.7f7f7f.878700", "foreground": "#7f7f7f"}, {"background": "#87875f", "scope": "terminus.7f7f7f.87875f", "foreground": "#7f7f7f"}, {"background": "#878787", "scope": "terminus.7f7f7f.878787", "foreground": "#7f7f7f"}, {"background": "#8787af", "scope": "terminus.7f7f7f.8787af", "foreground": "#7f7f7f"}, {"background": "#8787d7", "scope": "terminus.7f7f7f.8787d7", "foreground": "#7f7f7f"}, {"background": "#8787ff", "scope": "terminus.7f7f7f.8787ff", "foreground": "#7f7f7f"}, {"background": "#87af00", "scope": "terminus.7f7f7f.87af00", "foreground": "#7f7f7f"}, {"background": "#87af5f", "scope": "terminus.7f7f7f.87af5f", "foreground": "#7f7f7f"}, {"background": "#87af87", "scope": "terminus.7f7f7f.87af87", "foreground": "#7f7f7f"}, {"background": "#87afaf", "scope": "terminus.7f7f7f.87afaf", "foreground": "#7f7f7f"}, {"background": "#87afd7", "scope": "terminus.7f7f7f.87afd7", "foreground": "#7f7f7f"}, {"background": "#87afff", "scope": "terminus.7f7f7f.87afff", "foreground": "#7f7f7f"}, {"background": "#87d700", "scope": "terminus.7f7f7f.87d700", "foreground": "#7f7f7f"}, {"background": "#87d75f", "scope": "terminus.7f7f7f.87d75f", "foreground": "#7f7f7f"}, {"background": "#87d787", "scope": "terminus.7f7f7f.87d787", "foreground": "#7f7f7f"}, {"background": "#87d7af", "scope": "terminus.7f7f7f.87d7af", "foreground": "#7f7f7f"}, {"background": "#87d7d7", "scope": "terminus.7f7f7f.87d7d7", "foreground": "#7f7f7f"}, {"background": "#87d7ff", "scope": "terminus.7f7f7f.87d7ff", "foreground": "#7f7f7f"}, {"background": "#87ff00", "scope": "terminus.7f7f7f.87ff00", "foreground": "#7f7f7f"}, {"background": "#87ff5f", "scope": "terminus.7f7f7f.87ff5f", "foreground": "#7f7f7f"}, {"background": "#87ff87", "scope": "terminus.7f7f7f.87ff87", "foreground": "#7f7f7f"}, {"background": "#87ffaf", "scope": "terminus.7f7f7f.87ffaf", "foreground": "#7f7f7f"}, {"background": "#87ffd7", "scope": "terminus.7f7f7f.87ffd7", "foreground": "#7f7f7f"}, {"background": "#87ffff", "scope": "terminus.7f7f7f.87ffff", "foreground": "#7f7f7f"}, {"background": "#af0000", "scope": "terminus.7f7f7f.af0000", "foreground": "#7f7f7f"}, {"background": "#af005f", "scope": "terminus.7f7f7f.af005f", "foreground": "#7f7f7f"}, {"background": "#af0087", "scope": "terminus.7f7f7f.af0087", "foreground": "#7f7f7f"}, {"background": "#af00af", "scope": "terminus.7f7f7f.af00af", "foreground": "#7f7f7f"}, {"background": "#af00d7", "scope": "terminus.7f7f7f.af00d7", "foreground": "#7f7f7f"}, {"background": "#af00ff", "scope": "terminus.7f7f7f.af00ff", "foreground": "#7f7f7f"}, {"background": "#af5f00", "scope": "terminus.7f7f7f.af5f00", "foreground": "#7f7f7f"}, {"background": "#af5f5f", "scope": "terminus.7f7f7f.af5f5f", "foreground": "#7f7f7f"}, {"background": "#af5f87", "scope": "terminus.7f7f7f.af5f87", "foreground": "#7f7f7f"}, {"background": "#af5faf", "scope": "terminus.7f7f7f.af5faf", "foreground": "#7f7f7f"}, {"background": "#af5fd7", "scope": "terminus.7f7f7f.af5fd7", "foreground": "#7f7f7f"}, {"background": "#af5fff", "scope": "terminus.7f7f7f.af5fff", "foreground": "#7f7f7f"}, {"background": "#af8700", "scope": "terminus.7f7f7f.af8700", "foreground": "#7f7f7f"}, {"background": "#af875f", "scope": "terminus.7f7f7f.af875f", "foreground": "#7f7f7f"}, {"background": "#af8787", "scope": "terminus.7f7f7f.af8787", "foreground": "#7f7f7f"}, {"background": "#af87af", "scope": "terminus.7f7f7f.af87af", "foreground": "#7f7f7f"}, {"background": "#af87d7", "scope": "terminus.7f7f7f.af87d7", "foreground": "#7f7f7f"}, {"background": "#af87ff", "scope": "terminus.7f7f7f.af87ff", "foreground": "#7f7f7f"}, {"background": "#afaf00", "scope": "terminus.7f7f7f.afaf00", "foreground": "#7f7f7f"}, {"background": "#afaf5f", "scope": "terminus.7f7f7f.afaf5f", "foreground": "#7f7f7f"}, {"background": "#afaf87", "scope": "terminus.7f7f7f.afaf87", "foreground": "#7f7f7f"}, {"background": "#afafaf", "scope": "terminus.7f7f7f.afafaf", "foreground": "#7f7f7f"}, {"background": "#afafd7", "scope": "terminus.7f7f7f.afafd7", "foreground": "#7f7f7f"}, {"background": "#afafff", "scope": "terminus.7f7f7f.afafff", "foreground": "#7f7f7f"}, {"background": "#afd700", "scope": "terminus.7f7f7f.afd700", "foreground": "#7f7f7f"}, {"background": "#afd75f", "scope": "terminus.7f7f7f.afd75f", "foreground": "#7f7f7f"}, {"background": "#afd787", "scope": "terminus.7f7f7f.afd787", "foreground": "#7f7f7f"}, {"background": "#afd7af", "scope": "terminus.7f7f7f.afd7af", "foreground": "#7f7f7f"}, {"background": "#afd7d7", "scope": "terminus.7f7f7f.afd7d7", "foreground": "#7f7f7f"}, {"background": "#afd7ff", "scope": "terminus.7f7f7f.afd7ff", "foreground": "#7f7f7f"}, {"background": "#afff00", "scope": "terminus.7f7f7f.afff00", "foreground": "#7f7f7f"}, {"background": "#afff5f", "scope": "terminus.7f7f7f.afff5f", "foreground": "#7f7f7f"}, {"background": "#afff87", "scope": "terminus.7f7f7f.afff87", "foreground": "#7f7f7f"}, {"background": "#afffaf", "scope": "terminus.7f7f7f.afffaf", "foreground": "#7f7f7f"}, {"background": "#afffd7", "scope": "terminus.7f7f7f.afffd7", "foreground": "#7f7f7f"}, {"background": "#afffff", "scope": "terminus.7f7f7f.afffff", "foreground": "#7f7f7f"}, {"background": "#d70000", "scope": "terminus.7f7f7f.d70000", "foreground": "#7f7f7f"}, {"background": "#d7005f", "scope": "terminus.7f7f7f.d7005f", "foreground": "#7f7f7f"}, {"background": "#d70087", "scope": "terminus.7f7f7f.d70087", "foreground": "#7f7f7f"}, {"background": "#d700af", "scope": "terminus.7f7f7f.d700af", "foreground": "#7f7f7f"}, {"background": "#d700d7", "scope": "terminus.7f7f7f.d700d7", "foreground": "#7f7f7f"}, {"background": "#d700ff", "scope": "terminus.7f7f7f.d700ff", "foreground": "#7f7f7f"}, {"background": "#d75f00", "scope": "terminus.7f7f7f.d75f00", "foreground": "#7f7f7f"}, {"background": "#d75f5f", "scope": "terminus.7f7f7f.d75f5f", "foreground": "#7f7f7f"}, {"background": "#d75f87", "scope": "terminus.7f7f7f.d75f87", "foreground": "#7f7f7f"}, {"background": "#d75faf", "scope": "terminus.7f7f7f.d75faf", "foreground": "#7f7f7f"}, {"background": "#d75fd7", "scope": "terminus.7f7f7f.d75fd7", "foreground": "#7f7f7f"}, {"background": "#d75fff", "scope": "terminus.7f7f7f.d75fff", "foreground": "#7f7f7f"}, {"background": "#d78700", "scope": "terminus.7f7f7f.d78700", "foreground": "#7f7f7f"}, {"background": "#d7875f", "scope": "terminus.7f7f7f.d7875f", "foreground": "#7f7f7f"}, {"background": "#d78787", "scope": "terminus.7f7f7f.d78787", "foreground": "#7f7f7f"}, {"background": "#d787af", "scope": "terminus.7f7f7f.d787af", "foreground": "#7f7f7f"}, {"background": "#d787d7", "scope": "terminus.7f7f7f.d787d7", "foreground": "#7f7f7f"}, {"background": "#d787ff", "scope": "terminus.7f7f7f.d787ff", "foreground": "#7f7f7f"}, {"background": "#d7af00", "scope": "terminus.7f7f7f.d7af00", "foreground": "#7f7f7f"}, {"background": "#d7af5f", "scope": "terminus.7f7f7f.d7af5f", "foreground": "#7f7f7f"}, {"background": "#d7af87", "scope": "terminus.7f7f7f.d7af87", "foreground": "#7f7f7f"}, {"background": "#d7afaf", "scope": "terminus.7f7f7f.d7afaf", "foreground": "#7f7f7f"}, {"background": "#d7afd7", "scope": "terminus.7f7f7f.d7afd7", "foreground": "#7f7f7f"}, {"background": "#d7afff", "scope": "terminus.7f7f7f.d7afff", "foreground": "#7f7f7f"}, {"background": "#d7d700", "scope": "terminus.7f7f7f.d7d700", "foreground": "#7f7f7f"}, {"background": "#d7d75f", "scope": "terminus.7f7f7f.d7d75f", "foreground": "#7f7f7f"}, {"background": "#d7d787", "scope": "terminus.7f7f7f.d7d787", "foreground": "#7f7f7f"}, {"background": "#d7d7af", "scope": "terminus.7f7f7f.d7d7af", "foreground": "#7f7f7f"}, {"background": "#d7d7d7", "scope": "terminus.7f7f7f.d7d7d7", "foreground": "#7f7f7f"}, {"background": "#d7d7ff", "scope": "terminus.7f7f7f.d7d7ff", "foreground": "#7f7f7f"}, {"background": "#d7ff00", "scope": "terminus.7f7f7f.d7ff00", "foreground": "#7f7f7f"}, {"background": "#d7ff5f", "scope": "terminus.7f7f7f.d7ff5f", "foreground": "#7f7f7f"}, {"background": "#d7ff87", "scope": "terminus.7f7f7f.d7ff87", "foreground": "#7f7f7f"}, {"background": "#d7ffaf", "scope": "terminus.7f7f7f.d7ffaf", "foreground": "#7f7f7f"}, {"background": "#d7ffd7", "scope": "terminus.7f7f7f.d7ffd7", "foreground": "#7f7f7f"}, {"background": "#d7ffff", "scope": "terminus.7f7f7f.d7ffff", "foreground": "#7f7f7f"}, {"background": "#ff005f", "scope": "terminus.7f7f7f.ff005f", "foreground": "#7f7f7f"}, {"background": "#ff0087", "scope": "terminus.7f7f7f.ff0087", "foreground": "#7f7f7f"}, {"background": "#ff00af", "scope": "terminus.7f7f7f.ff00af", "foreground": "#7f7f7f"}, {"background": "#ff00d7", "scope": "terminus.7f7f7f.ff00d7", "foreground": "#7f7f7f"}, {"background": "#ff5f00", "scope": "terminus.7f7f7f.ff5f00", "foreground": "#7f7f7f"}, {"background": "#ff5f5f", "scope": "terminus.7f7f7f.ff5f5f", "foreground": "#7f7f7f"}, {"background": "#ff5f87", "scope": "terminus.7f7f7f.ff5f87", "foreground": "#7f7f7f"}, {"background": "#ff5faf", "scope": "terminus.7f7f7f.ff5faf", "foreground": "#7f7f7f"}, {"background": "#ff5fd7", "scope": "terminus.7f7f7f.ff5fd7", "foreground": "#7f7f7f"}, {"background": "#ff5fff", "scope": "terminus.7f7f7f.ff5fff", "foreground": "#7f7f7f"}, {"background": "#ff8700", "scope": "terminus.7f7f7f.ff8700", "foreground": "#7f7f7f"}, {"background": "#ff875f", "scope": "terminus.7f7f7f.ff875f", "foreground": "#7f7f7f"}, {"background": "#ff8787", "scope": "terminus.7f7f7f.ff8787", "foreground": "#7f7f7f"}, {"background": "#ff87af", "scope": "terminus.7f7f7f.ff87af", "foreground": "#7f7f7f"}, {"background": "#ff87d7", "scope": "terminus.7f7f7f.ff87d7", "foreground": "#7f7f7f"}, {"background": "#ff87ff", "scope": "terminus.7f7f7f.ff87ff", "foreground": "#7f7f7f"}, {"background": "#ffaf00", "scope": "terminus.7f7f7f.ffaf00", "foreground": "#7f7f7f"}, {"background": "#ffaf5f", "scope": "terminus.7f7f7f.ffaf5f", "foreground": "#7f7f7f"}, {"background": "#ffaf87", "scope": "terminus.7f7f7f.ffaf87", "foreground": "#7f7f7f"}, {"background": "#ffafaf", "scope": "terminus.7f7f7f.ffafaf", "foreground": "#7f7f7f"}, {"background": "#ffafd7", "scope": "terminus.7f7f7f.ffafd7", "foreground": "#7f7f7f"}, {"background": "#ffafff", "scope": "terminus.7f7f7f.ffafff", "foreground": "#7f7f7f"}, {"background": "#ffd700", "scope": "terminus.7f7f7f.ffd700", "foreground": "#7f7f7f"}, {"background": "#ffd75f", "scope": "terminus.7f7f7f.ffd75f", "foreground": "#7f7f7f"}, {"background": "#ffd787", "scope": "terminus.7f7f7f.ffd787", "foreground": "#7f7f7f"}, {"background": "#ffd7af", "scope": "terminus.7f7f7f.ffd7af", "foreground": "#7f7f7f"}, {"background": "#ffd7d7", "scope": "terminus.7f7f7f.ffd7d7", "foreground": "#7f7f7f"}, {"background": "#ffd7ff", "scope": "terminus.7f7f7f.ffd7ff", "foreground": "#7f7f7f"}, {"background": "#ffff5f", "scope": "terminus.7f7f7f.ffff5f", "foreground": "#7f7f7f"}, {"background": "#ffff87", "scope": "terminus.7f7f7f.ffff87", "foreground": "#7f7f7f"}, {"background": "#ffffaf", "scope": "terminus.7f7f7f.ffffaf", "foreground": "#7f7f7f"}, {"background": "#ffffd7", "scope": "terminus.7f7f7f.ffffd7", "foreground": "#7f7f7f"}, {"background": "#080808", "scope": "terminus.7f7f7f.080808", "foreground": "#7f7f7f"}, {"background": "#121212", "scope": "terminus.7f7f7f.121212", "foreground": "#7f7f7f"}, {"background": "#1c1c1c", "scope": "terminus.7f7f7f.1c1c1c", "foreground": "#7f7f7f"}, {"background": "#262626", "scope": "terminus.7f7f7f.262626", "foreground": "#7f7f7f"}, {"background": "#303030", "scope": "terminus.7f7f7f.303030", "foreground": "#7f7f7f"}, {"background": "#3a3a3a", "scope": "terminus.7f7f7f.3a3a3a", "foreground": "#7f7f7f"}, {"background": "#444444", "scope": "terminus.7f7f7f.444444", "foreground": "#7f7f7f"}, {"background": "#4e4e4e", "scope": "terminus.7f7f7f.4e4e4e", "foreground": "#7f7f7f"}, {"background": "#585858", "scope": "terminus.7f7f7f.585858", "foreground": "#7f7f7f"}, {"background": "#626262", "scope": "terminus.7f7f7f.626262", "foreground": "#7f7f7f"}, {"background": "#6c6c6c", "scope": "terminus.7f7f7f.6c6c6c", "foreground": "#7f7f7f"}, {"background": "#767676", "scope": "terminus.7f7f7f.767676", "foreground": "#7f7f7f"}, {"background": "#808080", "scope": "terminus.7f7f7f.808080", "foreground": "#7f7f7f"}, {"background": "#8a8a8a", "scope": "terminus.7f7f7f.8a8a8a", "foreground": "#7f7f7f"}, {"background": "#949494", "scope": "terminus.7f7f7f.949494", "foreground": "#7f7f7f"}, {"background": "#9e9e9e", "scope": "terminus.7f7f7f.9e9e9e", "foreground": "#7f7f7f"}, {"background": "#a8a8a8", "scope": "terminus.7f7f7f.a8a8a8", "foreground": "#7f7f7f"}, {"background": "#b2b2b2", "scope": "terminus.7f7f7f.b2b2b2", "foreground": "#7f7f7f"}, {"background": "#bcbcbc", "scope": "terminus.7f7f7f.bcbcbc", "foreground": "#7f7f7f"}, {"background": "#c6c6c6", "scope": "terminus.7f7f7f.c6c6c6", "foreground": "#7f7f7f"}, {"background": "#d0d0d0", "scope": "terminus.7f7f7f.d0d0d0", "foreground": "#7f7f7f"}, {"background": "#dadada", "scope": "terminus.7f7f7f.dadada", "foreground": "#7f7f7f"}, {"background": "#e4e4e4", "scope": "terminus.7f7f7f.e4e4e4", "foreground": "#7f7f7f"}, {"background": "#eeeeee", "scope": "terminus.7f7f7f.eeeeee", "foreground": "#7f7f7f"}, {"background": "var(black)", "scope": "terminus.ff0000.black", "foreground": "#ff0000"}, {"background": "var(red)", "scope": "terminus.ff0000.red", "foreground": "#ff0000"}, {"background": "var(green)", "scope": "terminus.ff0000.green", "foreground": "#ff0000"}, {"background": "var(brown)", "scope": "terminus.ff0000.brown", "foreground": "#ff0000"}, {"background": "var(blue)", "scope": "terminus.ff0000.blue", "foreground": "#ff0000"}, {"background": "var(magenta)", "scope": "terminus.ff0000.magenta", "foreground": "#ff0000"}, {"background": "var(cyan)", "scope": "terminus.ff0000.cyan", "foreground": "#ff0000"}, {"background": "var(white)", "scope": "terminus.ff0000.white", "foreground": "#ff0000"}, {"background": "var(light_black)", "scope": "terminus.ff0000.light_black", "foreground": "#ff0000"}, {"background": "var(light_red)", "scope": "terminus.ff0000.light_red", "foreground": "#ff0000"}, {"background": "var(light_green)", "scope": "terminus.ff0000.light_green", "foreground": "#ff0000"}, {"background": "var(light_brown)", "scope": "terminus.ff0000.light_brown", "foreground": "#ff0000"}, {"background": "var(light_blue)", "scope": "terminus.ff0000.light_blue", "foreground": "#ff0000"}, {"background": "var(light_magenta)", "scope": "terminus.ff0000.light_magenta", "foreground": "#ff0000"}, {"background": "var(light_cyan)", "scope": "terminus.ff0000.light_cyan", "foreground": "#ff0000"}, {"background": "var(light_white)", "scope": "terminus.ff0000.light_white", "foreground": "#ff0000"}, {"background": "var(background)", "scope": "terminus.ff0000.default", "foreground": "#ff0000"}, {"background": "var(foreground)", "scope": "terminus.ff0000.reverse_default", "foreground": "#ff0000"}, {"background": "#000000", "scope": "terminus.ff0000.000000", "foreground": "#ff0000"}, {"background": "#cd0000", "scope": "terminus.ff0000.cd0000", "foreground": "#ff0000"}, {"background": "#00cd00", "scope": "terminus.ff0000.00cd00", "foreground": "#ff0000"}, {"background": "#cdcd00", "scope": "terminus.ff0000.cdcd00", "foreground": "#ff0000"}, {"background": "#0000ee", "scope": "terminus.ff0000.0000ee", "foreground": "#ff0000"}, {"background": "#cd00cd", "scope": "terminus.ff0000.cd00cd", "foreground": "#ff0000"}, {"background": "#00cdcd", "scope": "terminus.ff0000.00cdcd", "foreground": "#ff0000"}, {"background": "#e5e5e5", "scope": "terminus.ff0000.e5e5e5", "foreground": "#ff0000"}, {"background": "#7f7f7f", "scope": "terminus.ff0000.7f7f7f", "foreground": "#ff0000"}, {"background": "#ff0000", "scope": "terminus.ff0000.ff0000", "foreground": "#ff0000"}, {"background": "#00ff00", "scope": "terminus.ff0000.00ff00", "foreground": "#ff0000"}, {"background": "#ffff00", "scope": "terminus.ff0000.ffff00", "foreground": "#ff0000"}, {"background": "#5c5cff", "scope": "terminus.ff0000.5c5cff", "foreground": "#ff0000"}, {"background": "#ff00ff", "scope": "terminus.ff0000.ff00ff", "foreground": "#ff0000"}, {"background": "#00ffff", "scope": "terminus.ff0000.00ffff", "foreground": "#ff0000"}, {"background": "#ffffff", "scope": "terminus.ff0000.ffffff", "foreground": "#ff0000"}, {"background": "#00005f", "scope": "terminus.ff0000.00005f", "foreground": "#ff0000"}, {"background": "#000087", "scope": "terminus.ff0000.000087", "foreground": "#ff0000"}, {"background": "#0000af", "scope": "terminus.ff0000.0000af", "foreground": "#ff0000"}, {"background": "#0000d7", "scope": "terminus.ff0000.0000d7", "foreground": "#ff0000"}, {"background": "#0000ff", "scope": "terminus.ff0000.0000ff", "foreground": "#ff0000"}, {"background": "#005f00", "scope": "terminus.ff0000.005f00", "foreground": "#ff0000"}, {"background": "#005f5f", "scope": "terminus.ff0000.005f5f", "foreground": "#ff0000"}, {"background": "#005f87", "scope": "terminus.ff0000.005f87", "foreground": "#ff0000"}, {"background": "#005faf", "scope": "terminus.ff0000.005faf", "foreground": "#ff0000"}, {"background": "#005fd7", "scope": "terminus.ff0000.005fd7", "foreground": "#ff0000"}, {"background": "#005fff", "scope": "terminus.ff0000.005fff", "foreground": "#ff0000"}, {"background": "#008700", "scope": "terminus.ff0000.008700", "foreground": "#ff0000"}, {"background": "#00875f", "scope": "terminus.ff0000.00875f", "foreground": "#ff0000"}, {"background": "#008787", "scope": "terminus.ff0000.008787", "foreground": "#ff0000"}, {"background": "#0087af", "scope": "terminus.ff0000.0087af", "foreground": "#ff0000"}, {"background": "#0087d7", "scope": "terminus.ff0000.0087d7", "foreground": "#ff0000"}, {"background": "#0087ff", "scope": "terminus.ff0000.0087ff", "foreground": "#ff0000"}, {"background": "#00af00", "scope": "terminus.ff0000.00af00", "foreground": "#ff0000"}, {"background": "#00af5f", "scope": "terminus.ff0000.00af5f", "foreground": "#ff0000"}, {"background": "#00af87", "scope": "terminus.ff0000.00af87", "foreground": "#ff0000"}, {"background": "#00afaf", "scope": "terminus.ff0000.00afaf", "foreground": "#ff0000"}, {"background": "#00afd7", "scope": "terminus.ff0000.00afd7", "foreground": "#ff0000"}, {"background": "#00afff", "scope": "terminus.ff0000.00afff", "foreground": "#ff0000"}, {"background": "#00d700", "scope": "terminus.ff0000.00d700", "foreground": "#ff0000"}, {"background": "#00d75f", "scope": "terminus.ff0000.00d75f", "foreground": "#ff0000"}, {"background": "#00d787", "scope": "terminus.ff0000.00d787", "foreground": "#ff0000"}, {"background": "#00d7af", "scope": "terminus.ff0000.00d7af", "foreground": "#ff0000"}, {"background": "#00d7d7", "scope": "terminus.ff0000.00d7d7", "foreground": "#ff0000"}, {"background": "#00d7ff", "scope": "terminus.ff0000.00d7ff", "foreground": "#ff0000"}, {"background": "#00ff5f", "scope": "terminus.ff0000.00ff5f", "foreground": "#ff0000"}, {"background": "#00ff87", "scope": "terminus.ff0000.00ff87", "foreground": "#ff0000"}, {"background": "#00ffaf", "scope": "terminus.ff0000.00ffaf", "foreground": "#ff0000"}, {"background": "#00ffd7", "scope": "terminus.ff0000.00ffd7", "foreground": "#ff0000"}, {"background": "#5f0000", "scope": "terminus.ff0000.5f0000", "foreground": "#ff0000"}, {"background": "#5f005f", "scope": "terminus.ff0000.5f005f", "foreground": "#ff0000"}, {"background": "#5f0087", "scope": "terminus.ff0000.5f0087", "foreground": "#ff0000"}, {"background": "#5f00af", "scope": "terminus.ff0000.5f00af", "foreground": "#ff0000"}, {"background": "#5f00d7", "scope": "terminus.ff0000.5f00d7", "foreground": "#ff0000"}, {"background": "#5f00ff", "scope": "terminus.ff0000.5f00ff", "foreground": "#ff0000"}, {"background": "#5f5f00", "scope": "terminus.ff0000.5f5f00", "foreground": "#ff0000"}, {"background": "#5f5f5f", "scope": "terminus.ff0000.5f5f5f", "foreground": "#ff0000"}, {"background": "#5f5f87", "scope": "terminus.ff0000.5f5f87", "foreground": "#ff0000"}, {"background": "#5f5faf", "scope": "terminus.ff0000.5f5faf", "foreground": "#ff0000"}, {"background": "#5f5fd7", "scope": "terminus.ff0000.5f5fd7", "foreground": "#ff0000"}, {"background": "#5f5fff", "scope": "terminus.ff0000.5f5fff", "foreground": "#ff0000"}, {"background": "#5f8700", "scope": "terminus.ff0000.5f8700", "foreground": "#ff0000"}, {"background": "#5f875f", "scope": "terminus.ff0000.5f875f", "foreground": "#ff0000"}, {"background": "#5f8787", "scope": "terminus.ff0000.5f8787", "foreground": "#ff0000"}, {"background": "#5f87af", "scope": "terminus.ff0000.5f87af", "foreground": "#ff0000"}, {"background": "#5f87d7", "scope": "terminus.ff0000.5f87d7", "foreground": "#ff0000"}, {"background": "#5f87ff", "scope": "terminus.ff0000.5f87ff", "foreground": "#ff0000"}, {"background": "#5faf00", "scope": "terminus.ff0000.5faf00", "foreground": "#ff0000"}, {"background": "#5faf5f", "scope": "terminus.ff0000.5faf5f", "foreground": "#ff0000"}, {"background": "#5faf87", "scope": "terminus.ff0000.5faf87", "foreground": "#ff0000"}, {"background": "#5fafaf", "scope": "terminus.ff0000.5fafaf", "foreground": "#ff0000"}, {"background": "#5fafd7", "scope": "terminus.ff0000.5fafd7", "foreground": "#ff0000"}, {"background": "#5fafff", "scope": "terminus.ff0000.5fafff", "foreground": "#ff0000"}, {"background": "#5fd700", "scope": "terminus.ff0000.5fd700", "foreground": "#ff0000"}, {"background": "#5fd75f", "scope": "terminus.ff0000.5fd75f", "foreground": "#ff0000"}, {"background": "#5fd787", "scope": "terminus.ff0000.5fd787", "foreground": "#ff0000"}, {"background": "#5fd7af", "scope": "terminus.ff0000.5fd7af", "foreground": "#ff0000"}, {"background": "#5fd7d7", "scope": "terminus.ff0000.5fd7d7", "foreground": "#ff0000"}, {"background": "#5fd7ff", "scope": "terminus.ff0000.5fd7ff", "foreground": "#ff0000"}, {"background": "#5fff00", "scope": "terminus.ff0000.5fff00", "foreground": "#ff0000"}, {"background": "#5fff5f", "scope": "terminus.ff0000.5fff5f", "foreground": "#ff0000"}, {"background": "#5fff87", "scope": "terminus.ff0000.5fff87", "foreground": "#ff0000"}, {"background": "#5fffaf", "scope": "terminus.ff0000.5fffaf", "foreground": "#ff0000"}, {"background": "#5fffd7", "scope": "terminus.ff0000.5fffd7", "foreground": "#ff0000"}, {"background": "#5fffff", "scope": "terminus.ff0000.5fffff", "foreground": "#ff0000"}, {"background": "#870000", "scope": "terminus.ff0000.870000", "foreground": "#ff0000"}, {"background": "#87005f", "scope": "terminus.ff0000.87005f", "foreground": "#ff0000"}, {"background": "#870087", "scope": "terminus.ff0000.870087", "foreground": "#ff0000"}, {"background": "#8700af", "scope": "terminus.ff0000.8700af", "foreground": "#ff0000"}, {"background": "#8700d7", "scope": "terminus.ff0000.8700d7", "foreground": "#ff0000"}, {"background": "#8700ff", "scope": "terminus.ff0000.8700ff", "foreground": "#ff0000"}, {"background": "#875f00", "scope": "terminus.ff0000.875f00", "foreground": "#ff0000"}, {"background": "#875f5f", "scope": "terminus.ff0000.875f5f", "foreground": "#ff0000"}, {"background": "#875f87", "scope": "terminus.ff0000.875f87", "foreground": "#ff0000"}, {"background": "#875faf", "scope": "terminus.ff0000.875faf", "foreground": "#ff0000"}, {"background": "#875fd7", "scope": "terminus.ff0000.875fd7", "foreground": "#ff0000"}, {"background": "#875fff", "scope": "terminus.ff0000.875fff", "foreground": "#ff0000"}, {"background": "#878700", "scope": "terminus.ff0000.878700", "foreground": "#ff0000"}, {"background": "#87875f", "scope": "terminus.ff0000.87875f", "foreground": "#ff0000"}, {"background": "#878787", "scope": "terminus.ff0000.878787", "foreground": "#ff0000"}, {"background": "#8787af", "scope": "terminus.ff0000.8787af", "foreground": "#ff0000"}, {"background": "#8787d7", "scope": "terminus.ff0000.8787d7", "foreground": "#ff0000"}, {"background": "#8787ff", "scope": "terminus.ff0000.8787ff", "foreground": "#ff0000"}, {"background": "#87af00", "scope": "terminus.ff0000.87af00", "foreground": "#ff0000"}, {"background": "#87af5f", "scope": "terminus.ff0000.87af5f", "foreground": "#ff0000"}, {"background": "#87af87", "scope": "terminus.ff0000.87af87", "foreground": "#ff0000"}, {"background": "#87afaf", "scope": "terminus.ff0000.87afaf", "foreground": "#ff0000"}, {"background": "#87afd7", "scope": "terminus.ff0000.87afd7", "foreground": "#ff0000"}, {"background": "#87afff", "scope": "terminus.ff0000.87afff", "foreground": "#ff0000"}, {"background": "#87d700", "scope": "terminus.ff0000.87d700", "foreground": "#ff0000"}, {"background": "#87d75f", "scope": "terminus.ff0000.87d75f", "foreground": "#ff0000"}, {"background": "#87d787", "scope": "terminus.ff0000.87d787", "foreground": "#ff0000"}, {"background": "#87d7af", "scope": "terminus.ff0000.87d7af", "foreground": "#ff0000"}, {"background": "#87d7d7", "scope": "terminus.ff0000.87d7d7", "foreground": "#ff0000"}, {"background": "#87d7ff", "scope": "terminus.ff0000.87d7ff", "foreground": "#ff0000"}, {"background": "#87ff00", "scope": "terminus.ff0000.87ff00", "foreground": "#ff0000"}, {"background": "#87ff5f", "scope": "terminus.ff0000.87ff5f", "foreground": "#ff0000"}, {"background": "#87ff87", "scope": "terminus.ff0000.87ff87", "foreground": "#ff0000"}, {"background": "#87ffaf", "scope": "terminus.ff0000.87ffaf", "foreground": "#ff0000"}, {"background": "#87ffd7", "scope": "terminus.ff0000.87ffd7", "foreground": "#ff0000"}, {"background": "#87ffff", "scope": "terminus.ff0000.87ffff", "foreground": "#ff0000"}, {"background": "#af0000", "scope": "terminus.ff0000.af0000", "foreground": "#ff0000"}, {"background": "#af005f", "scope": "terminus.ff0000.af005f", "foreground": "#ff0000"}, {"background": "#af0087", "scope": "terminus.ff0000.af0087", "foreground": "#ff0000"}, {"background": "#af00af", "scope": "terminus.ff0000.af00af", "foreground": "#ff0000"}, {"background": "#af00d7", "scope": "terminus.ff0000.af00d7", "foreground": "#ff0000"}, {"background": "#af00ff", "scope": "terminus.ff0000.af00ff", "foreground": "#ff0000"}, {"background": "#af5f00", "scope": "terminus.ff0000.af5f00", "foreground": "#ff0000"}, {"background": "#af5f5f", "scope": "terminus.ff0000.af5f5f", "foreground": "#ff0000"}, {"background": "#af5f87", "scope": "terminus.ff0000.af5f87", "foreground": "#ff0000"}, {"background": "#af5faf", "scope": "terminus.ff0000.af5faf", "foreground": "#ff0000"}, {"background": "#af5fd7", "scope": "terminus.ff0000.af5fd7", "foreground": "#ff0000"}, {"background": "#af5fff", "scope": "terminus.ff0000.af5fff", "foreground": "#ff0000"}, {"background": "#af8700", "scope": "terminus.ff0000.af8700", "foreground": "#ff0000"}, {"background": "#af875f", "scope": "terminus.ff0000.af875f", "foreground": "#ff0000"}, {"background": "#af8787", "scope": "terminus.ff0000.af8787", "foreground": "#ff0000"}, {"background": "#af87af", "scope": "terminus.ff0000.af87af", "foreground": "#ff0000"}, {"background": "#af87d7", "scope": "terminus.ff0000.af87d7", "foreground": "#ff0000"}, {"background": "#af87ff", "scope": "terminus.ff0000.af87ff", "foreground": "#ff0000"}, {"background": "#afaf00", "scope": "terminus.ff0000.afaf00", "foreground": "#ff0000"}, {"background": "#afaf5f", "scope": "terminus.ff0000.afaf5f", "foreground": "#ff0000"}, {"background": "#afaf87", "scope": "terminus.ff0000.afaf87", "foreground": "#ff0000"}, {"background": "#afafaf", "scope": "terminus.ff0000.afafaf", "foreground": "#ff0000"}, {"background": "#afafd7", "scope": "terminus.ff0000.afafd7", "foreground": "#ff0000"}, {"background": "#afafff", "scope": "terminus.ff0000.afafff", "foreground": "#ff0000"}, {"background": "#afd700", "scope": "terminus.ff0000.afd700", "foreground": "#ff0000"}, {"background": "#afd75f", "scope": "terminus.ff0000.afd75f", "foreground": "#ff0000"}, {"background": "#afd787", "scope": "terminus.ff0000.afd787", "foreground": "#ff0000"}, {"background": "#afd7af", "scope": "terminus.ff0000.afd7af", "foreground": "#ff0000"}, {"background": "#afd7d7", "scope": "terminus.ff0000.afd7d7", "foreground": "#ff0000"}, {"background": "#afd7ff", "scope": "terminus.ff0000.afd7ff", "foreground": "#ff0000"}, {"background": "#afff00", "scope": "terminus.ff0000.afff00", "foreground": "#ff0000"}, {"background": "#afff5f", "scope": "terminus.ff0000.afff5f", "foreground": "#ff0000"}, {"background": "#afff87", "scope": "terminus.ff0000.afff87", "foreground": "#ff0000"}, {"background": "#afffaf", "scope": "terminus.ff0000.afffaf", "foreground": "#ff0000"}, {"background": "#afffd7", "scope": "terminus.ff0000.afffd7", "foreground": "#ff0000"}, {"background": "#afffff", "scope": "terminus.ff0000.afffff", "foreground": "#ff0000"}, {"background": "#d70000", "scope": "terminus.ff0000.d70000", "foreground": "#ff0000"}, {"background": "#d7005f", "scope": "terminus.ff0000.d7005f", "foreground": "#ff0000"}, {"background": "#d70087", "scope": "terminus.ff0000.d70087", "foreground": "#ff0000"}, {"background": "#d700af", "scope": "terminus.ff0000.d700af", "foreground": "#ff0000"}, {"background": "#d700d7", "scope": "terminus.ff0000.d700d7", "foreground": "#ff0000"}, {"background": "#d700ff", "scope": "terminus.ff0000.d700ff", "foreground": "#ff0000"}, {"background": "#d75f00", "scope": "terminus.ff0000.d75f00", "foreground": "#ff0000"}, {"background": "#d75f5f", "scope": "terminus.ff0000.d75f5f", "foreground": "#ff0000"}, {"background": "#d75f87", "scope": "terminus.ff0000.d75f87", "foreground": "#ff0000"}, {"background": "#d75faf", "scope": "terminus.ff0000.d75faf", "foreground": "#ff0000"}, {"background": "#d75fd7", "scope": "terminus.ff0000.d75fd7", "foreground": "#ff0000"}, {"background": "#d75fff", "scope": "terminus.ff0000.d75fff", "foreground": "#ff0000"}, {"background": "#d78700", "scope": "terminus.ff0000.d78700", "foreground": "#ff0000"}, {"background": "#d7875f", "scope": "terminus.ff0000.d7875f", "foreground": "#ff0000"}, {"background": "#d78787", "scope": "terminus.ff0000.d78787", "foreground": "#ff0000"}, {"background": "#d787af", "scope": "terminus.ff0000.d787af", "foreground": "#ff0000"}, {"background": "#d787d7", "scope": "terminus.ff0000.d787d7", "foreground": "#ff0000"}, {"background": "#d787ff", "scope": "terminus.ff0000.d787ff", "foreground": "#ff0000"}, {"background": "#d7af00", "scope": "terminus.ff0000.d7af00", "foreground": "#ff0000"}, {"background": "#d7af5f", "scope": "terminus.ff0000.d7af5f", "foreground": "#ff0000"}, {"background": "#d7af87", "scope": "terminus.ff0000.d7af87", "foreground": "#ff0000"}, {"background": "#d7afaf", "scope": "terminus.ff0000.d7afaf", "foreground": "#ff0000"}, {"background": "#d7afd7", "scope": "terminus.ff0000.d7afd7", "foreground": "#ff0000"}, {"background": "#d7afff", "scope": "terminus.ff0000.d7afff", "foreground": "#ff0000"}, {"background": "#d7d700", "scope": "terminus.ff0000.d7d700", "foreground": "#ff0000"}, {"background": "#d7d75f", "scope": "terminus.ff0000.d7d75f", "foreground": "#ff0000"}, {"background": "#d7d787", "scope": "terminus.ff0000.d7d787", "foreground": "#ff0000"}, {"background": "#d7d7af", "scope": "terminus.ff0000.d7d7af", "foreground": "#ff0000"}, {"background": "#d7d7d7", "scope": "terminus.ff0000.d7d7d7", "foreground": "#ff0000"}, {"background": "#d7d7ff", "scope": "terminus.ff0000.d7d7ff", "foreground": "#ff0000"}, {"background": "#d7ff00", "scope": "terminus.ff0000.d7ff00", "foreground": "#ff0000"}, {"background": "#d7ff5f", "scope": "terminus.ff0000.d7ff5f", "foreground": "#ff0000"}, {"background": "#d7ff87", "scope": "terminus.ff0000.d7ff87", "foreground": "#ff0000"}, {"background": "#d7ffaf", "scope": "terminus.ff0000.d7ffaf", "foreground": "#ff0000"}, {"background": "#d7ffd7", "scope": "terminus.ff0000.d7ffd7", "foreground": "#ff0000"}, {"background": "#d7ffff", "scope": "terminus.ff0000.d7ffff", "foreground": "#ff0000"}, {"background": "#ff005f", "scope": "terminus.ff0000.ff005f", "foreground": "#ff0000"}, {"background": "#ff0087", "scope": "terminus.ff0000.ff0087", "foreground": "#ff0000"}, {"background": "#ff00af", "scope": "terminus.ff0000.ff00af", "foreground": "#ff0000"}, {"background": "#ff00d7", "scope": "terminus.ff0000.ff00d7", "foreground": "#ff0000"}, {"background": "#ff5f00", "scope": "terminus.ff0000.ff5f00", "foreground": "#ff0000"}, {"background": "#ff5f5f", "scope": "terminus.ff0000.ff5f5f", "foreground": "#ff0000"}, {"background": "#ff5f87", "scope": "terminus.ff0000.ff5f87", "foreground": "#ff0000"}, {"background": "#ff5faf", "scope": "terminus.ff0000.ff5faf", "foreground": "#ff0000"}, {"background": "#ff5fd7", "scope": "terminus.ff0000.ff5fd7", "foreground": "#ff0000"}, {"background": "#ff5fff", "scope": "terminus.ff0000.ff5fff", "foreground": "#ff0000"}, {"background": "#ff8700", "scope": "terminus.ff0000.ff8700", "foreground": "#ff0000"}, {"background": "#ff875f", "scope": "terminus.ff0000.ff875f", "foreground": "#ff0000"}, {"background": "#ff8787", "scope": "terminus.ff0000.ff8787", "foreground": "#ff0000"}, {"background": "#ff87af", "scope": "terminus.ff0000.ff87af", "foreground": "#ff0000"}, {"background": "#ff87d7", "scope": "terminus.ff0000.ff87d7", "foreground": "#ff0000"}, {"background": "#ff87ff", "scope": "terminus.ff0000.ff87ff", "foreground": "#ff0000"}, {"background": "#ffaf00", "scope": "terminus.ff0000.ffaf00", "foreground": "#ff0000"}, {"background": "#ffaf5f", "scope": "terminus.ff0000.ffaf5f", "foreground": "#ff0000"}, {"background": "#ffaf87", "scope": "terminus.ff0000.ffaf87", "foreground": "#ff0000"}, {"background": "#ffafaf", "scope": "terminus.ff0000.ffafaf", "foreground": "#ff0000"}, {"background": "#ffafd7", "scope": "terminus.ff0000.ffafd7", "foreground": "#ff0000"}, {"background": "#ffafff", "scope": "terminus.ff0000.ffafff", "foreground": "#ff0000"}, {"background": "#ffd700", "scope": "terminus.ff0000.ffd700", "foreground": "#ff0000"}, {"background": "#ffd75f", "scope": "terminus.ff0000.ffd75f", "foreground": "#ff0000"}, {"background": "#ffd787", "scope": "terminus.ff0000.ffd787", "foreground": "#ff0000"}, {"background": "#ffd7af", "scope": "terminus.ff0000.ffd7af", "foreground": "#ff0000"}, {"background": "#ffd7d7", "scope": "terminus.ff0000.ffd7d7", "foreground": "#ff0000"}, {"background": "#ffd7ff", "scope": "terminus.ff0000.ffd7ff", "foreground": "#ff0000"}, {"background": "#ffff5f", "scope": "terminus.ff0000.ffff5f", "foreground": "#ff0000"}, {"background": "#ffff87", "scope": "terminus.ff0000.ffff87", "foreground": "#ff0000"}, {"background": "#ffffaf", "scope": "terminus.ff0000.ffffaf", "foreground": "#ff0000"}, {"background": "#ffffd7", "scope": "terminus.ff0000.ffffd7", "foreground": "#ff0000"}, {"background": "#080808", "scope": "terminus.ff0000.080808", "foreground": "#ff0000"}, {"background": "#121212", "scope": "terminus.ff0000.121212", "foreground": "#ff0000"}, {"background": "#1c1c1c", "scope": "terminus.ff0000.1c1c1c", "foreground": "#ff0000"}, {"background": "#262626", "scope": "terminus.ff0000.262626", "foreground": "#ff0000"}, {"background": "#303030", "scope": "terminus.ff0000.303030", "foreground": "#ff0000"}, {"background": "#3a3a3a", "scope": "terminus.ff0000.3a3a3a", "foreground": "#ff0000"}, {"background": "#444444", "scope": "terminus.ff0000.444444", "foreground": "#ff0000"}, {"background": "#4e4e4e", "scope": "terminus.ff0000.4e4e4e", "foreground": "#ff0000"}, {"background": "#585858", "scope": "terminus.ff0000.585858", "foreground": "#ff0000"}, {"background": "#626262", "scope": "terminus.ff0000.626262", "foreground": "#ff0000"}, {"background": "#6c6c6c", "scope": "terminus.ff0000.6c6c6c", "foreground": "#ff0000"}, {"background": "#767676", "scope": "terminus.ff0000.767676", "foreground": "#ff0000"}, {"background": "#808080", "scope": "terminus.ff0000.808080", "foreground": "#ff0000"}, {"background": "#8a8a8a", "scope": "terminus.ff0000.8a8a8a", "foreground": "#ff0000"}, {"background": "#949494", "scope": "terminus.ff0000.949494", "foreground": "#ff0000"}, {"background": "#9e9e9e", "scope": "terminus.ff0000.9e9e9e", "foreground": "#ff0000"}, {"background": "#a8a8a8", "scope": "terminus.ff0000.a8a8a8", "foreground": "#ff0000"}, {"background": "#b2b2b2", "scope": "terminus.ff0000.b2b2b2", "foreground": "#ff0000"}, {"background": "#bcbcbc", "scope": "terminus.ff0000.bcbcbc", "foreground": "#ff0000"}, {"background": "#c6c6c6", "scope": "terminus.ff0000.c6c6c6", "foreground": "#ff0000"}, {"background": "#d0d0d0", "scope": "terminus.ff0000.d0d0d0", "foreground": "#ff0000"}, {"background": "#dadada", "scope": "terminus.ff0000.dadada", "foreground": "#ff0000"}, {"background": "#e4e4e4", "scope": "terminus.ff0000.e4e4e4", "foreground": "#ff0000"}, {"background": "#eeeeee", "scope": "terminus.ff0000.eeeeee", "foreground": "#ff0000"}, {"background": "var(black)", "scope": "terminus.00ff00.black", "foreground": "#00ff00"}, {"background": "var(red)", "scope": "terminus.00ff00.red", "foreground": "#00ff00"}, {"background": "var(green)", "scope": "terminus.00ff00.green", "foreground": "#00ff00"}, {"background": "var(brown)", "scope": "terminus.00ff00.brown", "foreground": "#00ff00"}, {"background": "var(blue)", "scope": "terminus.00ff00.blue", "foreground": "#00ff00"}, {"background": "var(magenta)", "scope": "terminus.00ff00.magenta", "foreground": "#00ff00"}, {"background": "var(cyan)", "scope": "terminus.00ff00.cyan", "foreground": "#00ff00"}, {"background": "var(white)", "scope": "terminus.00ff00.white", "foreground": "#00ff00"}, {"background": "var(light_black)", "scope": "terminus.00ff00.light_black", "foreground": "#00ff00"}, {"background": "var(light_red)", "scope": "terminus.00ff00.light_red", "foreground": "#00ff00"}, {"background": "var(light_green)", "scope": "terminus.00ff00.light_green", "foreground": "#00ff00"}, {"background": "var(light_brown)", "scope": "terminus.00ff00.light_brown", "foreground": "#00ff00"}, {"background": "var(light_blue)", "scope": "terminus.00ff00.light_blue", "foreground": "#00ff00"}, {"background": "var(light_magenta)", "scope": "terminus.00ff00.light_magenta", "foreground": "#00ff00"}, {"background": "var(light_cyan)", "scope": "terminus.00ff00.light_cyan", "foreground": "#00ff00"}, {"background": "var(light_white)", "scope": "terminus.00ff00.light_white", "foreground": "#00ff00"}, {"background": "var(background)", "scope": "terminus.00ff00.default", "foreground": "#00ff00"}, {"background": "var(foreground)", "scope": "terminus.00ff00.reverse_default", "foreground": "#00ff00"}, {"background": "#000000", "scope": "terminus.00ff00.000000", "foreground": "#00ff00"}, {"background": "#cd0000", "scope": "terminus.00ff00.cd0000", "foreground": "#00ff00"}, {"background": "#00cd00", "scope": "terminus.00ff00.00cd00", "foreground": "#00ff00"}, {"background": "#cdcd00", "scope": "terminus.00ff00.cdcd00", "foreground": "#00ff00"}, {"background": "#0000ee", "scope": "terminus.00ff00.0000ee", "foreground": "#00ff00"}, {"background": "#cd00cd", "scope": "terminus.00ff00.cd00cd", "foreground": "#00ff00"}, {"background": "#00cdcd", "scope": "terminus.00ff00.00cdcd", "foreground": "#00ff00"}, {"background": "#e5e5e5", "scope": "terminus.00ff00.e5e5e5", "foreground": "#00ff00"}, {"background": "#7f7f7f", "scope": "terminus.00ff00.7f7f7f", "foreground": "#00ff00"}, {"background": "#ff0000", "scope": "terminus.00ff00.ff0000", "foreground": "#00ff00"}, {"background": "#00ff00", "scope": "terminus.00ff00.00ff00", "foreground": "#00ff00"}, {"background": "#ffff00", "scope": "terminus.00ff00.ffff00", "foreground": "#00ff00"}, {"background": "#5c5cff", "scope": "terminus.00ff00.5c5cff", "foreground": "#00ff00"}, {"background": "#ff00ff", "scope": "terminus.00ff00.ff00ff", "foreground": "#00ff00"}, {"background": "#00ffff", "scope": "terminus.00ff00.00ffff", "foreground": "#00ff00"}, {"background": "#ffffff", "scope": "terminus.00ff00.ffffff", "foreground": "#00ff00"}, {"background": "#00005f", "scope": "terminus.00ff00.00005f", "foreground": "#00ff00"}, {"background": "#000087", "scope": "terminus.00ff00.000087", "foreground": "#00ff00"}, {"background": "#0000af", "scope": "terminus.00ff00.0000af", "foreground": "#00ff00"}, {"background": "#0000d7", "scope": "terminus.00ff00.0000d7", "foreground": "#00ff00"}, {"background": "#0000ff", "scope": "terminus.00ff00.0000ff", "foreground": "#00ff00"}, {"background": "#005f00", "scope": "terminus.00ff00.005f00", "foreground": "#00ff00"}, {"background": "#005f5f", "scope": "terminus.00ff00.005f5f", "foreground": "#00ff00"}, {"background": "#005f87", "scope": "terminus.00ff00.005f87", "foreground": "#00ff00"}, {"background": "#005faf", "scope": "terminus.00ff00.005faf", "foreground": "#00ff00"}, {"background": "#005fd7", "scope": "terminus.00ff00.005fd7", "foreground": "#00ff00"}, {"background": "#005fff", "scope": "terminus.00ff00.005fff", "foreground": "#00ff00"}, {"background": "#008700", "scope": "terminus.00ff00.008700", "foreground": "#00ff00"}, {"background": "#00875f", "scope": "terminus.00ff00.00875f", "foreground": "#00ff00"}, {"background": "#008787", "scope": "terminus.00ff00.008787", "foreground": "#00ff00"}, {"background": "#0087af", "scope": "terminus.00ff00.0087af", "foreground": "#00ff00"}, {"background": "#0087d7", "scope": "terminus.00ff00.0087d7", "foreground": "#00ff00"}, {"background": "#0087ff", "scope": "terminus.00ff00.0087ff", "foreground": "#00ff00"}, {"background": "#00af00", "scope": "terminus.00ff00.00af00", "foreground": "#00ff00"}, {"background": "#00af5f", "scope": "terminus.00ff00.00af5f", "foreground": "#00ff00"}, {"background": "#00af87", "scope": "terminus.00ff00.00af87", "foreground": "#00ff00"}, {"background": "#00afaf", "scope": "terminus.00ff00.00afaf", "foreground": "#00ff00"}, {"background": "#00afd7", "scope": "terminus.00ff00.00afd7", "foreground": "#00ff00"}, {"background": "#00afff", "scope": "terminus.00ff00.00afff", "foreground": "#00ff00"}, {"background": "#00d700", "scope": "terminus.00ff00.00d700", "foreground": "#00ff00"}, {"background": "#00d75f", "scope": "terminus.00ff00.00d75f", "foreground": "#00ff00"}, {"background": "#00d787", "scope": "terminus.00ff00.00d787", "foreground": "#00ff00"}, {"background": "#00d7af", "scope": "terminus.00ff00.00d7af", "foreground": "#00ff00"}, {"background": "#00d7d7", "scope": "terminus.00ff00.00d7d7", "foreground": "#00ff00"}, {"background": "#00d7ff", "scope": "terminus.00ff00.00d7ff", "foreground": "#00ff00"}, {"background": "#00ff5f", "scope": "terminus.00ff00.00ff5f", "foreground": "#00ff00"}, {"background": "#00ff87", "scope": "terminus.00ff00.00ff87", "foreground": "#00ff00"}, {"background": "#00ffaf", "scope": "terminus.00ff00.00ffaf", "foreground": "#00ff00"}, {"background": "#00ffd7", "scope": "terminus.00ff00.00ffd7", "foreground": "#00ff00"}, {"background": "#5f0000", "scope": "terminus.00ff00.5f0000", "foreground": "#00ff00"}, {"background": "#5f005f", "scope": "terminus.00ff00.5f005f", "foreground": "#00ff00"}, {"background": "#5f0087", "scope": "terminus.00ff00.5f0087", "foreground": "#00ff00"}, {"background": "#5f00af", "scope": "terminus.00ff00.5f00af", "foreground": "#00ff00"}, {"background": "#5f00d7", "scope": "terminus.00ff00.5f00d7", "foreground": "#00ff00"}, {"background": "#5f00ff", "scope": "terminus.00ff00.5f00ff", "foreground": "#00ff00"}, {"background": "#5f5f00", "scope": "terminus.00ff00.5f5f00", "foreground": "#00ff00"}, {"background": "#5f5f5f", "scope": "terminus.00ff00.5f5f5f", "foreground": "#00ff00"}, {"background": "#5f5f87", "scope": "terminus.00ff00.5f5f87", "foreground": "#00ff00"}, {"background": "#5f5faf", "scope": "terminus.00ff00.5f5faf", "foreground": "#00ff00"}, {"background": "#5f5fd7", "scope": "terminus.00ff00.5f5fd7", "foreground": "#00ff00"}, {"background": "#5f5fff", "scope": "terminus.00ff00.5f5fff", "foreground": "#00ff00"}, {"background": "#5f8700", "scope": "terminus.00ff00.5f8700", "foreground": "#00ff00"}, {"background": "#5f875f", "scope": "terminus.00ff00.5f875f", "foreground": "#00ff00"}, {"background": "#5f8787", "scope": "terminus.00ff00.5f8787", "foreground": "#00ff00"}, {"background": "#5f87af", "scope": "terminus.00ff00.5f87af", "foreground": "#00ff00"}, {"background": "#5f87d7", "scope": "terminus.00ff00.5f87d7", "foreground": "#00ff00"}, {"background": "#5f87ff", "scope": "terminus.00ff00.5f87ff", "foreground": "#00ff00"}, {"background": "#5faf00", "scope": "terminus.00ff00.5faf00", "foreground": "#00ff00"}, {"background": "#5faf5f", "scope": "terminus.00ff00.5faf5f", "foreground": "#00ff00"}, {"background": "#5faf87", "scope": "terminus.00ff00.5faf87", "foreground": "#00ff00"}, {"background": "#5fafaf", "scope": "terminus.00ff00.5fafaf", "foreground": "#00ff00"}, {"background": "#5fafd7", "scope": "terminus.00ff00.5fafd7", "foreground": "#00ff00"}, {"background": "#5fafff", "scope": "terminus.00ff00.5fafff", "foreground": "#00ff00"}, {"background": "#5fd700", "scope": "terminus.00ff00.5fd700", "foreground": "#00ff00"}, {"background": "#5fd75f", "scope": "terminus.00ff00.5fd75f", "foreground": "#00ff00"}, {"background": "#5fd787", "scope": "terminus.00ff00.5fd787", "foreground": "#00ff00"}, {"background": "#5fd7af", "scope": "terminus.00ff00.5fd7af", "foreground": "#00ff00"}, {"background": "#5fd7d7", "scope": "terminus.00ff00.5fd7d7", "foreground": "#00ff00"}, {"background": "#5fd7ff", "scope": "terminus.00ff00.5fd7ff", "foreground": "#00ff00"}, {"background": "#5fff00", "scope": "terminus.00ff00.5fff00", "foreground": "#00ff00"}, {"background": "#5fff5f", "scope": "terminus.00ff00.5fff5f", "foreground": "#00ff00"}, {"background": "#5fff87", "scope": "terminus.00ff00.5fff87", "foreground": "#00ff00"}, {"background": "#5fffaf", "scope": "terminus.00ff00.5fffaf", "foreground": "#00ff00"}, {"background": "#5fffd7", "scope": "terminus.00ff00.5fffd7", "foreground": "#00ff00"}, {"background": "#5fffff", "scope": "terminus.00ff00.5fffff", "foreground": "#00ff00"}, {"background": "#870000", "scope": "terminus.00ff00.870000", "foreground": "#00ff00"}, {"background": "#87005f", "scope": "terminus.00ff00.87005f", "foreground": "#00ff00"}, {"background": "#870087", "scope": "terminus.00ff00.870087", "foreground": "#00ff00"}, {"background": "#8700af", "scope": "terminus.00ff00.8700af", "foreground": "#00ff00"}, {"background": "#8700d7", "scope": "terminus.00ff00.8700d7", "foreground": "#00ff00"}, {"background": "#8700ff", "scope": "terminus.00ff00.8700ff", "foreground": "#00ff00"}, {"background": "#875f00", "scope": "terminus.00ff00.875f00", "foreground": "#00ff00"}, {"background": "#875f5f", "scope": "terminus.00ff00.875f5f", "foreground": "#00ff00"}, {"background": "#875f87", "scope": "terminus.00ff00.875f87", "foreground": "#00ff00"}, {"background": "#875faf", "scope": "terminus.00ff00.875faf", "foreground": "#00ff00"}, {"background": "#875fd7", "scope": "terminus.00ff00.875fd7", "foreground": "#00ff00"}, {"background": "#875fff", "scope": "terminus.00ff00.875fff", "foreground": "#00ff00"}, {"background": "#878700", "scope": "terminus.00ff00.878700", "foreground": "#00ff00"}, {"background": "#87875f", "scope": "terminus.00ff00.87875f", "foreground": "#00ff00"}, {"background": "#878787", "scope": "terminus.00ff00.878787", "foreground": "#00ff00"}, {"background": "#8787af", "scope": "terminus.00ff00.8787af", "foreground": "#00ff00"}, {"background": "#8787d7", "scope": "terminus.00ff00.8787d7", "foreground": "#00ff00"}, {"background": "#8787ff", "scope": "terminus.00ff00.8787ff", "foreground": "#00ff00"}, {"background": "#87af00", "scope": "terminus.00ff00.87af00", "foreground": "#00ff00"}, {"background": "#87af5f", "scope": "terminus.00ff00.87af5f", "foreground": "#00ff00"}, {"background": "#87af87", "scope": "terminus.00ff00.87af87", "foreground": "#00ff00"}, {"background": "#87afaf", "scope": "terminus.00ff00.87afaf", "foreground": "#00ff00"}, {"background": "#87afd7", "scope": "terminus.00ff00.87afd7", "foreground": "#00ff00"}, {"background": "#87afff", "scope": "terminus.00ff00.87afff", "foreground": "#00ff00"}, {"background": "#87d700", "scope": "terminus.00ff00.87d700", "foreground": "#00ff00"}, {"background": "#87d75f", "scope": "terminus.00ff00.87d75f", "foreground": "#00ff00"}, {"background": "#87d787", "scope": "terminus.00ff00.87d787", "foreground": "#00ff00"}, {"background": "#87d7af", "scope": "terminus.00ff00.87d7af", "foreground": "#00ff00"}, {"background": "#87d7d7", "scope": "terminus.00ff00.87d7d7", "foreground": "#00ff00"}, {"background": "#87d7ff", "scope": "terminus.00ff00.87d7ff", "foreground": "#00ff00"}, {"background": "#87ff00", "scope": "terminus.00ff00.87ff00", "foreground": "#00ff00"}, {"background": "#87ff5f", "scope": "terminus.00ff00.87ff5f", "foreground": "#00ff00"}, {"background": "#87ff87", "scope": "terminus.00ff00.87ff87", "foreground": "#00ff00"}, {"background": "#87ffaf", "scope": "terminus.00ff00.87ffaf", "foreground": "#00ff00"}, {"background": "#87ffd7", "scope": "terminus.00ff00.87ffd7", "foreground": "#00ff00"}, {"background": "#87ffff", "scope": "terminus.00ff00.87ffff", "foreground": "#00ff00"}, {"background": "#af0000", "scope": "terminus.00ff00.af0000", "foreground": "#00ff00"}, {"background": "#af005f", "scope": "terminus.00ff00.af005f", "foreground": "#00ff00"}, {"background": "#af0087", "scope": "terminus.00ff00.af0087", "foreground": "#00ff00"}, {"background": "#af00af", "scope": "terminus.00ff00.af00af", "foreground": "#00ff00"}, {"background": "#af00d7", "scope": "terminus.00ff00.af00d7", "foreground": "#00ff00"}, {"background": "#af00ff", "scope": "terminus.00ff00.af00ff", "foreground": "#00ff00"}, {"background": "#af5f00", "scope": "terminus.00ff00.af5f00", "foreground": "#00ff00"}, {"background": "#af5f5f", "scope": "terminus.00ff00.af5f5f", "foreground": "#00ff00"}, {"background": "#af5f87", "scope": "terminus.00ff00.af5f87", "foreground": "#00ff00"}, {"background": "#af5faf", "scope": "terminus.00ff00.af5faf", "foreground": "#00ff00"}, {"background": "#af5fd7", "scope": "terminus.00ff00.af5fd7", "foreground": "#00ff00"}, {"background": "#af5fff", "scope": "terminus.00ff00.af5fff", "foreground": "#00ff00"}, {"background": "#af8700", "scope": "terminus.00ff00.af8700", "foreground": "#00ff00"}, {"background": "#af875f", "scope": "terminus.00ff00.af875f", "foreground": "#00ff00"}, {"background": "#af8787", "scope": "terminus.00ff00.af8787", "foreground": "#00ff00"}, {"background": "#af87af", "scope": "terminus.00ff00.af87af", "foreground": "#00ff00"}, {"background": "#af87d7", "scope": "terminus.00ff00.af87d7", "foreground": "#00ff00"}, {"background": "#af87ff", "scope": "terminus.00ff00.af87ff", "foreground": "#00ff00"}, {"background": "#afaf00", "scope": "terminus.00ff00.afaf00", "foreground": "#00ff00"}, {"background": "#afaf5f", "scope": "terminus.00ff00.afaf5f", "foreground": "#00ff00"}, {"background": "#afaf87", "scope": "terminus.00ff00.afaf87", "foreground": "#00ff00"}, {"background": "#afafaf", "scope": "terminus.00ff00.afafaf", "foreground": "#00ff00"}, {"background": "#afafd7", "scope": "terminus.00ff00.afafd7", "foreground": "#00ff00"}, {"background": "#afafff", "scope": "terminus.00ff00.afafff", "foreground": "#00ff00"}, {"background": "#afd700", "scope": "terminus.00ff00.afd700", "foreground": "#00ff00"}, {"background": "#afd75f", "scope": "terminus.00ff00.afd75f", "foreground": "#00ff00"}, {"background": "#afd787", "scope": "terminus.00ff00.afd787", "foreground": "#00ff00"}, {"background": "#afd7af", "scope": "terminus.00ff00.afd7af", "foreground": "#00ff00"}, {"background": "#afd7d7", "scope": "terminus.00ff00.afd7d7", "foreground": "#00ff00"}, {"background": "#afd7ff", "scope": "terminus.00ff00.afd7ff", "foreground": "#00ff00"}, {"background": "#afff00", "scope": "terminus.00ff00.afff00", "foreground": "#00ff00"}, {"background": "#afff5f", "scope": "terminus.00ff00.afff5f", "foreground": "#00ff00"}, {"background": "#afff87", "scope": "terminus.00ff00.afff87", "foreground": "#00ff00"}, {"background": "#afffaf", "scope": "terminus.00ff00.afffaf", "foreground": "#00ff00"}, {"background": "#afffd7", "scope": "terminus.00ff00.afffd7", "foreground": "#00ff00"}, {"background": "#afffff", "scope": "terminus.00ff00.afffff", "foreground": "#00ff00"}, {"background": "#d70000", "scope": "terminus.00ff00.d70000", "foreground": "#00ff00"}, {"background": "#d7005f", "scope": "terminus.00ff00.d7005f", "foreground": "#00ff00"}, {"background": "#d70087", "scope": "terminus.00ff00.d70087", "foreground": "#00ff00"}, {"background": "#d700af", "scope": "terminus.00ff00.d700af", "foreground": "#00ff00"}, {"background": "#d700d7", "scope": "terminus.00ff00.d700d7", "foreground": "#00ff00"}, {"background": "#d700ff", "scope": "terminus.00ff00.d700ff", "foreground": "#00ff00"}, {"background": "#d75f00", "scope": "terminus.00ff00.d75f00", "foreground": "#00ff00"}, {"background": "#d75f5f", "scope": "terminus.00ff00.d75f5f", "foreground": "#00ff00"}, {"background": "#d75f87", "scope": "terminus.00ff00.d75f87", "foreground": "#00ff00"}, {"background": "#d75faf", "scope": "terminus.00ff00.d75faf", "foreground": "#00ff00"}, {"background": "#d75fd7", "scope": "terminus.00ff00.d75fd7", "foreground": "#00ff00"}, {"background": "#d75fff", "scope": "terminus.00ff00.d75fff", "foreground": "#00ff00"}, {"background": "#d78700", "scope": "terminus.00ff00.d78700", "foreground": "#00ff00"}, {"background": "#d7875f", "scope": "terminus.00ff00.d7875f", "foreground": "#00ff00"}, {"background": "#d78787", "scope": "terminus.00ff00.d78787", "foreground": "#00ff00"}, {"background": "#d787af", "scope": "terminus.00ff00.d787af", "foreground": "#00ff00"}, {"background": "#d787d7", "scope": "terminus.00ff00.d787d7", "foreground": "#00ff00"}, {"background": "#d787ff", "scope": "terminus.00ff00.d787ff", "foreground": "#00ff00"}, {"background": "#d7af00", "scope": "terminus.00ff00.d7af00", "foreground": "#00ff00"}, {"background": "#d7af5f", "scope": "terminus.00ff00.d7af5f", "foreground": "#00ff00"}, {"background": "#d7af87", "scope": "terminus.00ff00.d7af87", "foreground": "#00ff00"}, {"background": "#d7afaf", "scope": "terminus.00ff00.d7afaf", "foreground": "#00ff00"}, {"background": "#d7afd7", "scope": "terminus.00ff00.d7afd7", "foreground": "#00ff00"}, {"background": "#d7afff", "scope": "terminus.00ff00.d7afff", "foreground": "#00ff00"}, {"background": "#d7d700", "scope": "terminus.00ff00.d7d700", "foreground": "#00ff00"}, {"background": "#d7d75f", "scope": "terminus.00ff00.d7d75f", "foreground": "#00ff00"}, {"background": "#d7d787", "scope": "terminus.00ff00.d7d787", "foreground": "#00ff00"}, {"background": "#d7d7af", "scope": "terminus.00ff00.d7d7af", "foreground": "#00ff00"}, {"background": "#d7d7d7", "scope": "terminus.00ff00.d7d7d7", "foreground": "#00ff00"}, {"background": "#d7d7ff", "scope": "terminus.00ff00.d7d7ff", "foreground": "#00ff00"}, {"background": "#d7ff00", "scope": "terminus.00ff00.d7ff00", "foreground": "#00ff00"}, {"background": "#d7ff5f", "scope": "terminus.00ff00.d7ff5f", "foreground": "#00ff00"}, {"background": "#d7ff87", "scope": "terminus.00ff00.d7ff87", "foreground": "#00ff00"}, {"background": "#d7ffaf", "scope": "terminus.00ff00.d7ffaf", "foreground": "#00ff00"}, {"background": "#d7ffd7", "scope": "terminus.00ff00.d7ffd7", "foreground": "#00ff00"}, {"background": "#d7ffff", "scope": "terminus.00ff00.d7ffff", "foreground": "#00ff00"}, {"background": "#ff005f", "scope": "terminus.00ff00.ff005f", "foreground": "#00ff00"}, {"background": "#ff0087", "scope": "terminus.00ff00.ff0087", "foreground": "#00ff00"}, {"background": "#ff00af", "scope": "terminus.00ff00.ff00af", "foreground": "#00ff00"}, {"background": "#ff00d7", "scope": "terminus.00ff00.ff00d7", "foreground": "#00ff00"}, {"background": "#ff5f00", "scope": "terminus.00ff00.ff5f00", "foreground": "#00ff00"}, {"background": "#ff5f5f", "scope": "terminus.00ff00.ff5f5f", "foreground": "#00ff00"}, {"background": "#ff5f87", "scope": "terminus.00ff00.ff5f87", "foreground": "#00ff00"}, {"background": "#ff5faf", "scope": "terminus.00ff00.ff5faf", "foreground": "#00ff00"}, {"background": "#ff5fd7", "scope": "terminus.00ff00.ff5fd7", "foreground": "#00ff00"}, {"background": "#ff5fff", "scope": "terminus.00ff00.ff5fff", "foreground": "#00ff00"}, {"background": "#ff8700", "scope": "terminus.00ff00.ff8700", "foreground": "#00ff00"}, {"background": "#ff875f", "scope": "terminus.00ff00.ff875f", "foreground": "#00ff00"}, {"background": "#ff8787", "scope": "terminus.00ff00.ff8787", "foreground": "#00ff00"}, {"background": "#ff87af", "scope": "terminus.00ff00.ff87af", "foreground": "#00ff00"}, {"background": "#ff87d7", "scope": "terminus.00ff00.ff87d7", "foreground": "#00ff00"}, {"background": "#ff87ff", "scope": "terminus.00ff00.ff87ff", "foreground": "#00ff00"}, {"background": "#ffaf00", "scope": "terminus.00ff00.ffaf00", "foreground": "#00ff00"}, {"background": "#ffaf5f", "scope": "terminus.00ff00.ffaf5f", "foreground": "#00ff00"}, {"background": "#ffaf87", "scope": "terminus.00ff00.ffaf87", "foreground": "#00ff00"}, {"background": "#ffafaf", "scope": "terminus.00ff00.ffafaf", "foreground": "#00ff00"}, {"background": "#ffafd7", "scope": "terminus.00ff00.ffafd7", "foreground": "#00ff00"}, {"background": "#ffafff", "scope": "terminus.00ff00.ffafff", "foreground": "#00ff00"}, {"background": "#ffd700", "scope": "terminus.00ff00.ffd700", "foreground": "#00ff00"}, {"background": "#ffd75f", "scope": "terminus.00ff00.ffd75f", "foreground": "#00ff00"}, {"background": "#ffd787", "scope": "terminus.00ff00.ffd787", "foreground": "#00ff00"}, {"background": "#ffd7af", "scope": "terminus.00ff00.ffd7af", "foreground": "#00ff00"}, {"background": "#ffd7d7", "scope": "terminus.00ff00.ffd7d7", "foreground": "#00ff00"}, {"background": "#ffd7ff", "scope": "terminus.00ff00.ffd7ff", "foreground": "#00ff00"}, {"background": "#ffff5f", "scope": "terminus.00ff00.ffff5f", "foreground": "#00ff00"}, {"background": "#ffff87", "scope": "terminus.00ff00.ffff87", "foreground": "#00ff00"}, {"background": "#ffffaf", "scope": "terminus.00ff00.ffffaf", "foreground": "#00ff00"}, {"background": "#ffffd7", "scope": "terminus.00ff00.ffffd7", "foreground": "#00ff00"}, {"background": "#080808", "scope": "terminus.00ff00.080808", "foreground": "#00ff00"}, {"background": "#121212", "scope": "terminus.00ff00.121212", "foreground": "#00ff00"}, {"background": "#1c1c1c", "scope": "terminus.00ff00.1c1c1c", "foreground": "#00ff00"}, {"background": "#262626", "scope": "terminus.00ff00.262626", "foreground": "#00ff00"}, {"background": "#303030", "scope": "terminus.00ff00.303030", "foreground": "#00ff00"}, {"background": "#3a3a3a", "scope": "terminus.00ff00.3a3a3a", "foreground": "#00ff00"}, {"background": "#444444", "scope": "terminus.00ff00.444444", "foreground": "#00ff00"}, {"background": "#4e4e4e", "scope": "terminus.00ff00.4e4e4e", "foreground": "#00ff00"}, {"background": "#585858", "scope": "terminus.00ff00.585858", "foreground": "#00ff00"}, {"background": "#626262", "scope": "terminus.00ff00.626262", "foreground": "#00ff00"}, {"background": "#6c6c6c", "scope": "terminus.00ff00.6c6c6c", "foreground": "#00ff00"}, {"background": "#767676", "scope": "terminus.00ff00.767676", "foreground": "#00ff00"}, {"background": "#808080", "scope": "terminus.00ff00.808080", "foreground": "#00ff00"}, {"background": "#8a8a8a", "scope": "terminus.00ff00.8a8a8a", "foreground": "#00ff00"}, {"background": "#949494", "scope": "terminus.00ff00.949494", "foreground": "#00ff00"}, {"background": "#9e9e9e", "scope": "terminus.00ff00.9e9e9e", "foreground": "#00ff00"}, {"background": "#a8a8a8", "scope": "terminus.00ff00.a8a8a8", "foreground": "#00ff00"}, {"background": "#b2b2b2", "scope": "terminus.00ff00.b2b2b2", "foreground": "#00ff00"}, {"background": "#bcbcbc", "scope": "terminus.00ff00.bcbcbc", "foreground": "#00ff00"}, {"background": "#c6c6c6", "scope": "terminus.00ff00.c6c6c6", "foreground": "#00ff00"}, {"background": "#d0d0d0", "scope": "terminus.00ff00.d0d0d0", "foreground": "#00ff00"}, {"background": "#dadada", "scope": "terminus.00ff00.dadada", "foreground": "#00ff00"}, {"background": "#e4e4e4", "scope": "terminus.00ff00.e4e4e4", "foreground": "#00ff00"}, {"background": "#eeeeee", "scope": "terminus.00ff00.eeeeee", "foreground": "#00ff00"}, {"background": "var(black)", "scope": "terminus.ffff00.black", "foreground": "#ffff00"}, {"background": "var(red)", "scope": "terminus.ffff00.red", "foreground": "#ffff00"}, {"background": "var(green)", "scope": "terminus.ffff00.green", "foreground": "#ffff00"}, {"background": "var(brown)", "scope": "terminus.ffff00.brown", "foreground": "#ffff00"}, {"background": "var(blue)", "scope": "terminus.ffff00.blue", "foreground": "#ffff00"}, {"background": "var(magenta)", "scope": "terminus.ffff00.magenta", "foreground": "#ffff00"}, {"background": "var(cyan)", "scope": "terminus.ffff00.cyan", "foreground": "#ffff00"}, {"background": "var(white)", "scope": "terminus.ffff00.white", "foreground": "#ffff00"}, {"background": "var(light_black)", "scope": "terminus.ffff00.light_black", "foreground": "#ffff00"}, {"background": "var(light_red)", "scope": "terminus.ffff00.light_red", "foreground": "#ffff00"}, {"background": "var(light_green)", "scope": "terminus.ffff00.light_green", "foreground": "#ffff00"}, {"background": "var(light_brown)", "scope": "terminus.ffff00.light_brown", "foreground": "#ffff00"}, {"background": "var(light_blue)", "scope": "terminus.ffff00.light_blue", "foreground": "#ffff00"}, {"background": "var(light_magenta)", "scope": "terminus.ffff00.light_magenta", "foreground": "#ffff00"}, {"background": "var(light_cyan)", "scope": "terminus.ffff00.light_cyan", "foreground": "#ffff00"}, {"background": "var(light_white)", "scope": "terminus.ffff00.light_white", "foreground": "#ffff00"}, {"background": "var(background)", "scope": "terminus.ffff00.default", "foreground": "#ffff00"}, {"background": "var(foreground)", "scope": "terminus.ffff00.reverse_default", "foreground": "#ffff00"}, {"background": "#000000", "scope": "terminus.ffff00.000000", "foreground": "#ffff00"}, {"background": "#cd0000", "scope": "terminus.ffff00.cd0000", "foreground": "#ffff00"}, {"background": "#00cd00", "scope": "terminus.ffff00.00cd00", "foreground": "#ffff00"}, {"background": "#cdcd00", "scope": "terminus.ffff00.cdcd00", "foreground": "#ffff00"}, {"background": "#0000ee", "scope": "terminus.ffff00.0000ee", "foreground": "#ffff00"}, {"background": "#cd00cd", "scope": "terminus.ffff00.cd00cd", "foreground": "#ffff00"}, {"background": "#00cdcd", "scope": "terminus.ffff00.00cdcd", "foreground": "#ffff00"}, {"background": "#e5e5e5", "scope": "terminus.ffff00.e5e5e5", "foreground": "#ffff00"}, {"background": "#7f7f7f", "scope": "terminus.ffff00.7f7f7f", "foreground": "#ffff00"}, {"background": "#ff0000", "scope": "terminus.ffff00.ff0000", "foreground": "#ffff00"}, {"background": "#00ff00", "scope": "terminus.ffff00.00ff00", "foreground": "#ffff00"}, {"background": "#ffff00", "scope": "terminus.ffff00.ffff00", "foreground": "#ffff00"}, {"background": "#5c5cff", "scope": "terminus.ffff00.5c5cff", "foreground": "#ffff00"}, {"background": "#ff00ff", "scope": "terminus.ffff00.ff00ff", "foreground": "#ffff00"}, {"background": "#00ffff", "scope": "terminus.ffff00.00ffff", "foreground": "#ffff00"}, {"background": "#ffffff", "scope": "terminus.ffff00.ffffff", "foreground": "#ffff00"}, {"background": "#00005f", "scope": "terminus.ffff00.00005f", "foreground": "#ffff00"}, {"background": "#000087", "scope": "terminus.ffff00.000087", "foreground": "#ffff00"}, {"background": "#0000af", "scope": "terminus.ffff00.0000af", "foreground": "#ffff00"}, {"background": "#0000d7", "scope": "terminus.ffff00.0000d7", "foreground": "#ffff00"}, {"background": "#0000ff", "scope": "terminus.ffff00.0000ff", "foreground": "#ffff00"}, {"background": "#005f00", "scope": "terminus.ffff00.005f00", "foreground": "#ffff00"}, {"background": "#005f5f", "scope": "terminus.ffff00.005f5f", "foreground": "#ffff00"}, {"background": "#005f87", "scope": "terminus.ffff00.005f87", "foreground": "#ffff00"}, {"background": "#005faf", "scope": "terminus.ffff00.005faf", "foreground": "#ffff00"}, {"background": "#005fd7", "scope": "terminus.ffff00.005fd7", "foreground": "#ffff00"}, {"background": "#005fff", "scope": "terminus.ffff00.005fff", "foreground": "#ffff00"}, {"background": "#008700", "scope": "terminus.ffff00.008700", "foreground": "#ffff00"}, {"background": "#00875f", "scope": "terminus.ffff00.00875f", "foreground": "#ffff00"}, {"background": "#008787", "scope": "terminus.ffff00.008787", "foreground": "#ffff00"}, {"background": "#0087af", "scope": "terminus.ffff00.0087af", "foreground": "#ffff00"}, {"background": "#0087d7", "scope": "terminus.ffff00.0087d7", "foreground": "#ffff00"}, {"background": "#0087ff", "scope": "terminus.ffff00.0087ff", "foreground": "#ffff00"}, {"background": "#00af00", "scope": "terminus.ffff00.00af00", "foreground": "#ffff00"}, {"background": "#00af5f", "scope": "terminus.ffff00.00af5f", "foreground": "#ffff00"}, {"background": "#00af87", "scope": "terminus.ffff00.00af87", "foreground": "#ffff00"}, {"background": "#00afaf", "scope": "terminus.ffff00.00afaf", "foreground": "#ffff00"}, {"background": "#00afd7", "scope": "terminus.ffff00.00afd7", "foreground": "#ffff00"}, {"background": "#00afff", "scope": "terminus.ffff00.00afff", "foreground": "#ffff00"}, {"background": "#00d700", "scope": "terminus.ffff00.00d700", "foreground": "#ffff00"}, {"background": "#00d75f", "scope": "terminus.ffff00.00d75f", "foreground": "#ffff00"}, {"background": "#00d787", "scope": "terminus.ffff00.00d787", "foreground": "#ffff00"}, {"background": "#00d7af", "scope": "terminus.ffff00.00d7af", "foreground": "#ffff00"}, {"background": "#00d7d7", "scope": "terminus.ffff00.00d7d7", "foreground": "#ffff00"}, {"background": "#00d7ff", "scope": "terminus.ffff00.00d7ff", "foreground": "#ffff00"}, {"background": "#00ff5f", "scope": "terminus.ffff00.00ff5f", "foreground": "#ffff00"}, {"background": "#00ff87", "scope": "terminus.ffff00.00ff87", "foreground": "#ffff00"}, {"background": "#00ffaf", "scope": "terminus.ffff00.00ffaf", "foreground": "#ffff00"}, {"background": "#00ffd7", "scope": "terminus.ffff00.00ffd7", "foreground": "#ffff00"}, {"background": "#5f0000", "scope": "terminus.ffff00.5f0000", "foreground": "#ffff00"}, {"background": "#5f005f", "scope": "terminus.ffff00.5f005f", "foreground": "#ffff00"}, {"background": "#5f0087", "scope": "terminus.ffff00.5f0087", "foreground": "#ffff00"}, {"background": "#5f00af", "scope": "terminus.ffff00.5f00af", "foreground": "#ffff00"}, {"background": "#5f00d7", "scope": "terminus.ffff00.5f00d7", "foreground": "#ffff00"}, {"background": "#5f00ff", "scope": "terminus.ffff00.5f00ff", "foreground": "#ffff00"}, {"background": "#5f5f00", "scope": "terminus.ffff00.5f5f00", "foreground": "#ffff00"}, {"background": "#5f5f5f", "scope": "terminus.ffff00.5f5f5f", "foreground": "#ffff00"}, {"background": "#5f5f87", "scope": "terminus.ffff00.5f5f87", "foreground": "#ffff00"}, {"background": "#5f5faf", "scope": "terminus.ffff00.5f5faf", "foreground": "#ffff00"}, {"background": "#5f5fd7", "scope": "terminus.ffff00.5f5fd7", "foreground": "#ffff00"}, {"background": "#5f5fff", "scope": "terminus.ffff00.5f5fff", "foreground": "#ffff00"}, {"background": "#5f8700", "scope": "terminus.ffff00.5f8700", "foreground": "#ffff00"}, {"background": "#5f875f", "scope": "terminus.ffff00.5f875f", "foreground": "#ffff00"}, {"background": "#5f8787", "scope": "terminus.ffff00.5f8787", "foreground": "#ffff00"}, {"background": "#5f87af", "scope": "terminus.ffff00.5f87af", "foreground": "#ffff00"}, {"background": "#5f87d7", "scope": "terminus.ffff00.5f87d7", "foreground": "#ffff00"}, {"background": "#5f87ff", "scope": "terminus.ffff00.5f87ff", "foreground": "#ffff00"}, {"background": "#5faf00", "scope": "terminus.ffff00.5faf00", "foreground": "#ffff00"}, {"background": "#5faf5f", "scope": "terminus.ffff00.5faf5f", "foreground": "#ffff00"}, {"background": "#5faf87", "scope": "terminus.ffff00.5faf87", "foreground": "#ffff00"}, {"background": "#5fafaf", "scope": "terminus.ffff00.5fafaf", "foreground": "#ffff00"}, {"background": "#5fafd7", "scope": "terminus.ffff00.5fafd7", "foreground": "#ffff00"}, {"background": "#5fafff", "scope": "terminus.ffff00.5fafff", "foreground": "#ffff00"}, {"background": "#5fd700", "scope": "terminus.ffff00.5fd700", "foreground": "#ffff00"}, {"background": "#5fd75f", "scope": "terminus.ffff00.5fd75f", "foreground": "#ffff00"}, {"background": "#5fd787", "scope": "terminus.ffff00.5fd787", "foreground": "#ffff00"}, {"background": "#5fd7af", "scope": "terminus.ffff00.5fd7af", "foreground": "#ffff00"}, {"background": "#5fd7d7", "scope": "terminus.ffff00.5fd7d7", "foreground": "#ffff00"}, {"background": "#5fd7ff", "scope": "terminus.ffff00.5fd7ff", "foreground": "#ffff00"}, {"background": "#5fff00", "scope": "terminus.ffff00.5fff00", "foreground": "#ffff00"}, {"background": "#5fff5f", "scope": "terminus.ffff00.5fff5f", "foreground": "#ffff00"}, {"background": "#5fff87", "scope": "terminus.ffff00.5fff87", "foreground": "#ffff00"}, {"background": "#5fffaf", "scope": "terminus.ffff00.5fffaf", "foreground": "#ffff00"}, {"background": "#5fffd7", "scope": "terminus.ffff00.5fffd7", "foreground": "#ffff00"}, {"background": "#5fffff", "scope": "terminus.ffff00.5fffff", "foreground": "#ffff00"}, {"background": "#870000", "scope": "terminus.ffff00.870000", "foreground": "#ffff00"}, {"background": "#87005f", "scope": "terminus.ffff00.87005f", "foreground": "#ffff00"}, {"background": "#870087", "scope": "terminus.ffff00.870087", "foreground": "#ffff00"}, {"background": "#8700af", "scope": "terminus.ffff00.8700af", "foreground": "#ffff00"}, {"background": "#8700d7", "scope": "terminus.ffff00.8700d7", "foreground": "#ffff00"}, {"background": "#8700ff", "scope": "terminus.ffff00.8700ff", "foreground": "#ffff00"}, {"background": "#875f00", "scope": "terminus.ffff00.875f00", "foreground": "#ffff00"}, {"background": "#875f5f", "scope": "terminus.ffff00.875f5f", "foreground": "#ffff00"}, {"background": "#875f87", "scope": "terminus.ffff00.875f87", "foreground": "#ffff00"}, {"background": "#875faf", "scope": "terminus.ffff00.875faf", "foreground": "#ffff00"}, {"background": "#875fd7", "scope": "terminus.ffff00.875fd7", "foreground": "#ffff00"}, {"background": "#875fff", "scope": "terminus.ffff00.875fff", "foreground": "#ffff00"}, {"background": "#878700", "scope": "terminus.ffff00.878700", "foreground": "#ffff00"}, {"background": "#87875f", "scope": "terminus.ffff00.87875f", "foreground": "#ffff00"}, {"background": "#878787", "scope": "terminus.ffff00.878787", "foreground": "#ffff00"}, {"background": "#8787af", "scope": "terminus.ffff00.8787af", "foreground": "#ffff00"}, {"background": "#8787d7", "scope": "terminus.ffff00.8787d7", "foreground": "#ffff00"}, {"background": "#8787ff", "scope": "terminus.ffff00.8787ff", "foreground": "#ffff00"}, {"background": "#87af00", "scope": "terminus.ffff00.87af00", "foreground": "#ffff00"}, {"background": "#87af5f", "scope": "terminus.ffff00.87af5f", "foreground": "#ffff00"}, {"background": "#87af87", "scope": "terminus.ffff00.87af87", "foreground": "#ffff00"}, {"background": "#87afaf", "scope": "terminus.ffff00.87afaf", "foreground": "#ffff00"}, {"background": "#87afd7", "scope": "terminus.ffff00.87afd7", "foreground": "#ffff00"}, {"background": "#87afff", "scope": "terminus.ffff00.87afff", "foreground": "#ffff00"}, {"background": "#87d700", "scope": "terminus.ffff00.87d700", "foreground": "#ffff00"}, {"background": "#87d75f", "scope": "terminus.ffff00.87d75f", "foreground": "#ffff00"}, {"background": "#87d787", "scope": "terminus.ffff00.87d787", "foreground": "#ffff00"}, {"background": "#87d7af", "scope": "terminus.ffff00.87d7af", "foreground": "#ffff00"}, {"background": "#87d7d7", "scope": "terminus.ffff00.87d7d7", "foreground": "#ffff00"}, {"background": "#87d7ff", "scope": "terminus.ffff00.87d7ff", "foreground": "#ffff00"}, {"background": "#87ff00", "scope": "terminus.ffff00.87ff00", "foreground": "#ffff00"}, {"background": "#87ff5f", "scope": "terminus.ffff00.87ff5f", "foreground": "#ffff00"}, {"background": "#87ff87", "scope": "terminus.ffff00.87ff87", "foreground": "#ffff00"}, {"background": "#87ffaf", "scope": "terminus.ffff00.87ffaf", "foreground": "#ffff00"}, {"background": "#87ffd7", "scope": "terminus.ffff00.87ffd7", "foreground": "#ffff00"}, {"background": "#87ffff", "scope": "terminus.ffff00.87ffff", "foreground": "#ffff00"}, {"background": "#af0000", "scope": "terminus.ffff00.af0000", "foreground": "#ffff00"}, {"background": "#af005f", "scope": "terminus.ffff00.af005f", "foreground": "#ffff00"}, {"background": "#af0087", "scope": "terminus.ffff00.af0087", "foreground": "#ffff00"}, {"background": "#af00af", "scope": "terminus.ffff00.af00af", "foreground": "#ffff00"}, {"background": "#af00d7", "scope": "terminus.ffff00.af00d7", "foreground": "#ffff00"}, {"background": "#af00ff", "scope": "terminus.ffff00.af00ff", "foreground": "#ffff00"}, {"background": "#af5f00", "scope": "terminus.ffff00.af5f00", "foreground": "#ffff00"}, {"background": "#af5f5f", "scope": "terminus.ffff00.af5f5f", "foreground": "#ffff00"}, {"background": "#af5f87", "scope": "terminus.ffff00.af5f87", "foreground": "#ffff00"}, {"background": "#af5faf", "scope": "terminus.ffff00.af5faf", "foreground": "#ffff00"}, {"background": "#af5fd7", "scope": "terminus.ffff00.af5fd7", "foreground": "#ffff00"}, {"background": "#af5fff", "scope": "terminus.ffff00.af5fff", "foreground": "#ffff00"}, {"background": "#af8700", "scope": "terminus.ffff00.af8700", "foreground": "#ffff00"}, {"background": "#af875f", "scope": "terminus.ffff00.af875f", "foreground": "#ffff00"}, {"background": "#af8787", "scope": "terminus.ffff00.af8787", "foreground": "#ffff00"}, {"background": "#af87af", "scope": "terminus.ffff00.af87af", "foreground": "#ffff00"}, {"background": "#af87d7", "scope": "terminus.ffff00.af87d7", "foreground": "#ffff00"}, {"background": "#af87ff", "scope": "terminus.ffff00.af87ff", "foreground": "#ffff00"}, {"background": "#afaf00", "scope": "terminus.ffff00.afaf00", "foreground": "#ffff00"}, {"background": "#afaf5f", "scope": "terminus.ffff00.afaf5f", "foreground": "#ffff00"}, {"background": "#afaf87", "scope": "terminus.ffff00.afaf87", "foreground": "#ffff00"}, {"background": "#afafaf", "scope": "terminus.ffff00.afafaf", "foreground": "#ffff00"}, {"background": "#afafd7", "scope": "terminus.ffff00.afafd7", "foreground": "#ffff00"}, {"background": "#afafff", "scope": "terminus.ffff00.afafff", "foreground": "#ffff00"}, {"background": "#afd700", "scope": "terminus.ffff00.afd700", "foreground": "#ffff00"}, {"background": "#afd75f", "scope": "terminus.ffff00.afd75f", "foreground": "#ffff00"}, {"background": "#afd787", "scope": "terminus.ffff00.afd787", "foreground": "#ffff00"}, {"background": "#afd7af", "scope": "terminus.ffff00.afd7af", "foreground": "#ffff00"}, {"background": "#afd7d7", "scope": "terminus.ffff00.afd7d7", "foreground": "#ffff00"}, {"background": "#afd7ff", "scope": "terminus.ffff00.afd7ff", "foreground": "#ffff00"}, {"background": "#afff00", "scope": "terminus.ffff00.afff00", "foreground": "#ffff00"}, {"background": "#afff5f", "scope": "terminus.ffff00.afff5f", "foreground": "#ffff00"}, {"background": "#afff87", "scope": "terminus.ffff00.afff87", "foreground": "#ffff00"}, {"background": "#afffaf", "scope": "terminus.ffff00.afffaf", "foreground": "#ffff00"}, {"background": "#afffd7", "scope": "terminus.ffff00.afffd7", "foreground": "#ffff00"}, {"background": "#afffff", "scope": "terminus.ffff00.afffff", "foreground": "#ffff00"}, {"background": "#d70000", "scope": "terminus.ffff00.d70000", "foreground": "#ffff00"}, {"background": "#d7005f", "scope": "terminus.ffff00.d7005f", "foreground": "#ffff00"}, {"background": "#d70087", "scope": "terminus.ffff00.d70087", "foreground": "#ffff00"}, {"background": "#d700af", "scope": "terminus.ffff00.d700af", "foreground": "#ffff00"}, {"background": "#d700d7", "scope": "terminus.ffff00.d700d7", "foreground": "#ffff00"}, {"background": "#d700ff", "scope": "terminus.ffff00.d700ff", "foreground": "#ffff00"}, {"background": "#d75f00", "scope": "terminus.ffff00.d75f00", "foreground": "#ffff00"}, {"background": "#d75f5f", "scope": "terminus.ffff00.d75f5f", "foreground": "#ffff00"}, {"background": "#d75f87", "scope": "terminus.ffff00.d75f87", "foreground": "#ffff00"}, {"background": "#d75faf", "scope": "terminus.ffff00.d75faf", "foreground": "#ffff00"}, {"background": "#d75fd7", "scope": "terminus.ffff00.d75fd7", "foreground": "#ffff00"}, {"background": "#d75fff", "scope": "terminus.ffff00.d75fff", "foreground": "#ffff00"}, {"background": "#d78700", "scope": "terminus.ffff00.d78700", "foreground": "#ffff00"}, {"background": "#d7875f", "scope": "terminus.ffff00.d7875f", "foreground": "#ffff00"}, {"background": "#d78787", "scope": "terminus.ffff00.d78787", "foreground": "#ffff00"}, {"background": "#d787af", "scope": "terminus.ffff00.d787af", "foreground": "#ffff00"}, {"background": "#d787d7", "scope": "terminus.ffff00.d787d7", "foreground": "#ffff00"}, {"background": "#d787ff", "scope": "terminus.ffff00.d787ff", "foreground": "#ffff00"}, {"background": "#d7af00", "scope": "terminus.ffff00.d7af00", "foreground": "#ffff00"}, {"background": "#d7af5f", "scope": "terminus.ffff00.d7af5f", "foreground": "#ffff00"}, {"background": "#d7af87", "scope": "terminus.ffff00.d7af87", "foreground": "#ffff00"}, {"background": "#d7afaf", "scope": "terminus.ffff00.d7afaf", "foreground": "#ffff00"}, {"background": "#d7afd7", "scope": "terminus.ffff00.d7afd7", "foreground": "#ffff00"}, {"background": "#d7afff", "scope": "terminus.ffff00.d7afff", "foreground": "#ffff00"}, {"background": "#d7d700", "scope": "terminus.ffff00.d7d700", "foreground": "#ffff00"}, {"background": "#d7d75f", "scope": "terminus.ffff00.d7d75f", "foreground": "#ffff00"}, {"background": "#d7d787", "scope": "terminus.ffff00.d7d787", "foreground": "#ffff00"}, {"background": "#d7d7af", "scope": "terminus.ffff00.d7d7af", "foreground": "#ffff00"}, {"background": "#d7d7d7", "scope": "terminus.ffff00.d7d7d7", "foreground": "#ffff00"}, {"background": "#d7d7ff", "scope": "terminus.ffff00.d7d7ff", "foreground": "#ffff00"}, {"background": "#d7ff00", "scope": "terminus.ffff00.d7ff00", "foreground": "#ffff00"}, {"background": "#d7ff5f", "scope": "terminus.ffff00.d7ff5f", "foreground": "#ffff00"}, {"background": "#d7ff87", "scope": "terminus.ffff00.d7ff87", "foreground": "#ffff00"}, {"background": "#d7ffaf", "scope": "terminus.ffff00.d7ffaf", "foreground": "#ffff00"}, {"background": "#d7ffd7", "scope": "terminus.ffff00.d7ffd7", "foreground": "#ffff00"}, {"background": "#d7ffff", "scope": "terminus.ffff00.d7ffff", "foreground": "#ffff00"}, {"background": "#ff005f", "scope": "terminus.ffff00.ff005f", "foreground": "#ffff00"}, {"background": "#ff0087", "scope": "terminus.ffff00.ff0087", "foreground": "#ffff00"}, {"background": "#ff00af", "scope": "terminus.ffff00.ff00af", "foreground": "#ffff00"}, {"background": "#ff00d7", "scope": "terminus.ffff00.ff00d7", "foreground": "#ffff00"}, {"background": "#ff5f00", "scope": "terminus.ffff00.ff5f00", "foreground": "#ffff00"}, {"background": "#ff5f5f", "scope": "terminus.ffff00.ff5f5f", "foreground": "#ffff00"}, {"background": "#ff5f87", "scope": "terminus.ffff00.ff5f87", "foreground": "#ffff00"}, {"background": "#ff5faf", "scope": "terminus.ffff00.ff5faf", "foreground": "#ffff00"}, {"background": "#ff5fd7", "scope": "terminus.ffff00.ff5fd7", "foreground": "#ffff00"}, {"background": "#ff5fff", "scope": "terminus.ffff00.ff5fff", "foreground": "#ffff00"}, {"background": "#ff8700", "scope": "terminus.ffff00.ff8700", "foreground": "#ffff00"}, {"background": "#ff875f", "scope": "terminus.ffff00.ff875f", "foreground": "#ffff00"}, {"background": "#ff8787", "scope": "terminus.ffff00.ff8787", "foreground": "#ffff00"}, {"background": "#ff87af", "scope": "terminus.ffff00.ff87af", "foreground": "#ffff00"}, {"background": "#ff87d7", "scope": "terminus.ffff00.ff87d7", "foreground": "#ffff00"}, {"background": "#ff87ff", "scope": "terminus.ffff00.ff87ff", "foreground": "#ffff00"}, {"background": "#ffaf00", "scope": "terminus.ffff00.ffaf00", "foreground": "#ffff00"}, {"background": "#ffaf5f", "scope": "terminus.ffff00.ffaf5f", "foreground": "#ffff00"}, {"background": "#ffaf87", "scope": "terminus.ffff00.ffaf87", "foreground": "#ffff00"}, {"background": "#ffafaf", "scope": "terminus.ffff00.ffafaf", "foreground": "#ffff00"}, {"background": "#ffafd7", "scope": "terminus.ffff00.ffafd7", "foreground": "#ffff00"}, {"background": "#ffafff", "scope": "terminus.ffff00.ffafff", "foreground": "#ffff00"}, {"background": "#ffd700", "scope": "terminus.ffff00.ffd700", "foreground": "#ffff00"}, {"background": "#ffd75f", "scope": "terminus.ffff00.ffd75f", "foreground": "#ffff00"}, {"background": "#ffd787", "scope": "terminus.ffff00.ffd787", "foreground": "#ffff00"}, {"background": "#ffd7af", "scope": "terminus.ffff00.ffd7af", "foreground": "#ffff00"}, {"background": "#ffd7d7", "scope": "terminus.ffff00.ffd7d7", "foreground": "#ffff00"}, {"background": "#ffd7ff", "scope": "terminus.ffff00.ffd7ff", "foreground": "#ffff00"}, {"background": "#ffff5f", "scope": "terminus.ffff00.ffff5f", "foreground": "#ffff00"}, {"background": "#ffff87", "scope": "terminus.ffff00.ffff87", "foreground": "#ffff00"}, {"background": "#ffffaf", "scope": "terminus.ffff00.ffffaf", "foreground": "#ffff00"}, {"background": "#ffffd7", "scope": "terminus.ffff00.ffffd7", "foreground": "#ffff00"}, {"background": "#080808", "scope": "terminus.ffff00.080808", "foreground": "#ffff00"}, {"background": "#121212", "scope": "terminus.ffff00.121212", "foreground": "#ffff00"}, {"background": "#1c1c1c", "scope": "terminus.ffff00.1c1c1c", "foreground": "#ffff00"}, {"background": "#262626", "scope": "terminus.ffff00.262626", "foreground": "#ffff00"}, {"background": "#303030", "scope": "terminus.ffff00.303030", "foreground": "#ffff00"}, {"background": "#3a3a3a", "scope": "terminus.ffff00.3a3a3a", "foreground": "#ffff00"}, {"background": "#444444", "scope": "terminus.ffff00.444444", "foreground": "#ffff00"}, {"background": "#4e4e4e", "scope": "terminus.ffff00.4e4e4e", "foreground": "#ffff00"}, {"background": "#585858", "scope": "terminus.ffff00.585858", "foreground": "#ffff00"}, {"background": "#626262", "scope": "terminus.ffff00.626262", "foreground": "#ffff00"}, {"background": "#6c6c6c", "scope": "terminus.ffff00.6c6c6c", "foreground": "#ffff00"}, {"background": "#767676", "scope": "terminus.ffff00.767676", "foreground": "#ffff00"}, {"background": "#808080", "scope": "terminus.ffff00.808080", "foreground": "#ffff00"}, {"background": "#8a8a8a", "scope": "terminus.ffff00.8a8a8a", "foreground": "#ffff00"}, {"background": "#949494", "scope": "terminus.ffff00.949494", "foreground": "#ffff00"}, {"background": "#9e9e9e", "scope": "terminus.ffff00.9e9e9e", "foreground": "#ffff00"}, {"background": "#a8a8a8", "scope": "terminus.ffff00.a8a8a8", "foreground": "#ffff00"}, {"background": "#b2b2b2", "scope": "terminus.ffff00.b2b2b2", "foreground": "#ffff00"}, {"background": "#bcbcbc", "scope": "terminus.ffff00.bcbcbc", "foreground": "#ffff00"}, {"background": "#c6c6c6", "scope": "terminus.ffff00.c6c6c6", "foreground": "#ffff00"}, {"background": "#d0d0d0", "scope": "terminus.ffff00.d0d0d0", "foreground": "#ffff00"}, {"background": "#dadada", "scope": "terminus.ffff00.dadada", "foreground": "#ffff00"}, {"background": "#e4e4e4", "scope": "terminus.ffff00.e4e4e4", "foreground": "#ffff00"}, {"background": "#eeeeee", "scope": "terminus.ffff00.eeeeee", "foreground": "#ffff00"}, {"background": "var(black)", "scope": "terminus.5c5cff.black", "foreground": "#5c5cff"}, {"background": "var(red)", "scope": "terminus.5c5cff.red", "foreground": "#5c5cff"}, {"background": "var(green)", "scope": "terminus.5c5cff.green", "foreground": "#5c5cff"}, {"background": "var(brown)", "scope": "terminus.5c5cff.brown", "foreground": "#5c5cff"}, {"background": "var(blue)", "scope": "terminus.5c5cff.blue", "foreground": "#5c5cff"}, {"background": "var(magenta)", "scope": "terminus.5c5cff.magenta", "foreground": "#5c5cff"}, {"background": "var(cyan)", "scope": "terminus.5c5cff.cyan", "foreground": "#5c5cff"}, {"background": "var(white)", "scope": "terminus.5c5cff.white", "foreground": "#5c5cff"}, {"background": "var(light_black)", "scope": "terminus.5c5cff.light_black", "foreground": "#5c5cff"}, {"background": "var(light_red)", "scope": "terminus.5c5cff.light_red", "foreground": "#5c5cff"}, {"background": "var(light_green)", "scope": "terminus.5c5cff.light_green", "foreground": "#5c5cff"}, {"background": "var(light_brown)", "scope": "terminus.5c5cff.light_brown", "foreground": "#5c5cff"}, {"background": "var(light_blue)", "scope": "terminus.5c5cff.light_blue", "foreground": "#5c5cff"}, {"background": "var(light_magenta)", "scope": "terminus.5c5cff.light_magenta", "foreground": "#5c5cff"}, {"background": "var(light_cyan)", "scope": "terminus.5c5cff.light_cyan", "foreground": "#5c5cff"}, {"background": "var(light_white)", "scope": "terminus.5c5cff.light_white", "foreground": "#5c5cff"}, {"background": "var(background)", "scope": "terminus.5c5cff.default", "foreground": "#5c5cff"}, {"background": "var(foreground)", "scope": "terminus.5c5cff.reverse_default", "foreground": "#5c5cff"}, {"background": "#000000", "scope": "terminus.5c5cff.000000", "foreground": "#5c5cff"}, {"background": "#cd0000", "scope": "terminus.5c5cff.cd0000", "foreground": "#5c5cff"}, {"background": "#00cd00", "scope": "terminus.5c5cff.00cd00", "foreground": "#5c5cff"}, {"background": "#cdcd00", "scope": "terminus.5c5cff.cdcd00", "foreground": "#5c5cff"}, {"background": "#0000ee", "scope": "terminus.5c5cff.0000ee", "foreground": "#5c5cff"}, {"background": "#cd00cd", "scope": "terminus.5c5cff.cd00cd", "foreground": "#5c5cff"}, {"background": "#00cdcd", "scope": "terminus.5c5cff.00cdcd", "foreground": "#5c5cff"}, {"background": "#e5e5e5", "scope": "terminus.5c5cff.e5e5e5", "foreground": "#5c5cff"}, {"background": "#7f7f7f", "scope": "terminus.5c5cff.7f7f7f", "foreground": "#5c5cff"}, {"background": "#ff0000", "scope": "terminus.5c5cff.ff0000", "foreground": "#5c5cff"}, {"background": "#00ff00", "scope": "terminus.5c5cff.00ff00", "foreground": "#5c5cff"}, {"background": "#ffff00", "scope": "terminus.5c5cff.ffff00", "foreground": "#5c5cff"}, {"background": "#5c5cff", "scope": "terminus.5c5cff.5c5cff", "foreground": "#5c5cff"}, {"background": "#ff00ff", "scope": "terminus.5c5cff.ff00ff", "foreground": "#5c5cff"}, {"background": "#00ffff", "scope": "terminus.5c5cff.00ffff", "foreground": "#5c5cff"}, {"background": "#ffffff", "scope": "terminus.5c5cff.ffffff", "foreground": "#5c5cff"}, {"background": "#00005f", "scope": "terminus.5c5cff.00005f", "foreground": "#5c5cff"}, {"background": "#000087", "scope": "terminus.5c5cff.000087", "foreground": "#5c5cff"}, {"background": "#0000af", "scope": "terminus.5c5cff.0000af", "foreground": "#5c5cff"}, {"background": "#0000d7", "scope": "terminus.5c5cff.0000d7", "foreground": "#5c5cff"}, {"background": "#0000ff", "scope": "terminus.5c5cff.0000ff", "foreground": "#5c5cff"}, {"background": "#005f00", "scope": "terminus.5c5cff.005f00", "foreground": "#5c5cff"}, {"background": "#005f5f", "scope": "terminus.5c5cff.005f5f", "foreground": "#5c5cff"}, {"background": "#005f87", "scope": "terminus.5c5cff.005f87", "foreground": "#5c5cff"}, {"background": "#005faf", "scope": "terminus.5c5cff.005faf", "foreground": "#5c5cff"}, {"background": "#005fd7", "scope": "terminus.5c5cff.005fd7", "foreground": "#5c5cff"}, {"background": "#005fff", "scope": "terminus.5c5cff.005fff", "foreground": "#5c5cff"}, {"background": "#008700", "scope": "terminus.5c5cff.008700", "foreground": "#5c5cff"}, {"background": "#00875f", "scope": "terminus.5c5cff.00875f", "foreground": "#5c5cff"}, {"background": "#008787", "scope": "terminus.5c5cff.008787", "foreground": "#5c5cff"}, {"background": "#0087af", "scope": "terminus.5c5cff.0087af", "foreground": "#5c5cff"}, {"background": "#0087d7", "scope": "terminus.5c5cff.0087d7", "foreground": "#5c5cff"}, {"background": "#0087ff", "scope": "terminus.5c5cff.0087ff", "foreground": "#5c5cff"}, {"background": "#00af00", "scope": "terminus.5c5cff.00af00", "foreground": "#5c5cff"}, {"background": "#00af5f", "scope": "terminus.5c5cff.00af5f", "foreground": "#5c5cff"}, {"background": "#00af87", "scope": "terminus.5c5cff.00af87", "foreground": "#5c5cff"}, {"background": "#00afaf", "scope": "terminus.5c5cff.00afaf", "foreground": "#5c5cff"}, {"background": "#00afd7", "scope": "terminus.5c5cff.00afd7", "foreground": "#5c5cff"}, {"background": "#00afff", "scope": "terminus.5c5cff.00afff", "foreground": "#5c5cff"}, {"background": "#00d700", "scope": "terminus.5c5cff.00d700", "foreground": "#5c5cff"}, {"background": "#00d75f", "scope": "terminus.5c5cff.00d75f", "foreground": "#5c5cff"}, {"background": "#00d787", "scope": "terminus.5c5cff.00d787", "foreground": "#5c5cff"}, {"background": "#00d7af", "scope": "terminus.5c5cff.00d7af", "foreground": "#5c5cff"}, {"background": "#00d7d7", "scope": "terminus.5c5cff.00d7d7", "foreground": "#5c5cff"}, {"background": "#00d7ff", "scope": "terminus.5c5cff.00d7ff", "foreground": "#5c5cff"}, {"background": "#00ff5f", "scope": "terminus.5c5cff.00ff5f", "foreground": "#5c5cff"}, {"background": "#00ff87", "scope": "terminus.5c5cff.00ff87", "foreground": "#5c5cff"}, {"background": "#00ffaf", "scope": "terminus.5c5cff.00ffaf", "foreground": "#5c5cff"}, {"background": "#00ffd7", "scope": "terminus.5c5cff.00ffd7", "foreground": "#5c5cff"}, {"background": "#5f0000", "scope": "terminus.5c5cff.5f0000", "foreground": "#5c5cff"}, {"background": "#5f005f", "scope": "terminus.5c5cff.5f005f", "foreground": "#5c5cff"}, {"background": "#5f0087", "scope": "terminus.5c5cff.5f0087", "foreground": "#5c5cff"}, {"background": "#5f00af", "scope": "terminus.5c5cff.5f00af", "foreground": "#5c5cff"}, {"background": "#5f00d7", "scope": "terminus.5c5cff.5f00d7", "foreground": "#5c5cff"}, {"background": "#5f00ff", "scope": "terminus.5c5cff.5f00ff", "foreground": "#5c5cff"}, {"background": "#5f5f00", "scope": "terminus.5c5cff.5f5f00", "foreground": "#5c5cff"}, {"background": "#5f5f5f", "scope": "terminus.5c5cff.5f5f5f", "foreground": "#5c5cff"}, {"background": "#5f5f87", "scope": "terminus.5c5cff.5f5f87", "foreground": "#5c5cff"}, {"background": "#5f5faf", "scope": "terminus.5c5cff.5f5faf", "foreground": "#5c5cff"}, {"background": "#5f5fd7", "scope": "terminus.5c5cff.5f5fd7", "foreground": "#5c5cff"}, {"background": "#5f5fff", "scope": "terminus.5c5cff.5f5fff", "foreground": "#5c5cff"}, {"background": "#5f8700", "scope": "terminus.5c5cff.5f8700", "foreground": "#5c5cff"}, {"background": "#5f875f", "scope": "terminus.5c5cff.5f875f", "foreground": "#5c5cff"}, {"background": "#5f8787", "scope": "terminus.5c5cff.5f8787", "foreground": "#5c5cff"}, {"background": "#5f87af", "scope": "terminus.5c5cff.5f87af", "foreground": "#5c5cff"}, {"background": "#5f87d7", "scope": "terminus.5c5cff.5f87d7", "foreground": "#5c5cff"}, {"background": "#5f87ff", "scope": "terminus.5c5cff.5f87ff", "foreground": "#5c5cff"}, {"background": "#5faf00", "scope": "terminus.5c5cff.5faf00", "foreground": "#5c5cff"}, {"background": "#5faf5f", "scope": "terminus.5c5cff.5faf5f", "foreground": "#5c5cff"}, {"background": "#5faf87", "scope": "terminus.5c5cff.5faf87", "foreground": "#5c5cff"}, {"background": "#5fafaf", "scope": "terminus.5c5cff.5fafaf", "foreground": "#5c5cff"}, {"background": "#5fafd7", "scope": "terminus.5c5cff.5fafd7", "foreground": "#5c5cff"}, {"background": "#5fafff", "scope": "terminus.5c5cff.5fafff", "foreground": "#5c5cff"}, {"background": "#5fd700", "scope": "terminus.5c5cff.5fd700", "foreground": "#5c5cff"}, {"background": "#5fd75f", "scope": "terminus.5c5cff.5fd75f", "foreground": "#5c5cff"}, {"background": "#5fd787", "scope": "terminus.5c5cff.5fd787", "foreground": "#5c5cff"}, {"background": "#5fd7af", "scope": "terminus.5c5cff.5fd7af", "foreground": "#5c5cff"}, {"background": "#5fd7d7", "scope": "terminus.5c5cff.5fd7d7", "foreground": "#5c5cff"}, {"background": "#5fd7ff", "scope": "terminus.5c5cff.5fd7ff", "foreground": "#5c5cff"}, {"background": "#5fff00", "scope": "terminus.5c5cff.5fff00", "foreground": "#5c5cff"}, {"background": "#5fff5f", "scope": "terminus.5c5cff.5fff5f", "foreground": "#5c5cff"}, {"background": "#5fff87", "scope": "terminus.5c5cff.5fff87", "foreground": "#5c5cff"}, {"background": "#5fffaf", "scope": "terminus.5c5cff.5fffaf", "foreground": "#5c5cff"}, {"background": "#5fffd7", "scope": "terminus.5c5cff.5fffd7", "foreground": "#5c5cff"}, {"background": "#5fffff", "scope": "terminus.5c5cff.5fffff", "foreground": "#5c5cff"}, {"background": "#870000", "scope": "terminus.5c5cff.870000", "foreground": "#5c5cff"}, {"background": "#87005f", "scope": "terminus.5c5cff.87005f", "foreground": "#5c5cff"}, {"background": "#870087", "scope": "terminus.5c5cff.870087", "foreground": "#5c5cff"}, {"background": "#8700af", "scope": "terminus.5c5cff.8700af", "foreground": "#5c5cff"}, {"background": "#8700d7", "scope": "terminus.5c5cff.8700d7", "foreground": "#5c5cff"}, {"background": "#8700ff", "scope": "terminus.5c5cff.8700ff", "foreground": "#5c5cff"}, {"background": "#875f00", "scope": "terminus.5c5cff.875f00", "foreground": "#5c5cff"}, {"background": "#875f5f", "scope": "terminus.5c5cff.875f5f", "foreground": "#5c5cff"}, {"background": "#875f87", "scope": "terminus.5c5cff.875f87", "foreground": "#5c5cff"}, {"background": "#875faf", "scope": "terminus.5c5cff.875faf", "foreground": "#5c5cff"}, {"background": "#875fd7", "scope": "terminus.5c5cff.875fd7", "foreground": "#5c5cff"}, {"background": "#875fff", "scope": "terminus.5c5cff.875fff", "foreground": "#5c5cff"}, {"background": "#878700", "scope": "terminus.5c5cff.878700", "foreground": "#5c5cff"}, {"background": "#87875f", "scope": "terminus.5c5cff.87875f", "foreground": "#5c5cff"}, {"background": "#878787", "scope": "terminus.5c5cff.878787", "foreground": "#5c5cff"}, {"background": "#8787af", "scope": "terminus.5c5cff.8787af", "foreground": "#5c5cff"}, {"background": "#8787d7", "scope": "terminus.5c5cff.8787d7", "foreground": "#5c5cff"}, {"background": "#8787ff", "scope": "terminus.5c5cff.8787ff", "foreground": "#5c5cff"}, {"background": "#87af00", "scope": "terminus.5c5cff.87af00", "foreground": "#5c5cff"}, {"background": "#87af5f", "scope": "terminus.5c5cff.87af5f", "foreground": "#5c5cff"}, {"background": "#87af87", "scope": "terminus.5c5cff.87af87", "foreground": "#5c5cff"}, {"background": "#87afaf", "scope": "terminus.5c5cff.87afaf", "foreground": "#5c5cff"}, {"background": "#87afd7", "scope": "terminus.5c5cff.87afd7", "foreground": "#5c5cff"}, {"background": "#87afff", "scope": "terminus.5c5cff.87afff", "foreground": "#5c5cff"}, {"background": "#87d700", "scope": "terminus.5c5cff.87d700", "foreground": "#5c5cff"}, {"background": "#87d75f", "scope": "terminus.5c5cff.87d75f", "foreground": "#5c5cff"}, {"background": "#87d787", "scope": "terminus.5c5cff.87d787", "foreground": "#5c5cff"}, {"background": "#87d7af", "scope": "terminus.5c5cff.87d7af", "foreground": "#5c5cff"}, {"background": "#87d7d7", "scope": "terminus.5c5cff.87d7d7", "foreground": "#5c5cff"}, {"background": "#87d7ff", "scope": "terminus.5c5cff.87d7ff", "foreground": "#5c5cff"}, {"background": "#87ff00", "scope": "terminus.5c5cff.87ff00", "foreground": "#5c5cff"}, {"background": "#87ff5f", "scope": "terminus.5c5cff.87ff5f", "foreground": "#5c5cff"}, {"background": "#87ff87", "scope": "terminus.5c5cff.87ff87", "foreground": "#5c5cff"}, {"background": "#87ffaf", "scope": "terminus.5c5cff.87ffaf", "foreground": "#5c5cff"}, {"background": "#87ffd7", "scope": "terminus.5c5cff.87ffd7", "foreground": "#5c5cff"}, {"background": "#87ffff", "scope": "terminus.5c5cff.87ffff", "foreground": "#5c5cff"}, {"background": "#af0000", "scope": "terminus.5c5cff.af0000", "foreground": "#5c5cff"}, {"background": "#af005f", "scope": "terminus.5c5cff.af005f", "foreground": "#5c5cff"}, {"background": "#af0087", "scope": "terminus.5c5cff.af0087", "foreground": "#5c5cff"}, {"background": "#af00af", "scope": "terminus.5c5cff.af00af", "foreground": "#5c5cff"}, {"background": "#af00d7", "scope": "terminus.5c5cff.af00d7", "foreground": "#5c5cff"}, {"background": "#af00ff", "scope": "terminus.5c5cff.af00ff", "foreground": "#5c5cff"}, {"background": "#af5f00", "scope": "terminus.5c5cff.af5f00", "foreground": "#5c5cff"}, {"background": "#af5f5f", "scope": "terminus.5c5cff.af5f5f", "foreground": "#5c5cff"}, {"background": "#af5f87", "scope": "terminus.5c5cff.af5f87", "foreground": "#5c5cff"}, {"background": "#af5faf", "scope": "terminus.5c5cff.af5faf", "foreground": "#5c5cff"}, {"background": "#af5fd7", "scope": "terminus.5c5cff.af5fd7", "foreground": "#5c5cff"}, {"background": "#af5fff", "scope": "terminus.5c5cff.af5fff", "foreground": "#5c5cff"}, {"background": "#af8700", "scope": "terminus.5c5cff.af8700", "foreground": "#5c5cff"}, {"background": "#af875f", "scope": "terminus.5c5cff.af875f", "foreground": "#5c5cff"}, {"background": "#af8787", "scope": "terminus.5c5cff.af8787", "foreground": "#5c5cff"}, {"background": "#af87af", "scope": "terminus.5c5cff.af87af", "foreground": "#5c5cff"}, {"background": "#af87d7", "scope": "terminus.5c5cff.af87d7", "foreground": "#5c5cff"}, {"background": "#af87ff", "scope": "terminus.5c5cff.af87ff", "foreground": "#5c5cff"}, {"background": "#afaf00", "scope": "terminus.5c5cff.afaf00", "foreground": "#5c5cff"}, {"background": "#afaf5f", "scope": "terminus.5c5cff.afaf5f", "foreground": "#5c5cff"}, {"background": "#afaf87", "scope": "terminus.5c5cff.afaf87", "foreground": "#5c5cff"}, {"background": "#afafaf", "scope": "terminus.5c5cff.afafaf", "foreground": "#5c5cff"}, {"background": "#afafd7", "scope": "terminus.5c5cff.afafd7", "foreground": "#5c5cff"}, {"background": "#afafff", "scope": "terminus.5c5cff.afafff", "foreground": "#5c5cff"}, {"background": "#afd700", "scope": "terminus.5c5cff.afd700", "foreground": "#5c5cff"}, {"background": "#afd75f", "scope": "terminus.5c5cff.afd75f", "foreground": "#5c5cff"}, {"background": "#afd787", "scope": "terminus.5c5cff.afd787", "foreground": "#5c5cff"}, {"background": "#afd7af", "scope": "terminus.5c5cff.afd7af", "foreground": "#5c5cff"}, {"background": "#afd7d7", "scope": "terminus.5c5cff.afd7d7", "foreground": "#5c5cff"}, {"background": "#afd7ff", "scope": "terminus.5c5cff.afd7ff", "foreground": "#5c5cff"}, {"background": "#afff00", "scope": "terminus.5c5cff.afff00", "foreground": "#5c5cff"}, {"background": "#afff5f", "scope": "terminus.5c5cff.afff5f", "foreground": "#5c5cff"}, {"background": "#afff87", "scope": "terminus.5c5cff.afff87", "foreground": "#5c5cff"}, {"background": "#afffaf", "scope": "terminus.5c5cff.afffaf", "foreground": "#5c5cff"}, {"background": "#afffd7", "scope": "terminus.5c5cff.afffd7", "foreground": "#5c5cff"}, {"background": "#afffff", "scope": "terminus.5c5cff.afffff", "foreground": "#5c5cff"}, {"background": "#d70000", "scope": "terminus.5c5cff.d70000", "foreground": "#5c5cff"}, {"background": "#d7005f", "scope": "terminus.5c5cff.d7005f", "foreground": "#5c5cff"}, {"background": "#d70087", "scope": "terminus.5c5cff.d70087", "foreground": "#5c5cff"}, {"background": "#d700af", "scope": "terminus.5c5cff.d700af", "foreground": "#5c5cff"}, {"background": "#d700d7", "scope": "terminus.5c5cff.d700d7", "foreground": "#5c5cff"}, {"background": "#d700ff", "scope": "terminus.5c5cff.d700ff", "foreground": "#5c5cff"}, {"background": "#d75f00", "scope": "terminus.5c5cff.d75f00", "foreground": "#5c5cff"}, {"background": "#d75f5f", "scope": "terminus.5c5cff.d75f5f", "foreground": "#5c5cff"}, {"background": "#d75f87", "scope": "terminus.5c5cff.d75f87", "foreground": "#5c5cff"}, {"background": "#d75faf", "scope": "terminus.5c5cff.d75faf", "foreground": "#5c5cff"}, {"background": "#d75fd7", "scope": "terminus.5c5cff.d75fd7", "foreground": "#5c5cff"}, {"background": "#d75fff", "scope": "terminus.5c5cff.d75fff", "foreground": "#5c5cff"}, {"background": "#d78700", "scope": "terminus.5c5cff.d78700", "foreground": "#5c5cff"}, {"background": "#d7875f", "scope": "terminus.5c5cff.d7875f", "foreground": "#5c5cff"}, {"background": "#d78787", "scope": "terminus.5c5cff.d78787", "foreground": "#5c5cff"}, {"background": "#d787af", "scope": "terminus.5c5cff.d787af", "foreground": "#5c5cff"}, {"background": "#d787d7", "scope": "terminus.5c5cff.d787d7", "foreground": "#5c5cff"}, {"background": "#d787ff", "scope": "terminus.5c5cff.d787ff", "foreground": "#5c5cff"}, {"background": "#d7af00", "scope": "terminus.5c5cff.d7af00", "foreground": "#5c5cff"}, {"background": "#d7af5f", "scope": "terminus.5c5cff.d7af5f", "foreground": "#5c5cff"}, {"background": "#d7af87", "scope": "terminus.5c5cff.d7af87", "foreground": "#5c5cff"}, {"background": "#d7afaf", "scope": "terminus.5c5cff.d7afaf", "foreground": "#5c5cff"}, {"background": "#d7afd7", "scope": "terminus.5c5cff.d7afd7", "foreground": "#5c5cff"}, {"background": "#d7afff", "scope": "terminus.5c5cff.d7afff", "foreground": "#5c5cff"}, {"background": "#d7d700", "scope": "terminus.5c5cff.d7d700", "foreground": "#5c5cff"}, {"background": "#d7d75f", "scope": "terminus.5c5cff.d7d75f", "foreground": "#5c5cff"}, {"background": "#d7d787", "scope": "terminus.5c5cff.d7d787", "foreground": "#5c5cff"}, {"background": "#d7d7af", "scope": "terminus.5c5cff.d7d7af", "foreground": "#5c5cff"}, {"background": "#d7d7d7", "scope": "terminus.5c5cff.d7d7d7", "foreground": "#5c5cff"}, {"background": "#d7d7ff", "scope": "terminus.5c5cff.d7d7ff", "foreground": "#5c5cff"}, {"background": "#d7ff00", "scope": "terminus.5c5cff.d7ff00", "foreground": "#5c5cff"}, {"background": "#d7ff5f", "scope": "terminus.5c5cff.d7ff5f", "foreground": "#5c5cff"}, {"background": "#d7ff87", "scope": "terminus.5c5cff.d7ff87", "foreground": "#5c5cff"}, {"background": "#d7ffaf", "scope": "terminus.5c5cff.d7ffaf", "foreground": "#5c5cff"}, {"background": "#d7ffd7", "scope": "terminus.5c5cff.d7ffd7", "foreground": "#5c5cff"}, {"background": "#d7ffff", "scope": "terminus.5c5cff.d7ffff", "foreground": "#5c5cff"}, {"background": "#ff005f", "scope": "terminus.5c5cff.ff005f", "foreground": "#5c5cff"}, {"background": "#ff0087", "scope": "terminus.5c5cff.ff0087", "foreground": "#5c5cff"}, {"background": "#ff00af", "scope": "terminus.5c5cff.ff00af", "foreground": "#5c5cff"}, {"background": "#ff00d7", "scope": "terminus.5c5cff.ff00d7", "foreground": "#5c5cff"}, {"background": "#ff5f00", "scope": "terminus.5c5cff.ff5f00", "foreground": "#5c5cff"}, {"background": "#ff5f5f", "scope": "terminus.5c5cff.ff5f5f", "foreground": "#5c5cff"}, {"background": "#ff5f87", "scope": "terminus.5c5cff.ff5f87", "foreground": "#5c5cff"}, {"background": "#ff5faf", "scope": "terminus.5c5cff.ff5faf", "foreground": "#5c5cff"}, {"background": "#ff5fd7", "scope": "terminus.5c5cff.ff5fd7", "foreground": "#5c5cff"}, {"background": "#ff5fff", "scope": "terminus.5c5cff.ff5fff", "foreground": "#5c5cff"}, {"background": "#ff8700", "scope": "terminus.5c5cff.ff8700", "foreground": "#5c5cff"}, {"background": "#ff875f", "scope": "terminus.5c5cff.ff875f", "foreground": "#5c5cff"}, {"background": "#ff8787", "scope": "terminus.5c5cff.ff8787", "foreground": "#5c5cff"}, {"background": "#ff87af", "scope": "terminus.5c5cff.ff87af", "foreground": "#5c5cff"}, {"background": "#ff87d7", "scope": "terminus.5c5cff.ff87d7", "foreground": "#5c5cff"}, {"background": "#ff87ff", "scope": "terminus.5c5cff.ff87ff", "foreground": "#5c5cff"}, {"background": "#ffaf00", "scope": "terminus.5c5cff.ffaf00", "foreground": "#5c5cff"}, {"background": "#ffaf5f", "scope": "terminus.5c5cff.ffaf5f", "foreground": "#5c5cff"}, {"background": "#ffaf87", "scope": "terminus.5c5cff.ffaf87", "foreground": "#5c5cff"}, {"background": "#ffafaf", "scope": "terminus.5c5cff.ffafaf", "foreground": "#5c5cff"}, {"background": "#ffafd7", "scope": "terminus.5c5cff.ffafd7", "foreground": "#5c5cff"}, {"background": "#ffafff", "scope": "terminus.5c5cff.ffafff", "foreground": "#5c5cff"}, {"background": "#ffd700", "scope": "terminus.5c5cff.ffd700", "foreground": "#5c5cff"}, {"background": "#ffd75f", "scope": "terminus.5c5cff.ffd75f", "foreground": "#5c5cff"}, {"background": "#ffd787", "scope": "terminus.5c5cff.ffd787", "foreground": "#5c5cff"}, {"background": "#ffd7af", "scope": "terminus.5c5cff.ffd7af", "foreground": "#5c5cff"}, {"background": "#ffd7d7", "scope": "terminus.5c5cff.ffd7d7", "foreground": "#5c5cff"}, {"background": "#ffd7ff", "scope": "terminus.5c5cff.ffd7ff", "foreground": "#5c5cff"}, {"background": "#ffff5f", "scope": "terminus.5c5cff.ffff5f", "foreground": "#5c5cff"}, {"background": "#ffff87", "scope": "terminus.5c5cff.ffff87", "foreground": "#5c5cff"}, {"background": "#ffffaf", "scope": "terminus.5c5cff.ffffaf", "foreground": "#5c5cff"}, {"background": "#ffffd7", "scope": "terminus.5c5cff.ffffd7", "foreground": "#5c5cff"}, {"background": "#080808", "scope": "terminus.5c5cff.080808", "foreground": "#5c5cff"}, {"background": "#121212", "scope": "terminus.5c5cff.121212", "foreground": "#5c5cff"}, {"background": "#1c1c1c", "scope": "terminus.5c5cff.1c1c1c", "foreground": "#5c5cff"}, {"background": "#262626", "scope": "terminus.5c5cff.262626", "foreground": "#5c5cff"}, {"background": "#303030", "scope": "terminus.5c5cff.303030", "foreground": "#5c5cff"}, {"background": "#3a3a3a", "scope": "terminus.5c5cff.3a3a3a", "foreground": "#5c5cff"}, {"background": "#444444", "scope": "terminus.5c5cff.444444", "foreground": "#5c5cff"}, {"background": "#4e4e4e", "scope": "terminus.5c5cff.4e4e4e", "foreground": "#5c5cff"}, {"background": "#585858", "scope": "terminus.5c5cff.585858", "foreground": "#5c5cff"}, {"background": "#626262", "scope": "terminus.5c5cff.626262", "foreground": "#5c5cff"}, {"background": "#6c6c6c", "scope": "terminus.5c5cff.6c6c6c", "foreground": "#5c5cff"}, {"background": "#767676", "scope": "terminus.5c5cff.767676", "foreground": "#5c5cff"}, {"background": "#808080", "scope": "terminus.5c5cff.808080", "foreground": "#5c5cff"}, {"background": "#8a8a8a", "scope": "terminus.5c5cff.8a8a8a", "foreground": "#5c5cff"}, {"background": "#949494", "scope": "terminus.5c5cff.949494", "foreground": "#5c5cff"}, {"background": "#9e9e9e", "scope": "terminus.5c5cff.9e9e9e", "foreground": "#5c5cff"}, {"background": "#a8a8a8", "scope": "terminus.5c5cff.a8a8a8", "foreground": "#5c5cff"}, {"background": "#b2b2b2", "scope": "terminus.5c5cff.b2b2b2", "foreground": "#5c5cff"}, {"background": "#bcbcbc", "scope": "terminus.5c5cff.bcbcbc", "foreground": "#5c5cff"}, {"background": "#c6c6c6", "scope": "terminus.5c5cff.c6c6c6", "foreground": "#5c5cff"}, {"background": "#d0d0d0", "scope": "terminus.5c5cff.d0d0d0", "foreground": "#5c5cff"}, {"background": "#dadada", "scope": "terminus.5c5cff.dadada", "foreground": "#5c5cff"}, {"background": "#e4e4e4", "scope": "terminus.5c5cff.e4e4e4", "foreground": "#5c5cff"}, {"background": "#eeeeee", "scope": "terminus.5c5cff.eeeeee", "foreground": "#5c5cff"}, {"background": "var(black)", "scope": "terminus.ff00ff.black", "foreground": "#ff00ff"}, {"background": "var(red)", "scope": "terminus.ff00ff.red", "foreground": "#ff00ff"}, {"background": "var(green)", "scope": "terminus.ff00ff.green", "foreground": "#ff00ff"}, {"background": "var(brown)", "scope": "terminus.ff00ff.brown", "foreground": "#ff00ff"}, {"background": "var(blue)", "scope": "terminus.ff00ff.blue", "foreground": "#ff00ff"}, {"background": "var(magenta)", "scope": "terminus.ff00ff.magenta", "foreground": "#ff00ff"}, {"background": "var(cyan)", "scope": "terminus.ff00ff.cyan", "foreground": "#ff00ff"}, {"background": "var(white)", "scope": "terminus.ff00ff.white", "foreground": "#ff00ff"}, {"background": "var(light_black)", "scope": "terminus.ff00ff.light_black", "foreground": "#ff00ff"}, {"background": "var(light_red)", "scope": "terminus.ff00ff.light_red", "foreground": "#ff00ff"}, {"background": "var(light_green)", "scope": "terminus.ff00ff.light_green", "foreground": "#ff00ff"}, {"background": "var(light_brown)", "scope": "terminus.ff00ff.light_brown", "foreground": "#ff00ff"}, {"background": "var(light_blue)", "scope": "terminus.ff00ff.light_blue", "foreground": "#ff00ff"}, {"background": "var(light_magenta)", "scope": "terminus.ff00ff.light_magenta", "foreground": "#ff00ff"}, {"background": "var(light_cyan)", "scope": "terminus.ff00ff.light_cyan", "foreground": "#ff00ff"}, {"background": "var(light_white)", "scope": "terminus.ff00ff.light_white", "foreground": "#ff00ff"}, {"background": "var(background)", "scope": "terminus.ff00ff.default", "foreground": "#ff00ff"}, {"background": "var(foreground)", "scope": "terminus.ff00ff.reverse_default", "foreground": "#ff00ff"}, {"background": "#000000", "scope": "terminus.ff00ff.000000", "foreground": "#ff00ff"}, {"background": "#cd0000", "scope": "terminus.ff00ff.cd0000", "foreground": "#ff00ff"}, {"background": "#00cd00", "scope": "terminus.ff00ff.00cd00", "foreground": "#ff00ff"}, {"background": "#cdcd00", "scope": "terminus.ff00ff.cdcd00", "foreground": "#ff00ff"}, {"background": "#0000ee", "scope": "terminus.ff00ff.0000ee", "foreground": "#ff00ff"}, {"background": "#cd00cd", "scope": "terminus.ff00ff.cd00cd", "foreground": "#ff00ff"}, {"background": "#00cdcd", "scope": "terminus.ff00ff.00cdcd", "foreground": "#ff00ff"}, {"background": "#e5e5e5", "scope": "terminus.ff00ff.e5e5e5", "foreground": "#ff00ff"}, {"background": "#7f7f7f", "scope": "terminus.ff00ff.7f7f7f", "foreground": "#ff00ff"}, {"background": "#ff0000", "scope": "terminus.ff00ff.ff0000", "foreground": "#ff00ff"}, {"background": "#00ff00", "scope": "terminus.ff00ff.00ff00", "foreground": "#ff00ff"}, {"background": "#ffff00", "scope": "terminus.ff00ff.ffff00", "foreground": "#ff00ff"}, {"background": "#5c5cff", "scope": "terminus.ff00ff.5c5cff", "foreground": "#ff00ff"}, {"background": "#ff00ff", "scope": "terminus.ff00ff.ff00ff", "foreground": "#ff00ff"}, {"background": "#00ffff", "scope": "terminus.ff00ff.00ffff", "foreground": "#ff00ff"}, {"background": "#ffffff", "scope": "terminus.ff00ff.ffffff", "foreground": "#ff00ff"}, {"background": "#00005f", "scope": "terminus.ff00ff.00005f", "foreground": "#ff00ff"}, {"background": "#000087", "scope": "terminus.ff00ff.000087", "foreground": "#ff00ff"}, {"background": "#0000af", "scope": "terminus.ff00ff.0000af", "foreground": "#ff00ff"}, {"background": "#0000d7", "scope": "terminus.ff00ff.0000d7", "foreground": "#ff00ff"}, {"background": "#0000ff", "scope": "terminus.ff00ff.0000ff", "foreground": "#ff00ff"}, {"background": "#005f00", "scope": "terminus.ff00ff.005f00", "foreground": "#ff00ff"}, {"background": "#005f5f", "scope": "terminus.ff00ff.005f5f", "foreground": "#ff00ff"}, {"background": "#005f87", "scope": "terminus.ff00ff.005f87", "foreground": "#ff00ff"}, {"background": "#005faf", "scope": "terminus.ff00ff.005faf", "foreground": "#ff00ff"}, {"background": "#005fd7", "scope": "terminus.ff00ff.005fd7", "foreground": "#ff00ff"}, {"background": "#005fff", "scope": "terminus.ff00ff.005fff", "foreground": "#ff00ff"}, {"background": "#008700", "scope": "terminus.ff00ff.008700", "foreground": "#ff00ff"}, {"background": "#00875f", "scope": "terminus.ff00ff.00875f", "foreground": "#ff00ff"}, {"background": "#008787", "scope": "terminus.ff00ff.008787", "foreground": "#ff00ff"}, {"background": "#0087af", "scope": "terminus.ff00ff.0087af", "foreground": "#ff00ff"}, {"background": "#0087d7", "scope": "terminus.ff00ff.0087d7", "foreground": "#ff00ff"}, {"background": "#0087ff", "scope": "terminus.ff00ff.0087ff", "foreground": "#ff00ff"}, {"background": "#00af00", "scope": "terminus.ff00ff.00af00", "foreground": "#ff00ff"}, {"background": "#00af5f", "scope": "terminus.ff00ff.00af5f", "foreground": "#ff00ff"}, {"background": "#00af87", "scope": "terminus.ff00ff.00af87", "foreground": "#ff00ff"}, {"background": "#00afaf", "scope": "terminus.ff00ff.00afaf", "foreground": "#ff00ff"}, {"background": "#00afd7", "scope": "terminus.ff00ff.00afd7", "foreground": "#ff00ff"}, {"background": "#00afff", "scope": "terminus.ff00ff.00afff", "foreground": "#ff00ff"}, {"background": "#00d700", "scope": "terminus.ff00ff.00d700", "foreground": "#ff00ff"}, {"background": "#00d75f", "scope": "terminus.ff00ff.00d75f", "foreground": "#ff00ff"}, {"background": "#00d787", "scope": "terminus.ff00ff.00d787", "foreground": "#ff00ff"}, {"background": "#00d7af", "scope": "terminus.ff00ff.00d7af", "foreground": "#ff00ff"}, {"background": "#00d7d7", "scope": "terminus.ff00ff.00d7d7", "foreground": "#ff00ff"}, {"background": "#00d7ff", "scope": "terminus.ff00ff.00d7ff", "foreground": "#ff00ff"}, {"background": "#00ff5f", "scope": "terminus.ff00ff.00ff5f", "foreground": "#ff00ff"}, {"background": "#00ff87", "scope": "terminus.ff00ff.00ff87", "foreground": "#ff00ff"}, {"background": "#00ffaf", "scope": "terminus.ff00ff.00ffaf", "foreground": "#ff00ff"}, {"background": "#00ffd7", "scope": "terminus.ff00ff.00ffd7", "foreground": "#ff00ff"}, {"background": "#5f0000", "scope": "terminus.ff00ff.5f0000", "foreground": "#ff00ff"}, {"background": "#5f005f", "scope": "terminus.ff00ff.5f005f", "foreground": "#ff00ff"}, {"background": "#5f0087", "scope": "terminus.ff00ff.5f0087", "foreground": "#ff00ff"}, {"background": "#5f00af", "scope": "terminus.ff00ff.5f00af", "foreground": "#ff00ff"}, {"background": "#5f00d7", "scope": "terminus.ff00ff.5f00d7", "foreground": "#ff00ff"}, {"background": "#5f00ff", "scope": "terminus.ff00ff.5f00ff", "foreground": "#ff00ff"}, {"background": "#5f5f00", "scope": "terminus.ff00ff.5f5f00", "foreground": "#ff00ff"}, {"background": "#5f5f5f", "scope": "terminus.ff00ff.5f5f5f", "foreground": "#ff00ff"}, {"background": "#5f5f87", "scope": "terminus.ff00ff.5f5f87", "foreground": "#ff00ff"}, {"background": "#5f5faf", "scope": "terminus.ff00ff.5f5faf", "foreground": "#ff00ff"}, {"background": "#5f5fd7", "scope": "terminus.ff00ff.5f5fd7", "foreground": "#ff00ff"}, {"background": "#5f5fff", "scope": "terminus.ff00ff.5f5fff", "foreground": "#ff00ff"}, {"background": "#5f8700", "scope": "terminus.ff00ff.5f8700", "foreground": "#ff00ff"}, {"background": "#5f875f", "scope": "terminus.ff00ff.5f875f", "foreground": "#ff00ff"}, {"background": "#5f8787", "scope": "terminus.ff00ff.5f8787", "foreground": "#ff00ff"}, {"background": "#5f87af", "scope": "terminus.ff00ff.5f87af", "foreground": "#ff00ff"}, {"background": "#5f87d7", "scope": "terminus.ff00ff.5f87d7", "foreground": "#ff00ff"}, {"background": "#5f87ff", "scope": "terminus.ff00ff.5f87ff", "foreground": "#ff00ff"}, {"background": "#5faf00", "scope": "terminus.ff00ff.5faf00", "foreground": "#ff00ff"}, {"background": "#5faf5f", "scope": "terminus.ff00ff.5faf5f", "foreground": "#ff00ff"}, {"background": "#5faf87", "scope": "terminus.ff00ff.5faf87", "foreground": "#ff00ff"}, {"background": "#5fafaf", "scope": "terminus.ff00ff.5fafaf", "foreground": "#ff00ff"}, {"background": "#5fafd7", "scope": "terminus.ff00ff.5fafd7", "foreground": "#ff00ff"}, {"background": "#5fafff", "scope": "terminus.ff00ff.5fafff", "foreground": "#ff00ff"}, {"background": "#5fd700", "scope": "terminus.ff00ff.5fd700", "foreground": "#ff00ff"}, {"background": "#5fd75f", "scope": "terminus.ff00ff.5fd75f", "foreground": "#ff00ff"}, {"background": "#5fd787", "scope": "terminus.ff00ff.5fd787", "foreground": "#ff00ff"}, {"background": "#5fd7af", "scope": "terminus.ff00ff.5fd7af", "foreground": "#ff00ff"}, {"background": "#5fd7d7", "scope": "terminus.ff00ff.5fd7d7", "foreground": "#ff00ff"}, {"background": "#5fd7ff", "scope": "terminus.ff00ff.5fd7ff", "foreground": "#ff00ff"}, {"background": "#5fff00", "scope": "terminus.ff00ff.5fff00", "foreground": "#ff00ff"}, {"background": "#5fff5f", "scope": "terminus.ff00ff.5fff5f", "foreground": "#ff00ff"}, {"background": "#5fff87", "scope": "terminus.ff00ff.5fff87", "foreground": "#ff00ff"}, {"background": "#5fffaf", "scope": "terminus.ff00ff.5fffaf", "foreground": "#ff00ff"}, {"background": "#5fffd7", "scope": "terminus.ff00ff.5fffd7", "foreground": "#ff00ff"}, {"background": "#5fffff", "scope": "terminus.ff00ff.5fffff", "foreground": "#ff00ff"}, {"background": "#870000", "scope": "terminus.ff00ff.870000", "foreground": "#ff00ff"}, {"background": "#87005f", "scope": "terminus.ff00ff.87005f", "foreground": "#ff00ff"}, {"background": "#870087", "scope": "terminus.ff00ff.870087", "foreground": "#ff00ff"}, {"background": "#8700af", "scope": "terminus.ff00ff.8700af", "foreground": "#ff00ff"}, {"background": "#8700d7", "scope": "terminus.ff00ff.8700d7", "foreground": "#ff00ff"}, {"background": "#8700ff", "scope": "terminus.ff00ff.8700ff", "foreground": "#ff00ff"}, {"background": "#875f00", "scope": "terminus.ff00ff.875f00", "foreground": "#ff00ff"}, {"background": "#875f5f", "scope": "terminus.ff00ff.875f5f", "foreground": "#ff00ff"}, {"background": "#875f87", "scope": "terminus.ff00ff.875f87", "foreground": "#ff00ff"}, {"background": "#875faf", "scope": "terminus.ff00ff.875faf", "foreground": "#ff00ff"}, {"background": "#875fd7", "scope": "terminus.ff00ff.875fd7", "foreground": "#ff00ff"}, {"background": "#875fff", "scope": "terminus.ff00ff.875fff", "foreground": "#ff00ff"}, {"background": "#878700", "scope": "terminus.ff00ff.878700", "foreground": "#ff00ff"}, {"background": "#87875f", "scope": "terminus.ff00ff.87875f", "foreground": "#ff00ff"}, {"background": "#878787", "scope": "terminus.ff00ff.878787", "foreground": "#ff00ff"}, {"background": "#8787af", "scope": "terminus.ff00ff.8787af", "foreground": "#ff00ff"}, {"background": "#8787d7", "scope": "terminus.ff00ff.8787d7", "foreground": "#ff00ff"}, {"background": "#8787ff", "scope": "terminus.ff00ff.8787ff", "foreground": "#ff00ff"}, {"background": "#87af00", "scope": "terminus.ff00ff.87af00", "foreground": "#ff00ff"}, {"background": "#87af5f", "scope": "terminus.ff00ff.87af5f", "foreground": "#ff00ff"}, {"background": "#87af87", "scope": "terminus.ff00ff.87af87", "foreground": "#ff00ff"}, {"background": "#87afaf", "scope": "terminus.ff00ff.87afaf", "foreground": "#ff00ff"}, {"background": "#87afd7", "scope": "terminus.ff00ff.87afd7", "foreground": "#ff00ff"}, {"background": "#87afff", "scope": "terminus.ff00ff.87afff", "foreground": "#ff00ff"}, {"background": "#87d700", "scope": "terminus.ff00ff.87d700", "foreground": "#ff00ff"}, {"background": "#87d75f", "scope": "terminus.ff00ff.87d75f", "foreground": "#ff00ff"}, {"background": "#87d787", "scope": "terminus.ff00ff.87d787", "foreground": "#ff00ff"}, {"background": "#87d7af", "scope": "terminus.ff00ff.87d7af", "foreground": "#ff00ff"}, {"background": "#87d7d7", "scope": "terminus.ff00ff.87d7d7", "foreground": "#ff00ff"}, {"background": "#87d7ff", "scope": "terminus.ff00ff.87d7ff", "foreground": "#ff00ff"}, {"background": "#87ff00", "scope": "terminus.ff00ff.87ff00", "foreground": "#ff00ff"}, {"background": "#87ff5f", "scope": "terminus.ff00ff.87ff5f", "foreground": "#ff00ff"}, {"background": "#87ff87", "scope": "terminus.ff00ff.87ff87", "foreground": "#ff00ff"}, {"background": "#87ffaf", "scope": "terminus.ff00ff.87ffaf", "foreground": "#ff00ff"}, {"background": "#87ffd7", "scope": "terminus.ff00ff.87ffd7", "foreground": "#ff00ff"}, {"background": "#87ffff", "scope": "terminus.ff00ff.87ffff", "foreground": "#ff00ff"}, {"background": "#af0000", "scope": "terminus.ff00ff.af0000", "foreground": "#ff00ff"}, {"background": "#af005f", "scope": "terminus.ff00ff.af005f", "foreground": "#ff00ff"}, {"background": "#af0087", "scope": "terminus.ff00ff.af0087", "foreground": "#ff00ff"}, {"background": "#af00af", "scope": "terminus.ff00ff.af00af", "foreground": "#ff00ff"}, {"background": "#af00d7", "scope": "terminus.ff00ff.af00d7", "foreground": "#ff00ff"}, {"background": "#af00ff", "scope": "terminus.ff00ff.af00ff", "foreground": "#ff00ff"}, {"background": "#af5f00", "scope": "terminus.ff00ff.af5f00", "foreground": "#ff00ff"}, {"background": "#af5f5f", "scope": "terminus.ff00ff.af5f5f", "foreground": "#ff00ff"}, {"background": "#af5f87", "scope": "terminus.ff00ff.af5f87", "foreground": "#ff00ff"}, {"background": "#af5faf", "scope": "terminus.ff00ff.af5faf", "foreground": "#ff00ff"}, {"background": "#af5fd7", "scope": "terminus.ff00ff.af5fd7", "foreground": "#ff00ff"}, {"background": "#af5fff", "scope": "terminus.ff00ff.af5fff", "foreground": "#ff00ff"}, {"background": "#af8700", "scope": "terminus.ff00ff.af8700", "foreground": "#ff00ff"}, {"background": "#af875f", "scope": "terminus.ff00ff.af875f", "foreground": "#ff00ff"}, {"background": "#af8787", "scope": "terminus.ff00ff.af8787", "foreground": "#ff00ff"}, {"background": "#af87af", "scope": "terminus.ff00ff.af87af", "foreground": "#ff00ff"}, {"background": "#af87d7", "scope": "terminus.ff00ff.af87d7", "foreground": "#ff00ff"}, {"background": "#af87ff", "scope": "terminus.ff00ff.af87ff", "foreground": "#ff00ff"}, {"background": "#afaf00", "scope": "terminus.ff00ff.afaf00", "foreground": "#ff00ff"}, {"background": "#afaf5f", "scope": "terminus.ff00ff.afaf5f", "foreground": "#ff00ff"}, {"background": "#afaf87", "scope": "terminus.ff00ff.afaf87", "foreground": "#ff00ff"}, {"background": "#afafaf", "scope": "terminus.ff00ff.afafaf", "foreground": "#ff00ff"}, {"background": "#afafd7", "scope": "terminus.ff00ff.afafd7", "foreground": "#ff00ff"}, {"background": "#afafff", "scope": "terminus.ff00ff.afafff", "foreground": "#ff00ff"}, {"background": "#afd700", "scope": "terminus.ff00ff.afd700", "foreground": "#ff00ff"}, {"background": "#afd75f", "scope": "terminus.ff00ff.afd75f", "foreground": "#ff00ff"}, {"background": "#afd787", "scope": "terminus.ff00ff.afd787", "foreground": "#ff00ff"}, {"background": "#afd7af", "scope": "terminus.ff00ff.afd7af", "foreground": "#ff00ff"}, {"background": "#afd7d7", "scope": "terminus.ff00ff.afd7d7", "foreground": "#ff00ff"}, {"background": "#afd7ff", "scope": "terminus.ff00ff.afd7ff", "foreground": "#ff00ff"}, {"background": "#afff00", "scope": "terminus.ff00ff.afff00", "foreground": "#ff00ff"}, {"background": "#afff5f", "scope": "terminus.ff00ff.afff5f", "foreground": "#ff00ff"}, {"background": "#afff87", "scope": "terminus.ff00ff.afff87", "foreground": "#ff00ff"}, {"background": "#afffaf", "scope": "terminus.ff00ff.afffaf", "foreground": "#ff00ff"}, {"background": "#afffd7", "scope": "terminus.ff00ff.afffd7", "foreground": "#ff00ff"}, {"background": "#afffff", "scope": "terminus.ff00ff.afffff", "foreground": "#ff00ff"}, {"background": "#d70000", "scope": "terminus.ff00ff.d70000", "foreground": "#ff00ff"}, {"background": "#d7005f", "scope": "terminus.ff00ff.d7005f", "foreground": "#ff00ff"}, {"background": "#d70087", "scope": "terminus.ff00ff.d70087", "foreground": "#ff00ff"}, {"background": "#d700af", "scope": "terminus.ff00ff.d700af", "foreground": "#ff00ff"}, {"background": "#d700d7", "scope": "terminus.ff00ff.d700d7", "foreground": "#ff00ff"}, {"background": "#d700ff", "scope": "terminus.ff00ff.d700ff", "foreground": "#ff00ff"}, {"background": "#d75f00", "scope": "terminus.ff00ff.d75f00", "foreground": "#ff00ff"}, {"background": "#d75f5f", "scope": "terminus.ff00ff.d75f5f", "foreground": "#ff00ff"}, {"background": "#d75f87", "scope": "terminus.ff00ff.d75f87", "foreground": "#ff00ff"}, {"background": "#d75faf", "scope": "terminus.ff00ff.d75faf", "foreground": "#ff00ff"}, {"background": "#d75fd7", "scope": "terminus.ff00ff.d75fd7", "foreground": "#ff00ff"}, {"background": "#d75fff", "scope": "terminus.ff00ff.d75fff", "foreground": "#ff00ff"}, {"background": "#d78700", "scope": "terminus.ff00ff.d78700", "foreground": "#ff00ff"}, {"background": "#d7875f", "scope": "terminus.ff00ff.d7875f", "foreground": "#ff00ff"}, {"background": "#d78787", "scope": "terminus.ff00ff.d78787", "foreground": "#ff00ff"}, {"background": "#d787af", "scope": "terminus.ff00ff.d787af", "foreground": "#ff00ff"}, {"background": "#d787d7", "scope": "terminus.ff00ff.d787d7", "foreground": "#ff00ff"}, {"background": "#d787ff", "scope": "terminus.ff00ff.d787ff", "foreground": "#ff00ff"}, {"background": "#d7af00", "scope": "terminus.ff00ff.d7af00", "foreground": "#ff00ff"}, {"background": "#d7af5f", "scope": "terminus.ff00ff.d7af5f", "foreground": "#ff00ff"}, {"background": "#d7af87", "scope": "terminus.ff00ff.d7af87", "foreground": "#ff00ff"}, {"background": "#d7afaf", "scope": "terminus.ff00ff.d7afaf", "foreground": "#ff00ff"}, {"background": "#d7afd7", "scope": "terminus.ff00ff.d7afd7", "foreground": "#ff00ff"}, {"background": "#d7afff", "scope": "terminus.ff00ff.d7afff", "foreground": "#ff00ff"}, {"background": "#d7d700", "scope": "terminus.ff00ff.d7d700", "foreground": "#ff00ff"}, {"background": "#d7d75f", "scope": "terminus.ff00ff.d7d75f", "foreground": "#ff00ff"}, {"background": "#d7d787", "scope": "terminus.ff00ff.d7d787", "foreground": "#ff00ff"}, {"background": "#d7d7af", "scope": "terminus.ff00ff.d7d7af", "foreground": "#ff00ff"}, {"background": "#d7d7d7", "scope": "terminus.ff00ff.d7d7d7", "foreground": "#ff00ff"}, {"background": "#d7d7ff", "scope": "terminus.ff00ff.d7d7ff", "foreground": "#ff00ff"}, {"background": "#d7ff00", "scope": "terminus.ff00ff.d7ff00", "foreground": "#ff00ff"}, {"background": "#d7ff5f", "scope": "terminus.ff00ff.d7ff5f", "foreground": "#ff00ff"}, {"background": "#d7ff87", "scope": "terminus.ff00ff.d7ff87", "foreground": "#ff00ff"}, {"background": "#d7ffaf", "scope": "terminus.ff00ff.d7ffaf", "foreground": "#ff00ff"}, {"background": "#d7ffd7", "scope": "terminus.ff00ff.d7ffd7", "foreground": "#ff00ff"}, {"background": "#d7ffff", "scope": "terminus.ff00ff.d7ffff", "foreground": "#ff00ff"}, {"background": "#ff005f", "scope": "terminus.ff00ff.ff005f", "foreground": "#ff00ff"}, {"background": "#ff0087", "scope": "terminus.ff00ff.ff0087", "foreground": "#ff00ff"}, {"background": "#ff00af", "scope": "terminus.ff00ff.ff00af", "foreground": "#ff00ff"}, {"background": "#ff00d7", "scope": "terminus.ff00ff.ff00d7", "foreground": "#ff00ff"}, {"background": "#ff5f00", "scope": "terminus.ff00ff.ff5f00", "foreground": "#ff00ff"}, {"background": "#ff5f5f", "scope": "terminus.ff00ff.ff5f5f", "foreground": "#ff00ff"}, {"background": "#ff5f87", "scope": "terminus.ff00ff.ff5f87", "foreground": "#ff00ff"}, {"background": "#ff5faf", "scope": "terminus.ff00ff.ff5faf", "foreground": "#ff00ff"}, {"background": "#ff5fd7", "scope": "terminus.ff00ff.ff5fd7", "foreground": "#ff00ff"}, {"background": "#ff5fff", "scope": "terminus.ff00ff.ff5fff", "foreground": "#ff00ff"}, {"background": "#ff8700", "scope": "terminus.ff00ff.ff8700", "foreground": "#ff00ff"}, {"background": "#ff875f", "scope": "terminus.ff00ff.ff875f", "foreground": "#ff00ff"}, {"background": "#ff8787", "scope": "terminus.ff00ff.ff8787", "foreground": "#ff00ff"}, {"background": "#ff87af", "scope": "terminus.ff00ff.ff87af", "foreground": "#ff00ff"}, {"background": "#ff87d7", "scope": "terminus.ff00ff.ff87d7", "foreground": "#ff00ff"}, {"background": "#ff87ff", "scope": "terminus.ff00ff.ff87ff", "foreground": "#ff00ff"}, {"background": "#ffaf00", "scope": "terminus.ff00ff.ffaf00", "foreground": "#ff00ff"}, {"background": "#ffaf5f", "scope": "terminus.ff00ff.ffaf5f", "foreground": "#ff00ff"}, {"background": "#ffaf87", "scope": "terminus.ff00ff.ffaf87", "foreground": "#ff00ff"}, {"background": "#ffafaf", "scope": "terminus.ff00ff.ffafaf", "foreground": "#ff00ff"}, {"background": "#ffafd7", "scope": "terminus.ff00ff.ffafd7", "foreground": "#ff00ff"}, {"background": "#ffafff", "scope": "terminus.ff00ff.ffafff", "foreground": "#ff00ff"}, {"background": "#ffd700", "scope": "terminus.ff00ff.ffd700", "foreground": "#ff00ff"}, {"background": "#ffd75f", "scope": "terminus.ff00ff.ffd75f", "foreground": "#ff00ff"}, {"background": "#ffd787", "scope": "terminus.ff00ff.ffd787", "foreground": "#ff00ff"}, {"background": "#ffd7af", "scope": "terminus.ff00ff.ffd7af", "foreground": "#ff00ff"}, {"background": "#ffd7d7", "scope": "terminus.ff00ff.ffd7d7", "foreground": "#ff00ff"}, {"background": "#ffd7ff", "scope": "terminus.ff00ff.ffd7ff", "foreground": "#ff00ff"}, {"background": "#ffff5f", "scope": "terminus.ff00ff.ffff5f", "foreground": "#ff00ff"}, {"background": "#ffff87", "scope": "terminus.ff00ff.ffff87", "foreground": "#ff00ff"}, {"background": "#ffffaf", "scope": "terminus.ff00ff.ffffaf", "foreground": "#ff00ff"}, {"background": "#ffffd7", "scope": "terminus.ff00ff.ffffd7", "foreground": "#ff00ff"}, {"background": "#080808", "scope": "terminus.ff00ff.080808", "foreground": "#ff00ff"}, {"background": "#121212", "scope": "terminus.ff00ff.121212", "foreground": "#ff00ff"}, {"background": "#1c1c1c", "scope": "terminus.ff00ff.1c1c1c", "foreground": "#ff00ff"}, {"background": "#262626", "scope": "terminus.ff00ff.262626", "foreground": "#ff00ff"}, {"background": "#303030", "scope": "terminus.ff00ff.303030", "foreground": "#ff00ff"}, {"background": "#3a3a3a", "scope": "terminus.ff00ff.3a3a3a", "foreground": "#ff00ff"}, {"background": "#444444", "scope": "terminus.ff00ff.444444", "foreground": "#ff00ff"}, {"background": "#4e4e4e", "scope": "terminus.ff00ff.4e4e4e", "foreground": "#ff00ff"}, {"background": "#585858", "scope": "terminus.ff00ff.585858", "foreground": "#ff00ff"}, {"background": "#626262", "scope": "terminus.ff00ff.626262", "foreground": "#ff00ff"}, {"background": "#6c6c6c", "scope": "terminus.ff00ff.6c6c6c", "foreground": "#ff00ff"}, {"background": "#767676", "scope": "terminus.ff00ff.767676", "foreground": "#ff00ff"}, {"background": "#808080", "scope": "terminus.ff00ff.808080", "foreground": "#ff00ff"}, {"background": "#8a8a8a", "scope": "terminus.ff00ff.8a8a8a", "foreground": "#ff00ff"}, {"background": "#949494", "scope": "terminus.ff00ff.949494", "foreground": "#ff00ff"}, {"background": "#9e9e9e", "scope": "terminus.ff00ff.9e9e9e", "foreground": "#ff00ff"}, {"background": "#a8a8a8", "scope": "terminus.ff00ff.a8a8a8", "foreground": "#ff00ff"}, {"background": "#b2b2b2", "scope": "terminus.ff00ff.b2b2b2", "foreground": "#ff00ff"}, {"background": "#bcbcbc", "scope": "terminus.ff00ff.bcbcbc", "foreground": "#ff00ff"}, {"background": "#c6c6c6", "scope": "terminus.ff00ff.c6c6c6", "foreground": "#ff00ff"}, {"background": "#d0d0d0", "scope": "terminus.ff00ff.d0d0d0", "foreground": "#ff00ff"}, {"background": "#dadada", "scope": "terminus.ff00ff.dadada", "foreground": "#ff00ff"}, {"background": "#e4e4e4", "scope": "terminus.ff00ff.e4e4e4", "foreground": "#ff00ff"}, {"background": "#eeeeee", "scope": "terminus.ff00ff.eeeeee", "foreground": "#ff00ff"}, {"background": "var(black)", "scope": "terminus.00ffff.black", "foreground": "#00ffff"}, {"background": "var(red)", "scope": "terminus.00ffff.red", "foreground": "#00ffff"}, {"background": "var(green)", "scope": "terminus.00ffff.green", "foreground": "#00ffff"}, {"background": "var(brown)", "scope": "terminus.00ffff.brown", "foreground": "#00ffff"}, {"background": "var(blue)", "scope": "terminus.00ffff.blue", "foreground": "#00ffff"}, {"background": "var(magenta)", "scope": "terminus.00ffff.magenta", "foreground": "#00ffff"}, {"background": "var(cyan)", "scope": "terminus.00ffff.cyan", "foreground": "#00ffff"}, {"background": "var(white)", "scope": "terminus.00ffff.white", "foreground": "#00ffff"}, {"background": "var(light_black)", "scope": "terminus.00ffff.light_black", "foreground": "#00ffff"}, {"background": "var(light_red)", "scope": "terminus.00ffff.light_red", "foreground": "#00ffff"}, {"background": "var(light_green)", "scope": "terminus.00ffff.light_green", "foreground": "#00ffff"}, {"background": "var(light_brown)", "scope": "terminus.00ffff.light_brown", "foreground": "#00ffff"}, {"background": "var(light_blue)", "scope": "terminus.00ffff.light_blue", "foreground": "#00ffff"}, {"background": "var(light_magenta)", "scope": "terminus.00ffff.light_magenta", "foreground": "#00ffff"}, {"background": "var(light_cyan)", "scope": "terminus.00ffff.light_cyan", "foreground": "#00ffff"}, {"background": "var(light_white)", "scope": "terminus.00ffff.light_white", "foreground": "#00ffff"}, {"background": "var(background)", "scope": "terminus.00ffff.default", "foreground": "#00ffff"}, {"background": "var(foreground)", "scope": "terminus.00ffff.reverse_default", "foreground": "#00ffff"}, {"background": "#000000", "scope": "terminus.00ffff.000000", "foreground": "#00ffff"}, {"background": "#cd0000", "scope": "terminus.00ffff.cd0000", "foreground": "#00ffff"}, {"background": "#00cd00", "scope": "terminus.00ffff.00cd00", "foreground": "#00ffff"}, {"background": "#cdcd00", "scope": "terminus.00ffff.cdcd00", "foreground": "#00ffff"}, {"background": "#0000ee", "scope": "terminus.00ffff.0000ee", "foreground": "#00ffff"}, {"background": "#cd00cd", "scope": "terminus.00ffff.cd00cd", "foreground": "#00ffff"}, {"background": "#00cdcd", "scope": "terminus.00ffff.00cdcd", "foreground": "#00ffff"}, {"background": "#e5e5e5", "scope": "terminus.00ffff.e5e5e5", "foreground": "#00ffff"}, {"background": "#7f7f7f", "scope": "terminus.00ffff.7f7f7f", "foreground": "#00ffff"}, {"background": "#ff0000", "scope": "terminus.00ffff.ff0000", "foreground": "#00ffff"}, {"background": "#00ff00", "scope": "terminus.00ffff.00ff00", "foreground": "#00ffff"}, {"background": "#ffff00", "scope": "terminus.00ffff.ffff00", "foreground": "#00ffff"}, {"background": "#5c5cff", "scope": "terminus.00ffff.5c5cff", "foreground": "#00ffff"}, {"background": "#ff00ff", "scope": "terminus.00ffff.ff00ff", "foreground": "#00ffff"}, {"background": "#00ffff", "scope": "terminus.00ffff.00ffff", "foreground": "#00ffff"}, {"background": "#ffffff", "scope": "terminus.00ffff.ffffff", "foreground": "#00ffff"}, {"background": "#00005f", "scope": "terminus.00ffff.00005f", "foreground": "#00ffff"}, {"background": "#000087", "scope": "terminus.00ffff.000087", "foreground": "#00ffff"}, {"background": "#0000af", "scope": "terminus.00ffff.0000af", "foreground": "#00ffff"}, {"background": "#0000d7", "scope": "terminus.00ffff.0000d7", "foreground": "#00ffff"}, {"background": "#0000ff", "scope": "terminus.00ffff.0000ff", "foreground": "#00ffff"}, {"background": "#005f00", "scope": "terminus.00ffff.005f00", "foreground": "#00ffff"}, {"background": "#005f5f", "scope": "terminus.00ffff.005f5f", "foreground": "#00ffff"}, {"background": "#005f87", "scope": "terminus.00ffff.005f87", "foreground": "#00ffff"}, {"background": "#005faf", "scope": "terminus.00ffff.005faf", "foreground": "#00ffff"}, {"background": "#005fd7", "scope": "terminus.00ffff.005fd7", "foreground": "#00ffff"}, {"background": "#005fff", "scope": "terminus.00ffff.005fff", "foreground": "#00ffff"}, {"background": "#008700", "scope": "terminus.00ffff.008700", "foreground": "#00ffff"}, {"background": "#00875f", "scope": "terminus.00ffff.00875f", "foreground": "#00ffff"}, {"background": "#008787", "scope": "terminus.00ffff.008787", "foreground": "#00ffff"}, {"background": "#0087af", "scope": "terminus.00ffff.0087af", "foreground": "#00ffff"}, {"background": "#0087d7", "scope": "terminus.00ffff.0087d7", "foreground": "#00ffff"}, {"background": "#0087ff", "scope": "terminus.00ffff.0087ff", "foreground": "#00ffff"}, {"background": "#00af00", "scope": "terminus.00ffff.00af00", "foreground": "#00ffff"}, {"background": "#00af5f", "scope": "terminus.00ffff.00af5f", "foreground": "#00ffff"}, {"background": "#00af87", "scope": "terminus.00ffff.00af87", "foreground": "#00ffff"}, {"background": "#00afaf", "scope": "terminus.00ffff.00afaf", "foreground": "#00ffff"}, {"background": "#00afd7", "scope": "terminus.00ffff.00afd7", "foreground": "#00ffff"}, {"background": "#00afff", "scope": "terminus.00ffff.00afff", "foreground": "#00ffff"}, {"background": "#00d700", "scope": "terminus.00ffff.00d700", "foreground": "#00ffff"}, {"background": "#00d75f", "scope": "terminus.00ffff.00d75f", "foreground": "#00ffff"}, {"background": "#00d787", "scope": "terminus.00ffff.00d787", "foreground": "#00ffff"}, {"background": "#00d7af", "scope": "terminus.00ffff.00d7af", "foreground": "#00ffff"}, {"background": "#00d7d7", "scope": "terminus.00ffff.00d7d7", "foreground": "#00ffff"}, {"background": "#00d7ff", "scope": "terminus.00ffff.00d7ff", "foreground": "#00ffff"}, {"background": "#00ff5f", "scope": "terminus.00ffff.00ff5f", "foreground": "#00ffff"}, {"background": "#00ff87", "scope": "terminus.00ffff.00ff87", "foreground": "#00ffff"}, {"background": "#00ffaf", "scope": "terminus.00ffff.00ffaf", "foreground": "#00ffff"}, {"background": "#00ffd7", "scope": "terminus.00ffff.00ffd7", "foreground": "#00ffff"}, {"background": "#5f0000", "scope": "terminus.00ffff.5f0000", "foreground": "#00ffff"}, {"background": "#5f005f", "scope": "terminus.00ffff.5f005f", "foreground": "#00ffff"}, {"background": "#5f0087", "scope": "terminus.00ffff.5f0087", "foreground": "#00ffff"}, {"background": "#5f00af", "scope": "terminus.00ffff.5f00af", "foreground": "#00ffff"}, {"background": "#5f00d7", "scope": "terminus.00ffff.5f00d7", "foreground": "#00ffff"}, {"background": "#5f00ff", "scope": "terminus.00ffff.5f00ff", "foreground": "#00ffff"}, {"background": "#5f5f00", "scope": "terminus.00ffff.5f5f00", "foreground": "#00ffff"}, {"background": "#5f5f5f", "scope": "terminus.00ffff.5f5f5f", "foreground": "#00ffff"}, {"background": "#5f5f87", "scope": "terminus.00ffff.5f5f87", "foreground": "#00ffff"}, {"background": "#5f5faf", "scope": "terminus.00ffff.5f5faf", "foreground": "#00ffff"}, {"background": "#5f5fd7", "scope": "terminus.00ffff.5f5fd7", "foreground": "#00ffff"}, {"background": "#5f5fff", "scope": "terminus.00ffff.5f5fff", "foreground": "#00ffff"}, {"background": "#5f8700", "scope": "terminus.00ffff.5f8700", "foreground": "#00ffff"}, {"background": "#5f875f", "scope": "terminus.00ffff.5f875f", "foreground": "#00ffff"}, {"background": "#5f8787", "scope": "terminus.00ffff.5f8787", "foreground": "#00ffff"}, {"background": "#5f87af", "scope": "terminus.00ffff.5f87af", "foreground": "#00ffff"}, {"background": "#5f87d7", "scope": "terminus.00ffff.5f87d7", "foreground": "#00ffff"}, {"background": "#5f87ff", "scope": "terminus.00ffff.5f87ff", "foreground": "#00ffff"}, {"background": "#5faf00", "scope": "terminus.00ffff.5faf00", "foreground": "#00ffff"}, {"background": "#5faf5f", "scope": "terminus.00ffff.5faf5f", "foreground": "#00ffff"}, {"background": "#5faf87", "scope": "terminus.00ffff.5faf87", "foreground": "#00ffff"}, {"background": "#5fafaf", "scope": "terminus.00ffff.5fafaf", "foreground": "#00ffff"}, {"background": "#5fafd7", "scope": "terminus.00ffff.5fafd7", "foreground": "#00ffff"}, {"background": "#5fafff", "scope": "terminus.00ffff.5fafff", "foreground": "#00ffff"}, {"background": "#5fd700", "scope": "terminus.00ffff.5fd700", "foreground": "#00ffff"}, {"background": "#5fd75f", "scope": "terminus.00ffff.5fd75f", "foreground": "#00ffff"}, {"background": "#5fd787", "scope": "terminus.00ffff.5fd787", "foreground": "#00ffff"}, {"background": "#5fd7af", "scope": "terminus.00ffff.5fd7af", "foreground": "#00ffff"}, {"background": "#5fd7d7", "scope": "terminus.00ffff.5fd7d7", "foreground": "#00ffff"}, {"background": "#5fd7ff", "scope": "terminus.00ffff.5fd7ff", "foreground": "#00ffff"}, {"background": "#5fff00", "scope": "terminus.00ffff.5fff00", "foreground": "#00ffff"}, {"background": "#5fff5f", "scope": "terminus.00ffff.5fff5f", "foreground": "#00ffff"}, {"background": "#5fff87", "scope": "terminus.00ffff.5fff87", "foreground": "#00ffff"}, {"background": "#5fffaf", "scope": "terminus.00ffff.5fffaf", "foreground": "#00ffff"}, {"background": "#5fffd7", "scope": "terminus.00ffff.5fffd7", "foreground": "#00ffff"}, {"background": "#5fffff", "scope": "terminus.00ffff.5fffff", "foreground": "#00ffff"}, {"background": "#870000", "scope": "terminus.00ffff.870000", "foreground": "#00ffff"}, {"background": "#87005f", "scope": "terminus.00ffff.87005f", "foreground": "#00ffff"}, {"background": "#870087", "scope": "terminus.00ffff.870087", "foreground": "#00ffff"}, {"background": "#8700af", "scope": "terminus.00ffff.8700af", "foreground": "#00ffff"}, {"background": "#8700d7", "scope": "terminus.00ffff.8700d7", "foreground": "#00ffff"}, {"background": "#8700ff", "scope": "terminus.00ffff.8700ff", "foreground": "#00ffff"}, {"background": "#875f00", "scope": "terminus.00ffff.875f00", "foreground": "#00ffff"}, {"background": "#875f5f", "scope": "terminus.00ffff.875f5f", "foreground": "#00ffff"}, {"background": "#875f87", "scope": "terminus.00ffff.875f87", "foreground": "#00ffff"}, {"background": "#875faf", "scope": "terminus.00ffff.875faf", "foreground": "#00ffff"}, {"background": "#875fd7", "scope": "terminus.00ffff.875fd7", "foreground": "#00ffff"}, {"background": "#875fff", "scope": "terminus.00ffff.875fff", "foreground": "#00ffff"}, {"background": "#878700", "scope": "terminus.00ffff.878700", "foreground": "#00ffff"}, {"background": "#87875f", "scope": "terminus.00ffff.87875f", "foreground": "#00ffff"}, {"background": "#878787", "scope": "terminus.00ffff.878787", "foreground": "#00ffff"}, {"background": "#8787af", "scope": "terminus.00ffff.8787af", "foreground": "#00ffff"}, {"background": "#8787d7", "scope": "terminus.00ffff.8787d7", "foreground": "#00ffff"}, {"background": "#8787ff", "scope": "terminus.00ffff.8787ff", "foreground": "#00ffff"}, {"background": "#87af00", "scope": "terminus.00ffff.87af00", "foreground": "#00ffff"}, {"background": "#87af5f", "scope": "terminus.00ffff.87af5f", "foreground": "#00ffff"}, {"background": "#87af87", "scope": "terminus.00ffff.87af87", "foreground": "#00ffff"}, {"background": "#87afaf", "scope": "terminus.00ffff.87afaf", "foreground": "#00ffff"}, {"background": "#87afd7", "scope": "terminus.00ffff.87afd7", "foreground": "#00ffff"}, {"background": "#87afff", "scope": "terminus.00ffff.87afff", "foreground": "#00ffff"}, {"background": "#87d700", "scope": "terminus.00ffff.87d700", "foreground": "#00ffff"}, {"background": "#87d75f", "scope": "terminus.00ffff.87d75f", "foreground": "#00ffff"}, {"background": "#87d787", "scope": "terminus.00ffff.87d787", "foreground": "#00ffff"}, {"background": "#87d7af", "scope": "terminus.00ffff.87d7af", "foreground": "#00ffff"}, {"background": "#87d7d7", "scope": "terminus.00ffff.87d7d7", "foreground": "#00ffff"}, {"background": "#87d7ff", "scope": "terminus.00ffff.87d7ff", "foreground": "#00ffff"}, {"background": "#87ff00", "scope": "terminus.00ffff.87ff00", "foreground": "#00ffff"}, {"background": "#87ff5f", "scope": "terminus.00ffff.87ff5f", "foreground": "#00ffff"}, {"background": "#87ff87", "scope": "terminus.00ffff.87ff87", "foreground": "#00ffff"}, {"background": "#87ffaf", "scope": "terminus.00ffff.87ffaf", "foreground": "#00ffff"}, {"background": "#87ffd7", "scope": "terminus.00ffff.87ffd7", "foreground": "#00ffff"}, {"background": "#87ffff", "scope": "terminus.00ffff.87ffff", "foreground": "#00ffff"}, {"background": "#af0000", "scope": "terminus.00ffff.af0000", "foreground": "#00ffff"}, {"background": "#af005f", "scope": "terminus.00ffff.af005f", "foreground": "#00ffff"}, {"background": "#af0087", "scope": "terminus.00ffff.af0087", "foreground": "#00ffff"}, {"background": "#af00af", "scope": "terminus.00ffff.af00af", "foreground": "#00ffff"}, {"background": "#af00d7", "scope": "terminus.00ffff.af00d7", "foreground": "#00ffff"}, {"background": "#af00ff", "scope": "terminus.00ffff.af00ff", "foreground": "#00ffff"}, {"background": "#af5f00", "scope": "terminus.00ffff.af5f00", "foreground": "#00ffff"}, {"background": "#af5f5f", "scope": "terminus.00ffff.af5f5f", "foreground": "#00ffff"}, {"background": "#af5f87", "scope": "terminus.00ffff.af5f87", "foreground": "#00ffff"}, {"background": "#af5faf", "scope": "terminus.00ffff.af5faf", "foreground": "#00ffff"}, {"background": "#af5fd7", "scope": "terminus.00ffff.af5fd7", "foreground": "#00ffff"}, {"background": "#af5fff", "scope": "terminus.00ffff.af5fff", "foreground": "#00ffff"}, {"background": "#af8700", "scope": "terminus.00ffff.af8700", "foreground": "#00ffff"}, {"background": "#af875f", "scope": "terminus.00ffff.af875f", "foreground": "#00ffff"}, {"background": "#af8787", "scope": "terminus.00ffff.af8787", "foreground": "#00ffff"}, {"background": "#af87af", "scope": "terminus.00ffff.af87af", "foreground": "#00ffff"}, {"background": "#af87d7", "scope": "terminus.00ffff.af87d7", "foreground": "#00ffff"}, {"background": "#af87ff", "scope": "terminus.00ffff.af87ff", "foreground": "#00ffff"}, {"background": "#afaf00", "scope": "terminus.00ffff.afaf00", "foreground": "#00ffff"}, {"background": "#afaf5f", "scope": "terminus.00ffff.afaf5f", "foreground": "#00ffff"}, {"background": "#afaf87", "scope": "terminus.00ffff.afaf87", "foreground": "#00ffff"}, {"background": "#afafaf", "scope": "terminus.00ffff.afafaf", "foreground": "#00ffff"}, {"background": "#afafd7", "scope": "terminus.00ffff.afafd7", "foreground": "#00ffff"}, {"background": "#afafff", "scope": "terminus.00ffff.afafff", "foreground": "#00ffff"}, {"background": "#afd700", "scope": "terminus.00ffff.afd700", "foreground": "#00ffff"}, {"background": "#afd75f", "scope": "terminus.00ffff.afd75f", "foreground": "#00ffff"}, {"background": "#afd787", "scope": "terminus.00ffff.afd787", "foreground": "#00ffff"}, {"background": "#afd7af", "scope": "terminus.00ffff.afd7af", "foreground": "#00ffff"}, {"background": "#afd7d7", "scope": "terminus.00ffff.afd7d7", "foreground": "#00ffff"}, {"background": "#afd7ff", "scope": "terminus.00ffff.afd7ff", "foreground": "#00ffff"}, {"background": "#afff00", "scope": "terminus.00ffff.afff00", "foreground": "#00ffff"}, {"background": "#afff5f", "scope": "terminus.00ffff.afff5f", "foreground": "#00ffff"}, {"background": "#afff87", "scope": "terminus.00ffff.afff87", "foreground": "#00ffff"}, {"background": "#afffaf", "scope": "terminus.00ffff.afffaf", "foreground": "#00ffff"}, {"background": "#afffd7", "scope": "terminus.00ffff.afffd7", "foreground": "#00ffff"}, {"background": "#afffff", "scope": "terminus.00ffff.afffff", "foreground": "#00ffff"}, {"background": "#d70000", "scope": "terminus.00ffff.d70000", "foreground": "#00ffff"}, {"background": "#d7005f", "scope": "terminus.00ffff.d7005f", "foreground": "#00ffff"}, {"background": "#d70087", "scope": "terminus.00ffff.d70087", "foreground": "#00ffff"}, {"background": "#d700af", "scope": "terminus.00ffff.d700af", "foreground": "#00ffff"}, {"background": "#d700d7", "scope": "terminus.00ffff.d700d7", "foreground": "#00ffff"}, {"background": "#d700ff", "scope": "terminus.00ffff.d700ff", "foreground": "#00ffff"}, {"background": "#d75f00", "scope": "terminus.00ffff.d75f00", "foreground": "#00ffff"}, {"background": "#d75f5f", "scope": "terminus.00ffff.d75f5f", "foreground": "#00ffff"}, {"background": "#d75f87", "scope": "terminus.00ffff.d75f87", "foreground": "#00ffff"}, {"background": "#d75faf", "scope": "terminus.00ffff.d75faf", "foreground": "#00ffff"}, {"background": "#d75fd7", "scope": "terminus.00ffff.d75fd7", "foreground": "#00ffff"}, {"background": "#d75fff", "scope": "terminus.00ffff.d75fff", "foreground": "#00ffff"}, {"background": "#d78700", "scope": "terminus.00ffff.d78700", "foreground": "#00ffff"}, {"background": "#d7875f", "scope": "terminus.00ffff.d7875f", "foreground": "#00ffff"}, {"background": "#d78787", "scope": "terminus.00ffff.d78787", "foreground": "#00ffff"}, {"background": "#d787af", "scope": "terminus.00ffff.d787af", "foreground": "#00ffff"}, {"background": "#d787d7", "scope": "terminus.00ffff.d787d7", "foreground": "#00ffff"}, {"background": "#d787ff", "scope": "terminus.00ffff.d787ff", "foreground": "#00ffff"}, {"background": "#d7af00", "scope": "terminus.00ffff.d7af00", "foreground": "#00ffff"}, {"background": "#d7af5f", "scope": "terminus.00ffff.d7af5f", "foreground": "#00ffff"}, {"background": "#d7af87", "scope": "terminus.00ffff.d7af87", "foreground": "#00ffff"}, {"background": "#d7afaf", "scope": "terminus.00ffff.d7afaf", "foreground": "#00ffff"}, {"background": "#d7afd7", "scope": "terminus.00ffff.d7afd7", "foreground": "#00ffff"}, {"background": "#d7afff", "scope": "terminus.00ffff.d7afff", "foreground": "#00ffff"}, {"background": "#d7d700", "scope": "terminus.00ffff.d7d700", "foreground": "#00ffff"}, {"background": "#d7d75f", "scope": "terminus.00ffff.d7d75f", "foreground": "#00ffff"}, {"background": "#d7d787", "scope": "terminus.00ffff.d7d787", "foreground": "#00ffff"}, {"background": "#d7d7af", "scope": "terminus.00ffff.d7d7af", "foreground": "#00ffff"}, {"background": "#d7d7d7", "scope": "terminus.00ffff.d7d7d7", "foreground": "#00ffff"}, {"background": "#d7d7ff", "scope": "terminus.00ffff.d7d7ff", "foreground": "#00ffff"}, {"background": "#d7ff00", "scope": "terminus.00ffff.d7ff00", "foreground": "#00ffff"}, {"background": "#d7ff5f", "scope": "terminus.00ffff.d7ff5f", "foreground": "#00ffff"}, {"background": "#d7ff87", "scope": "terminus.00ffff.d7ff87", "foreground": "#00ffff"}, {"background": "#d7ffaf", "scope": "terminus.00ffff.d7ffaf", "foreground": "#00ffff"}, {"background": "#d7ffd7", "scope": "terminus.00ffff.d7ffd7", "foreground": "#00ffff"}, {"background": "#d7ffff", "scope": "terminus.00ffff.d7ffff", "foreground": "#00ffff"}, {"background": "#ff005f", "scope": "terminus.00ffff.ff005f", "foreground": "#00ffff"}, {"background": "#ff0087", "scope": "terminus.00ffff.ff0087", "foreground": "#00ffff"}, {"background": "#ff00af", "scope": "terminus.00ffff.ff00af", "foreground": "#00ffff"}, {"background": "#ff00d7", "scope": "terminus.00ffff.ff00d7", "foreground": "#00ffff"}, {"background": "#ff5f00", "scope": "terminus.00ffff.ff5f00", "foreground": "#00ffff"}, {"background": "#ff5f5f", "scope": "terminus.00ffff.ff5f5f", "foreground": "#00ffff"}, {"background": "#ff5f87", "scope": "terminus.00ffff.ff5f87", "foreground": "#00ffff"}, {"background": "#ff5faf", "scope": "terminus.00ffff.ff5faf", "foreground": "#00ffff"}, {"background": "#ff5fd7", "scope": "terminus.00ffff.ff5fd7", "foreground": "#00ffff"}, {"background": "#ff5fff", "scope": "terminus.00ffff.ff5fff", "foreground": "#00ffff"}, {"background": "#ff8700", "scope": "terminus.00ffff.ff8700", "foreground": "#00ffff"}, {"background": "#ff875f", "scope": "terminus.00ffff.ff875f", "foreground": "#00ffff"}, {"background": "#ff8787", "scope": "terminus.00ffff.ff8787", "foreground": "#00ffff"}, {"background": "#ff87af", "scope": "terminus.00ffff.ff87af", "foreground": "#00ffff"}, {"background": "#ff87d7", "scope": "terminus.00ffff.ff87d7", "foreground": "#00ffff"}, {"background": "#ff87ff", "scope": "terminus.00ffff.ff87ff", "foreground": "#00ffff"}, {"background": "#ffaf00", "scope": "terminus.00ffff.ffaf00", "foreground": "#00ffff"}, {"background": "#ffaf5f", "scope": "terminus.00ffff.ffaf5f", "foreground": "#00ffff"}, {"background": "#ffaf87", "scope": "terminus.00ffff.ffaf87", "foreground": "#00ffff"}, {"background": "#ffafaf", "scope": "terminus.00ffff.ffafaf", "foreground": "#00ffff"}, {"background": "#ffafd7", "scope": "terminus.00ffff.ffafd7", "foreground": "#00ffff"}, {"background": "#ffafff", "scope": "terminus.00ffff.ffafff", "foreground": "#00ffff"}, {"background": "#ffd700", "scope": "terminus.00ffff.ffd700", "foreground": "#00ffff"}, {"background": "#ffd75f", "scope": "terminus.00ffff.ffd75f", "foreground": "#00ffff"}, {"background": "#ffd787", "scope": "terminus.00ffff.ffd787", "foreground": "#00ffff"}, {"background": "#ffd7af", "scope": "terminus.00ffff.ffd7af", "foreground": "#00ffff"}, {"background": "#ffd7d7", "scope": "terminus.00ffff.ffd7d7", "foreground": "#00ffff"}, {"background": "#ffd7ff", "scope": "terminus.00ffff.ffd7ff", "foreground": "#00ffff"}, {"background": "#ffff5f", "scope": "terminus.00ffff.ffff5f", "foreground": "#00ffff"}, {"background": "#ffff87", "scope": "terminus.00ffff.ffff87", "foreground": "#00ffff"}, {"background": "#ffffaf", "scope": "terminus.00ffff.ffffaf", "foreground": "#00ffff"}, {"background": "#ffffd7", "scope": "terminus.00ffff.ffffd7", "foreground": "#00ffff"}, {"background": "#080808", "scope": "terminus.00ffff.080808", "foreground": "#00ffff"}, {"background": "#121212", "scope": "terminus.00ffff.121212", "foreground": "#00ffff"}, {"background": "#1c1c1c", "scope": "terminus.00ffff.1c1c1c", "foreground": "#00ffff"}, {"background": "#262626", "scope": "terminus.00ffff.262626", "foreground": "#00ffff"}, {"background": "#303030", "scope": "terminus.00ffff.303030", "foreground": "#00ffff"}, {"background": "#3a3a3a", "scope": "terminus.00ffff.3a3a3a", "foreground": "#00ffff"}, {"background": "#444444", "scope": "terminus.00ffff.444444", "foreground": "#00ffff"}, {"background": "#4e4e4e", "scope": "terminus.00ffff.4e4e4e", "foreground": "#00ffff"}, {"background": "#585858", "scope": "terminus.00ffff.585858", "foreground": "#00ffff"}, {"background": "#626262", "scope": "terminus.00ffff.626262", "foreground": "#00ffff"}, {"background": "#6c6c6c", "scope": "terminus.00ffff.6c6c6c", "foreground": "#00ffff"}, {"background": "#767676", "scope": "terminus.00ffff.767676", "foreground": "#00ffff"}, {"background": "#808080", "scope": "terminus.00ffff.808080", "foreground": "#00ffff"}, {"background": "#8a8a8a", "scope": "terminus.00ffff.8a8a8a", "foreground": "#00ffff"}, {"background": "#949494", "scope": "terminus.00ffff.949494", "foreground": "#00ffff"}, {"background": "#9e9e9e", "scope": "terminus.00ffff.9e9e9e", "foreground": "#00ffff"}, {"background": "#a8a8a8", "scope": "terminus.00ffff.a8a8a8", "foreground": "#00ffff"}, {"background": "#b2b2b2", "scope": "terminus.00ffff.b2b2b2", "foreground": "#00ffff"}, {"background": "#bcbcbc", "scope": "terminus.00ffff.bcbcbc", "foreground": "#00ffff"}, {"background": "#c6c6c6", "scope": "terminus.00ffff.c6c6c6", "foreground": "#00ffff"}, {"background": "#d0d0d0", "scope": "terminus.00ffff.d0d0d0", "foreground": "#00ffff"}, {"background": "#dadada", "scope": "terminus.00ffff.dadada", "foreground": "#00ffff"}, {"background": "#e4e4e4", "scope": "terminus.00ffff.e4e4e4", "foreground": "#00ffff"}, {"background": "#eeeeee", "scope": "terminus.00ffff.eeeeee", "foreground": "#00ffff"}, {"background": "var(black)", "scope": "terminus.ffffff.black", "foreground": "#ffffff"}, {"background": "var(red)", "scope": "terminus.ffffff.red", "foreground": "#ffffff"}, {"background": "var(green)", "scope": "terminus.ffffff.green", "foreground": "#ffffff"}, {"background": "var(brown)", "scope": "terminus.ffffff.brown", "foreground": "#ffffff"}, {"background": "var(blue)", "scope": "terminus.ffffff.blue", "foreground": "#ffffff"}, {"background": "var(magenta)", "scope": "terminus.ffffff.magenta", "foreground": "#ffffff"}, {"background": "var(cyan)", "scope": "terminus.ffffff.cyan", "foreground": "#ffffff"}, {"background": "var(white)", "scope": "terminus.ffffff.white", "foreground": "#ffffff"}, {"background": "var(light_black)", "scope": "terminus.ffffff.light_black", "foreground": "#ffffff"}, {"background": "var(light_red)", "scope": "terminus.ffffff.light_red", "foreground": "#ffffff"}, {"background": "var(light_green)", "scope": "terminus.ffffff.light_green", "foreground": "#ffffff"}, {"background": "var(light_brown)", "scope": "terminus.ffffff.light_brown", "foreground": "#ffffff"}, {"background": "var(light_blue)", "scope": "terminus.ffffff.light_blue", "foreground": "#ffffff"}, {"background": "var(light_magenta)", "scope": "terminus.ffffff.light_magenta", "foreground": "#ffffff"}, {"background": "var(light_cyan)", "scope": "terminus.ffffff.light_cyan", "foreground": "#ffffff"}, {"background": "var(light_white)", "scope": "terminus.ffffff.light_white", "foreground": "#ffffff"}, {"background": "var(background)", "scope": "terminus.ffffff.default", "foreground": "#ffffff"}, {"background": "var(foreground)", "scope": "terminus.ffffff.reverse_default", "foreground": "#ffffff"}, {"background": "#000000", "scope": "terminus.ffffff.000000", "foreground": "#ffffff"}, {"background": "#cd0000", "scope": "terminus.ffffff.cd0000", "foreground": "#ffffff"}, {"background": "#00cd00", "scope": "terminus.ffffff.00cd00", "foreground": "#ffffff"}, {"background": "#cdcd00", "scope": "terminus.ffffff.cdcd00", "foreground": "#ffffff"}, {"background": "#0000ee", "scope": "terminus.ffffff.0000ee", "foreground": "#ffffff"}, {"background": "#cd00cd", "scope": "terminus.ffffff.cd00cd", "foreground": "#ffffff"}, {"background": "#00cdcd", "scope": "terminus.ffffff.00cdcd", "foreground": "#ffffff"}, {"background": "#e5e5e5", "scope": "terminus.ffffff.e5e5e5", "foreground": "#ffffff"}, {"background": "#7f7f7f", "scope": "terminus.ffffff.7f7f7f", "foreground": "#ffffff"}, {"background": "#ff0000", "scope": "terminus.ffffff.ff0000", "foreground": "#ffffff"}, {"background": "#00ff00", "scope": "terminus.ffffff.00ff00", "foreground": "#ffffff"}, {"background": "#ffff00", "scope": "terminus.ffffff.ffff00", "foreground": "#ffffff"}, {"background": "#5c5cff", "scope": "terminus.ffffff.5c5cff", "foreground": "#ffffff"}, {"background": "#ff00ff", "scope": "terminus.ffffff.ff00ff", "foreground": "#ffffff"}, {"background": "#00ffff", "scope": "terminus.ffffff.00ffff", "foreground": "#ffffff"}, {"background": "#ffffff", "scope": "terminus.ffffff.ffffff", "foreground": "#ffffff"}, {"background": "#00005f", "scope": "terminus.ffffff.00005f", "foreground": "#ffffff"}, {"background": "#000087", "scope": "terminus.ffffff.000087", "foreground": "#ffffff"}, {"background": "#0000af", "scope": "terminus.ffffff.0000af", "foreground": "#ffffff"}, {"background": "#0000d7", "scope": "terminus.ffffff.0000d7", "foreground": "#ffffff"}, {"background": "#0000ff", "scope": "terminus.ffffff.0000ff", "foreground": "#ffffff"}, {"background": "#005f00", "scope": "terminus.ffffff.005f00", "foreground": "#ffffff"}, {"background": "#005f5f", "scope": "terminus.ffffff.005f5f", "foreground": "#ffffff"}, {"background": "#005f87", "scope": "terminus.ffffff.005f87", "foreground": "#ffffff"}, {"background": "#005faf", "scope": "terminus.ffffff.005faf", "foreground": "#ffffff"}, {"background": "#005fd7", "scope": "terminus.ffffff.005fd7", "foreground": "#ffffff"}, {"background": "#005fff", "scope": "terminus.ffffff.005fff", "foreground": "#ffffff"}, {"background": "#008700", "scope": "terminus.ffffff.008700", "foreground": "#ffffff"}, {"background": "#00875f", "scope": "terminus.ffffff.00875f", "foreground": "#ffffff"}, {"background": "#008787", "scope": "terminus.ffffff.008787", "foreground": "#ffffff"}, {"background": "#0087af", "scope": "terminus.ffffff.0087af", "foreground": "#ffffff"}, {"background": "#0087d7", "scope": "terminus.ffffff.0087d7", "foreground": "#ffffff"}, {"background": "#0087ff", "scope": "terminus.ffffff.0087ff", "foreground": "#ffffff"}, {"background": "#00af00", "scope": "terminus.ffffff.00af00", "foreground": "#ffffff"}, {"background": "#00af5f", "scope": "terminus.ffffff.00af5f", "foreground": "#ffffff"}, {"background": "#00af87", "scope": "terminus.ffffff.00af87", "foreground": "#ffffff"}, {"background": "#00afaf", "scope": "terminus.ffffff.00afaf", "foreground": "#ffffff"}, {"background": "#00afd7", "scope": "terminus.ffffff.00afd7", "foreground": "#ffffff"}, {"background": "#00afff", "scope": "terminus.ffffff.00afff", "foreground": "#ffffff"}, {"background": "#00d700", "scope": "terminus.ffffff.00d700", "foreground": "#ffffff"}, {"background": "#00d75f", "scope": "terminus.ffffff.00d75f", "foreground": "#ffffff"}, {"background": "#00d787", "scope": "terminus.ffffff.00d787", "foreground": "#ffffff"}, {"background": "#00d7af", "scope": "terminus.ffffff.00d7af", "foreground": "#ffffff"}, {"background": "#00d7d7", "scope": "terminus.ffffff.00d7d7", "foreground": "#ffffff"}, {"background": "#00d7ff", "scope": "terminus.ffffff.00d7ff", "foreground": "#ffffff"}, {"background": "#00ff5f", "scope": "terminus.ffffff.00ff5f", "foreground": "#ffffff"}, {"background": "#00ff87", "scope": "terminus.ffffff.00ff87", "foreground": "#ffffff"}, {"background": "#00ffaf", "scope": "terminus.ffffff.00ffaf", "foreground": "#ffffff"}, {"background": "#00ffd7", "scope": "terminus.ffffff.00ffd7", "foreground": "#ffffff"}, {"background": "#5f0000", "scope": "terminus.ffffff.5f0000", "foreground": "#ffffff"}, {"background": "#5f005f", "scope": "terminus.ffffff.5f005f", "foreground": "#ffffff"}, {"background": "#5f0087", "scope": "terminus.ffffff.5f0087", "foreground": "#ffffff"}, {"background": "#5f00af", "scope": "terminus.ffffff.5f00af", "foreground": "#ffffff"}, {"background": "#5f00d7", "scope": "terminus.ffffff.5f00d7", "foreground": "#ffffff"}, {"background": "#5f00ff", "scope": "terminus.ffffff.5f00ff", "foreground": "#ffffff"}, {"background": "#5f5f00", "scope": "terminus.ffffff.5f5f00", "foreground": "#ffffff"}, {"background": "#5f5f5f", "scope": "terminus.ffffff.5f5f5f", "foreground": "#ffffff"}, {"background": "#5f5f87", "scope": "terminus.ffffff.5f5f87", "foreground": "#ffffff"}, {"background": "#5f5faf", "scope": "terminus.ffffff.5f5faf", "foreground": "#ffffff"}, {"background": "#5f5fd7", "scope": "terminus.ffffff.5f5fd7", "foreground": "#ffffff"}, {"background": "#5f5fff", "scope": "terminus.ffffff.5f5fff", "foreground": "#ffffff"}, {"background": "#5f8700", "scope": "terminus.ffffff.5f8700", "foreground": "#ffffff"}, {"background": "#5f875f", "scope": "terminus.ffffff.5f875f", "foreground": "#ffffff"}, {"background": "#5f8787", "scope": "terminus.ffffff.5f8787", "foreground": "#ffffff"}, {"background": "#5f87af", "scope": "terminus.ffffff.5f87af", "foreground": "#ffffff"}, {"background": "#5f87d7", "scope": "terminus.ffffff.5f87d7", "foreground": "#ffffff"}, {"background": "#5f87ff", "scope": "terminus.ffffff.5f87ff", "foreground": "#ffffff"}, {"background": "#5faf00", "scope": "terminus.ffffff.5faf00", "foreground": "#ffffff"}, {"background": "#5faf5f", "scope": "terminus.ffffff.5faf5f", "foreground": "#ffffff"}, {"background": "#5faf87", "scope": "terminus.ffffff.5faf87", "foreground": "#ffffff"}, {"background": "#5fafaf", "scope": "terminus.ffffff.5fafaf", "foreground": "#ffffff"}, {"background": "#5fafd7", "scope": "terminus.ffffff.5fafd7", "foreground": "#ffffff"}, {"background": "#5fafff", "scope": "terminus.ffffff.5fafff", "foreground": "#ffffff"}, {"background": "#5fd700", "scope": "terminus.ffffff.5fd700", "foreground": "#ffffff"}, {"background": "#5fd75f", "scope": "terminus.ffffff.5fd75f", "foreground": "#ffffff"}, {"background": "#5fd787", "scope": "terminus.ffffff.5fd787", "foreground": "#ffffff"}, {"background": "#5fd7af", "scope": "terminus.ffffff.5fd7af", "foreground": "#ffffff"}, {"background": "#5fd7d7", "scope": "terminus.ffffff.5fd7d7", "foreground": "#ffffff"}, {"background": "#5fd7ff", "scope": "terminus.ffffff.5fd7ff", "foreground": "#ffffff"}, {"background": "#5fff00", "scope": "terminus.ffffff.5fff00", "foreground": "#ffffff"}, {"background": "#5fff5f", "scope": "terminus.ffffff.5fff5f", "foreground": "#ffffff"}, {"background": "#5fff87", "scope": "terminus.ffffff.5fff87", "foreground": "#ffffff"}, {"background": "#5fffaf", "scope": "terminus.ffffff.5fffaf", "foreground": "#ffffff"}, {"background": "#5fffd7", "scope": "terminus.ffffff.5fffd7", "foreground": "#ffffff"}, {"background": "#5fffff", "scope": "terminus.ffffff.5fffff", "foreground": "#ffffff"}, {"background": "#870000", "scope": "terminus.ffffff.870000", "foreground": "#ffffff"}, {"background": "#87005f", "scope": "terminus.ffffff.87005f", "foreground": "#ffffff"}, {"background": "#870087", "scope": "terminus.ffffff.870087", "foreground": "#ffffff"}, {"background": "#8700af", "scope": "terminus.ffffff.8700af", "foreground": "#ffffff"}, {"background": "#8700d7", "scope": "terminus.ffffff.8700d7", "foreground": "#ffffff"}, {"background": "#8700ff", "scope": "terminus.ffffff.8700ff", "foreground": "#ffffff"}, {"background": "#875f00", "scope": "terminus.ffffff.875f00", "foreground": "#ffffff"}, {"background": "#875f5f", "scope": "terminus.ffffff.875f5f", "foreground": "#ffffff"}, {"background": "#875f87", "scope": "terminus.ffffff.875f87", "foreground": "#ffffff"}, {"background": "#875faf", "scope": "terminus.ffffff.875faf", "foreground": "#ffffff"}, {"background": "#875fd7", "scope": "terminus.ffffff.875fd7", "foreground": "#ffffff"}, {"background": "#875fff", "scope": "terminus.ffffff.875fff", "foreground": "#ffffff"}, {"background": "#878700", "scope": "terminus.ffffff.878700", "foreground": "#ffffff"}, {"background": "#87875f", "scope": "terminus.ffffff.87875f", "foreground": "#ffffff"}, {"background": "#878787", "scope": "terminus.ffffff.878787", "foreground": "#ffffff"}, {"background": "#8787af", "scope": "terminus.ffffff.8787af", "foreground": "#ffffff"}, {"background": "#8787d7", "scope": "terminus.ffffff.8787d7", "foreground": "#ffffff"}, {"background": "#8787ff", "scope": "terminus.ffffff.8787ff", "foreground": "#ffffff"}, {"background": "#87af00", "scope": "terminus.ffffff.87af00", "foreground": "#ffffff"}, {"background": "#87af5f", "scope": "terminus.ffffff.87af5f", "foreground": "#ffffff"}, {"background": "#87af87", "scope": "terminus.ffffff.87af87", "foreground": "#ffffff"}, {"background": "#87afaf", "scope": "terminus.ffffff.87afaf", "foreground": "#ffffff"}, {"background": "#87afd7", "scope": "terminus.ffffff.87afd7", "foreground": "#ffffff"}, {"background": "#87afff", "scope": "terminus.ffffff.87afff", "foreground": "#ffffff"}, {"background": "#87d700", "scope": "terminus.ffffff.87d700", "foreground": "#ffffff"}, {"background": "#87d75f", "scope": "terminus.ffffff.87d75f", "foreground": "#ffffff"}, {"background": "#87d787", "scope": "terminus.ffffff.87d787", "foreground": "#ffffff"}, {"background": "#87d7af", "scope": "terminus.ffffff.87d7af", "foreground": "#ffffff"}, {"background": "#87d7d7", "scope": "terminus.ffffff.87d7d7", "foreground": "#ffffff"}, {"background": "#87d7ff", "scope": "terminus.ffffff.87d7ff", "foreground": "#ffffff"}, {"background": "#87ff00", "scope": "terminus.ffffff.87ff00", "foreground": "#ffffff"}, {"background": "#87ff5f", "scope": "terminus.ffffff.87ff5f", "foreground": "#ffffff"}, {"background": "#87ff87", "scope": "terminus.ffffff.87ff87", "foreground": "#ffffff"}, {"background": "#87ffaf", "scope": "terminus.ffffff.87ffaf", "foreground": "#ffffff"}, {"background": "#87ffd7", "scope": "terminus.ffffff.87ffd7", "foreground": "#ffffff"}, {"background": "#87ffff", "scope": "terminus.ffffff.87ffff", "foreground": "#ffffff"}, {"background": "#af0000", "scope": "terminus.ffffff.af0000", "foreground": "#ffffff"}, {"background": "#af005f", "scope": "terminus.ffffff.af005f", "foreground": "#ffffff"}, {"background": "#af0087", "scope": "terminus.ffffff.af0087", "foreground": "#ffffff"}, {"background": "#af00af", "scope": "terminus.ffffff.af00af", "foreground": "#ffffff"}, {"background": "#af00d7", "scope": "terminus.ffffff.af00d7", "foreground": "#ffffff"}, {"background": "#af00ff", "scope": "terminus.ffffff.af00ff", "foreground": "#ffffff"}, {"background": "#af5f00", "scope": "terminus.ffffff.af5f00", "foreground": "#ffffff"}, {"background": "#af5f5f", "scope": "terminus.ffffff.af5f5f", "foreground": "#ffffff"}, {"background": "#af5f87", "scope": "terminus.ffffff.af5f87", "foreground": "#ffffff"}, {"background": "#af5faf", "scope": "terminus.ffffff.af5faf", "foreground": "#ffffff"}, {"background": "#af5fd7", "scope": "terminus.ffffff.af5fd7", "foreground": "#ffffff"}, {"background": "#af5fff", "scope": "terminus.ffffff.af5fff", "foreground": "#ffffff"}, {"background": "#af8700", "scope": "terminus.ffffff.af8700", "foreground": "#ffffff"}, {"background": "#af875f", "scope": "terminus.ffffff.af875f", "foreground": "#ffffff"}, {"background": "#af8787", "scope": "terminus.ffffff.af8787", "foreground": "#ffffff"}, {"background": "#af87af", "scope": "terminus.ffffff.af87af", "foreground": "#ffffff"}, {"background": "#af87d7", "scope": "terminus.ffffff.af87d7", "foreground": "#ffffff"}, {"background": "#af87ff", "scope": "terminus.ffffff.af87ff", "foreground": "#ffffff"}, {"background": "#afaf00", "scope": "terminus.ffffff.afaf00", "foreground": "#ffffff"}, {"background": "#afaf5f", "scope": "terminus.ffffff.afaf5f", "foreground": "#ffffff"}, {"background": "#afaf87", "scope": "terminus.ffffff.afaf87", "foreground": "#ffffff"}, {"background": "#afafaf", "scope": "terminus.ffffff.afafaf", "foreground": "#ffffff"}, {"background": "#afafd7", "scope": "terminus.ffffff.afafd7", "foreground": "#ffffff"}, {"background": "#afafff", "scope": "terminus.ffffff.afafff", "foreground": "#ffffff"}, {"background": "#afd700", "scope": "terminus.ffffff.afd700", "foreground": "#ffffff"}, {"background": "#afd75f", "scope": "terminus.ffffff.afd75f", "foreground": "#ffffff"}, {"background": "#afd787", "scope": "terminus.ffffff.afd787", "foreground": "#ffffff"}, {"background": "#afd7af", "scope": "terminus.ffffff.afd7af", "foreground": "#ffffff"}, {"background": "#afd7d7", "scope": "terminus.ffffff.afd7d7", "foreground": "#ffffff"}, {"background": "#afd7ff", "scope": "terminus.ffffff.afd7ff", "foreground": "#ffffff"}, {"background": "#afff00", "scope": "terminus.ffffff.afff00", "foreground": "#ffffff"}, {"background": "#afff5f", "scope": "terminus.ffffff.afff5f", "foreground": "#ffffff"}, {"background": "#afff87", "scope": "terminus.ffffff.afff87", "foreground": "#ffffff"}, {"background": "#afffaf", "scope": "terminus.ffffff.afffaf", "foreground": "#ffffff"}, {"background": "#afffd7", "scope": "terminus.ffffff.afffd7", "foreground": "#ffffff"}, {"background": "#afffff", "scope": "terminus.ffffff.afffff", "foreground": "#ffffff"}, {"background": "#d70000", "scope": "terminus.ffffff.d70000", "foreground": "#ffffff"}, {"background": "#d7005f", "scope": "terminus.ffffff.d7005f", "foreground": "#ffffff"}, {"background": "#d70087", "scope": "terminus.ffffff.d70087", "foreground": "#ffffff"}, {"background": "#d700af", "scope": "terminus.ffffff.d700af", "foreground": "#ffffff"}, {"background": "#d700d7", "scope": "terminus.ffffff.d700d7", "foreground": "#ffffff"}, {"background": "#d700ff", "scope": "terminus.ffffff.d700ff", "foreground": "#ffffff"}, {"background": "#d75f00", "scope": "terminus.ffffff.d75f00", "foreground": "#ffffff"}, {"background": "#d75f5f", "scope": "terminus.ffffff.d75f5f", "foreground": "#ffffff"}, {"background": "#d75f87", "scope": "terminus.ffffff.d75f87", "foreground": "#ffffff"}, {"background": "#d75faf", "scope": "terminus.ffffff.d75faf", "foreground": "#ffffff"}, {"background": "#d75fd7", "scope": "terminus.ffffff.d75fd7", "foreground": "#ffffff"}, {"background": "#d75fff", "scope": "terminus.ffffff.d75fff", "foreground": "#ffffff"}, {"background": "#d78700", "scope": "terminus.ffffff.d78700", "foreground": "#ffffff"}, {"background": "#d7875f", "scope": "terminus.ffffff.d7875f", "foreground": "#ffffff"}, {"background": "#d78787", "scope": "terminus.ffffff.d78787", "foreground": "#ffffff"}, {"background": "#d787af", "scope": "terminus.ffffff.d787af", "foreground": "#ffffff"}, {"background": "#d787d7", "scope": "terminus.ffffff.d787d7", "foreground": "#ffffff"}, {"background": "#d787ff", "scope": "terminus.ffffff.d787ff", "foreground": "#ffffff"}, {"background": "#d7af00", "scope": "terminus.ffffff.d7af00", "foreground": "#ffffff"}, {"background": "#d7af5f", "scope": "terminus.ffffff.d7af5f", "foreground": "#ffffff"}, {"background": "#d7af87", "scope": "terminus.ffffff.d7af87", "foreground": "#ffffff"}, {"background": "#d7afaf", "scope": "terminus.ffffff.d7afaf", "foreground": "#ffffff"}, {"background": "#d7afd7", "scope": "terminus.ffffff.d7afd7", "foreground": "#ffffff"}, {"background": "#d7afff", "scope": "terminus.ffffff.d7afff", "foreground": "#ffffff"}, {"background": "#d7d700", "scope": "terminus.ffffff.d7d700", "foreground": "#ffffff"}, {"background": "#d7d75f", "scope": "terminus.ffffff.d7d75f", "foreground": "#ffffff"}, {"background": "#d7d787", "scope": "terminus.ffffff.d7d787", "foreground": "#ffffff"}, {"background": "#d7d7af", "scope": "terminus.ffffff.d7d7af", "foreground": "#ffffff"}, {"background": "#d7d7d7", "scope": "terminus.ffffff.d7d7d7", "foreground": "#ffffff"}, {"background": "#d7d7ff", "scope": "terminus.ffffff.d7d7ff", "foreground": "#ffffff"}, {"background": "#d7ff00", "scope": "terminus.ffffff.d7ff00", "foreground": "#ffffff"}, {"background": "#d7ff5f", "scope": "terminus.ffffff.d7ff5f", "foreground": "#ffffff"}, {"background": "#d7ff87", "scope": "terminus.ffffff.d7ff87", "foreground": "#ffffff"}, {"background": "#d7ffaf", "scope": "terminus.ffffff.d7ffaf", "foreground": "#ffffff"}, {"background": "#d7ffd7", "scope": "terminus.ffffff.d7ffd7", "foreground": "#ffffff"}, {"background": "#d7ffff", "scope": "terminus.ffffff.d7ffff", "foreground": "#ffffff"}, {"background": "#ff005f", "scope": "terminus.ffffff.ff005f", "foreground": "#ffffff"}, {"background": "#ff0087", "scope": "terminus.ffffff.ff0087", "foreground": "#ffffff"}, {"background": "#ff00af", "scope": "terminus.ffffff.ff00af", "foreground": "#ffffff"}, {"background": "#ff00d7", "scope": "terminus.ffffff.ff00d7", "foreground": "#ffffff"}, {"background": "#ff5f00", "scope": "terminus.ffffff.ff5f00", "foreground": "#ffffff"}, {"background": "#ff5f5f", "scope": "terminus.ffffff.ff5f5f", "foreground": "#ffffff"}, {"background": "#ff5f87", "scope": "terminus.ffffff.ff5f87", "foreground": "#ffffff"}, {"background": "#ff5faf", "scope": "terminus.ffffff.ff5faf", "foreground": "#ffffff"}, {"background": "#ff5fd7", "scope": "terminus.ffffff.ff5fd7", "foreground": "#ffffff"}, {"background": "#ff5fff", "scope": "terminus.ffffff.ff5fff", "foreground": "#ffffff"}, {"background": "#ff8700", "scope": "terminus.ffffff.ff8700", "foreground": "#ffffff"}, {"background": "#ff875f", "scope": "terminus.ffffff.ff875f", "foreground": "#ffffff"}, {"background": "#ff8787", "scope": "terminus.ffffff.ff8787", "foreground": "#ffffff"}, {"background": "#ff87af", "scope": "terminus.ffffff.ff87af", "foreground": "#ffffff"}, {"background": "#ff87d7", "scope": "terminus.ffffff.ff87d7", "foreground": "#ffffff"}, {"background": "#ff87ff", "scope": "terminus.ffffff.ff87ff", "foreground": "#ffffff"}, {"background": "#ffaf00", "scope": "terminus.ffffff.ffaf00", "foreground": "#ffffff"}, {"background": "#ffaf5f", "scope": "terminus.ffffff.ffaf5f", "foreground": "#ffffff"}, {"background": "#ffaf87", "scope": "terminus.ffffff.ffaf87", "foreground": "#ffffff"}, {"background": "#ffafaf", "scope": "terminus.ffffff.ffafaf", "foreground": "#ffffff"}, {"background": "#ffafd7", "scope": "terminus.ffffff.ffafd7", "foreground": "#ffffff"}, {"background": "#ffafff", "scope": "terminus.ffffff.ffafff", "foreground": "#ffffff"}, {"background": "#ffd700", "scope": "terminus.ffffff.ffd700", "foreground": "#ffffff"}, {"background": "#ffd75f", "scope": "terminus.ffffff.ffd75f", "foreground": "#ffffff"}, {"background": "#ffd787", "scope": "terminus.ffffff.ffd787", "foreground": "#ffffff"}, {"background": "#ffd7af", "scope": "terminus.ffffff.ffd7af", "foreground": "#ffffff"}, {"background": "#ffd7d7", "scope": "terminus.ffffff.ffd7d7", "foreground": "#ffffff"}, {"background": "#ffd7ff", "scope": "terminus.ffffff.ffd7ff", "foreground": "#ffffff"}, {"background": "#ffff5f", "scope": "terminus.ffffff.ffff5f", "foreground": "#ffffff"}, {"background": "#ffff87", "scope": "terminus.ffffff.ffff87", "foreground": "#ffffff"}, {"background": "#ffffaf", "scope": "terminus.ffffff.ffffaf", "foreground": "#ffffff"}, {"background": "#ffffd7", "scope": "terminus.ffffff.ffffd7", "foreground": "#ffffff"}, {"background": "#080808", "scope": "terminus.ffffff.080808", "foreground": "#ffffff"}, {"background": "#121212", "scope": "terminus.ffffff.121212", "foreground": "#ffffff"}, {"background": "#1c1c1c", "scope": "terminus.ffffff.1c1c1c", "foreground": "#ffffff"}, {"background": "#262626", "scope": "terminus.ffffff.262626", "foreground": "#ffffff"}, {"background": "#303030", "scope": "terminus.ffffff.303030", "foreground": "#ffffff"}, {"background": "#3a3a3a", "scope": "terminus.ffffff.3a3a3a", "foreground": "#ffffff"}, {"background": "#444444", "scope": "terminus.ffffff.444444", "foreground": "#ffffff"}, {"background": "#4e4e4e", "scope": "terminus.ffffff.4e4e4e", "foreground": "#ffffff"}, {"background": "#585858", "scope": "terminus.ffffff.585858", "foreground": "#ffffff"}, {"background": "#626262", "scope": "terminus.ffffff.626262", "foreground": "#ffffff"}, {"background": "#6c6c6c", "scope": "terminus.ffffff.6c6c6c", "foreground": "#ffffff"}, {"background": "#767676", "scope": "terminus.ffffff.767676", "foreground": "#ffffff"}, {"background": "#808080", "scope": "terminus.ffffff.808080", "foreground": "#ffffff"}, {"background": "#8a8a8a", "scope": "terminus.ffffff.8a8a8a", "foreground": "#ffffff"}, {"background": "#949494", "scope": "terminus.ffffff.949494", "foreground": "#ffffff"}, {"background": "#9e9e9e", "scope": "terminus.ffffff.9e9e9e", "foreground": "#ffffff"}, {"background": "#a8a8a8", "scope": "terminus.ffffff.a8a8a8", "foreground": "#ffffff"}, {"background": "#b2b2b2", "scope": "terminus.ffffff.b2b2b2", "foreground": "#ffffff"}, {"background": "#bcbcbc", "scope": "terminus.ffffff.bcbcbc", "foreground": "#ffffff"}, {"background": "#c6c6c6", "scope": "terminus.ffffff.c6c6c6", "foreground": "#ffffff"}, {"background": "#d0d0d0", "scope": "terminus.ffffff.d0d0d0", "foreground": "#ffffff"}, {"background": "#dadada", "scope": "terminus.ffffff.dadada", "foreground": "#ffffff"}, {"background": "#e4e4e4", "scope": "terminus.ffffff.e4e4e4", "foreground": "#ffffff"}, {"background": "#eeeeee", "scope": "terminus.ffffff.eeeeee", "foreground": "#ffffff"}, {"background": "var(black)", "scope": "terminus.00005f.black", "foreground": "#00005f"}, {"background": "var(red)", "scope": "terminus.00005f.red", "foreground": "#00005f"}, {"background": "var(green)", "scope": "terminus.00005f.green", "foreground": "#00005f"}, {"background": "var(brown)", "scope": "terminus.00005f.brown", "foreground": "#00005f"}, {"background": "var(blue)", "scope": "terminus.00005f.blue", "foreground": "#00005f"}, {"background": "var(magenta)", "scope": "terminus.00005f.magenta", "foreground": "#00005f"}, {"background": "var(cyan)", "scope": "terminus.00005f.cyan", "foreground": "#00005f"}, {"background": "var(white)", "scope": "terminus.00005f.white", "foreground": "#00005f"}, {"background": "var(light_black)", "scope": "terminus.00005f.light_black", "foreground": "#00005f"}, {"background": "var(light_red)", "scope": "terminus.00005f.light_red", "foreground": "#00005f"}, {"background": "var(light_green)", "scope": "terminus.00005f.light_green", "foreground": "#00005f"}, {"background": "var(light_brown)", "scope": "terminus.00005f.light_brown", "foreground": "#00005f"}, {"background": "var(light_blue)", "scope": "terminus.00005f.light_blue", "foreground": "#00005f"}, {"background": "var(light_magenta)", "scope": "terminus.00005f.light_magenta", "foreground": "#00005f"}, {"background": "var(light_cyan)", "scope": "terminus.00005f.light_cyan", "foreground": "#00005f"}, {"background": "var(light_white)", "scope": "terminus.00005f.light_white", "foreground": "#00005f"}, {"background": "var(background)", "scope": "terminus.00005f.default", "foreground": "#00005f"}, {"background": "var(foreground)", "scope": "terminus.00005f.reverse_default", "foreground": "#00005f"}, {"background": "#000000", "scope": "terminus.00005f.000000", "foreground": "#00005f"}, {"background": "#cd0000", "scope": "terminus.00005f.cd0000", "foreground": "#00005f"}, {"background": "#00cd00", "scope": "terminus.00005f.00cd00", "foreground": "#00005f"}, {"background": "#cdcd00", "scope": "terminus.00005f.cdcd00", "foreground": "#00005f"}, {"background": "#0000ee", "scope": "terminus.00005f.0000ee", "foreground": "#00005f"}, {"background": "#cd00cd", "scope": "terminus.00005f.cd00cd", "foreground": "#00005f"}, {"background": "#00cdcd", "scope": "terminus.00005f.00cdcd", "foreground": "#00005f"}, {"background": "#e5e5e5", "scope": "terminus.00005f.e5e5e5", "foreground": "#00005f"}, {"background": "#7f7f7f", "scope": "terminus.00005f.7f7f7f", "foreground": "#00005f"}, {"background": "#ff0000", "scope": "terminus.00005f.ff0000", "foreground": "#00005f"}, {"background": "#00ff00", "scope": "terminus.00005f.00ff00", "foreground": "#00005f"}, {"background": "#ffff00", "scope": "terminus.00005f.ffff00", "foreground": "#00005f"}, {"background": "#5c5cff", "scope": "terminus.00005f.5c5cff", "foreground": "#00005f"}, {"background": "#ff00ff", "scope": "terminus.00005f.ff00ff", "foreground": "#00005f"}, {"background": "#00ffff", "scope": "terminus.00005f.00ffff", "foreground": "#00005f"}, {"background": "#ffffff", "scope": "terminus.00005f.ffffff", "foreground": "#00005f"}, {"background": "#00005f", "scope": "terminus.00005f.00005f", "foreground": "#00005f"}, {"background": "#000087", "scope": "terminus.00005f.000087", "foreground": "#00005f"}, {"background": "#0000af", "scope": "terminus.00005f.0000af", "foreground": "#00005f"}, {"background": "#0000d7", "scope": "terminus.00005f.0000d7", "foreground": "#00005f"}, {"background": "#0000ff", "scope": "terminus.00005f.0000ff", "foreground": "#00005f"}, {"background": "#005f00", "scope": "terminus.00005f.005f00", "foreground": "#00005f"}, {"background": "#005f5f", "scope": "terminus.00005f.005f5f", "foreground": "#00005f"}, {"background": "#005f87", "scope": "terminus.00005f.005f87", "foreground": "#00005f"}, {"background": "#005faf", "scope": "terminus.00005f.005faf", "foreground": "#00005f"}, {"background": "#005fd7", "scope": "terminus.00005f.005fd7", "foreground": "#00005f"}, {"background": "#005fff", "scope": "terminus.00005f.005fff", "foreground": "#00005f"}, {"background": "#008700", "scope": "terminus.00005f.008700", "foreground": "#00005f"}, {"background": "#00875f", "scope": "terminus.00005f.00875f", "foreground": "#00005f"}, {"background": "#008787", "scope": "terminus.00005f.008787", "foreground": "#00005f"}, {"background": "#0087af", "scope": "terminus.00005f.0087af", "foreground": "#00005f"}, {"background": "#0087d7", "scope": "terminus.00005f.0087d7", "foreground": "#00005f"}, {"background": "#0087ff", "scope": "terminus.00005f.0087ff", "foreground": "#00005f"}, {"background": "#00af00", "scope": "terminus.00005f.00af00", "foreground": "#00005f"}, {"background": "#00af5f", "scope": "terminus.00005f.00af5f", "foreground": "#00005f"}, {"background": "#00af87", "scope": "terminus.00005f.00af87", "foreground": "#00005f"}, {"background": "#00afaf", "scope": "terminus.00005f.00afaf", "foreground": "#00005f"}, {"background": "#00afd7", "scope": "terminus.00005f.00afd7", "foreground": "#00005f"}, {"background": "#00afff", "scope": "terminus.00005f.00afff", "foreground": "#00005f"}, {"background": "#00d700", "scope": "terminus.00005f.00d700", "foreground": "#00005f"}, {"background": "#00d75f", "scope": "terminus.00005f.00d75f", "foreground": "#00005f"}, {"background": "#00d787", "scope": "terminus.00005f.00d787", "foreground": "#00005f"}, {"background": "#00d7af", "scope": "terminus.00005f.00d7af", "foreground": "#00005f"}, {"background": "#00d7d7", "scope": "terminus.00005f.00d7d7", "foreground": "#00005f"}, {"background": "#00d7ff", "scope": "terminus.00005f.00d7ff", "foreground": "#00005f"}, {"background": "#00ff5f", "scope": "terminus.00005f.00ff5f", "foreground": "#00005f"}, {"background": "#00ff87", "scope": "terminus.00005f.00ff87", "foreground": "#00005f"}, {"background": "#00ffaf", "scope": "terminus.00005f.00ffaf", "foreground": "#00005f"}, {"background": "#00ffd7", "scope": "terminus.00005f.00ffd7", "foreground": "#00005f"}, {"background": "#5f0000", "scope": "terminus.00005f.5f0000", "foreground": "#00005f"}, {"background": "#5f005f", "scope": "terminus.00005f.5f005f", "foreground": "#00005f"}, {"background": "#5f0087", "scope": "terminus.00005f.5f0087", "foreground": "#00005f"}, {"background": "#5f00af", "scope": "terminus.00005f.5f00af", "foreground": "#00005f"}, {"background": "#5f00d7", "scope": "terminus.00005f.5f00d7", "foreground": "#00005f"}, {"background": "#5f00ff", "scope": "terminus.00005f.5f00ff", "foreground": "#00005f"}, {"background": "#5f5f00", "scope": "terminus.00005f.5f5f00", "foreground": "#00005f"}, {"background": "#5f5f5f", "scope": "terminus.00005f.5f5f5f", "foreground": "#00005f"}, {"background": "#5f5f87", "scope": "terminus.00005f.5f5f87", "foreground": "#00005f"}, {"background": "#5f5faf", "scope": "terminus.00005f.5f5faf", "foreground": "#00005f"}, {"background": "#5f5fd7", "scope": "terminus.00005f.5f5fd7", "foreground": "#00005f"}, {"background": "#5f5fff", "scope": "terminus.00005f.5f5fff", "foreground": "#00005f"}, {"background": "#5f8700", "scope": "terminus.00005f.5f8700", "foreground": "#00005f"}, {"background": "#5f875f", "scope": "terminus.00005f.5f875f", "foreground": "#00005f"}, {"background": "#5f8787", "scope": "terminus.00005f.5f8787", "foreground": "#00005f"}, {"background": "#5f87af", "scope": "terminus.00005f.5f87af", "foreground": "#00005f"}, {"background": "#5f87d7", "scope": "terminus.00005f.5f87d7", "foreground": "#00005f"}, {"background": "#5f87ff", "scope": "terminus.00005f.5f87ff", "foreground": "#00005f"}, {"background": "#5faf00", "scope": "terminus.00005f.5faf00", "foreground": "#00005f"}, {"background": "#5faf5f", "scope": "terminus.00005f.5faf5f", "foreground": "#00005f"}, {"background": "#5faf87", "scope": "terminus.00005f.5faf87", "foreground": "#00005f"}, {"background": "#5fafaf", "scope": "terminus.00005f.5fafaf", "foreground": "#00005f"}, {"background": "#5fafd7", "scope": "terminus.00005f.5fafd7", "foreground": "#00005f"}, {"background": "#5fafff", "scope": "terminus.00005f.5fafff", "foreground": "#00005f"}, {"background": "#5fd700", "scope": "terminus.00005f.5fd700", "foreground": "#00005f"}, {"background": "#5fd75f", "scope": "terminus.00005f.5fd75f", "foreground": "#00005f"}, {"background": "#5fd787", "scope": "terminus.00005f.5fd787", "foreground": "#00005f"}, {"background": "#5fd7af", "scope": "terminus.00005f.5fd7af", "foreground": "#00005f"}, {"background": "#5fd7d7", "scope": "terminus.00005f.5fd7d7", "foreground": "#00005f"}, {"background": "#5fd7ff", "scope": "terminus.00005f.5fd7ff", "foreground": "#00005f"}, {"background": "#5fff00", "scope": "terminus.00005f.5fff00", "foreground": "#00005f"}, {"background": "#5fff5f", "scope": "terminus.00005f.5fff5f", "foreground": "#00005f"}, {"background": "#5fff87", "scope": "terminus.00005f.5fff87", "foreground": "#00005f"}, {"background": "#5fffaf", "scope": "terminus.00005f.5fffaf", "foreground": "#00005f"}, {"background": "#5fffd7", "scope": "terminus.00005f.5fffd7", "foreground": "#00005f"}, {"background": "#5fffff", "scope": "terminus.00005f.5fffff", "foreground": "#00005f"}, {"background": "#870000", "scope": "terminus.00005f.870000", "foreground": "#00005f"}, {"background": "#87005f", "scope": "terminus.00005f.87005f", "foreground": "#00005f"}, {"background": "#870087", "scope": "terminus.00005f.870087", "foreground": "#00005f"}, {"background": "#8700af", "scope": "terminus.00005f.8700af", "foreground": "#00005f"}, {"background": "#8700d7", "scope": "terminus.00005f.8700d7", "foreground": "#00005f"}, {"background": "#8700ff", "scope": "terminus.00005f.8700ff", "foreground": "#00005f"}, {"background": "#875f00", "scope": "terminus.00005f.875f00", "foreground": "#00005f"}, {"background": "#875f5f", "scope": "terminus.00005f.875f5f", "foreground": "#00005f"}, {"background": "#875f87", "scope": "terminus.00005f.875f87", "foreground": "#00005f"}, {"background": "#875faf", "scope": "terminus.00005f.875faf", "foreground": "#00005f"}, {"background": "#875fd7", "scope": "terminus.00005f.875fd7", "foreground": "#00005f"}, {"background": "#875fff", "scope": "terminus.00005f.875fff", "foreground": "#00005f"}, {"background": "#878700", "scope": "terminus.00005f.878700", "foreground": "#00005f"}, {"background": "#87875f", "scope": "terminus.00005f.87875f", "foreground": "#00005f"}, {"background": "#878787", "scope": "terminus.00005f.878787", "foreground": "#00005f"}, {"background": "#8787af", "scope": "terminus.00005f.8787af", "foreground": "#00005f"}, {"background": "#8787d7", "scope": "terminus.00005f.8787d7", "foreground": "#00005f"}, {"background": "#8787ff", "scope": "terminus.00005f.8787ff", "foreground": "#00005f"}, {"background": "#87af00", "scope": "terminus.00005f.87af00", "foreground": "#00005f"}, {"background": "#87af5f", "scope": "terminus.00005f.87af5f", "foreground": "#00005f"}, {"background": "#87af87", "scope": "terminus.00005f.87af87", "foreground": "#00005f"}, {"background": "#87afaf", "scope": "terminus.00005f.87afaf", "foreground": "#00005f"}, {"background": "#87afd7", "scope": "terminus.00005f.87afd7", "foreground": "#00005f"}, {"background": "#87afff", "scope": "terminus.00005f.87afff", "foreground": "#00005f"}, {"background": "#87d700", "scope": "terminus.00005f.87d700", "foreground": "#00005f"}, {"background": "#87d75f", "scope": "terminus.00005f.87d75f", "foreground": "#00005f"}, {"background": "#87d787", "scope": "terminus.00005f.87d787", "foreground": "#00005f"}, {"background": "#87d7af", "scope": "terminus.00005f.87d7af", "foreground": "#00005f"}, {"background": "#87d7d7", "scope": "terminus.00005f.87d7d7", "foreground": "#00005f"}, {"background": "#87d7ff", "scope": "terminus.00005f.87d7ff", "foreground": "#00005f"}, {"background": "#87ff00", "scope": "terminus.00005f.87ff00", "foreground": "#00005f"}, {"background": "#87ff5f", "scope": "terminus.00005f.87ff5f", "foreground": "#00005f"}, {"background": "#87ff87", "scope": "terminus.00005f.87ff87", "foreground": "#00005f"}, {"background": "#87ffaf", "scope": "terminus.00005f.87ffaf", "foreground": "#00005f"}, {"background": "#87ffd7", "scope": "terminus.00005f.87ffd7", "foreground": "#00005f"}, {"background": "#87ffff", "scope": "terminus.00005f.87ffff", "foreground": "#00005f"}, {"background": "#af0000", "scope": "terminus.00005f.af0000", "foreground": "#00005f"}, {"background": "#af005f", "scope": "terminus.00005f.af005f", "foreground": "#00005f"}, {"background": "#af0087", "scope": "terminus.00005f.af0087", "foreground": "#00005f"}, {"background": "#af00af", "scope": "terminus.00005f.af00af", "foreground": "#00005f"}, {"background": "#af00d7", "scope": "terminus.00005f.af00d7", "foreground": "#00005f"}, {"background": "#af00ff", "scope": "terminus.00005f.af00ff", "foreground": "#00005f"}, {"background": "#af5f00", "scope": "terminus.00005f.af5f00", "foreground": "#00005f"}, {"background": "#af5f5f", "scope": "terminus.00005f.af5f5f", "foreground": "#00005f"}, {"background": "#af5f87", "scope": "terminus.00005f.af5f87", "foreground": "#00005f"}, {"background": "#af5faf", "scope": "terminus.00005f.af5faf", "foreground": "#00005f"}, {"background": "#af5fd7", "scope": "terminus.00005f.af5fd7", "foreground": "#00005f"}, {"background": "#af5fff", "scope": "terminus.00005f.af5fff", "foreground": "#00005f"}, {"background": "#af8700", "scope": "terminus.00005f.af8700", "foreground": "#00005f"}, {"background": "#af875f", "scope": "terminus.00005f.af875f", "foreground": "#00005f"}, {"background": "#af8787", "scope": "terminus.00005f.af8787", "foreground": "#00005f"}, {"background": "#af87af", "scope": "terminus.00005f.af87af", "foreground": "#00005f"}, {"background": "#af87d7", "scope": "terminus.00005f.af87d7", "foreground": "#00005f"}, {"background": "#af87ff", "scope": "terminus.00005f.af87ff", "foreground": "#00005f"}, {"background": "#afaf00", "scope": "terminus.00005f.afaf00", "foreground": "#00005f"}, {"background": "#afaf5f", "scope": "terminus.00005f.afaf5f", "foreground": "#00005f"}, {"background": "#afaf87", "scope": "terminus.00005f.afaf87", "foreground": "#00005f"}, {"background": "#afafaf", "scope": "terminus.00005f.afafaf", "foreground": "#00005f"}, {"background": "#afafd7", "scope": "terminus.00005f.afafd7", "foreground": "#00005f"}, {"background": "#afafff", "scope": "terminus.00005f.afafff", "foreground": "#00005f"}, {"background": "#afd700", "scope": "terminus.00005f.afd700", "foreground": "#00005f"}, {"background": "#afd75f", "scope": "terminus.00005f.afd75f", "foreground": "#00005f"}, {"background": "#afd787", "scope": "terminus.00005f.afd787", "foreground": "#00005f"}, {"background": "#afd7af", "scope": "terminus.00005f.afd7af", "foreground": "#00005f"}, {"background": "#afd7d7", "scope": "terminus.00005f.afd7d7", "foreground": "#00005f"}, {"background": "#afd7ff", "scope": "terminus.00005f.afd7ff", "foreground": "#00005f"}, {"background": "#afff00", "scope": "terminus.00005f.afff00", "foreground": "#00005f"}, {"background": "#afff5f", "scope": "terminus.00005f.afff5f", "foreground": "#00005f"}, {"background": "#afff87", "scope": "terminus.00005f.afff87", "foreground": "#00005f"}, {"background": "#afffaf", "scope": "terminus.00005f.afffaf", "foreground": "#00005f"}, {"background": "#afffd7", "scope": "terminus.00005f.afffd7", "foreground": "#00005f"}, {"background": "#afffff", "scope": "terminus.00005f.afffff", "foreground": "#00005f"}, {"background": "#d70000", "scope": "terminus.00005f.d70000", "foreground": "#00005f"}, {"background": "#d7005f", "scope": "terminus.00005f.d7005f", "foreground": "#00005f"}, {"background": "#d70087", "scope": "terminus.00005f.d70087", "foreground": "#00005f"}, {"background": "#d700af", "scope": "terminus.00005f.d700af", "foreground": "#00005f"}, {"background": "#d700d7", "scope": "terminus.00005f.d700d7", "foreground": "#00005f"}, {"background": "#d700ff", "scope": "terminus.00005f.d700ff", "foreground": "#00005f"}, {"background": "#d75f00", "scope": "terminus.00005f.d75f00", "foreground": "#00005f"}, {"background": "#d75f5f", "scope": "terminus.00005f.d75f5f", "foreground": "#00005f"}, {"background": "#d75f87", "scope": "terminus.00005f.d75f87", "foreground": "#00005f"}, {"background": "#d75faf", "scope": "terminus.00005f.d75faf", "foreground": "#00005f"}, {"background": "#d75fd7", "scope": "terminus.00005f.d75fd7", "foreground": "#00005f"}, {"background": "#d75fff", "scope": "terminus.00005f.d75fff", "foreground": "#00005f"}, {"background": "#d78700", "scope": "terminus.00005f.d78700", "foreground": "#00005f"}, {"background": "#d7875f", "scope": "terminus.00005f.d7875f", "foreground": "#00005f"}, {"background": "#d78787", "scope": "terminus.00005f.d78787", "foreground": "#00005f"}, {"background": "#d787af", "scope": "terminus.00005f.d787af", "foreground": "#00005f"}, {"background": "#d787d7", "scope": "terminus.00005f.d787d7", "foreground": "#00005f"}, {"background": "#d787ff", "scope": "terminus.00005f.d787ff", "foreground": "#00005f"}, {"background": "#d7af00", "scope": "terminus.00005f.d7af00", "foreground": "#00005f"}, {"background": "#d7af5f", "scope": "terminus.00005f.d7af5f", "foreground": "#00005f"}, {"background": "#d7af87", "scope": "terminus.00005f.d7af87", "foreground": "#00005f"}, {"background": "#d7afaf", "scope": "terminus.00005f.d7afaf", "foreground": "#00005f"}, {"background": "#d7afd7", "scope": "terminus.00005f.d7afd7", "foreground": "#00005f"}, {"background": "#d7afff", "scope": "terminus.00005f.d7afff", "foreground": "#00005f"}, {"background": "#d7d700", "scope": "terminus.00005f.d7d700", "foreground": "#00005f"}, {"background": "#d7d75f", "scope": "terminus.00005f.d7d75f", "foreground": "#00005f"}, {"background": "#d7d787", "scope": "terminus.00005f.d7d787", "foreground": "#00005f"}, {"background": "#d7d7af", "scope": "terminus.00005f.d7d7af", "foreground": "#00005f"}, {"background": "#d7d7d7", "scope": "terminus.00005f.d7d7d7", "foreground": "#00005f"}, {"background": "#d7d7ff", "scope": "terminus.00005f.d7d7ff", "foreground": "#00005f"}, {"background": "#d7ff00", "scope": "terminus.00005f.d7ff00", "foreground": "#00005f"}, {"background": "#d7ff5f", "scope": "terminus.00005f.d7ff5f", "foreground": "#00005f"}, {"background": "#d7ff87", "scope": "terminus.00005f.d7ff87", "foreground": "#00005f"}, {"background": "#d7ffaf", "scope": "terminus.00005f.d7ffaf", "foreground": "#00005f"}, {"background": "#d7ffd7", "scope": "terminus.00005f.d7ffd7", "foreground": "#00005f"}, {"background": "#d7ffff", "scope": "terminus.00005f.d7ffff", "foreground": "#00005f"}, {"background": "#ff005f", "scope": "terminus.00005f.ff005f", "foreground": "#00005f"}, {"background": "#ff0087", "scope": "terminus.00005f.ff0087", "foreground": "#00005f"}, {"background": "#ff00af", "scope": "terminus.00005f.ff00af", "foreground": "#00005f"}, {"background": "#ff00d7", "scope": "terminus.00005f.ff00d7", "foreground": "#00005f"}, {"background": "#ff5f00", "scope": "terminus.00005f.ff5f00", "foreground": "#00005f"}, {"background": "#ff5f5f", "scope": "terminus.00005f.ff5f5f", "foreground": "#00005f"}, {"background": "#ff5f87", "scope": "terminus.00005f.ff5f87", "foreground": "#00005f"}, {"background": "#ff5faf", "scope": "terminus.00005f.ff5faf", "foreground": "#00005f"}, {"background": "#ff5fd7", "scope": "terminus.00005f.ff5fd7", "foreground": "#00005f"}, {"background": "#ff5fff", "scope": "terminus.00005f.ff5fff", "foreground": "#00005f"}, {"background": "#ff8700", "scope": "terminus.00005f.ff8700", "foreground": "#00005f"}, {"background": "#ff875f", "scope": "terminus.00005f.ff875f", "foreground": "#00005f"}, {"background": "#ff8787", "scope": "terminus.00005f.ff8787", "foreground": "#00005f"}, {"background": "#ff87af", "scope": "terminus.00005f.ff87af", "foreground": "#00005f"}, {"background": "#ff87d7", "scope": "terminus.00005f.ff87d7", "foreground": "#00005f"}, {"background": "#ff87ff", "scope": "terminus.00005f.ff87ff", "foreground": "#00005f"}, {"background": "#ffaf00", "scope": "terminus.00005f.ffaf00", "foreground": "#00005f"}, {"background": "#ffaf5f", "scope": "terminus.00005f.ffaf5f", "foreground": "#00005f"}, {"background": "#ffaf87", "scope": "terminus.00005f.ffaf87", "foreground": "#00005f"}, {"background": "#ffafaf", "scope": "terminus.00005f.ffafaf", "foreground": "#00005f"}, {"background": "#ffafd7", "scope": "terminus.00005f.ffafd7", "foreground": "#00005f"}, {"background": "#ffafff", "scope": "terminus.00005f.ffafff", "foreground": "#00005f"}, {"background": "#ffd700", "scope": "terminus.00005f.ffd700", "foreground": "#00005f"}, {"background": "#ffd75f", "scope": "terminus.00005f.ffd75f", "foreground": "#00005f"}, {"background": "#ffd787", "scope": "terminus.00005f.ffd787", "foreground": "#00005f"}, {"background": "#ffd7af", "scope": "terminus.00005f.ffd7af", "foreground": "#00005f"}, {"background": "#ffd7d7", "scope": "terminus.00005f.ffd7d7", "foreground": "#00005f"}, {"background": "#ffd7ff", "scope": "terminus.00005f.ffd7ff", "foreground": "#00005f"}, {"background": "#ffff5f", "scope": "terminus.00005f.ffff5f", "foreground": "#00005f"}, {"background": "#ffff87", "scope": "terminus.00005f.ffff87", "foreground": "#00005f"}, {"background": "#ffffaf", "scope": "terminus.00005f.ffffaf", "foreground": "#00005f"}, {"background": "#ffffd7", "scope": "terminus.00005f.ffffd7", "foreground": "#00005f"}, {"background": "#080808", "scope": "terminus.00005f.080808", "foreground": "#00005f"}, {"background": "#121212", "scope": "terminus.00005f.121212", "foreground": "#00005f"}, {"background": "#1c1c1c", "scope": "terminus.00005f.1c1c1c", "foreground": "#00005f"}, {"background": "#262626", "scope": "terminus.00005f.262626", "foreground": "#00005f"}, {"background": "#303030", "scope": "terminus.00005f.303030", "foreground": "#00005f"}, {"background": "#3a3a3a", "scope": "terminus.00005f.3a3a3a", "foreground": "#00005f"}, {"background": "#444444", "scope": "terminus.00005f.444444", "foreground": "#00005f"}, {"background": "#4e4e4e", "scope": "terminus.00005f.4e4e4e", "foreground": "#00005f"}, {"background": "#585858", "scope": "terminus.00005f.585858", "foreground": "#00005f"}, {"background": "#626262", "scope": "terminus.00005f.626262", "foreground": "#00005f"}, {"background": "#6c6c6c", "scope": "terminus.00005f.6c6c6c", "foreground": "#00005f"}, {"background": "#767676", "scope": "terminus.00005f.767676", "foreground": "#00005f"}, {"background": "#808080", "scope": "terminus.00005f.808080", "foreground": "#00005f"}, {"background": "#8a8a8a", "scope": "terminus.00005f.8a8a8a", "foreground": "#00005f"}, {"background": "#949494", "scope": "terminus.00005f.949494", "foreground": "#00005f"}, {"background": "#9e9e9e", "scope": "terminus.00005f.9e9e9e", "foreground": "#00005f"}, {"background": "#a8a8a8", "scope": "terminus.00005f.a8a8a8", "foreground": "#00005f"}, {"background": "#b2b2b2", "scope": "terminus.00005f.b2b2b2", "foreground": "#00005f"}, {"background": "#bcbcbc", "scope": "terminus.00005f.bcbcbc", "foreground": "#00005f"}, {"background": "#c6c6c6", "scope": "terminus.00005f.c6c6c6", "foreground": "#00005f"}, {"background": "#d0d0d0", "scope": "terminus.00005f.d0d0d0", "foreground": "#00005f"}, {"background": "#dadada", "scope": "terminus.00005f.dadada", "foreground": "#00005f"}, {"background": "#e4e4e4", "scope": "terminus.00005f.e4e4e4", "foreground": "#00005f"}, {"background": "#eeeeee", "scope": "terminus.00005f.eeeeee", "foreground": "#00005f"}, {"background": "var(black)", "scope": "terminus.000087.black", "foreground": "#000087"}, {"background": "var(red)", "scope": "terminus.000087.red", "foreground": "#000087"}, {"background": "var(green)", "scope": "terminus.000087.green", "foreground": "#000087"}, {"background": "var(brown)", "scope": "terminus.000087.brown", "foreground": "#000087"}, {"background": "var(blue)", "scope": "terminus.000087.blue", "foreground": "#000087"}, {"background": "var(magenta)", "scope": "terminus.000087.magenta", "foreground": "#000087"}, {"background": "var(cyan)", "scope": "terminus.000087.cyan", "foreground": "#000087"}, {"background": "var(white)", "scope": "terminus.000087.white", "foreground": "#000087"}, {"background": "var(light_black)", "scope": "terminus.000087.light_black", "foreground": "#000087"}, {"background": "var(light_red)", "scope": "terminus.000087.light_red", "foreground": "#000087"}, {"background": "var(light_green)", "scope": "terminus.000087.light_green", "foreground": "#000087"}, {"background": "var(light_brown)", "scope": "terminus.000087.light_brown", "foreground": "#000087"}, {"background": "var(light_blue)", "scope": "terminus.000087.light_blue", "foreground": "#000087"}, {"background": "var(light_magenta)", "scope": "terminus.000087.light_magenta", "foreground": "#000087"}, {"background": "var(light_cyan)", "scope": "terminus.000087.light_cyan", "foreground": "#000087"}, {"background": "var(light_white)", "scope": "terminus.000087.light_white", "foreground": "#000087"}, {"background": "var(background)", "scope": "terminus.000087.default", "foreground": "#000087"}, {"background": "var(foreground)", "scope": "terminus.000087.reverse_default", "foreground": "#000087"}, {"background": "#000000", "scope": "terminus.000087.000000", "foreground": "#000087"}, {"background": "#cd0000", "scope": "terminus.000087.cd0000", "foreground": "#000087"}, {"background": "#00cd00", "scope": "terminus.000087.00cd00", "foreground": "#000087"}, {"background": "#cdcd00", "scope": "terminus.000087.cdcd00", "foreground": "#000087"}, {"background": "#0000ee", "scope": "terminus.000087.0000ee", "foreground": "#000087"}, {"background": "#cd00cd", "scope": "terminus.000087.cd00cd", "foreground": "#000087"}, {"background": "#00cdcd", "scope": "terminus.000087.00cdcd", "foreground": "#000087"}, {"background": "#e5e5e5", "scope": "terminus.000087.e5e5e5", "foreground": "#000087"}, {"background": "#7f7f7f", "scope": "terminus.000087.7f7f7f", "foreground": "#000087"}, {"background": "#ff0000", "scope": "terminus.000087.ff0000", "foreground": "#000087"}, {"background": "#00ff00", "scope": "terminus.000087.00ff00", "foreground": "#000087"}, {"background": "#ffff00", "scope": "terminus.000087.ffff00", "foreground": "#000087"}, {"background": "#5c5cff", "scope": "terminus.000087.5c5cff", "foreground": "#000087"}, {"background": "#ff00ff", "scope": "terminus.000087.ff00ff", "foreground": "#000087"}, {"background": "#00ffff", "scope": "terminus.000087.00ffff", "foreground": "#000087"}, {"background": "#ffffff", "scope": "terminus.000087.ffffff", "foreground": "#000087"}, {"background": "#00005f", "scope": "terminus.000087.00005f", "foreground": "#000087"}, {"background": "#000087", "scope": "terminus.000087.000087", "foreground": "#000087"}, {"background": "#0000af", "scope": "terminus.000087.0000af", "foreground": "#000087"}, {"background": "#0000d7", "scope": "terminus.000087.0000d7", "foreground": "#000087"}, {"background": "#0000ff", "scope": "terminus.000087.0000ff", "foreground": "#000087"}, {"background": "#005f00", "scope": "terminus.000087.005f00", "foreground": "#000087"}, {"background": "#005f5f", "scope": "terminus.000087.005f5f", "foreground": "#000087"}, {"background": "#005f87", "scope": "terminus.000087.005f87", "foreground": "#000087"}, {"background": "#005faf", "scope": "terminus.000087.005faf", "foreground": "#000087"}, {"background": "#005fd7", "scope": "terminus.000087.005fd7", "foreground": "#000087"}, {"background": "#005fff", "scope": "terminus.000087.005fff", "foreground": "#000087"}, {"background": "#008700", "scope": "terminus.000087.008700", "foreground": "#000087"}, {"background": "#00875f", "scope": "terminus.000087.00875f", "foreground": "#000087"}, {"background": "#008787", "scope": "terminus.000087.008787", "foreground": "#000087"}, {"background": "#0087af", "scope": "terminus.000087.0087af", "foreground": "#000087"}, {"background": "#0087d7", "scope": "terminus.000087.0087d7", "foreground": "#000087"}, {"background": "#0087ff", "scope": "terminus.000087.0087ff", "foreground": "#000087"}, {"background": "#00af00", "scope": "terminus.000087.00af00", "foreground": "#000087"}, {"background": "#00af5f", "scope": "terminus.000087.00af5f", "foreground": "#000087"}, {"background": "#00af87", "scope": "terminus.000087.00af87", "foreground": "#000087"}, {"background": "#00afaf", "scope": "terminus.000087.00afaf", "foreground": "#000087"}, {"background": "#00afd7", "scope": "terminus.000087.00afd7", "foreground": "#000087"}, {"background": "#00afff", "scope": "terminus.000087.00afff", "foreground": "#000087"}, {"background": "#00d700", "scope": "terminus.000087.00d700", "foreground": "#000087"}, {"background": "#00d75f", "scope": "terminus.000087.00d75f", "foreground": "#000087"}, {"background": "#00d787", "scope": "terminus.000087.00d787", "foreground": "#000087"}, {"background": "#00d7af", "scope": "terminus.000087.00d7af", "foreground": "#000087"}, {"background": "#00d7d7", "scope": "terminus.000087.00d7d7", "foreground": "#000087"}, {"background": "#00d7ff", "scope": "terminus.000087.00d7ff", "foreground": "#000087"}, {"background": "#00ff5f", "scope": "terminus.000087.00ff5f", "foreground": "#000087"}, {"background": "#00ff87", "scope": "terminus.000087.00ff87", "foreground": "#000087"}, {"background": "#00ffaf", "scope": "terminus.000087.00ffaf", "foreground": "#000087"}, {"background": "#00ffd7", "scope": "terminus.000087.00ffd7", "foreground": "#000087"}, {"background": "#5f0000", "scope": "terminus.000087.5f0000", "foreground": "#000087"}, {"background": "#5f005f", "scope": "terminus.000087.5f005f", "foreground": "#000087"}, {"background": "#5f0087", "scope": "terminus.000087.5f0087", "foreground": "#000087"}, {"background": "#5f00af", "scope": "terminus.000087.5f00af", "foreground": "#000087"}, {"background": "#5f00d7", "scope": "terminus.000087.5f00d7", "foreground": "#000087"}, {"background": "#5f00ff", "scope": "terminus.000087.5f00ff", "foreground": "#000087"}, {"background": "#5f5f00", "scope": "terminus.000087.5f5f00", "foreground": "#000087"}, {"background": "#5f5f5f", "scope": "terminus.000087.5f5f5f", "foreground": "#000087"}, {"background": "#5f5f87", "scope": "terminus.000087.5f5f87", "foreground": "#000087"}, {"background": "#5f5faf", "scope": "terminus.000087.5f5faf", "foreground": "#000087"}, {"background": "#5f5fd7", "scope": "terminus.000087.5f5fd7", "foreground": "#000087"}, {"background": "#5f5fff", "scope": "terminus.000087.5f5fff", "foreground": "#000087"}, {"background": "#5f8700", "scope": "terminus.000087.5f8700", "foreground": "#000087"}, {"background": "#5f875f", "scope": "terminus.000087.5f875f", "foreground": "#000087"}, {"background": "#5f8787", "scope": "terminus.000087.5f8787", "foreground": "#000087"}, {"background": "#5f87af", "scope": "terminus.000087.5f87af", "foreground": "#000087"}, {"background": "#5f87d7", "scope": "terminus.000087.5f87d7", "foreground": "#000087"}, {"background": "#5f87ff", "scope": "terminus.000087.5f87ff", "foreground": "#000087"}, {"background": "#5faf00", "scope": "terminus.000087.5faf00", "foreground": "#000087"}, {"background": "#5faf5f", "scope": "terminus.000087.5faf5f", "foreground": "#000087"}, {"background": "#5faf87", "scope": "terminus.000087.5faf87", "foreground": "#000087"}, {"background": "#5fafaf", "scope": "terminus.000087.5fafaf", "foreground": "#000087"}, {"background": "#5fafd7", "scope": "terminus.000087.5fafd7", "foreground": "#000087"}, {"background": "#5fafff", "scope": "terminus.000087.5fafff", "foreground": "#000087"}, {"background": "#5fd700", "scope": "terminus.000087.5fd700", "foreground": "#000087"}, {"background": "#5fd75f", "scope": "terminus.000087.5fd75f", "foreground": "#000087"}, {"background": "#5fd787", "scope": "terminus.000087.5fd787", "foreground": "#000087"}, {"background": "#5fd7af", "scope": "terminus.000087.5fd7af", "foreground": "#000087"}, {"background": "#5fd7d7", "scope": "terminus.000087.5fd7d7", "foreground": "#000087"}, {"background": "#5fd7ff", "scope": "terminus.000087.5fd7ff", "foreground": "#000087"}, {"background": "#5fff00", "scope": "terminus.000087.5fff00", "foreground": "#000087"}, {"background": "#5fff5f", "scope": "terminus.000087.5fff5f", "foreground": "#000087"}, {"background": "#5fff87", "scope": "terminus.000087.5fff87", "foreground": "#000087"}, {"background": "#5fffaf", "scope": "terminus.000087.5fffaf", "foreground": "#000087"}, {"background": "#5fffd7", "scope": "terminus.000087.5fffd7", "foreground": "#000087"}, {"background": "#5fffff", "scope": "terminus.000087.5fffff", "foreground": "#000087"}, {"background": "#870000", "scope": "terminus.000087.870000", "foreground": "#000087"}, {"background": "#87005f", "scope": "terminus.000087.87005f", "foreground": "#000087"}, {"background": "#870087", "scope": "terminus.000087.870087", "foreground": "#000087"}, {"background": "#8700af", "scope": "terminus.000087.8700af", "foreground": "#000087"}, {"background": "#8700d7", "scope": "terminus.000087.8700d7", "foreground": "#000087"}, {"background": "#8700ff", "scope": "terminus.000087.8700ff", "foreground": "#000087"}, {"background": "#875f00", "scope": "terminus.000087.875f00", "foreground": "#000087"}, {"background": "#875f5f", "scope": "terminus.000087.875f5f", "foreground": "#000087"}, {"background": "#875f87", "scope": "terminus.000087.875f87", "foreground": "#000087"}, {"background": "#875faf", "scope": "terminus.000087.875faf", "foreground": "#000087"}, {"background": "#875fd7", "scope": "terminus.000087.875fd7", "foreground": "#000087"}, {"background": "#875fff", "scope": "terminus.000087.875fff", "foreground": "#000087"}, {"background": "#878700", "scope": "terminus.000087.878700", "foreground": "#000087"}, {"background": "#87875f", "scope": "terminus.000087.87875f", "foreground": "#000087"}, {"background": "#878787", "scope": "terminus.000087.878787", "foreground": "#000087"}, {"background": "#8787af", "scope": "terminus.000087.8787af", "foreground": "#000087"}, {"background": "#8787d7", "scope": "terminus.000087.8787d7", "foreground": "#000087"}, {"background": "#8787ff", "scope": "terminus.000087.8787ff", "foreground": "#000087"}, {"background": "#87af00", "scope": "terminus.000087.87af00", "foreground": "#000087"}, {"background": "#87af5f", "scope": "terminus.000087.87af5f", "foreground": "#000087"}, {"background": "#87af87", "scope": "terminus.000087.87af87", "foreground": "#000087"}, {"background": "#87afaf", "scope": "terminus.000087.87afaf", "foreground": "#000087"}, {"background": "#87afd7", "scope": "terminus.000087.87afd7", "foreground": "#000087"}, {"background": "#87afff", "scope": "terminus.000087.87afff", "foreground": "#000087"}, {"background": "#87d700", "scope": "terminus.000087.87d700", "foreground": "#000087"}, {"background": "#87d75f", "scope": "terminus.000087.87d75f", "foreground": "#000087"}, {"background": "#87d787", "scope": "terminus.000087.87d787", "foreground": "#000087"}, {"background": "#87d7af", "scope": "terminus.000087.87d7af", "foreground": "#000087"}, {"background": "#87d7d7", "scope": "terminus.000087.87d7d7", "foreground": "#000087"}, {"background": "#87d7ff", "scope": "terminus.000087.87d7ff", "foreground": "#000087"}, {"background": "#87ff00", "scope": "terminus.000087.87ff00", "foreground": "#000087"}, {"background": "#87ff5f", "scope": "terminus.000087.87ff5f", "foreground": "#000087"}, {"background": "#87ff87", "scope": "terminus.000087.87ff87", "foreground": "#000087"}, {"background": "#87ffaf", "scope": "terminus.000087.87ffaf", "foreground": "#000087"}, {"background": "#87ffd7", "scope": "terminus.000087.87ffd7", "foreground": "#000087"}, {"background": "#87ffff", "scope": "terminus.000087.87ffff", "foreground": "#000087"}, {"background": "#af0000", "scope": "terminus.000087.af0000", "foreground": "#000087"}, {"background": "#af005f", "scope": "terminus.000087.af005f", "foreground": "#000087"}, {"background": "#af0087", "scope": "terminus.000087.af0087", "foreground": "#000087"}, {"background": "#af00af", "scope": "terminus.000087.af00af", "foreground": "#000087"}, {"background": "#af00d7", "scope": "terminus.000087.af00d7", "foreground": "#000087"}, {"background": "#af00ff", "scope": "terminus.000087.af00ff", "foreground": "#000087"}, {"background": "#af5f00", "scope": "terminus.000087.af5f00", "foreground": "#000087"}, {"background": "#af5f5f", "scope": "terminus.000087.af5f5f", "foreground": "#000087"}, {"background": "#af5f87", "scope": "terminus.000087.af5f87", "foreground": "#000087"}, {"background": "#af5faf", "scope": "terminus.000087.af5faf", "foreground": "#000087"}, {"background": "#af5fd7", "scope": "terminus.000087.af5fd7", "foreground": "#000087"}, {"background": "#af5fff", "scope": "terminus.000087.af5fff", "foreground": "#000087"}, {"background": "#af8700", "scope": "terminus.000087.af8700", "foreground": "#000087"}, {"background": "#af875f", "scope": "terminus.000087.af875f", "foreground": "#000087"}, {"background": "#af8787", "scope": "terminus.000087.af8787", "foreground": "#000087"}, {"background": "#af87af", "scope": "terminus.000087.af87af", "foreground": "#000087"}, {"background": "#af87d7", "scope": "terminus.000087.af87d7", "foreground": "#000087"}, {"background": "#af87ff", "scope": "terminus.000087.af87ff", "foreground": "#000087"}, {"background": "#afaf00", "scope": "terminus.000087.afaf00", "foreground": "#000087"}, {"background": "#afaf5f", "scope": "terminus.000087.afaf5f", "foreground": "#000087"}, {"background": "#afaf87", "scope": "terminus.000087.afaf87", "foreground": "#000087"}, {"background": "#afafaf", "scope": "terminus.000087.afafaf", "foreground": "#000087"}, {"background": "#afafd7", "scope": "terminus.000087.afafd7", "foreground": "#000087"}, {"background": "#afafff", "scope": "terminus.000087.afafff", "foreground": "#000087"}, {"background": "#afd700", "scope": "terminus.000087.afd700", "foreground": "#000087"}, {"background": "#afd75f", "scope": "terminus.000087.afd75f", "foreground": "#000087"}, {"background": "#afd787", "scope": "terminus.000087.afd787", "foreground": "#000087"}, {"background": "#afd7af", "scope": "terminus.000087.afd7af", "foreground": "#000087"}, {"background": "#afd7d7", "scope": "terminus.000087.afd7d7", "foreground": "#000087"}, {"background": "#afd7ff", "scope": "terminus.000087.afd7ff", "foreground": "#000087"}, {"background": "#afff00", "scope": "terminus.000087.afff00", "foreground": "#000087"}, {"background": "#afff5f", "scope": "terminus.000087.afff5f", "foreground": "#000087"}, {"background": "#afff87", "scope": "terminus.000087.afff87", "foreground": "#000087"}, {"background": "#afffaf", "scope": "terminus.000087.afffaf", "foreground": "#000087"}, {"background": "#afffd7", "scope": "terminus.000087.afffd7", "foreground": "#000087"}, {"background": "#afffff", "scope": "terminus.000087.afffff", "foreground": "#000087"}, {"background": "#d70000", "scope": "terminus.000087.d70000", "foreground": "#000087"}, {"background": "#d7005f", "scope": "terminus.000087.d7005f", "foreground": "#000087"}, {"background": "#d70087", "scope": "terminus.000087.d70087", "foreground": "#000087"}, {"background": "#d700af", "scope": "terminus.000087.d700af", "foreground": "#000087"}, {"background": "#d700d7", "scope": "terminus.000087.d700d7", "foreground": "#000087"}, {"background": "#d700ff", "scope": "terminus.000087.d700ff", "foreground": "#000087"}, {"background": "#d75f00", "scope": "terminus.000087.d75f00", "foreground": "#000087"}, {"background": "#d75f5f", "scope": "terminus.000087.d75f5f", "foreground": "#000087"}, {"background": "#d75f87", "scope": "terminus.000087.d75f87", "foreground": "#000087"}, {"background": "#d75faf", "scope": "terminus.000087.d75faf", "foreground": "#000087"}, {"background": "#d75fd7", "scope": "terminus.000087.d75fd7", "foreground": "#000087"}, {"background": "#d75fff", "scope": "terminus.000087.d75fff", "foreground": "#000087"}, {"background": "#d78700", "scope": "terminus.000087.d78700", "foreground": "#000087"}, {"background": "#d7875f", "scope": "terminus.000087.d7875f", "foreground": "#000087"}, {"background": "#d78787", "scope": "terminus.000087.d78787", "foreground": "#000087"}, {"background": "#d787af", "scope": "terminus.000087.d787af", "foreground": "#000087"}, {"background": "#d787d7", "scope": "terminus.000087.d787d7", "foreground": "#000087"}, {"background": "#d787ff", "scope": "terminus.000087.d787ff", "foreground": "#000087"}, {"background": "#d7af00", "scope": "terminus.000087.d7af00", "foreground": "#000087"}, {"background": "#d7af5f", "scope": "terminus.000087.d7af5f", "foreground": "#000087"}, {"background": "#d7af87", "scope": "terminus.000087.d7af87", "foreground": "#000087"}, {"background": "#d7afaf", "scope": "terminus.000087.d7afaf", "foreground": "#000087"}, {"background": "#d7afd7", "scope": "terminus.000087.d7afd7", "foreground": "#000087"}, {"background": "#d7afff", "scope": "terminus.000087.d7afff", "foreground": "#000087"}, {"background": "#d7d700", "scope": "terminus.000087.d7d700", "foreground": "#000087"}, {"background": "#d7d75f", "scope": "terminus.000087.d7d75f", "foreground": "#000087"}, {"background": "#d7d787", "scope": "terminus.000087.d7d787", "foreground": "#000087"}, {"background": "#d7d7af", "scope": "terminus.000087.d7d7af", "foreground": "#000087"}, {"background": "#d7d7d7", "scope": "terminus.000087.d7d7d7", "foreground": "#000087"}, {"background": "#d7d7ff", "scope": "terminus.000087.d7d7ff", "foreground": "#000087"}, {"background": "#d7ff00", "scope": "terminus.000087.d7ff00", "foreground": "#000087"}, {"background": "#d7ff5f", "scope": "terminus.000087.d7ff5f", "foreground": "#000087"}, {"background": "#d7ff87", "scope": "terminus.000087.d7ff87", "foreground": "#000087"}, {"background": "#d7ffaf", "scope": "terminus.000087.d7ffaf", "foreground": "#000087"}, {"background": "#d7ffd7", "scope": "terminus.000087.d7ffd7", "foreground": "#000087"}, {"background": "#d7ffff", "scope": "terminus.000087.d7ffff", "foreground": "#000087"}, {"background": "#ff005f", "scope": "terminus.000087.ff005f", "foreground": "#000087"}, {"background": "#ff0087", "scope": "terminus.000087.ff0087", "foreground": "#000087"}, {"background": "#ff00af", "scope": "terminus.000087.ff00af", "foreground": "#000087"}, {"background": "#ff00d7", "scope": "terminus.000087.ff00d7", "foreground": "#000087"}, {"background": "#ff5f00", "scope": "terminus.000087.ff5f00", "foreground": "#000087"}, {"background": "#ff5f5f", "scope": "terminus.000087.ff5f5f", "foreground": "#000087"}, {"background": "#ff5f87", "scope": "terminus.000087.ff5f87", "foreground": "#000087"}, {"background": "#ff5faf", "scope": "terminus.000087.ff5faf", "foreground": "#000087"}, {"background": "#ff5fd7", "scope": "terminus.000087.ff5fd7", "foreground": "#000087"}, {"background": "#ff5fff", "scope": "terminus.000087.ff5fff", "foreground": "#000087"}, {"background": "#ff8700", "scope": "terminus.000087.ff8700", "foreground": "#000087"}, {"background": "#ff875f", "scope": "terminus.000087.ff875f", "foreground": "#000087"}, {"background": "#ff8787", "scope": "terminus.000087.ff8787", "foreground": "#000087"}, {"background": "#ff87af", "scope": "terminus.000087.ff87af", "foreground": "#000087"}, {"background": "#ff87d7", "scope": "terminus.000087.ff87d7", "foreground": "#000087"}, {"background": "#ff87ff", "scope": "terminus.000087.ff87ff", "foreground": "#000087"}, {"background": "#ffaf00", "scope": "terminus.000087.ffaf00", "foreground": "#000087"}, {"background": "#ffaf5f", "scope": "terminus.000087.ffaf5f", "foreground": "#000087"}, {"background": "#ffaf87", "scope": "terminus.000087.ffaf87", "foreground": "#000087"}, {"background": "#ffafaf", "scope": "terminus.000087.ffafaf", "foreground": "#000087"}, {"background": "#ffafd7", "scope": "terminus.000087.ffafd7", "foreground": "#000087"}, {"background": "#ffafff", "scope": "terminus.000087.ffafff", "foreground": "#000087"}, {"background": "#ffd700", "scope": "terminus.000087.ffd700", "foreground": "#000087"}, {"background": "#ffd75f", "scope": "terminus.000087.ffd75f", "foreground": "#000087"}, {"background": "#ffd787", "scope": "terminus.000087.ffd787", "foreground": "#000087"}, {"background": "#ffd7af", "scope": "terminus.000087.ffd7af", "foreground": "#000087"}, {"background": "#ffd7d7", "scope": "terminus.000087.ffd7d7", "foreground": "#000087"}, {"background": "#ffd7ff", "scope": "terminus.000087.ffd7ff", "foreground": "#000087"}, {"background": "#ffff5f", "scope": "terminus.000087.ffff5f", "foreground": "#000087"}, {"background": "#ffff87", "scope": "terminus.000087.ffff87", "foreground": "#000087"}, {"background": "#ffffaf", "scope": "terminus.000087.ffffaf", "foreground": "#000087"}, {"background": "#ffffd7", "scope": "terminus.000087.ffffd7", "foreground": "#000087"}, {"background": "#080808", "scope": "terminus.000087.080808", "foreground": "#000087"}, {"background": "#121212", "scope": "terminus.000087.121212", "foreground": "#000087"}, {"background": "#1c1c1c", "scope": "terminus.000087.1c1c1c", "foreground": "#000087"}, {"background": "#262626", "scope": "terminus.000087.262626", "foreground": "#000087"}, {"background": "#303030", "scope": "terminus.000087.303030", "foreground": "#000087"}, {"background": "#3a3a3a", "scope": "terminus.000087.3a3a3a", "foreground": "#000087"}, {"background": "#444444", "scope": "terminus.000087.444444", "foreground": "#000087"}, {"background": "#4e4e4e", "scope": "terminus.000087.4e4e4e", "foreground": "#000087"}, {"background": "#585858", "scope": "terminus.000087.585858", "foreground": "#000087"}, {"background": "#626262", "scope": "terminus.000087.626262", "foreground": "#000087"}, {"background": "#6c6c6c", "scope": "terminus.000087.6c6c6c", "foreground": "#000087"}, {"background": "#767676", "scope": "terminus.000087.767676", "foreground": "#000087"}, {"background": "#808080", "scope": "terminus.000087.808080", "foreground": "#000087"}, {"background": "#8a8a8a", "scope": "terminus.000087.8a8a8a", "foreground": "#000087"}, {"background": "#949494", "scope": "terminus.000087.949494", "foreground": "#000087"}, {"background": "#9e9e9e", "scope": "terminus.000087.9e9e9e", "foreground": "#000087"}, {"background": "#a8a8a8", "scope": "terminus.000087.a8a8a8", "foreground": "#000087"}, {"background": "#b2b2b2", "scope": "terminus.000087.b2b2b2", "foreground": "#000087"}, {"background": "#bcbcbc", "scope": "terminus.000087.bcbcbc", "foreground": "#000087"}, {"background": "#c6c6c6", "scope": "terminus.000087.c6c6c6", "foreground": "#000087"}, {"background": "#d0d0d0", "scope": "terminus.000087.d0d0d0", "foreground": "#000087"}, {"background": "#dadada", "scope": "terminus.000087.dadada", "foreground": "#000087"}, {"background": "#e4e4e4", "scope": "terminus.000087.e4e4e4", "foreground": "#000087"}, {"background": "#eeeeee", "scope": "terminus.000087.eeeeee", "foreground": "#000087"}, {"background": "var(black)", "scope": "terminus.0000af.black", "foreground": "#0000af"}, {"background": "var(red)", "scope": "terminus.0000af.red", "foreground": "#0000af"}, {"background": "var(green)", "scope": "terminus.0000af.green", "foreground": "#0000af"}, {"background": "var(brown)", "scope": "terminus.0000af.brown", "foreground": "#0000af"}, {"background": "var(blue)", "scope": "terminus.0000af.blue", "foreground": "#0000af"}, {"background": "var(magenta)", "scope": "terminus.0000af.magenta", "foreground": "#0000af"}, {"background": "var(cyan)", "scope": "terminus.0000af.cyan", "foreground": "#0000af"}, {"background": "var(white)", "scope": "terminus.0000af.white", "foreground": "#0000af"}, {"background": "var(light_black)", "scope": "terminus.0000af.light_black", "foreground": "#0000af"}, {"background": "var(light_red)", "scope": "terminus.0000af.light_red", "foreground": "#0000af"}, {"background": "var(light_green)", "scope": "terminus.0000af.light_green", "foreground": "#0000af"}, {"background": "var(light_brown)", "scope": "terminus.0000af.light_brown", "foreground": "#0000af"}, {"background": "var(light_blue)", "scope": "terminus.0000af.light_blue", "foreground": "#0000af"}, {"background": "var(light_magenta)", "scope": "terminus.0000af.light_magenta", "foreground": "#0000af"}, {"background": "var(light_cyan)", "scope": "terminus.0000af.light_cyan", "foreground": "#0000af"}, {"background": "var(light_white)", "scope": "terminus.0000af.light_white", "foreground": "#0000af"}, {"background": "var(background)", "scope": "terminus.0000af.default", "foreground": "#0000af"}, {"background": "var(foreground)", "scope": "terminus.0000af.reverse_default", "foreground": "#0000af"}, {"background": "#000000", "scope": "terminus.0000af.000000", "foreground": "#0000af"}, {"background": "#cd0000", "scope": "terminus.0000af.cd0000", "foreground": "#0000af"}, {"background": "#00cd00", "scope": "terminus.0000af.00cd00", "foreground": "#0000af"}, {"background": "#cdcd00", "scope": "terminus.0000af.cdcd00", "foreground": "#0000af"}, {"background": "#0000ee", "scope": "terminus.0000af.0000ee", "foreground": "#0000af"}, {"background": "#cd00cd", "scope": "terminus.0000af.cd00cd", "foreground": "#0000af"}, {"background": "#00cdcd", "scope": "terminus.0000af.00cdcd", "foreground": "#0000af"}, {"background": "#e5e5e5", "scope": "terminus.0000af.e5e5e5", "foreground": "#0000af"}, {"background": "#7f7f7f", "scope": "terminus.0000af.7f7f7f", "foreground": "#0000af"}, {"background": "#ff0000", "scope": "terminus.0000af.ff0000", "foreground": "#0000af"}, {"background": "#00ff00", "scope": "terminus.0000af.00ff00", "foreground": "#0000af"}, {"background": "#ffff00", "scope": "terminus.0000af.ffff00", "foreground": "#0000af"}, {"background": "#5c5cff", "scope": "terminus.0000af.5c5cff", "foreground": "#0000af"}, {"background": "#ff00ff", "scope": "terminus.0000af.ff00ff", "foreground": "#0000af"}, {"background": "#00ffff", "scope": "terminus.0000af.00ffff", "foreground": "#0000af"}, {"background": "#ffffff", "scope": "terminus.0000af.ffffff", "foreground": "#0000af"}, {"background": "#00005f", "scope": "terminus.0000af.00005f", "foreground": "#0000af"}, {"background": "#000087", "scope": "terminus.0000af.000087", "foreground": "#0000af"}, {"background": "#0000af", "scope": "terminus.0000af.0000af", "foreground": "#0000af"}, {"background": "#0000d7", "scope": "terminus.0000af.0000d7", "foreground": "#0000af"}, {"background": "#0000ff", "scope": "terminus.0000af.0000ff", "foreground": "#0000af"}, {"background": "#005f00", "scope": "terminus.0000af.005f00", "foreground": "#0000af"}, {"background": "#005f5f", "scope": "terminus.0000af.005f5f", "foreground": "#0000af"}, {"background": "#005f87", "scope": "terminus.0000af.005f87", "foreground": "#0000af"}, {"background": "#005faf", "scope": "terminus.0000af.005faf", "foreground": "#0000af"}, {"background": "#005fd7", "scope": "terminus.0000af.005fd7", "foreground": "#0000af"}, {"background": "#005fff", "scope": "terminus.0000af.005fff", "foreground": "#0000af"}, {"background": "#008700", "scope": "terminus.0000af.008700", "foreground": "#0000af"}, {"background": "#00875f", "scope": "terminus.0000af.00875f", "foreground": "#0000af"}, {"background": "#008787", "scope": "terminus.0000af.008787", "foreground": "#0000af"}, {"background": "#0087af", "scope": "terminus.0000af.0087af", "foreground": "#0000af"}, {"background": "#0087d7", "scope": "terminus.0000af.0087d7", "foreground": "#0000af"}, {"background": "#0087ff", "scope": "terminus.0000af.0087ff", "foreground": "#0000af"}, {"background": "#00af00", "scope": "terminus.0000af.00af00", "foreground": "#0000af"}, {"background": "#00af5f", "scope": "terminus.0000af.00af5f", "foreground": "#0000af"}, {"background": "#00af87", "scope": "terminus.0000af.00af87", "foreground": "#0000af"}, {"background": "#00afaf", "scope": "terminus.0000af.00afaf", "foreground": "#0000af"}, {"background": "#00afd7", "scope": "terminus.0000af.00afd7", "foreground": "#0000af"}, {"background": "#00afff", "scope": "terminus.0000af.00afff", "foreground": "#0000af"}, {"background": "#00d700", "scope": "terminus.0000af.00d700", "foreground": "#0000af"}, {"background": "#00d75f", "scope": "terminus.0000af.00d75f", "foreground": "#0000af"}, {"background": "#00d787", "scope": "terminus.0000af.00d787", "foreground": "#0000af"}, {"background": "#00d7af", "scope": "terminus.0000af.00d7af", "foreground": "#0000af"}, {"background": "#00d7d7", "scope": "terminus.0000af.00d7d7", "foreground": "#0000af"}, {"background": "#00d7ff", "scope": "terminus.0000af.00d7ff", "foreground": "#0000af"}, {"background": "#00ff5f", "scope": "terminus.0000af.00ff5f", "foreground": "#0000af"}, {"background": "#00ff87", "scope": "terminus.0000af.00ff87", "foreground": "#0000af"}, {"background": "#00ffaf", "scope": "terminus.0000af.00ffaf", "foreground": "#0000af"}, {"background": "#00ffd7", "scope": "terminus.0000af.00ffd7", "foreground": "#0000af"}, {"background": "#5f0000", "scope": "terminus.0000af.5f0000", "foreground": "#0000af"}, {"background": "#5f005f", "scope": "terminus.0000af.5f005f", "foreground": "#0000af"}, {"background": "#5f0087", "scope": "terminus.0000af.5f0087", "foreground": "#0000af"}, {"background": "#5f00af", "scope": "terminus.0000af.5f00af", "foreground": "#0000af"}, {"background": "#5f00d7", "scope": "terminus.0000af.5f00d7", "foreground": "#0000af"}, {"background": "#5f00ff", "scope": "terminus.0000af.5f00ff", "foreground": "#0000af"}, {"background": "#5f5f00", "scope": "terminus.0000af.5f5f00", "foreground": "#0000af"}, {"background": "#5f5f5f", "scope": "terminus.0000af.5f5f5f", "foreground": "#0000af"}, {"background": "#5f5f87", "scope": "terminus.0000af.5f5f87", "foreground": "#0000af"}, {"background": "#5f5faf", "scope": "terminus.0000af.5f5faf", "foreground": "#0000af"}, {"background": "#5f5fd7", "scope": "terminus.0000af.5f5fd7", "foreground": "#0000af"}, {"background": "#5f5fff", "scope": "terminus.0000af.5f5fff", "foreground": "#0000af"}, {"background": "#5f8700", "scope": "terminus.0000af.5f8700", "foreground": "#0000af"}, {"background": "#5f875f", "scope": "terminus.0000af.5f875f", "foreground": "#0000af"}, {"background": "#5f8787", "scope": "terminus.0000af.5f8787", "foreground": "#0000af"}, {"background": "#5f87af", "scope": "terminus.0000af.5f87af", "foreground": "#0000af"}, {"background": "#5f87d7", "scope": "terminus.0000af.5f87d7", "foreground": "#0000af"}, {"background": "#5f87ff", "scope": "terminus.0000af.5f87ff", "foreground": "#0000af"}, {"background": "#5faf00", "scope": "terminus.0000af.5faf00", "foreground": "#0000af"}, {"background": "#5faf5f", "scope": "terminus.0000af.5faf5f", "foreground": "#0000af"}, {"background": "#5faf87", "scope": "terminus.0000af.5faf87", "foreground": "#0000af"}, {"background": "#5fafaf", "scope": "terminus.0000af.5fafaf", "foreground": "#0000af"}, {"background": "#5fafd7", "scope": "terminus.0000af.5fafd7", "foreground": "#0000af"}, {"background": "#5fafff", "scope": "terminus.0000af.5fafff", "foreground": "#0000af"}, {"background": "#5fd700", "scope": "terminus.0000af.5fd700", "foreground": "#0000af"}, {"background": "#5fd75f", "scope": "terminus.0000af.5fd75f", "foreground": "#0000af"}, {"background": "#5fd787", "scope": "terminus.0000af.5fd787", "foreground": "#0000af"}, {"background": "#5fd7af", "scope": "terminus.0000af.5fd7af", "foreground": "#0000af"}, {"background": "#5fd7d7", "scope": "terminus.0000af.5fd7d7", "foreground": "#0000af"}, {"background": "#5fd7ff", "scope": "terminus.0000af.5fd7ff", "foreground": "#0000af"}, {"background": "#5fff00", "scope": "terminus.0000af.5fff00", "foreground": "#0000af"}, {"background": "#5fff5f", "scope": "terminus.0000af.5fff5f", "foreground": "#0000af"}, {"background": "#5fff87", "scope": "terminus.0000af.5fff87", "foreground": "#0000af"}, {"background": "#5fffaf", "scope": "terminus.0000af.5fffaf", "foreground": "#0000af"}, {"background": "#5fffd7", "scope": "terminus.0000af.5fffd7", "foreground": "#0000af"}, {"background": "#5fffff", "scope": "terminus.0000af.5fffff", "foreground": "#0000af"}, {"background": "#870000", "scope": "terminus.0000af.870000", "foreground": "#0000af"}, {"background": "#87005f", "scope": "terminus.0000af.87005f", "foreground": "#0000af"}, {"background": "#870087", "scope": "terminus.0000af.870087", "foreground": "#0000af"}, {"background": "#8700af", "scope": "terminus.0000af.8700af", "foreground": "#0000af"}, {"background": "#8700d7", "scope": "terminus.0000af.8700d7", "foreground": "#0000af"}, {"background": "#8700ff", "scope": "terminus.0000af.8700ff", "foreground": "#0000af"}, {"background": "#875f00", "scope": "terminus.0000af.875f00", "foreground": "#0000af"}, {"background": "#875f5f", "scope": "terminus.0000af.875f5f", "foreground": "#0000af"}, {"background": "#875f87", "scope": "terminus.0000af.875f87", "foreground": "#0000af"}, {"background": "#875faf", "scope": "terminus.0000af.875faf", "foreground": "#0000af"}, {"background": "#875fd7", "scope": "terminus.0000af.875fd7", "foreground": "#0000af"}, {"background": "#875fff", "scope": "terminus.0000af.875fff", "foreground": "#0000af"}, {"background": "#878700", "scope": "terminus.0000af.878700", "foreground": "#0000af"}, {"background": "#87875f", "scope": "terminus.0000af.87875f", "foreground": "#0000af"}, {"background": "#878787", "scope": "terminus.0000af.878787", "foreground": "#0000af"}, {"background": "#8787af", "scope": "terminus.0000af.8787af", "foreground": "#0000af"}, {"background": "#8787d7", "scope": "terminus.0000af.8787d7", "foreground": "#0000af"}, {"background": "#8787ff", "scope": "terminus.0000af.8787ff", "foreground": "#0000af"}, {"background": "#87af00", "scope": "terminus.0000af.87af00", "foreground": "#0000af"}, {"background": "#87af5f", "scope": "terminus.0000af.87af5f", "foreground": "#0000af"}, {"background": "#87af87", "scope": "terminus.0000af.87af87", "foreground": "#0000af"}, {"background": "#87afaf", "scope": "terminus.0000af.87afaf", "foreground": "#0000af"}, {"background": "#87afd7", "scope": "terminus.0000af.87afd7", "foreground": "#0000af"}, {"background": "#87afff", "scope": "terminus.0000af.87afff", "foreground": "#0000af"}, {"background": "#87d700", "scope": "terminus.0000af.87d700", "foreground": "#0000af"}, {"background": "#87d75f", "scope": "terminus.0000af.87d75f", "foreground": "#0000af"}, {"background": "#87d787", "scope": "terminus.0000af.87d787", "foreground": "#0000af"}, {"background": "#87d7af", "scope": "terminus.0000af.87d7af", "foreground": "#0000af"}, {"background": "#87d7d7", "scope": "terminus.0000af.87d7d7", "foreground": "#0000af"}, {"background": "#87d7ff", "scope": "terminus.0000af.87d7ff", "foreground": "#0000af"}, {"background": "#87ff00", "scope": "terminus.0000af.87ff00", "foreground": "#0000af"}, {"background": "#87ff5f", "scope": "terminus.0000af.87ff5f", "foreground": "#0000af"}, {"background": "#87ff87", "scope": "terminus.0000af.87ff87", "foreground": "#0000af"}, {"background": "#87ffaf", "scope": "terminus.0000af.87ffaf", "foreground": "#0000af"}, {"background": "#87ffd7", "scope": "terminus.0000af.87ffd7", "foreground": "#0000af"}, {"background": "#87ffff", "scope": "terminus.0000af.87ffff", "foreground": "#0000af"}, {"background": "#af0000", "scope": "terminus.0000af.af0000", "foreground": "#0000af"}, {"background": "#af005f", "scope": "terminus.0000af.af005f", "foreground": "#0000af"}, {"background": "#af0087", "scope": "terminus.0000af.af0087", "foreground": "#0000af"}, {"background": "#af00af", "scope": "terminus.0000af.af00af", "foreground": "#0000af"}, {"background": "#af00d7", "scope": "terminus.0000af.af00d7", "foreground": "#0000af"}, {"background": "#af00ff", "scope": "terminus.0000af.af00ff", "foreground": "#0000af"}, {"background": "#af5f00", "scope": "terminus.0000af.af5f00", "foreground": "#0000af"}, {"background": "#af5f5f", "scope": "terminus.0000af.af5f5f", "foreground": "#0000af"}, {"background": "#af5f87", "scope": "terminus.0000af.af5f87", "foreground": "#0000af"}, {"background": "#af5faf", "scope": "terminus.0000af.af5faf", "foreground": "#0000af"}, {"background": "#af5fd7", "scope": "terminus.0000af.af5fd7", "foreground": "#0000af"}, {"background": "#af5fff", "scope": "terminus.0000af.af5fff", "foreground": "#0000af"}, {"background": "#af8700", "scope": "terminus.0000af.af8700", "foreground": "#0000af"}, {"background": "#af875f", "scope": "terminus.0000af.af875f", "foreground": "#0000af"}, {"background": "#af8787", "scope": "terminus.0000af.af8787", "foreground": "#0000af"}, {"background": "#af87af", "scope": "terminus.0000af.af87af", "foreground": "#0000af"}, {"background": "#af87d7", "scope": "terminus.0000af.af87d7", "foreground": "#0000af"}, {"background": "#af87ff", "scope": "terminus.0000af.af87ff", "foreground": "#0000af"}, {"background": "#afaf00", "scope": "terminus.0000af.afaf00", "foreground": "#0000af"}, {"background": "#afaf5f", "scope": "terminus.0000af.afaf5f", "foreground": "#0000af"}, {"background": "#afaf87", "scope": "terminus.0000af.afaf87", "foreground": "#0000af"}, {"background": "#afafaf", "scope": "terminus.0000af.afafaf", "foreground": "#0000af"}, {"background": "#afafd7", "scope": "terminus.0000af.afafd7", "foreground": "#0000af"}, {"background": "#afafff", "scope": "terminus.0000af.afafff", "foreground": "#0000af"}, {"background": "#afd700", "scope": "terminus.0000af.afd700", "foreground": "#0000af"}, {"background": "#afd75f", "scope": "terminus.0000af.afd75f", "foreground": "#0000af"}, {"background": "#afd787", "scope": "terminus.0000af.afd787", "foreground": "#0000af"}, {"background": "#afd7af", "scope": "terminus.0000af.afd7af", "foreground": "#0000af"}, {"background": "#afd7d7", "scope": "terminus.0000af.afd7d7", "foreground": "#0000af"}, {"background": "#afd7ff", "scope": "terminus.0000af.afd7ff", "foreground": "#0000af"}, {"background": "#afff00", "scope": "terminus.0000af.afff00", "foreground": "#0000af"}, {"background": "#afff5f", "scope": "terminus.0000af.afff5f", "foreground": "#0000af"}, {"background": "#afff87", "scope": "terminus.0000af.afff87", "foreground": "#0000af"}, {"background": "#afffaf", "scope": "terminus.0000af.afffaf", "foreground": "#0000af"}, {"background": "#afffd7", "scope": "terminus.0000af.afffd7", "foreground": "#0000af"}, {"background": "#afffff", "scope": "terminus.0000af.afffff", "foreground": "#0000af"}, {"background": "#d70000", "scope": "terminus.0000af.d70000", "foreground": "#0000af"}, {"background": "#d7005f", "scope": "terminus.0000af.d7005f", "foreground": "#0000af"}, {"background": "#d70087", "scope": "terminus.0000af.d70087", "foreground": "#0000af"}, {"background": "#d700af", "scope": "terminus.0000af.d700af", "foreground": "#0000af"}, {"background": "#d700d7", "scope": "terminus.0000af.d700d7", "foreground": "#0000af"}, {"background": "#d700ff", "scope": "terminus.0000af.d700ff", "foreground": "#0000af"}, {"background": "#d75f00", "scope": "terminus.0000af.d75f00", "foreground": "#0000af"}, {"background": "#d75f5f", "scope": "terminus.0000af.d75f5f", "foreground": "#0000af"}, {"background": "#d75f87", "scope": "terminus.0000af.d75f87", "foreground": "#0000af"}, {"background": "#d75faf", "scope": "terminus.0000af.d75faf", "foreground": "#0000af"}, {"background": "#d75fd7", "scope": "terminus.0000af.d75fd7", "foreground": "#0000af"}, {"background": "#d75fff", "scope": "terminus.0000af.d75fff", "foreground": "#0000af"}, {"background": "#d78700", "scope": "terminus.0000af.d78700", "foreground": "#0000af"}, {"background": "#d7875f", "scope": "terminus.0000af.d7875f", "foreground": "#0000af"}, {"background": "#d78787", "scope": "terminus.0000af.d78787", "foreground": "#0000af"}, {"background": "#d787af", "scope": "terminus.0000af.d787af", "foreground": "#0000af"}, {"background": "#d787d7", "scope": "terminus.0000af.d787d7", "foreground": "#0000af"}, {"background": "#d787ff", "scope": "terminus.0000af.d787ff", "foreground": "#0000af"}, {"background": "#d7af00", "scope": "terminus.0000af.d7af00", "foreground": "#0000af"}, {"background": "#d7af5f", "scope": "terminus.0000af.d7af5f", "foreground": "#0000af"}, {"background": "#d7af87", "scope": "terminus.0000af.d7af87", "foreground": "#0000af"}, {"background": "#d7afaf", "scope": "terminus.0000af.d7afaf", "foreground": "#0000af"}, {"background": "#d7afd7", "scope": "terminus.0000af.d7afd7", "foreground": "#0000af"}, {"background": "#d7afff", "scope": "terminus.0000af.d7afff", "foreground": "#0000af"}, {"background": "#d7d700", "scope": "terminus.0000af.d7d700", "foreground": "#0000af"}, {"background": "#d7d75f", "scope": "terminus.0000af.d7d75f", "foreground": "#0000af"}, {"background": "#d7d787", "scope": "terminus.0000af.d7d787", "foreground": "#0000af"}, {"background": "#d7d7af", "scope": "terminus.0000af.d7d7af", "foreground": "#0000af"}, {"background": "#d7d7d7", "scope": "terminus.0000af.d7d7d7", "foreground": "#0000af"}, {"background": "#d7d7ff", "scope": "terminus.0000af.d7d7ff", "foreground": "#0000af"}, {"background": "#d7ff00", "scope": "terminus.0000af.d7ff00", "foreground": "#0000af"}, {"background": "#d7ff5f", "scope": "terminus.0000af.d7ff5f", "foreground": "#0000af"}, {"background": "#d7ff87", "scope": "terminus.0000af.d7ff87", "foreground": "#0000af"}, {"background": "#d7ffaf", "scope": "terminus.0000af.d7ffaf", "foreground": "#0000af"}, {"background": "#d7ffd7", "scope": "terminus.0000af.d7ffd7", "foreground": "#0000af"}, {"background": "#d7ffff", "scope": "terminus.0000af.d7ffff", "foreground": "#0000af"}, {"background": "#ff005f", "scope": "terminus.0000af.ff005f", "foreground": "#0000af"}, {"background": "#ff0087", "scope": "terminus.0000af.ff0087", "foreground": "#0000af"}, {"background": "#ff00af", "scope": "terminus.0000af.ff00af", "foreground": "#0000af"}, {"background": "#ff00d7", "scope": "terminus.0000af.ff00d7", "foreground": "#0000af"}, {"background": "#ff5f00", "scope": "terminus.0000af.ff5f00", "foreground": "#0000af"}, {"background": "#ff5f5f", "scope": "terminus.0000af.ff5f5f", "foreground": "#0000af"}, {"background": "#ff5f87", "scope": "terminus.0000af.ff5f87", "foreground": "#0000af"}, {"background": "#ff5faf", "scope": "terminus.0000af.ff5faf", "foreground": "#0000af"}, {"background": "#ff5fd7", "scope": "terminus.0000af.ff5fd7", "foreground": "#0000af"}, {"background": "#ff5fff", "scope": "terminus.0000af.ff5fff", "foreground": "#0000af"}, {"background": "#ff8700", "scope": "terminus.0000af.ff8700", "foreground": "#0000af"}, {"background": "#ff875f", "scope": "terminus.0000af.ff875f", "foreground": "#0000af"}, {"background": "#ff8787", "scope": "terminus.0000af.ff8787", "foreground": "#0000af"}, {"background": "#ff87af", "scope": "terminus.0000af.ff87af", "foreground": "#0000af"}, {"background": "#ff87d7", "scope": "terminus.0000af.ff87d7", "foreground": "#0000af"}, {"background": "#ff87ff", "scope": "terminus.0000af.ff87ff", "foreground": "#0000af"}, {"background": "#ffaf00", "scope": "terminus.0000af.ffaf00", "foreground": "#0000af"}, {"background": "#ffaf5f", "scope": "terminus.0000af.ffaf5f", "foreground": "#0000af"}, {"background": "#ffaf87", "scope": "terminus.0000af.ffaf87", "foreground": "#0000af"}, {"background": "#ffafaf", "scope": "terminus.0000af.ffafaf", "foreground": "#0000af"}, {"background": "#ffafd7", "scope": "terminus.0000af.ffafd7", "foreground": "#0000af"}, {"background": "#ffafff", "scope": "terminus.0000af.ffafff", "foreground": "#0000af"}, {"background": "#ffd700", "scope": "terminus.0000af.ffd700", "foreground": "#0000af"}, {"background": "#ffd75f", "scope": "terminus.0000af.ffd75f", "foreground": "#0000af"}, {"background": "#ffd787", "scope": "terminus.0000af.ffd787", "foreground": "#0000af"}, {"background": "#ffd7af", "scope": "terminus.0000af.ffd7af", "foreground": "#0000af"}, {"background": "#ffd7d7", "scope": "terminus.0000af.ffd7d7", "foreground": "#0000af"}, {"background": "#ffd7ff", "scope": "terminus.0000af.ffd7ff", "foreground": "#0000af"}, {"background": "#ffff5f", "scope": "terminus.0000af.ffff5f", "foreground": "#0000af"}, {"background": "#ffff87", "scope": "terminus.0000af.ffff87", "foreground": "#0000af"}, {"background": "#ffffaf", "scope": "terminus.0000af.ffffaf", "foreground": "#0000af"}, {"background": "#ffffd7", "scope": "terminus.0000af.ffffd7", "foreground": "#0000af"}, {"background": "#080808", "scope": "terminus.0000af.080808", "foreground": "#0000af"}, {"background": "#121212", "scope": "terminus.0000af.121212", "foreground": "#0000af"}, {"background": "#1c1c1c", "scope": "terminus.0000af.1c1c1c", "foreground": "#0000af"}, {"background": "#262626", "scope": "terminus.0000af.262626", "foreground": "#0000af"}, {"background": "#303030", "scope": "terminus.0000af.303030", "foreground": "#0000af"}, {"background": "#3a3a3a", "scope": "terminus.0000af.3a3a3a", "foreground": "#0000af"}, {"background": "#444444", "scope": "terminus.0000af.444444", "foreground": "#0000af"}, {"background": "#4e4e4e", "scope": "terminus.0000af.4e4e4e", "foreground": "#0000af"}, {"background": "#585858", "scope": "terminus.0000af.585858", "foreground": "#0000af"}, {"background": "#626262", "scope": "terminus.0000af.626262", "foreground": "#0000af"}, {"background": "#6c6c6c", "scope": "terminus.0000af.6c6c6c", "foreground": "#0000af"}, {"background": "#767676", "scope": "terminus.0000af.767676", "foreground": "#0000af"}, {"background": "#808080", "scope": "terminus.0000af.808080", "foreground": "#0000af"}, {"background": "#8a8a8a", "scope": "terminus.0000af.8a8a8a", "foreground": "#0000af"}, {"background": "#949494", "scope": "terminus.0000af.949494", "foreground": "#0000af"}, {"background": "#9e9e9e", "scope": "terminus.0000af.9e9e9e", "foreground": "#0000af"}, {"background": "#a8a8a8", "scope": "terminus.0000af.a8a8a8", "foreground": "#0000af"}, {"background": "#b2b2b2", "scope": "terminus.0000af.b2b2b2", "foreground": "#0000af"}, {"background": "#bcbcbc", "scope": "terminus.0000af.bcbcbc", "foreground": "#0000af"}, {"background": "#c6c6c6", "scope": "terminus.0000af.c6c6c6", "foreground": "#0000af"}, {"background": "#d0d0d0", "scope": "terminus.0000af.d0d0d0", "foreground": "#0000af"}, {"background": "#dadada", "scope": "terminus.0000af.dadada", "foreground": "#0000af"}, {"background": "#e4e4e4", "scope": "terminus.0000af.e4e4e4", "foreground": "#0000af"}, {"background": "#eeeeee", "scope": "terminus.0000af.eeeeee", "foreground": "#0000af"}, {"background": "var(black)", "scope": "terminus.0000d7.black", "foreground": "#0000d7"}, {"background": "var(red)", "scope": "terminus.0000d7.red", "foreground": "#0000d7"}, {"background": "var(green)", "scope": "terminus.0000d7.green", "foreground": "#0000d7"}, {"background": "var(brown)", "scope": "terminus.0000d7.brown", "foreground": "#0000d7"}, {"background": "var(blue)", "scope": "terminus.0000d7.blue", "foreground": "#0000d7"}, {"background": "var(magenta)", "scope": "terminus.0000d7.magenta", "foreground": "#0000d7"}, {"background": "var(cyan)", "scope": "terminus.0000d7.cyan", "foreground": "#0000d7"}, {"background": "var(white)", "scope": "terminus.0000d7.white", "foreground": "#0000d7"}, {"background": "var(light_black)", "scope": "terminus.0000d7.light_black", "foreground": "#0000d7"}, {"background": "var(light_red)", "scope": "terminus.0000d7.light_red", "foreground": "#0000d7"}, {"background": "var(light_green)", "scope": "terminus.0000d7.light_green", "foreground": "#0000d7"}, {"background": "var(light_brown)", "scope": "terminus.0000d7.light_brown", "foreground": "#0000d7"}, {"background": "var(light_blue)", "scope": "terminus.0000d7.light_blue", "foreground": "#0000d7"}, {"background": "var(light_magenta)", "scope": "terminus.0000d7.light_magenta", "foreground": "#0000d7"}, {"background": "var(light_cyan)", "scope": "terminus.0000d7.light_cyan", "foreground": "#0000d7"}, {"background": "var(light_white)", "scope": "terminus.0000d7.light_white", "foreground": "#0000d7"}, {"background": "var(background)", "scope": "terminus.0000d7.default", "foreground": "#0000d7"}, {"background": "var(foreground)", "scope": "terminus.0000d7.reverse_default", "foreground": "#0000d7"}, {"background": "#000000", "scope": "terminus.0000d7.000000", "foreground": "#0000d7"}, {"background": "#cd0000", "scope": "terminus.0000d7.cd0000", "foreground": "#0000d7"}, {"background": "#00cd00", "scope": "terminus.0000d7.00cd00", "foreground": "#0000d7"}, {"background": "#cdcd00", "scope": "terminus.0000d7.cdcd00", "foreground": "#0000d7"}, {"background": "#0000ee", "scope": "terminus.0000d7.0000ee", "foreground": "#0000d7"}, {"background": "#cd00cd", "scope": "terminus.0000d7.cd00cd", "foreground": "#0000d7"}, {"background": "#00cdcd", "scope": "terminus.0000d7.00cdcd", "foreground": "#0000d7"}, {"background": "#e5e5e5", "scope": "terminus.0000d7.e5e5e5", "foreground": "#0000d7"}, {"background": "#7f7f7f", "scope": "terminus.0000d7.7f7f7f", "foreground": "#0000d7"}, {"background": "#ff0000", "scope": "terminus.0000d7.ff0000", "foreground": "#0000d7"}, {"background": "#00ff00", "scope": "terminus.0000d7.00ff00", "foreground": "#0000d7"}, {"background": "#ffff00", "scope": "terminus.0000d7.ffff00", "foreground": "#0000d7"}, {"background": "#5c5cff", "scope": "terminus.0000d7.5c5cff", "foreground": "#0000d7"}, {"background": "#ff00ff", "scope": "terminus.0000d7.ff00ff", "foreground": "#0000d7"}, {"background": "#00ffff", "scope": "terminus.0000d7.00ffff", "foreground": "#0000d7"}, {"background": "#ffffff", "scope": "terminus.0000d7.ffffff", "foreground": "#0000d7"}, {"background": "#00005f", "scope": "terminus.0000d7.00005f", "foreground": "#0000d7"}, {"background": "#000087", "scope": "terminus.0000d7.000087", "foreground": "#0000d7"}, {"background": "#0000af", "scope": "terminus.0000d7.0000af", "foreground": "#0000d7"}, {"background": "#0000d7", "scope": "terminus.0000d7.0000d7", "foreground": "#0000d7"}, {"background": "#0000ff", "scope": "terminus.0000d7.0000ff", "foreground": "#0000d7"}, {"background": "#005f00", "scope": "terminus.0000d7.005f00", "foreground": "#0000d7"}, {"background": "#005f5f", "scope": "terminus.0000d7.005f5f", "foreground": "#0000d7"}, {"background": "#005f87", "scope": "terminus.0000d7.005f87", "foreground": "#0000d7"}, {"background": "#005faf", "scope": "terminus.0000d7.005faf", "foreground": "#0000d7"}, {"background": "#005fd7", "scope": "terminus.0000d7.005fd7", "foreground": "#0000d7"}, {"background": "#005fff", "scope": "terminus.0000d7.005fff", "foreground": "#0000d7"}, {"background": "#008700", "scope": "terminus.0000d7.008700", "foreground": "#0000d7"}, {"background": "#00875f", "scope": "terminus.0000d7.00875f", "foreground": "#0000d7"}, {"background": "#008787", "scope": "terminus.0000d7.008787", "foreground": "#0000d7"}, {"background": "#0087af", "scope": "terminus.0000d7.0087af", "foreground": "#0000d7"}, {"background": "#0087d7", "scope": "terminus.0000d7.0087d7", "foreground": "#0000d7"}, {"background": "#0087ff", "scope": "terminus.0000d7.0087ff", "foreground": "#0000d7"}, {"background": "#00af00", "scope": "terminus.0000d7.00af00", "foreground": "#0000d7"}, {"background": "#00af5f", "scope": "terminus.0000d7.00af5f", "foreground": "#0000d7"}, {"background": "#00af87", "scope": "terminus.0000d7.00af87", "foreground": "#0000d7"}, {"background": "#00afaf", "scope": "terminus.0000d7.00afaf", "foreground": "#0000d7"}, {"background": "#00afd7", "scope": "terminus.0000d7.00afd7", "foreground": "#0000d7"}, {"background": "#00afff", "scope": "terminus.0000d7.00afff", "foreground": "#0000d7"}, {"background": "#00d700", "scope": "terminus.0000d7.00d700", "foreground": "#0000d7"}, {"background": "#00d75f", "scope": "terminus.0000d7.00d75f", "foreground": "#0000d7"}, {"background": "#00d787", "scope": "terminus.0000d7.00d787", "foreground": "#0000d7"}, {"background": "#00d7af", "scope": "terminus.0000d7.00d7af", "foreground": "#0000d7"}, {"background": "#00d7d7", "scope": "terminus.0000d7.00d7d7", "foreground": "#0000d7"}, {"background": "#00d7ff", "scope": "terminus.0000d7.00d7ff", "foreground": "#0000d7"}, {"background": "#00ff5f", "scope": "terminus.0000d7.00ff5f", "foreground": "#0000d7"}, {"background": "#00ff87", "scope": "terminus.0000d7.00ff87", "foreground": "#0000d7"}, {"background": "#00ffaf", "scope": "terminus.0000d7.00ffaf", "foreground": "#0000d7"}, {"background": "#00ffd7", "scope": "terminus.0000d7.00ffd7", "foreground": "#0000d7"}, {"background": "#5f0000", "scope": "terminus.0000d7.5f0000", "foreground": "#0000d7"}, {"background": "#5f005f", "scope": "terminus.0000d7.5f005f", "foreground": "#0000d7"}, {"background": "#5f0087", "scope": "terminus.0000d7.5f0087", "foreground": "#0000d7"}, {"background": "#5f00af", "scope": "terminus.0000d7.5f00af", "foreground": "#0000d7"}, {"background": "#5f00d7", "scope": "terminus.0000d7.5f00d7", "foreground": "#0000d7"}, {"background": "#5f00ff", "scope": "terminus.0000d7.5f00ff", "foreground": "#0000d7"}, {"background": "#5f5f00", "scope": "terminus.0000d7.5f5f00", "foreground": "#0000d7"}, {"background": "#5f5f5f", "scope": "terminus.0000d7.5f5f5f", "foreground": "#0000d7"}, {"background": "#5f5f87", "scope": "terminus.0000d7.5f5f87", "foreground": "#0000d7"}, {"background": "#5f5faf", "scope": "terminus.0000d7.5f5faf", "foreground": "#0000d7"}, {"background": "#5f5fd7", "scope": "terminus.0000d7.5f5fd7", "foreground":
View raw

(Sorry about that, but we can’t show files that are this big right now.)

@dalisoft
Copy link
Author

{
  "access_token": "******",
  "excluded_files":
  [
    "*.dmg",
    "*.exe",
    "*.DS_Store*",
    "*.sublime-syntax*",
    "*GoSublime-aux.sublime-settings*",
    "*.Spotlight-V100",
    "*.Trashes",
    "*ehthumbs.db",
    "*oscrypto-ca-bundle.crt",
    "*Package Control.cache/*",
    "*Package Control.last-run",
    "*Package Control.merged-ca-bundle",
    "*Package Control.system-ca-bundle",
    "*Package Control.user-ca-bundle",
    "*Thumbs.db"
	],
  "gist_id": "53d864ba0cd20ccd405e8aa4d741ab85"
}

Sync Settings user configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment