diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..6abadefc23 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +## [1.3] - 2024-05-29 + +- We've updated the GUI parameter for the background of some items to enhance user readability. +- Added versions Green Monochrome Monitor CRT Phosphor Dark I and Green Monochrome Monitor CRT Phosphor Dark II. + +## [1.2] - 2024-05-27 + +- Creation of the first release, updated colours to match exact phosphor specifications from the CRT manual. +- Improved accuracy and realism of green shades for P1, P31, and P39 phosphors. +- Ensured consistency in both dark and light versions of the theme. + +## [1.1] - 2024-05-26 + +- Creation of the test release. +- Both versions of the theme ensure a cohesive and immersive experience, making your coding environment visually appealing and reminiscent of classic green phosphor monitors. + +## [1.0] - 2024-05-18 + +- Creation of the concept, introducing "Green Monochrome Monitor Theme for Zed" as a new standard in dark and light mode aesthetics. +- Initial design and layout of the theme based on early CRT monitor phosphor colours. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..215edc0e7e --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Takk8IS + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index e0179f0297..8dada3cc4a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,123 @@ -# Zed Extensions +# Green Monochrome Monitor CRT Phosphor Theme for Zed -This is the central repository containing the extensions available for [Zed](https://zed.dev/). +The "Green Monochrome Monitor CRT Phosphor" brings the nostalgic essence of vintage green phosphor monitors to your Zed editor. This theme is crafted to offer a unique and immersive visual experience, capturing the original charm of early computing displays. Available in both dark and light versions, the Green Monochrome Monitor CRT Phosphor Theme transforms your coding environment with its distinct green-on-black and green-on-light-green aesthetics. -## Authoring extensions +## Theme Variants -See [`AUTHORING_EXTENSIONS.md`](./AUTHORING_EXTENSIONS.md) for how to author your own extension and get it added to the extension registry. +The theme includes eight distinct variants, each designed to emulate specific types of CRT phosphors: -Looking for extension ideas? Check out: +### Green Monochrome Monitor CRT Phosphor Dark -- [Top theme requests](https://github.com/zed-industries/extensions/issues?q=is%3Aissue+is%3Aopen+label%3Atheme+sort%3Areactions-%2B1-desc) -- [Top language requests](https://github.com/zed-industries/extensions/issues?q=is%3Aissue+is%3Aopen+label%3Alanguage+sort%3Areactions-%2B1-desc) +![Green Monochrome Monitor CRT Phosphor Dark](./assets/screenshot-dark.png) -If an issue requesting an extension is tagged with the `needs infrastructure` label, it indicates that the extension cannot currently be developed due to the absence of necessary system infrastructure. +### Green Monochrome Monitor CRT Phosphor Dark P1 + +![Green Monochrome Monitor CRT Phosphor Dark P1](./assets/screenshot-dark-p1.png) + +### Green Monochrome Monitor CRT Phosphor Dark P31 + +![Green Monochrome Monitor CRT Phosphor Dark P31](./assets/screenshot-dark-p31.png) + +### Green Monochrome Monitor CRT Phosphor Dark P39 I + +![Green Monochrome Monitor CRT Phosphor Dark P39 I](./assets/screenshot-dark-p39-i.png) + +### Green Monochrome Monitor CRT Phosphor Dark P39 II + +![Green Monochrome Monitor CRT Phosphor Dark P39 II](./assets/screenshot-dark-p39-ii.png) + +### Green Monochrome Monitor CRT Phosphor Light + +![Green Monochrome Monitor CRT Phosphor Light](./assets/screenshot-light.png) + +### Green Monochrome Monitor CRT Phosphor Light P1 + +![Green Monochrome Monitor CRT Phosphor Light P1](./assets/screenshot-light-p1.png) + +### Green Monochrome Monitor CRT Phosphor Light P31 + +![Green Monochrome Monitor CRT Phosphor Light P31](./assets/screenshot-light-p31.png) + +### Green Monochrome Monitor CRT Phosphor Light P39 I + +![Green Monochrome Monitor CRT Phosphor Light P39 I](./assets/screenshot-light-p39-i.png) + +### Green Monochrome Monitor CRT Phosphor Light P39 II + +![Green Monochrome Monitor CRT Phosphor Light P39 II](./assets/screenshot-light-p39-ii.png) + +## Theme Overview + +The "Green Monochrome Monitor CRT Phosphor" is designed to evoke the look and feel of classic CRT monitors, emphasizing simplicity and readability. The dark versions feature a predominantly black background with vibrant green text and accents, while the light versions introduce a softer green background for a refreshing contrast. Both versions maintain a consistent color scheme that is easy on the eyes and suitable for long coding sessions. + +### Installation Instructions + +**1. Manual Install** + +- **Download**: Download the theme files (`green-monochrome-monitor-crt-phosphor.json`) from the repository. +- **Add**: Move the downloaded JSON file to the `~/.config/zed/themes/` directory on your macOS. +- **Activate**: Open the Command Palette in Zed by typing `theme selector: toggle`, then search for "Green Monochrome Monitor CRT Phosphor" to apply the theme. + +**2. Install via Command Palette** + +- **Open**: Open the Command Palette in Zed by navigating to the menu and selecting `Go > Open Command Palette...`. +- **Type**: Type `extensions` or `zed: extensions` in the Command Palette. +- **Search**: Search for "Green Monochrome Monitor CRT Phosphor" and install it directly from the extension marketplace. + +**3. Activate** + +- **Open**: Open the Command Palette in Zed by navigating to the menu and selecting `Go > Open Command Palette...`. +- **Type**: Type `theme selector: toggle`. +- **Search**: Search for "Green Monochrome Monitor CRT Phosphor" and select it from the list to activate the theme. + +## Theme Details + +### Green Monochrome Monitor Dark Theme + +- **Accent Colors**: Various shades of green for borders, highlights, and syntax elements. +- **Syntax Highlighting**: Strong emphasis on readability with bold green text for keywords, strings, and other elements. + +### Green Monochrome Monitor Light Theme + +- **Accent Colors**: Light green tones for borders, highlights, and syntax elements. +- **Syntax Highlighting**: Enhanced visibility with lighter green text for keywords, strings, and other elements. + +Both versions of the theme ensure a cohesive and immersive experience, making your coding environment visually appealing and reminiscent of classic green phosphor monitors. + +## Phosphor Specific Details + +### P1 (Green Monochrome Monitor CRT Phosphor P1) + +- **Color**: #00FF00 (Green Pure) +- **Application**: General purpose oscilloscopes and radar. + +### P31 (Green Monochrome Monitor CRT Phosphor P31) + +- **Color**: #7FFF00 (Green Yellowish) +- **Application**: Display tubes and oscilloscopes. + +### P39 (Green Monochrome Monitor CRT Phosphor P39) + +- **Color**: #006400 (Green Dark) +- **Application**: Display tubes. + +## Support + +Experience the power of Zed by visiting their [official website](https://zed.dev/). + +To contribute to public and social projects focused on research and artificial intelligence, feel free to support with any amount you prefer. + +## About the Author + +### Takk™ Innovate Studio + +- **Author**: David C Cavalcante +- **LinkedIn**: [David C Cavalcante](https://www.linkedin.com/in/hellodav/) +- **Medium**: [David C Cavalcante](https://medium.com/@davcavalcante/) +- **Positive results, rapid innovation** +- **Leading the Digital Revolution as the Pioneering 100% Artificial Intelligence Team** +- **URL**: [Takk](https://takk.ag/) +- **Twitter**: [Takk](https://twitter.com/takk8is/) +- **Medium**: [Takk](https://takk8is.medium.com/) + +Enjoy coding with the nostalgic and visually soothing aesthetics of the Green Monochrome Monitor CRT Phosphor Theme. Whether you prefer the dark version's striking green-on-black contrast or the light version's refreshing green tones, this theme will enhance your Zed editor experience with a touch of vintage charm. diff --git a/assets/screenshot-dark-p1.png b/assets/screenshot-dark-p1.png new file mode 100644 index 0000000000..67b6babfbd Binary files /dev/null and b/assets/screenshot-dark-p1.png differ diff --git a/assets/screenshot-dark-p31.png b/assets/screenshot-dark-p31.png new file mode 100644 index 0000000000..44e3aa7c62 Binary files /dev/null and b/assets/screenshot-dark-p31.png differ diff --git a/assets/screenshot-dark-p39-i.png b/assets/screenshot-dark-p39-i.png new file mode 100644 index 0000000000..0bf87ba521 Binary files /dev/null and b/assets/screenshot-dark-p39-i.png differ diff --git a/assets/screenshot-dark-p39-ii.png b/assets/screenshot-dark-p39-ii.png new file mode 100644 index 0000000000..a42cc577d2 Binary files /dev/null and b/assets/screenshot-dark-p39-ii.png differ diff --git a/assets/screenshot-dark.png b/assets/screenshot-dark.png new file mode 100644 index 0000000000..cba34ebe83 Binary files /dev/null and b/assets/screenshot-dark.png differ diff --git a/assets/screenshot-light-p1.png b/assets/screenshot-light-p1.png new file mode 100644 index 0000000000..55301dfb36 Binary files /dev/null and b/assets/screenshot-light-p1.png differ diff --git a/assets/screenshot-light-p31.png b/assets/screenshot-light-p31.png new file mode 100644 index 0000000000..d5b01f77c1 Binary files /dev/null and b/assets/screenshot-light-p31.png differ diff --git a/assets/screenshot-light-p39-i.png b/assets/screenshot-light-p39-i.png new file mode 100644 index 0000000000..4ac2864100 Binary files /dev/null and b/assets/screenshot-light-p39-i.png differ diff --git a/assets/screenshot-light-p39-ii.png b/assets/screenshot-light-p39-ii.png new file mode 100644 index 0000000000..5325ae7ea0 Binary files /dev/null and b/assets/screenshot-light-p39-ii.png differ diff --git a/assets/screenshot-light.png b/assets/screenshot-light.png new file mode 100644 index 0000000000..7efbc35ef5 Binary files /dev/null and b/assets/screenshot-light.png differ diff --git a/extension.json b/extension.json new file mode 100644 index 0000000000..dc8a5d4d33 --- /dev/null +++ b/extension.json @@ -0,0 +1,12 @@ +{ + "name": "Green Monochrome Monitor CRT Phosphor", + "description": "The Green Monochrome Monitor CRT Phosphor brings the nostalgic essence of vintage green phosphor monitors to your Zed editor. This theme is crafted to offer a unique and immersive visual experience, capturing the original charm of early computing displays. Available in both dark and light versions, transforms your coding environment with its distinct green-on-black and green-on-light-green aesthetics.", + "version": "1.2", + "license": "MIT", + "authors": [ + "Takk™ Innovate Studio ", + "David C Cavalcante " + ], + "url": "https://takk.ag/", + "repository": "https://github.com/takk8is/green-monochrome-monitor-crt-phosphor-theme-for-zed" +} diff --git a/themes/green-monochrome-monitor-crt-phosphor.json b/themes/green-monochrome-monitor-crt-phosphor.json new file mode 100644 index 0000000000..562a098d91 --- /dev/null +++ b/themes/green-monochrome-monitor-crt-phosphor.json @@ -0,0 +1,4209 @@ +{ + "$schema":"https://zed.dev/schema/themes/v0.1.0.json", + "name":"Green Monochrome Monitor CRT Phosphor", + "author":"David C Cavalcante", + "themes":[ + { + "name":"Green Monochrome Monitor CRT Phosphor Dark I", + "appearance":"dark", + "style":{ + "background":"#000000", + "border":"#00FF0040", + "border.disabled":"#00FF0040", + "border.focused":"#00FF00", + "border.selected":"#00FF00", + "border.transparent":"#00FF0000", + "border.variant":"#00FF0080", + "conflict":"#00FF00", + "conflict.background":"#00FF0040", + "conflict.border":"#00FF00", + "created":"#00FF00", + "created.background":"#00FF0040", + "created.border":"#00FF00C0", + "deleted":"#00FF00", + "deleted.background":"#00FF0040", + "deleted.border":"#00FF00C0", + "drop_target.background":"#00FF0000", + "editor.active_line.background":"#00FF0030", + "editor.active_line_number":"#00FF00", + "editor.active_wrap_guide":"#00FF0030", + "editor.background":"#000000", + "editor.document_highlight.read_background":"#00FF0030", + "editor.document_highlight.write_background":"#00FF0030", + "editor.foreground":"#00FF00", + "editor.gutter.background":"#00FF0000", + "editor.highlighted_line.background":"#00FF0030", + "editor.invisible":"#00FF0030", + "editor.line_number":"#00FF0040", + "editor.subheader.background":"#00FF00", + "editor.wrap_guide":"#00FF00", + "element.active":"#00FF00C0", + "element.background":"#00FF0040", + "element.disabled":"#00FF0000", + "element.hover":"#00FF0040", + "element.selected":"#00FF0080", + "elevated_surface.background":"#000000", + "error":"#00FF00", + "error.background":"#000000", + "error.border":"#00FF00", + "ghost_element.active":"#00FF0080", + "ghost_element.background":"#00FF0000", + "ghost_element.disabled":"#00000030", + "ghost_element.hover":"#00FF0040", + "ghost_element.selected":"#00000030", + "hidden":"#00FF00", + "hidden.background":"#00000030", + "hidden.border":"#00FF0080", + "hint":"#00FF00", + "hint.background":"#00000030", + "hint.border":"#00FF00", + "icon":"#00FF00", + "icon.accent":"#00FF00", + "icon.disabled":"#00000030", + "icon.muted":"#00FF00", + "icon.placeholder":"#00FF00", + "ignored":"#00FF0040", + "ignored.background":"#00FF0030", + "ignored.border":"#00FF0080", + "info":"#00FF0080", + "info.background":"#00FF0030", + "info.border":"#00FF00", + "link_text.hover":"#00FF00", + "modified":"#00FF00", + "modified.background":"#00FF0030", + "modified.border":"#00FF00C0", + "pane.focused_border":"#00FF0080", + "panel.background":"#000000", + "panel.focused_border":"#00FF0080", + "players":[ + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + } + ], + "predictive":"#00FF00", + "predictive.background":"#00FF0030", + "predictive.border":"#00FF0080", + "renamed":"#00FF00", + "renamed.background":"#00FF0030", + "renamed.border":"#00FF0080", + "scrollbar.thumb.border":"#00FF0080", + "scrollbar.thumb.hover_background":"#00FF00", + "scrollbar.track.background":"#00FF0010", + "scrollbar.track.border":"#00FF0010", + "scrollbar_thumb.background":"#00FF00C0", + "search.match_background":"#00FF0080", + "status_bar.background":"#000000", + "status_bar.foreground":"#00FF00", + "success":"#00FF00", + "success.background":"#00FF0030", + "success.border":"#00FF00", + "surface.background":"#00FF0030", + "tab.active_background":"#000000", + "tab.inactive_background":"#00000030", + "tab.active_foreground":"#00FF00", + "tab_bar.background":"#000000", + "terminal.ansi.bright_black":"#00FF00", + "terminal.ansi.bright_blue":"#00FF00", + "terminal.ansi.bright_cyan":"#00FF00", + "terminal.ansi.bright_green":"#00FF00", + "terminal.ansi.bright_magenta":"#00FF00", + "terminal.ansi.bright_red":"#00FF00", + "terminal.ansi.bright_white":"#00FF00", + "terminal.ansi.bright_yellow":"#00FF00", + "terminal.ansi.black":"#00FF00C0", + "terminal.ansi.blue":"#00FF00C0", + "terminal.ansi.cyan":"#00FF00C0", + "terminal.ansi.green":"#00FF00C0", + "terminal.ansi.magenta":"#00FF00C0", + "terminal.ansi.red":"#00FF00C0", + "terminal.ansi.white":"#00FF00C0", + "terminal.ansi.yellow":"#00FF00C0", + "terminal.ansi.dim_black":"#00FF0040", + "terminal.ansi.dim_blue":"#00FF0040", + "terminal.ansi.dim_cyan":"#00FF0040", + "terminal.ansi.dim_green":"#00FF0040", + "terminal.ansi.dim_magenta":"#00FF0040", + "terminal.ansi.dim_red":"#00FF0040", + "terminal.ansi.dim_white":"#00FF0040", + "terminal.ansi.dim_yellow":"#00FF0040", + "terminal.background":"#000000", + "terminal.bright_foreground":"#00FF00", + "terminal.dim_foreground":"#00FF0040", + "terminal.foreground":"#00FF00", + "text":"#00FF0090", + "text.accent":"#00FF00", + "text.disabled":"#00FF0040", + "text.muted":"#00FF00", + "text.placeholder":"#00FF00", + "title_bar.background":"#000000", + "title_bar.foreground":"#00FF00", + "toolbar.background":"#00FF0000", + "unreachable":"#00FF00", + "unreachable.background":"#00FF0030", + "unreachable.border":"#00FF00C0", + "warning":"#00FF00", + "warning.background":"#00FF0030", + "warning.border":"#00FF00", + "syntax":{ + "attribute":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Dark II", + "appearance":"dark", + "style":{ + "background":"#000000", + "border":"#00FF0040", + "border.disabled":"#00FF0040", + "border.focused":"#00FF00", + "border.selected":"#00FF00", + "border.transparent":"#00FF0000", + "border.variant":"#00FF0080", + "conflict":"#00FF00", + "conflict.background":"#00FF0040", + "conflict.border":"#00FF00", + "created":"#00FF00", + "created.background":"#00FF0040", + "created.border":"#00FF00C0", + "deleted":"#00FF00", + "deleted.background":"#00FF0040", + "deleted.border":"#00FF00C0", + "drop_target.background":"#00FF0000", + "editor.active_line.background":"#00FF0030", + "editor.active_line_number":"#00FF00", + "editor.active_wrap_guide":"#00FF0030", + "editor.background":"#000000", + "editor.document_highlight.read_background":"#00FF0030", + "editor.document_highlight.write_background":"#00FF0030", + "editor.foreground":"#00FF00", + "editor.gutter.background":"#00FF0000", + "editor.highlighted_line.background":"#00FF0030", + "editor.invisible":"#00FF0030", + "editor.line_number":"#00FF0040", + "editor.subheader.background":"#00FF00", + "editor.wrap_guide":"#00FF00", + "element.active":"#00FF00C0", + "element.background":"#00FF0040", + "element.disabled":"#00FF0000", + "element.hover":"#00FF0040", + "element.selected":"#00FF0080", + "elevated_surface.background":"#000000", + "error":"#00FF00", + "error.background":"#000000", + "error.border":"#00FF00", + "ghost_element.active":"#00FF0080", + "ghost_element.background":"#00FF0000", + "ghost_element.disabled":"#00000030", + "ghost_element.hover":"#00FF0040", + "ghost_element.selected":"#00000030", + "hidden":"#00FF00", + "hidden.background":"#00000030", + "hidden.border":"#00FF0080", + "hint":"#00FF00", + "hint.background":"#00000030", + "hint.border":"#00FF00", + "icon":"#00FF00", + "icon.accent":"#00FF00", + "icon.disabled":"#00000030", + "icon.muted":"#00FF00", + "icon.placeholder":"#00FF00", + "ignored":"#00FF0040", + "ignored.background":"#00FF0030", + "ignored.border":"#00FF0080", + "info":"#00FF0080", + "info.background":"#00FF0030", + "info.border":"#00FF00", + "link_text.hover":"#00FF00", + "modified":"#00FF00", + "modified.background":"#00FF0030", + "modified.border":"#00FF00C0", + "pane.focused_border":"#00FF0080", + "panel.background":"#000000", + "panel.focused_border":"#00FF0080", + "players":[ + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + }, + { + "background":"#00FF00", + "cursor":"#00FF00", + "selection":"#00FF0020" + } + ], + "predictive":"#00FF00", + "predictive.background":"#00FF0030", + "predictive.border":"#00FF0080", + "renamed":"#00FF00", + "renamed.background":"#00FF0030", + "renamed.border":"#00FF0080", + "scrollbar.thumb.border":"#00FF0080", + "scrollbar.thumb.hover_background":"#00FF00", + "scrollbar.track.background":"#00FF0010", + "scrollbar.track.border":"#00FF0010", + "scrollbar_thumb.background":"#00FF00C0", + "search.match_background":"#00FF0080", + "status_bar.background":"#000000", + "status_bar.foreground":"#00FF00", + "success":"#00FF00", + "success.background":"#00FF0030", + "success.border":"#00FF00", + "surface.background":"#00FF0030", + "tab.active_background":"#000000", + "tab.inactive_background":"#00000030", + "tab.active_foreground":"#00FF00", + "tab_bar.background":"#000000", + "terminal.ansi.bright_black":"#00FF00", + "terminal.ansi.bright_blue":"#00FF00", + "terminal.ansi.bright_cyan":"#00FF00", + "terminal.ansi.bright_green":"#00FF00", + "terminal.ansi.bright_magenta":"#00FF00", + "terminal.ansi.bright_red":"#00FF00", + "terminal.ansi.bright_white":"#00FF00", + "terminal.ansi.bright_yellow":"#00FF00", + "terminal.ansi.black":"#00FF00C0", + "terminal.ansi.blue":"#00FF00C0", + "terminal.ansi.cyan":"#00FF00C0", + "terminal.ansi.green":"#00FF00C0", + "terminal.ansi.magenta":"#00FF00C0", + "terminal.ansi.red":"#00FF00C0", + "terminal.ansi.white":"#00FF00C0", + "terminal.ansi.yellow":"#00FF00C0", + "terminal.ansi.dim_black":"#00FF0040", + "terminal.ansi.dim_blue":"#00FF0040", + "terminal.ansi.dim_cyan":"#00FF0040", + "terminal.ansi.dim_green":"#00FF0040", + "terminal.ansi.dim_magenta":"#00FF0040", + "terminal.ansi.dim_red":"#00FF0040", + "terminal.ansi.dim_white":"#00FF0040", + "terminal.ansi.dim_yellow":"#00FF0040", + "terminal.background":"#000000", + "terminal.bright_foreground":"#00FF00", + "terminal.dim_foreground":"#00FF0040", + "terminal.foreground":"#00FF00", + "text":"#00FF0090", + "text.accent":"#00FF00", + "text.disabled":"#00FF0040", + "text.muted":"#00FF00", + "text.placeholder":"#00FF00", + "title_bar.background":"#000000", + "title_bar.foreground":"#00FF00", + "toolbar.background":"#00FF0000", + "unreachable":"#00FF00", + "unreachable.background":"#00FF0030", + "unreachable.border":"#00FF00C0", + "warning":"#00FF00", + "warning.background":"#00FF0030", + "warning.border":"#00FF00", + "syntax":{ + "attribute":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Dark P1", + "appearance":"dark", + "style":{ + "background":"#000000", + "border":"#00FF0040", + "border.disabled":"#00FF0040", + "border.focused":"#00FF00", + "border.selected":"#00FF00", + "border.transparent":"#00FF0000", + "border.variant":"#00FF0080", + "conflict":"#00FF00", + "conflict.background":"#00FF0040", + "conflict.border":"#00FF00", + "created":"#00FF00", + "created.background":"#00FF0040", + "created.border":"#00FF00C0", + "deleted":"#00FF00", + "deleted.background":"#00FF0040", + "deleted.border":"#00FF00C0", + "drop_target.background":"#00FF0000", + "editor.active_line.background":"#00FF0030", + "editor.active_line_number":"#00FF00", + "editor.active_wrap_guide":"#00FF0030", + "editor.background":"#000000", + "editor.document_highlight.read_background":"#00FF0030", + "editor.document_highlight.write_background":"#00FF0030", + "editor.foreground":"#00FF00", + "editor.gutter.background":"#00FF0000", + "editor.highlighted_line.background":"#00FF0030", + "editor.invisible":"#00FF0030", + "editor.line_number":"#00FF0040", + "editor.subheader.background":"#00FF00", + "editor.wrap_guide":"#00FF00", + "element.active":"#00FF00C0", + "element.background":"#00FF0040", + "element.disabled":"#00FF0000", + "element.hover":"#00FF0040", + "element.selected":"#00FF0080", + "elevated_surface.background":"#000000", + "error":"#00FF00", + "error.background":"#000000", + "error.border":"#00FF00", + "ghost_element.active":"#00FF0080", + "ghost_element.background":"#00FF0000", + "ghost_element.disabled":"#00000030", + "ghost_element.hover":"#00FF0040", + "ghost_element.selected":"#00000030", + "hidden":"#00FF00", + "hidden.background":"#00000030", + "hidden.border":"#00FF0080", + "hint":"#00FF00", + "hint.background":"#00000030", + "hint.border":"#00FF00", + "icon":"#00FF00", + "icon.accent":"#00FF00", + "icon.disabled":"#00000030", + "icon.muted":"#00FF00", + "icon.placeholder":"#00FF00", + "ignored":"#00FF0040", + "ignored.background":"#00FF0030", + "ignored.border":"#00FF0080", + "info":"#00FF0080", + "info.background":"#00FF0030", + "info.border":"#00FF00", + "link_text.hover":"#00FF00", + "modified":"#00FF00", + "modified.background":"#00FF0030", + "modified.border":"#00FF00C0", + "pane.focused_border":"#00FF0080", + "panel.background":"#00FF0030", + "panel.focused_border":"#00FF0080", + "players":[ + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + } + ], + "predictive":"#00FF00", + "predictive.background":"#00FF0030", + "predictive.border":"#00FF0080", + "renamed":"#00FF00", + "renamed.background":"#00FF0030", + "renamed.border":"#00FF0080", + "scrollbar.thumb.border":"#00FF0080", + "scrollbar.thumb.hover_background":"#00FF00", + "scrollbar.track.background":"#00FF0010", + "scrollbar.track.border":"#00FF0010", + "scrollbar_thumb.background":"#00FF00C0", + "search.match_background":"#00FF0080", + "status_bar.background":"#00FF0030", + "status_bar.foreground":"#00FF00", + "success":"#00FF00", + "success.background":"#00FF0030", + "success.border":"#00FF00", + "surface.background":"#00FF0030", + "tab.active_background":"#000000", + "tab.inactive_background":"#00000030", + "tab.active_foreground":"#00FF00", + "tab_bar.background":"#00FF0030", + "terminal.ansi.bright_black":"#00FF00", + "terminal.ansi.bright_blue":"#00FF00", + "terminal.ansi.bright_cyan":"#00FF00", + "terminal.ansi.bright_green":"#00FF00", + "terminal.ansi.bright_magenta":"#00FF00", + "terminal.ansi.bright_red":"#00FF00", + "terminal.ansi.bright_white":"#00FF00", + "terminal.ansi.bright_yellow":"#00FF00", + "terminal.ansi.black":"#00FF00C0", + "terminal.ansi.blue":"#00FF00C0", + "terminal.ansi.cyan":"#00FF00C0", + "terminal.ansi.green":"#00FF00C0", + "terminal.ansi.magenta":"#00FF00C0", + "terminal.ansi.red":"#00FF00C0", + "terminal.ansi.white":"#00FF00C0", + "terminal.ansi.yellow":"#00FF00C0", + "terminal.ansi.dim_black":"#00FF0040", + "terminal.ansi.dim_blue":"#00FF0040", + "terminal.ansi.dim_cyan":"#00FF0040", + "terminal.ansi.dim_green":"#00FF0040", + "terminal.ansi.dim_magenta":"#00FF0040", + "terminal.ansi.dim_red":"#00FF0040", + "terminal.ansi.dim_white":"#00FF0040", + "terminal.ansi.dim_yellow":"#00FF0040", + "terminal.background":"#000000", + "terminal.bright_foreground":"#00FF00", + "terminal.dim_foreground":"#00FF0040", + "terminal.foreground":"#00FF00", + "text":"#00FF0090", + "text.accent":"#00FF00", + "text.disabled":"#00FF0040", + "text.muted":"#00FF00", + "text.placeholder":"#00FF00", + "title_bar.background":"#00FF0030", + "title_bar.foreground":"#00FF00", + "toolbar.background":"#00FF0000", + "unreachable":"#00FF00", + "unreachable.background":"#00FF0030", + "unreachable.border":"#00FF00C0", + "warning":"#00FF00", + "warning.background":"#00FF0030", + "warning.border":"#00FF00", + "syntax":{ + "attribute":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Dark P31", + "appearance":"dark", + "style":{ + "background":"#000000", + "border":"#7FFF0040", + "border.disabled":"#7FFF0040", + "border.focused":"#7FFF00", + "border.selected":"#7FFF00", + "border.transparent":"#7FFF0000", + "border.variant":"#7FFF0080", + "conflict":"#7FFF00", + "conflict.background":"#7FFF0040", + "conflict.border":"#7FFF00", + "created":"#7FFF00", + "created.background":"#7FFF0040", + "created.border":"#7FFF00C0", + "deleted":"#7FFF00", + "deleted.background":"#7FFF0040", + "deleted.border":"#7FFF00C0", + "drop_target.background":"#7FFF0000", + "editor.active_line.background":"#7FFF0030", + "editor.active_line_number":"#7FFF00", + "editor.active_wrap_guide":"#7FFF0030", + "editor.background":"#000000", + "editor.document_highlight.read_background":"#7FFF0030", + "editor.document_highlight.write_background":"#7FFF0030", + "editor.foreground":"#7FFF00", + "editor.gutter.background":"#7FFF0000", + "editor.highlighted_line.background":"#7FFF0030", + "editor.invisible":"#7FFF0030", + "editor.line_number":"#7FFF0040", + "editor.subheader.background":"#7FFF00", + "editor.wrap_guide":"#7FFF00", + "element.active":"#7FFF00C0", + "element.background":"#7FFF0040", + "element.disabled":"#7FFF0000", + "element.hover":"#7FFF0040", + "element.selected":"#7FFF0080", + "elevated_surface.background":"#000000", + "error":"#7FFF00", + "error.background":"#000000", + "error.border":"#7FFF00", + "ghost_element.active":"#7FFF0080", + "ghost_element.background":"#7FFF0000", + "ghost_element.disabled":"#00000030", + "ghost_element.hover":"#7FFF0040", + "ghost_element.selected":"#00000030", + "hidden":"#7FFF00", + "hidden.background":"#00000030", + "hidden.border":"#7FFF0080", + "hint":"#7FFF00", + "hint.background":"#00000030", + "hint.border":"#7FFF00", + "icon":"#7FFF00", + "icon.accent":"#7FFF00", + "icon.disabled":"#00000030", + "icon.muted":"#7FFF00", + "icon.placeholder":"#7FFF00", + "ignored":"#7FFF0040", + "ignored.background":"#7FFF0030", + "ignored.border":"#7FFF0080", + "info":"#7FFF0080", + "info.background":"#7FFF0030", + "info.border":"#7FFF00", + "link_text.hover":"#7FFF00", + "modified":"#7FFF00", + "modified.background":"#7FFF0030", + "modified.border":"#7FFF00C0", + "pane.focused_border":"#7FFF0080", + "panel.background":"#7FFF0030", + "panel.focused_border":"#7FFF0080", + "players":[ + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + } + ], + "predictive":"#7FFF00", + "predictive.background":"#7FFF0030", + "predictive.border":"#7FFF0080", + "renamed":"#7FFF00", + "renamed.background":"#7FFF0030", + "renamed.border":"#7FFF0080", + "scrollbar.thumb.border":"#7FFF0080", + "scrollbar.thumb.hover_background":"#7FFF00", + "scrollbar.track.background":"#7FFF0010", + "scrollbar.track.border":"#7FFF0010", + "scrollbar_thumb.background":"#7FFF00C0", + "search.match_background":"#7FFF0080", + "status_bar.background":"#7FFF0030", + "status_bar.foreground":"#7FFF00", + "success":"#7FFF00", + "success.background":"#7FFF0030", + "success.border":"#7FFF00", + "surface.background":"#7FFF0030", + "tab.active_background":"#000000", + "tab.inactive_background":"#00000030", + "tab.active_foreground":"#7FFF00", + "tab_bar.background":"#7FFF0030", + "terminal.ansi.bright_black":"#7FFF00", + "terminal.ansi.bright_blue":"#7FFF00", + "terminal.ansi.bright_cyan":"#7FFF00", + "terminal.ansi.bright_green":"#7FFF00", + "terminal.ansi.bright_magenta":"#7FFF00", + "terminal.ansi.bright_red":"#7FFF00", + "terminal.ansi.bright_white":"#7FFF00", + "terminal.ansi.bright_yellow":"#7FFF00", + "terminal.ansi.black":"#7FFF00C0", + "terminal.ansi.blue":"#7FFF00C0", + "terminal.ansi.cyan":"#7FFF00C0", + "terminal.ansi.green":"#7FFF00C0", + "terminal.ansi.magenta":"#7FFF00C0", + "terminal.ansi.red":"#7FFF00C0", + "terminal.ansi.white":"#7FFF00C0", + "terminal.ansi.yellow":"#7FFF00C0", + "terminal.ansi.dim_black":"#7FFF0040", + "terminal.ansi.dim_blue":"#7FFF0040", + "terminal.ansi.dim_cyan":"#7FFF0040", + "terminal.ansi.dim_green":"#7FFF0040", + "terminal.ansi.dim_magenta":"#7FFF0040", + "terminal.ansi.dim_red":"#7FFF0040", + "terminal.ansi.dim_white":"#7FFF0040", + "terminal.ansi.dim_yellow":"#7FFF0040", + "terminal.background":"#000000", + "terminal.bright_foreground":"#7FFF00", + "terminal.dim_foreground":"#7FFF0040", + "terminal.foreground":"#7FFF00", + "text":"#7FFF0090", + "text.accent":"#7FFF00", + "text.disabled":"#7FFF0040", + "text.muted":"#7FFF00", + "text.placeholder":"#7FFF00", + "title_bar.background":"#7FFF0030", + "title_bar.foreground":"#7FFF00", + "toolbar.background":"#7FFF0000", + "unreachable":"#7FFF00", + "unreachable.background":"#7FFF0030", + "unreachable.border":"#7FFF00C0", + "warning":"#7FFF00", + "warning.background":"#7FFF0030", + "warning.border":"#7FFF00", + "syntax":{ + "attribute":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Dark P39 I", + "appearance":"dark", + "style":{ + "background":"#000000", + "border":"#00B40040", + "border.disabled":"#00B40040", + "border.focused":"#00B400", + "border.selected":"#00B400", + "border.transparent":"#00B40000", + "border.variant":"#00B40080", + "conflict":"#00B400", + "conflict.background":"#00B40040", + "conflict.border":"#00B400", + "created":"#00B400", + "created.background":"#00B40040", + "created.border":"#00B400C0", + "deleted":"#00B400", + "deleted.background":"#00B40040", + "deleted.border":"#00B400C0", + "drop_target.background":"#00B40000", + "editor.active_line.background":"#00B40030", + "editor.active_line_number":"#00B400", + "editor.active_wrap_guide":"#00B40030", + "editor.background":"#000000", + "editor.document_highlight.read_background":"#00B40030", + "editor.document_highlight.write_background":"#00B40030", + "editor.foreground":"#00B400", + "editor.gutter.background":"#00B40000", + "editor.highlighted_line.background":"#00B40030", + "editor.invisible":"#00B40030", + "editor.line_number":"#00B40040", + "editor.subheader.background":"#00B400", + "editor.wrap_guide":"#00B400", + "element.active":"#00B400C0", + "element.background":"#00B40040", + "element.disabled":"#00B40000", + "element.hover":"#00B40040", + "element.selected":"#00B40080", + "elevated_surface.background":"#000000", + "error":"#00B400", + "error.background":"#000000", + "error.border":"#00B400", + "ghost_element.active":"#00B40080", + "ghost_element.background":"#00B40000", + "ghost_element.disabled":"#00000030", + "ghost_element.hover":"#00B40040", + "ghost_element.selected":"#00000030", + "hidden":"#00B400", + "hidden.background":"#00000030", + "hidden.border":"#00B40080", + "hint":"#00B400", + "hint.background":"#00000030", + "hint.border":"#00B400", + "icon":"#00B400", + "icon.accent":"#00B400", + "icon.disabled":"#00000030", + "icon.muted":"#00B400", + "icon.placeholder":"#00B400", + "ignored":"#00B40040", + "ignored.background":"#00B40030", + "ignored.border":"#00B40080", + "info":"#00B40080", + "info.background":"#00B40030", + "info.border":"#00B400", + "link_text.hover":"#00B400", + "modified":"#00B400", + "modified.background":"#00B40030", + "modified.border":"#00B400C0", + "pane.focused_border":"#00B40080", + "panel.background":"#00B40030", + "panel.focused_border":"#00B40080", + "players":[ + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + } + ], + "predictive":"#00B400", + "predictive.background":"#00B40030", + "predictive.border":"#00B40080", + "renamed":"#00B400", + "renamed.background":"#00B40030", + "renamed.border":"#00B40080", + "scrollbar.thumb.border":"#00B40080", + "scrollbar.thumb.hover_background":"#00B400", + "scrollbar.track.background":"#00B40010", + "scrollbar.track.border":"#00B40010", + "scrollbar_thumb.background":"#00B400C0", + "search.match_background":"#00B40080", + "status_bar.background":"#00B40030", + "status_bar.foreground":"#00B400", + "success":"#00B400", + "success.background":"#00B40030", + "success.border":"#00B400", + "surface.background":"#00B40030", + "tab.active_background":"#000000", + "tab.inactive_background":"#00000030", + "tab.active_foreground":"#00B400", + "tab_bar.background":"#00B40030", + "terminal.ansi.bright_black":"#00B400", + "terminal.ansi.bright_blue":"#00B400", + "terminal.ansi.bright_cyan":"#00B400", + "terminal.ansi.bright_green":"#00B400", + "terminal.ansi.bright_magenta":"#00B400", + "terminal.ansi.bright_red":"#00B400", + "terminal.ansi.bright_white":"#00B400", + "terminal.ansi.bright_yellow":"#00B400", + "terminal.ansi.black":"#00B400C0", + "terminal.ansi.blue":"#00B400C0", + "terminal.ansi.cyan":"#00B400C0", + "terminal.ansi.green":"#00B400C0", + "terminal.ansi.magenta":"#00B400C0", + "terminal.ansi.red":"#00B400C0", + "terminal.ansi.white":"#00B400C0", + "terminal.ansi.yellow":"#00B400C0", + "terminal.ansi.dim_black":"#00B40040", + "terminal.ansi.dim_blue":"#00B40040", + "terminal.ansi.dim_cyan":"#00B40040", + "terminal.ansi.dim_green":"#00B40040", + "terminal.ansi.dim_magenta":"#00B40040", + "terminal.ansi.dim_red":"#00B40040", + "terminal.ansi.dim_white":"#00B40040", + "terminal.ansi.dim_yellow":"#00B40040", + "terminal.background":"#000000", + "terminal.bright_foreground":"#00B400", + "terminal.dim_foreground":"#00B40040", + "terminal.foreground":"#00B400", + "text":"#00B40090", + "text.accent":"#00B400", + "text.disabled":"#00B40040", + "text.muted":"#00B400", + "text.placeholder":"#00B400", + "title_bar.background":"#00B40030", + "title_bar.foreground":"#00B400", + "toolbar.background":"#00B40000", + "unreachable":"#00B400", + "unreachable.background":"#00B40030", + "unreachable.border":"#00B400C0", + "warning":"#00B400", + "warning.background":"#00B40030", + "warning.border":"#00B400", + "syntax":{ + "attribute":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Dark P39 II", + "appearance":"dark", + "style":{ + "background":"#000000", + "border":"#00640040", + "border.disabled":"#00640040", + "border.focused":"#006400", + "border.selected":"#006400", + "border.transparent":"#00640000", + "border.variant":"#00640080", + "conflict":"#006400", + "conflict.background":"#00640040", + "conflict.border":"#006400", + "created":"#006400", + "created.background":"#00640040", + "created.border":"#006400C0", + "deleted":"#006400", + "deleted.background":"#00640040", + "deleted.border":"#006400C0", + "drop_target.background":"#00640000", + "editor.active_line.background":"#00640030", + "editor.active_line_number":"#006400", + "editor.active_wrap_guide":"#00640030", + "editor.background":"#000000", + "editor.document_highlight.read_background":"#00640030", + "editor.document_highlight.write_background":"#00640030", + "editor.foreground":"#006400", + "editor.gutter.background":"#00640000", + "editor.highlighted_line.background":"#00640030", + "editor.invisible":"#00640030", + "editor.line_number":"#00640040", + "editor.subheader.background":"#006400", + "editor.wrap_guide":"#006400", + "element.active":"#006400C0", + "element.background":"#00640040", + "element.disabled":"#00640000", + "element.hover":"#00640040", + "element.selected":"#00640080", + "elevated_surface.background":"#000000", + "error":"#006400", + "error.background":"#000000", + "error.border":"#006400", + "ghost_element.active":"#00640080", + "ghost_element.background":"#00640000", + "ghost_element.disabled":"#00000030", + "ghost_element.hover":"#00640040", + "ghost_element.selected":"#00000030", + "hidden":"#006400", + "hidden.background":"#00000030", + "hidden.border":"#00640080", + "hint":"#006400", + "hint.background":"#00000030", + "hint.border":"#006400", + "icon":"#006400", + "icon.accent":"#006400", + "icon.disabled":"#00000030", + "icon.muted":"#006400", + "icon.placeholder":"#006400", + "ignored":"#00640040", + "ignored.background":"#00640030", + "ignored.border":"#00640080", + "info":"#00640080", + "info.background":"#00640030", + "info.border":"#006400", + "link_text.hover":"#006400", + "modified":"#006400", + "modified.background":"#00640030", + "modified.border":"#006400C0", + "pane.focused_border":"#00640080", + "panel.background":"#00640030", + "panel.focused_border":"#00640080", + "players":[ + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + } + ], + "predictive":"#006400", + "predictive.background":"#00640030", + "predictive.border":"#00640080", + "renamed":"#006400", + "renamed.background":"#00640030", + "renamed.border":"#00640080", + "scrollbar.thumb.border":"#00640080", + "scrollbar.thumb.hover_background":"#006400", + "scrollbar.track.background":"#00640010", + "scrollbar.track.border":"#00640010", + "scrollbar_thumb.background":"#006400C0", + "search.match_background":"#00640080", + "status_bar.background":"#00640030", + "status_bar.foreground":"#006400", + "success":"#006400", + "success.background":"#00640030", + "success.border":"#006400", + "surface.background":"#00640030", + "tab.active_background":"#000000", + "tab.inactive_background":"#00000030", + "tab.active_foreground":"#006400", + "tab_bar.background":"#00640030", + "terminal.ansi.bright_black":"#006400", + "terminal.ansi.bright_blue":"#006400", + "terminal.ansi.bright_cyan":"#006400", + "terminal.ansi.bright_green":"#006400", + "terminal.ansi.bright_magenta":"#006400", + "terminal.ansi.bright_red":"#006400", + "terminal.ansi.bright_white":"#006400", + "terminal.ansi.bright_yellow":"#006400", + "terminal.ansi.black":"#006400C0", + "terminal.ansi.blue":"#006400C0", + "terminal.ansi.cyan":"#006400C0", + "terminal.ansi.green":"#006400C0", + "terminal.ansi.magenta":"#006400C0", + "terminal.ansi.red":"#006400C0", + "terminal.ansi.white":"#006400C0", + "terminal.ansi.yellow":"#006400C0", + "terminal.ansi.dim_black":"#00640040", + "terminal.ansi.dim_blue":"#00640040", + "terminal.ansi.dim_cyan":"#00640040", + "terminal.ansi.dim_green":"#00640040", + "terminal.ansi.dim_magenta":"#00640040", + "terminal.ansi.dim_red":"#00640040", + "terminal.ansi.dim_white":"#00640040", + "terminal.ansi.dim_yellow":"#00640040", + "terminal.background":"#000000", + "terminal.bright_foreground":"#006400", + "terminal.dim_foreground":"#00640040", + "terminal.foreground":"#006400", + "text":"#00640090", + "text.accent":"#006400", + "text.disabled":"#00640040", + "text.muted":"#006400", + "text.placeholder":"#006400", + "title_bar.background":"#00640030", + "title_bar.foreground":"#006400", + "toolbar.background":"#00640000", + "unreachable":"#006400", + "unreachable.background":"#00640030", + "unreachable.border":"#006400C0", + "warning":"#006400", + "warning.background":"#00640030", + "warning.border":"#006400", + "syntax":{ + "attribute":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00000080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Light", + "appearance":"light", + "style":{ + "background":"#00FF00", + "border":"#00000040", + "border.disabled":"#00000040", + "border.focused":"#000000", + "border.selected":"#000000", + "border.transparent":"#00000000", + "border.variant":"#00000080", + "conflict":"#000000", + "conflict.background":"#00000040", + "conflict.border":"#000000", + "created":"#000000", + "created.background":"#00000040", + "created.border":"#000000C0", + "deleted":"#000000", + "deleted.background":"#00000040", + "deleted.border":"#000000C0", + "drop_target.background":"#00000000", + "editor.active_line.background":"#00000030", + "editor.active_line_number":"#000000", + "editor.active_wrap_guide":"#00000030", + "editor.background":"#00FF00", + "editor.document_highlight.read_background":"#00000030", + "editor.document_highlight.write_background":"#00000030", + "editor.foreground":"#000000", + "editor.gutter.background":"#00000000", + "editor.highlighted_line.background":"#00000030", + "editor.invisible":"#00000030", + "editor.line_number":"#00000040", + "editor.subheader.background":"#000000", + "editor.wrap_guide":"#000000", + "element.active":"#000000C0", + "element.background":"#00000040", + "element.disabled":"#00000000", + "element.hover":"#00000040", + "element.selected":"#00000080", + "elevated_surface.background":"#00FF00", + "error":"#000000", + "error.background":"#00FF00", + "error.border":"#000000", + "ghost_element.active":"#00000080", + "ghost_element.background":"#00000000", + "ghost_element.disabled":"#00FF0030", + "ghost_element.hover":"#00000040", + "ghost_element.selected":"#00FF0030", + "hidden":"#000000", + "hidden.background":"#00FF0030", + "hidden.border":"#00000080", + "hint":"#000000", + "hint.background":"#00FF0030", + "hint.border":"#000000", + "icon":"#000000", + "icon.accent":"#000000", + "icon.disabled":"#00FF0030", + "icon.muted":"#000000", + "icon.placeholder":"#000000", + "ignored":"#00000040", + "ignored.background":"#00000030", + "ignored.border":"#00000080", + "info":"#00000080", + "info.background":"#00000030", + "info.border":"#000000", + "link_text.hover":"#000000", + "modified":"#000000", + "modified.background":"#00000030", + "modified.border":"#000000C0", + "pane.focused_border":"#00000080", + "panel.background":"#00FF00", + "panel.focused_border":"#00000080", + "players":[ + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + }, + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + }, + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + }, + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + }, + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + }, + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + }, + { + "background":"#000000", + "cursor":"#000000", + "selection":"#00000020" + } + ], + "predictive":"#000000", + "predictive.background":"#00000030", + "predictive.border":"#00000080", + "renamed":"#000000", + "renamed.background":"#00000030", + "renamed.border":"#00000080", + "scrollbar.thumb.border":"#00000080", + "scrollbar.thumb.hover_background":"#000000", + "scrollbar.track.background":"#00000010", + "scrollbar.track.border":"#00000010", + "scrollbar_thumb.background":"#000000C0", + "search.match_background":"#00000080", + "status_bar.background":"#00FF00", + "status_bar.foreground":"#000000", + "success":"#000000", + "success.background":"#00000030", + "success.border":"#000000", + "surface.background":"#00000030", + "tab.active_background":"#00FF00", + "tab.inactive_background":"#00FF0030", + "tab.active_foreground":"#000000", + "tab_bar.background":"#00FF00", + "terminal.ansi.bright_black":"#000000", + "terminal.ansi.bright_blue":"#000000", + "terminal.ansi.bright_cyan":"#000000", + "terminal.ansi.bright_green":"#000000", + "terminal.ansi.bright_magenta":"#000000", + "terminal.ansi.bright_red":"#000000", + "terminal.ansi.bright_white":"#000000", + "terminal.ansi.bright_yellow":"#000000", + "terminal.ansi.black":"#000000C0", + "terminal.ansi.blue":"#000000C0", + "terminal.ansi.cyan":"#000000C0", + "terminal.ansi.green":"#000000C0", + "terminal.ansi.magenta":"#000000C0", + "terminal.ansi.red":"#000000C0", + "terminal.ansi.white":"#000000C0", + "terminal.ansi.yellow":"#000000C0", + "terminal.ansi.dim_black":"#00000040", + "terminal.ansi.dim_blue":"#00000040", + "terminal.ansi.dim_cyan":"#00000040", + "terminal.ansi.dim_green":"#00000040", + "terminal.ansi.dim_magenta":"#00000040", + "terminal.ansi.dim_red":"#00000040", + "terminal.ansi.dim_white":"#00000040", + "terminal.ansi.dim_yellow":"#00000040", + "terminal.background":"#00FF00", + "terminal.bright_foreground":"#000000", + "terminal.dim_foreground":"#00000040", + "terminal.foreground":"#000000", + "text":"#00000090", + "text.accent":"#000000", + "text.disabled":"#00000040", + "text.muted":"#000000", + "text.placeholder":"#000000", + "title_bar.background":"#00FF00", + "title_bar.foreground":"#000000", + "toolbar.background":"#00000000", + "unreachable":"#000000", + "unreachable.background":"#00000030", + "unreachable.border":"#000000C0", + "warning":"#000000", + "warning.background":"#00000030", + "warning.border":"#000000", + "syntax":{ + "attribute":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00FF0080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00FF0080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#000000", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Light P1", + "appearance":"light", + "style":{ + "background":"#006400", + "border":"#00FF0040", + "border.disabled":"#00FF0040", + "border.focused":"#00FF00", + "border.selected":"#00FF00", + "border.transparent":"#00FF0000", + "border.variant":"#00FF0080", + "conflict":"#00FF00", + "conflict.background":"#00FF0040", + "conflict.border":"#00FF00", + "created":"#00FF00", + "created.background":"#00FF0040", + "created.border":"#00FF00C0", + "deleted":"#00FF00", + "deleted.background":"#00FF0040", + "deleted.border":"#00FF00C0", + "drop_target.background":"#00FF0000", + "editor.active_line.background":"#00FF0030", + "editor.active_line_number":"#00FF00", + "editor.active_wrap_guide":"#00FF0030", + "editor.background":"#006400", + "editor.document_highlight.read_background":"#00FF0030", + "editor.document_highlight.write_background":"#00FF0030", + "editor.foreground":"#00FF00", + "editor.gutter.background":"#00FF0000", + "editor.highlighted_line.background":"#00FF0030", + "editor.invisible":"#00FF0030", + "editor.line_number":"#00FF0040", + "editor.subheader.background":"#00FF00", + "editor.wrap_guide":"#00FF00", + "element.active":"#00FF00C0", + "element.background":"#00FF0040", + "element.disabled":"#00FF0000", + "element.hover":"#00FF0040", + "element.selected":"#00FF0080", + "elevated_surface.background":"#006400", + "error":"#00FF00", + "error.background":"#006400", + "error.border":"#00FF00", + "ghost_element.active":"#00FF0080", + "ghost_element.background":"#00FF0000", + "ghost_element.disabled":"#00640030", + "ghost_element.hover":"#00FF0040", + "ghost_element.selected":"#00640030", + "hidden":"#00FF00", + "hidden.background":"#00640030", + "hidden.border":"#00FF0080", + "hint":"#00FF00", + "hint.background":"#00640030", + "hint.border":"#00FF00", + "icon":"#00FF00", + "icon.accent":"#00FF00", + "icon.disabled":"#00640030", + "icon.muted":"#00FF00", + "icon.placeholder":"#00FF00", + "ignored":"#00FF0040", + "ignored.background":"#00FF0030", + "ignored.border":"#00FF0080", + "info":"#00FF0080", + "info.background":"#00FF0030", + "info.border":"#00FF00", + "link_text.hover":"#00FF00", + "modified":"#00FF00", + "modified.background":"#00FF0030", + "modified.border":"#00FF00C0", + "pane.focused_border":"#00FF0080", + "panel.background":"#00FF0030", + "panel.focused_border":"#00FF0080", + "players":[ + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + }, + { + "background":"#00FF00C0", + "cursor":"#00FF00", + "selection":"#00FF0030" + } + ], + "predictive":"#00FF00", + "predictive.background":"#00FF0030", + "predictive.border":"#00FF0080", + "renamed":"#00FF00", + "renamed.background":"#00FF0030", + "renamed.border":"#00FF0080", + "scrollbar.thumb.border":"#00FF0080", + "scrollbar.thumb.hover_background":"#00FF00", + "scrollbar.track.background":"#00FF0010", + "scrollbar.track.border":"#00FF0010", + "scrollbar_thumb.background":"#00FF00C0", + "search.match_background":"#00FF0080", + "status_bar.background":"#00FF0030", + "status_bar.foreground":"#00FF00", + "success":"#00FF00", + "success.background":"#00FF0030", + "success.border":"#00FF00", + "surface.background":"#00FF0030", + "tab.active_background":"#006400", + "tab.inactive_background":"#00640030", + "tab.active_foreground":"#00FF00", + "tab_bar.background":"#00FF0030", + "terminal.ansi.bright_black":"#00FF00", + "terminal.ansi.bright_blue":"#00FF00", + "terminal.ansi.bright_cyan":"#00FF00", + "terminal.ansi.bright_green":"#00FF00", + "terminal.ansi.bright_magenta":"#00FF00", + "terminal.ansi.bright_red":"#00FF00", + "terminal.ansi.bright_white":"#00FF00", + "terminal.ansi.bright_yellow":"#00FF00", + "terminal.ansi.black":"#00FF00C0", + "terminal.ansi.blue":"#00FF00C0", + "terminal.ansi.cyan":"#00FF00C0", + "terminal.ansi.green":"#00FF00C0", + "terminal.ansi.magenta":"#00FF00C0", + "terminal.ansi.red":"#00FF00C0", + "terminal.ansi.white":"#00FF00C0", + "terminal.ansi.yellow":"#00FF00C0", + "terminal.ansi.dim_black":"#00FF0040", + "terminal.ansi.dim_blue":"#00FF0040", + "terminal.ansi.dim_cyan":"#00FF0040", + "terminal.ansi.dim_green":"#00FF0040", + "terminal.ansi.dim_magenta":"#00FF0040", + "terminal.ansi.dim_red":"#00FF0040", + "terminal.ansi.dim_white":"#00FF0040", + "terminal.ansi.dim_yellow":"#00FF0040", + "terminal.background":"#006400", + "terminal.bright_foreground":"#00FF00", + "terminal.dim_foreground":"#00FF0040", + "terminal.foreground":"#00FF00", + "text":"#00FF0090", + "text.accent":"#00FF00", + "text.disabled":"#00FF0040", + "text.muted":"#00FF00", + "text.placeholder":"#00FF00", + "title_bar.background":"#00FF0030", + "title_bar.foreground":"#00FF00", + "toolbar.background":"#00FF0000", + "unreachable":"#00FF00", + "unreachable.background":"#00FF0030", + "unreachable.border":"#00FF00C0", + "warning":"#00FF00", + "warning.background":"#00FF0030", + "warning.border":"#00FF00", + "syntax":{ + "attribute":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00640080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00640080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#00FF00", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Light P31", + "appearance":"light", + "style":{ + "background":"#006400", + "border":"#7FFF0040", + "border.disabled":"#7FFF0040", + "border.focused":"#7FFF00", + "border.selected":"#7FFF00", + "border.transparent":"#7FFF0000", + "border.variant":"#7FFF0080", + "conflict":"#7FFF00", + "conflict.background":"#7FFF0040", + "conflict.border":"#7FFF00", + "created":"#7FFF00", + "created.background":"#7FFF0040", + "created.border":"#7FFF00C0", + "deleted":"#7FFF00", + "deleted.background":"#7FFF0040", + "deleted.border":"#7FFF00C0", + "drop_target.background":"#7FFF0000", + "editor.active_line.background":"#7FFF0030", + "editor.active_line_number":"#7FFF00", + "editor.active_wrap_guide":"#7FFF0030", + "editor.background":"#006400", + "editor.document_highlight.read_background":"#7FFF0030", + "editor.document_highlight.write_background":"#7FFF0030", + "editor.foreground":"#7FFF00", + "editor.gutter.background":"#7FFF0000", + "editor.highlighted_line.background":"#7FFF0030", + "editor.invisible":"#7FFF0030", + "editor.line_number":"#7FFF0040", + "editor.subheader.background":"#7FFF00", + "editor.wrap_guide":"#7FFF00", + "element.active":"#7FFF00C0", + "element.background":"#7FFF0040", + "element.disabled":"#7FFF0000", + "element.hover":"#7FFF0040", + "element.selected":"#7FFF0080", + "elevated_surface.background":"#006400", + "error":"#7FFF00", + "error.background":"#006400", + "error.border":"#7FFF00", + "ghost_element.active":"#7FFF0080", + "ghost_element.background":"#7FFF0000", + "ghost_element.disabled":"#00640030", + "ghost_element.hover":"#7FFF0040", + "ghost_element.selected":"#00640030", + "hidden":"#7FFF00", + "hidden.background":"#00640030", + "hidden.border":"#7FFF0080", + "hint":"#7FFF00", + "hint.background":"#00640030", + "hint.border":"#7FFF00", + "icon":"#7FFF00", + "icon.accent":"#7FFF00", + "icon.disabled":"#00640030", + "icon.muted":"#7FFF00", + "icon.placeholder":"#7FFF00", + "ignored":"#7FFF0040", + "ignored.background":"#7FFF0030", + "ignored.border":"#7FFF0080", + "info":"#7FFF0080", + "info.background":"#7FFF0030", + "info.border":"#7FFF00", + "link_text.hover":"#7FFF00", + "modified":"#7FFF00", + "modified.background":"#7FFF0030", + "modified.border":"#7FFF00C0", + "pane.focused_border":"#7FFF0080", + "panel.background":"#7FFF0030", + "panel.focused_border":"#7FFF0080", + "players":[ + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + }, + { + "background":"#7FFF00C0", + "cursor":"#7FFF00", + "selection":"#7FFF0030" + } + ], + "predictive":"#7FFF00", + "predictive.background":"#7FFF0030", + "predictive.border":"#7FFF0080", + "renamed":"#7FFF00", + "renamed.background":"#7FFF0030", + "renamed.border":"#7FFF0080", + "scrollbar.thumb.border":"#7FFF0080", + "scrollbar.thumb.hover_background":"#7FFF00", + "scrollbar.track.background":"#7FFF0010", + "scrollbar.track.border":"#7FFF0010", + "scrollbar_thumb.background":"#7FFF00C0", + "search.match_background":"#7FFF0080", + "status_bar.background":"#7FFF0030", + "status_bar.foreground":"#7FFF00", + "success":"#7FFF00", + "success.background":"#7FFF0030", + "success.border":"#7FFF00", + "surface.background":"#7FFF0030", + "tab.active_background":"#006400", + "tab.inactive_background":"#00640030", + "tab.active_foreground":"#7FFF00", + "tab_bar.background":"#7FFF0030", + "terminal.ansi.bright_black":"#7FFF00", + "terminal.ansi.bright_blue":"#7FFF00", + "terminal.ansi.bright_cyan":"#7FFF00", + "terminal.ansi.bright_green":"#7FFF00", + "terminal.ansi.bright_magenta":"#7FFF00", + "terminal.ansi.bright_red":"#7FFF00", + "terminal.ansi.bright_white":"#7FFF00", + "terminal.ansi.bright_yellow":"#7FFF00", + "terminal.ansi.black":"#7FFF00C0", + "terminal.ansi.blue":"#7FFF00C0", + "terminal.ansi.cyan":"#7FFF00C0", + "terminal.ansi.green":"#7FFF00C0", + "terminal.ansi.magenta":"#7FFF00C0", + "terminal.ansi.red":"#7FFF00C0", + "terminal.ansi.white":"#7FFF00C0", + "terminal.ansi.yellow":"#7FFF00C0", + "terminal.ansi.dim_black":"#7FFF0040", + "terminal.ansi.dim_blue":"#7FFF0040", + "terminal.ansi.dim_cyan":"#7FFF0040", + "terminal.ansi.dim_green":"#7FFF0040", + "terminal.ansi.dim_magenta":"#7FFF0040", + "terminal.ansi.dim_red":"#7FFF0040", + "terminal.ansi.dim_white":"#7FFF0040", + "terminal.ansi.dim_yellow":"#7FFF0040", + "terminal.background":"#006400", + "terminal.bright_foreground":"#7FFF00", + "terminal.dim_foreground":"#7FFF0040", + "terminal.foreground":"#7FFF00", + "text":"#7FFF0090", + "text.accent":"#7FFF00", + "text.disabled":"#7FFF0040", + "text.muted":"#7FFF00", + "text.placeholder":"#7FFF00", + "title_bar.background":"#7FFF0030", + "title_bar.foreground":"#7FFF00", + "toolbar.background":"#7FFF0000", + "unreachable":"#7FFF00", + "unreachable.background":"#7FFF0030", + "unreachable.border":"#7FFF00C0", + "warning":"#7FFF00", + "warning.background":"#7FFF0030", + "warning.border":"#7FFF00", + "syntax":{ + "attribute":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00640080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00640080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#7FFF00", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Light P39 I", + "appearance":"light", + "style":{ + "background":"#006400", + "border":"#00B40040", + "border.disabled":"#00B40040", + "border.focused":"#00B400", + "border.selected":"#00B400", + "border.transparent":"#00B40000", + "border.variant":"#00B40080", + "conflict":"#00B400", + "conflict.background":"#00B40040", + "conflict.border":"#00B400", + "created":"#00B400", + "created.background":"#00B40040", + "created.border":"#00B400C0", + "deleted":"#00B400", + "deleted.background":"#00B40040", + "deleted.border":"#00B400C0", + "drop_target.background":"#00B40000", + "editor.active_line.background":"#00B40030", + "editor.active_line_number":"#00B400", + "editor.active_wrap_guide":"#00B40030", + "editor.background":"#006400", + "editor.document_highlight.read_background":"#00B40030", + "editor.document_highlight.write_background":"#00B40030", + "editor.foreground":"#00B400", + "editor.gutter.background":"#00B40000", + "editor.highlighted_line.background":"#00B40030", + "editor.invisible":"#00B40030", + "editor.line_number":"#00B40040", + "editor.subheader.background":"#00B400", + "editor.wrap_guide":"#00B400", + "element.active":"#00B400C0", + "element.background":"#00B40040", + "element.disabled":"#00B40000", + "element.hover":"#00B40040", + "element.selected":"#00B40080", + "elevated_surface.background":"#006400", + "error":"#00B400", + "error.background":"#006400", + "error.border":"#00B400", + "ghost_element.active":"#00B40080", + "ghost_element.background":"#00B40000", + "ghost_element.disabled":"#00640030", + "ghost_element.hover":"#00B40040", + "ghost_element.selected":"#00640030", + "hidden":"#00B400", + "hidden.background":"#00640030", + "hidden.border":"#00B40080", + "hint":"#00B400", + "hint.background":"#00640030", + "hint.border":"#00B400", + "icon":"#00B400", + "icon.accent":"#00B400", + "icon.disabled":"#00640030", + "icon.muted":"#00B400", + "icon.placeholder":"#00B400", + "ignored":"#00B40040", + "ignored.background":"#00B40030", + "ignored.border":"#00B40080", + "info":"#00B40080", + "info.background":"#00B40030", + "info.border":"#00B400", + "link_text.hover":"#00B400", + "modified":"#00B400", + "modified.background":"#00B40030", + "modified.border":"#00B400C0", + "pane.focused_border":"#00B40080", + "panel.background":"#00B40030", + "panel.focused_border":"#00B40080", + "players":[ + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + }, + { + "background":"#00B400C0", + "cursor":"#00B400", + "selection":"#00B40030" + } + ], + "predictive":"#00B400", + "predictive.background":"#00B40030", + "predictive.border":"#00B40080", + "renamed":"#00B400", + "renamed.background":"#00B40030", + "renamed.border":"#00B40080", + "scrollbar.thumb.border":"#00B40080", + "scrollbar.thumb.hover_background":"#00B400", + "scrollbar.track.background":"#00B40010", + "scrollbar.track.border":"#00B40010", + "scrollbar_thumb.background":"#00B400C0", + "search.match_background":"#00B40080", + "status_bar.background":"#00B40030", + "status_bar.foreground":"#00B400", + "success":"#00B400", + "success.background":"#00B40030", + "success.border":"#00B400", + "surface.background":"#00B40030", + "tab.active_background":"#006400", + "tab.inactive_background":"#00640030", + "tab.active_foreground":"#00B400", + "tab_bar.background":"#00B40030", + "terminal.ansi.bright_black":"#00B400", + "terminal.ansi.bright_blue":"#00B400", + "terminal.ansi.bright_cyan":"#00B400", + "terminal.ansi.bright_green":"#00B400", + "terminal.ansi.bright_magenta":"#00B400", + "terminal.ansi.bright_red":"#00B400", + "terminal.ansi.bright_white":"#00B400", + "terminal.ansi.bright_yellow":"#00B400", + "terminal.ansi.black":"#00B400C0", + "terminal.ansi.blue":"#00B400C0", + "terminal.ansi.cyan":"#00B400C0", + "terminal.ansi.green":"#00B400C0", + "terminal.ansi.magenta":"#00B400C0", + "terminal.ansi.red":"#00B400C0", + "terminal.ansi.white":"#00B400C0", + "terminal.ansi.yellow":"#00B400C0", + "terminal.ansi.dim_black":"#00B40040", + "terminal.ansi.dim_blue":"#00B40040", + "terminal.ansi.dim_cyan":"#00B40040", + "terminal.ansi.dim_green":"#00B40040", + "terminal.ansi.dim_magenta":"#00B40040", + "terminal.ansi.dim_red":"#00B40040", + "terminal.ansi.dim_white":"#00B40040", + "terminal.ansi.dim_yellow":"#00B40040", + "terminal.background":"#006400", + "terminal.bright_foreground":"#00B400", + "terminal.dim_foreground":"#00B40040", + "terminal.foreground":"#00B400", + "text":"#00B40090", + "text.accent":"#00B400", + "text.disabled":"#00B40040", + "text.muted":"#00B400", + "text.placeholder":"#00B400", + "title_bar.background":"#00B40030", + "title_bar.foreground":"#00B400", + "toolbar.background":"#00B40000", + "unreachable":"#00B400", + "unreachable.background":"#00B40030", + "unreachable.border":"#00B400C0", + "warning":"#00B400", + "warning.background":"#00B40030", + "warning.border":"#00B400", + "syntax":{ + "attribute":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00640080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00640080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#00B400", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + }, + { + "name":"Green Monochrome Monitor CRT Phosphor Light P39 II", + "appearance":"light", + "style":{ + "background":"#002400", + "border":"#00640040", + "border.disabled":"#00640040", + "border.focused":"#006400", + "border.selected":"#006400", + "border.transparent":"#00640000", + "border.variant":"#00640080", + "conflict":"#006400", + "conflict.background":"#00640040", + "conflict.border":"#006400", + "created":"#006400", + "created.background":"#00640040", + "created.border":"#006400C0", + "deleted":"#006400", + "deleted.background":"#00640040", + "deleted.border":"#006400C0", + "drop_target.background":"#00640000", + "editor.active_line.background":"#00640030", + "editor.active_line_number":"#006400", + "editor.active_wrap_guide":"#00640030", + "editor.background":"#002400", + "editor.document_highlight.read_background":"#00640030", + "editor.document_highlight.write_background":"#00640030", + "editor.foreground":"#006400", + "editor.gutter.background":"#00640000", + "editor.highlighted_line.background":"#00640030", + "editor.invisible":"#00640030", + "editor.line_number":"#00640040", + "editor.subheader.background":"#006400", + "editor.wrap_guide":"#006400", + "element.active":"#006400C0", + "element.background":"#00640040", + "element.disabled":"#00640000", + "element.hover":"#00640040", + "element.selected":"#00640080", + "elevated_surface.background":"#002400", + "error":"#006400", + "error.background":"#002400", + "error.border":"#006400", + "ghost_element.active":"#00640080", + "ghost_element.background":"#00640000", + "ghost_element.disabled":"#00240030", + "ghost_element.hover":"#00640040", + "ghost_element.selected":"#00240030", + "hidden":"#006400", + "hidden.background":"#00240030", + "hidden.border":"#00640080", + "hint":"#006400", + "hint.background":"#00240030", + "hint.border":"#006400", + "icon":"#006400", + "icon.accent":"#006400", + "icon.disabled":"#00240030", + "icon.muted":"#006400", + "icon.placeholder":"#006400", + "ignored":"#00640040", + "ignored.background":"#00640030", + "ignored.border":"#00640080", + "info":"#00640080", + "info.background":"#00640030", + "info.border":"#006400", + "link_text.hover":"#006400", + "modified":"#006400", + "modified.background":"#00640030", + "modified.border":"#006400C0", + "pane.focused_border":"#00640080", + "panel.background":"#00640030", + "panel.focused_border":"#00640080", + "players":[ + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + }, + { + "background":"#006400C0", + "cursor":"#006400", + "selection":"#00640030" + } + ], + "predictive":"#006400", + "predictive.background":"#00640030", + "predictive.border":"#00640080", + "renamed":"#006400", + "renamed.background":"#00640030", + "renamed.border":"#00640080", + "scrollbar.thumb.border":"#00640080", + "scrollbar.thumb.hover_background":"#006400", + "scrollbar.track.background":"#00640010", + "scrollbar.track.border":"#00640010", + "scrollbar_thumb.background":"#006400C0", + "search.match_background":"#00640080", + "status_bar.background":"#00640030", + "status_bar.foreground":"#006400", + "success":"#006400", + "success.background":"#00640030", + "success.border":"#006400", + "surface.background":"#00640030", + "tab.active_background":"#002400", + "tab.inactive_background":"#00240030", + "tab.active_foreground":"#006400", + "tab_bar.background":"#00640030", + "terminal.ansi.bright_black":"#006400", + "terminal.ansi.bright_blue":"#006400", + "terminal.ansi.bright_cyan":"#006400", + "terminal.ansi.bright_green":"#006400", + "terminal.ansi.bright_magenta":"#006400", + "terminal.ansi.bright_red":"#006400", + "terminal.ansi.bright_white":"#006400", + "terminal.ansi.bright_yellow":"#006400", + "terminal.ansi.black":"#006400C0", + "terminal.ansi.blue":"#006400C0", + "terminal.ansi.cyan":"#006400C0", + "terminal.ansi.green":"#006400C0", + "terminal.ansi.magenta":"#006400C0", + "terminal.ansi.red":"#006400C0", + "terminal.ansi.white":"#006400C0", + "terminal.ansi.yellow":"#006400C0", + "terminal.ansi.dim_black":"#00640040", + "terminal.ansi.dim_blue":"#00640040", + "terminal.ansi.dim_cyan":"#00640040", + "terminal.ansi.dim_green":"#00640040", + "terminal.ansi.dim_magenta":"#00640040", + "terminal.ansi.dim_red":"#00640040", + "terminal.ansi.dim_white":"#00640040", + "terminal.ansi.dim_yellow":"#00640040", + "terminal.background":"#002400", + "terminal.bright_foreground":"#006400", + "terminal.dim_foreground":"#00640040", + "terminal.foreground":"#006400", + "text":"#00640090", + "text.accent":"#006400", + "text.disabled":"#00640040", + "text.muted":"#006400", + "text.placeholder":"#006400", + "title_bar.background":"#00640030", + "title_bar.foreground":"#006400", + "toolbar.background":"#00640000", + "unreachable":"#006400", + "unreachable.background":"#00640030", + "unreachable.border":"#006400C0", + "warning":"#006400", + "warning.background":"#00640030", + "warning.border":"#006400", + "syntax":{ + "attribute":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "boolean":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "comment":{ + "color":"#00240080", + "font_style":"normal", + "font_weight":500 + }, + "comment.doc":{ + "color":"#00240080", + "font_style":"normal", + "font_weight":500 + }, + "constant":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "constructor":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "embedded":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "emphasis.strong":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "enum":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "function":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "hint":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "keyword":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "label":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "link_text":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "link_uri":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "number":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "operator":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "predictive":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "preproc":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "primary":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "property":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.bracket":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.delimiter":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.list_marker":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "punctuation.special":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "string":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.escape":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.regex":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.special":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "string.special.symbol":{ + "color":"#006400", + "font_style":"normal", + "font_weight":900 + }, + "tag":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "text.literal":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "title":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "type.super":{ + "color":"#00FF66", + "font_style":"normal", + "font_weight":900 + }, + "variable":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.parameter":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variable.special":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + }, + "variant":{ + "color":"#00FF66C0", + "font_style":"normal", + "font_weight":900 + } + } + } + } + ] +}