├── .build └── build.sh ├── .github ├── issue_template.md └── pull_request_template.md ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── icon.png ├── package.json └── themes ├── Morass.json ├── absent-contrast.json ├── absent-light.json ├── absent.json ├── allure-contrast.json ├── allure-light.json ├── allure.json ├── arstotzka-contrast.json ├── arstotzka-light.json ├── arstotzka.json ├── azure-contrast.json ├── azure-light.json ├── azure.json ├── banner-contrast.json ├── banner-light.json ├── banner.json ├── blink-contrast.json ├── blink-light.json ├── blink.json ├── bold-contrast.json ├── bold-light.json ├── bold.json ├── boxuk-contrast.json ├── boxuk-light.json ├── boxuk.json ├── brave-contrast.json ├── brave-light.json ├── brave.json ├── carbonight-contrast.json ├── carbonight-light.json ├── carbonight.json ├── chocolate-contrast.json ├── chocolate-light.json ├── chocolate.json ├── codecourse-contrast.json ├── codecourse-light.json ├── codecourse.json ├── coffee-contrast.json ├── coffee-light.json ├── coffee.json ├── comrade-contrast.json ├── comrade-light.json ├── comrade.json ├── crackpot-contrast.json ├── crackpot-light.json ├── crackpot.json ├── crisp-contrast.json ├── crisp-light.json ├── crisp.json ├── dare-contrast.json ├── dare-light.json ├── dare.json ├── darkside-contrast.json ├── darkside-light.json ├── darkside.json ├── downpour-contrast.json ├── downpour-light.json ├── downpour.json ├── earthsong-contrast.json ├── earthsong-light.json ├── earthsong.json ├── fodder-contrast.json ├── fodder-light.json ├── fodder.json ├── frantic-contrast.json ├── frantic-light.json ├── frantic.json ├── freshcut-contrast.json ├── freshcut-light.json ├── freshcut.json ├── friction-contrast.json ├── friction-light.json ├── friction.json ├── frontier-contrast.json ├── frontier-light.json ├── frontier.json ├── github-contrast.json ├── github-light.json ├── github.json ├── glance-contrast.json ├── glance-light.json ├── glance.json ├── gloom-contrast.json ├── gloom-light.json ├── gloom.json ├── glowfish-contrast.json ├── glowfish-light.json ├── glowfish.json ├── goldfish-contrast.json ├── goldfish-light.json ├── goldfish.json ├── grunge-contrast.json ├── grunge-light.json ├── grunge.json ├── halflife-contrast.json ├── halflife-light.json ├── halflife.json ├── hawaii-contrast.json ├── hawaii-light.json ├── hawaii.json ├── heroku-contrast.json ├── heroku-light.json ├── heroku.json ├── hive-contrast.json ├── hive-light.json ├── hive.json ├── horizon-contrast.json ├── horizon-light.json ├── horizon.json ├── hub-contrast.json ├── hub-light.json ├── hub.json ├── hyrule-contrast.json ├── hyrule-light.json ├── hyrule.json ├── iceberg-contrast.json ├── iceberg-light.json ├── iceberg.json ├── isotope-contrast.json ├── isotope-light.json ├── isotope.json ├── jewel-contrast.json ├── jewel-light.json ├── jewel.json ├── jingle-contrast.json ├── jingle-light.json ├── jingle.json ├── joker-contrast.json ├── joker-light.json ├── joker.json ├── juicy-contrast.json ├── juicy-light.json ├── juicy.json ├── jumper-contrast.json ├── jumper-light.json ├── jumper.json ├── keen-contrast.json ├── keen-light.json ├── keen.json ├── kiwi-contrast.json ├── kiwi-light.json ├── kiwi.json ├── laracasts-contrast.json ├── laracasts-light.json ├── laracasts.json ├── laravel-contrast.json ├── laravel-light.json ├── laravel.json ├── lavender-contrast.json ├── lavender-light.json ├── lavender.json ├── legacy-contrast.json ├── legacy-light.json ├── legacy.json ├── lichen-contrast.json ├── lichen-light.json ├── lichen.json ├── loyal-contrast.json ├── loyal-light.json ├── loyal.json ├── mauve-contrast.json ├── mauve-light.json ├── mauve.json ├── mellow-contrast.json ├── mellow-light.json ├── mellow.json ├── mintchoc-contrast.json ├── mintchoc-light.json ├── mintchoc.json ├── monzo-contrast.json ├── monzo-light.json ├── monzo.json ├── morass-contrast.json ├── morass-light.json ├── mud-contrast.json ├── mud-light.json ├── mud.json ├── newton-contrast.json ├── newton-light.json ├── newton.json ├── otakon-contrast.json ├── otakon-light.json ├── otakon.json ├── overflow-contrast.json ├── overflow-light.json ├── overflow.json ├── pastel-contrast.json ├── pastel-light.json ├── pastel.json ├── patriot-contrast.json ├── patriot-light.json ├── patriot.json ├── peacock-contrast.json ├── peacock-light.json ├── peacock.json ├── peacocks-in-space-contrast.json ├── peacocks-in-space-light.json ├── peacocks-in-space.json ├── peel-contrast.json ├── peel-light.json ├── peel.json ├── penitent-contrast.json ├── penitent-light.json ├── penitent.json ├── piggy-contrast.json ├── piggy-light.json ├── piggy.json ├── pleasure-contrast.json ├── pleasure-light.json ├── pleasure.json ├── potpourri-contrast.json ├── potpourri-light.json ├── potpourri.json ├── prime-contrast.json ├── prime-light.json ├── prime.json ├── rainbow-contrast.json ├── rainbow-light.json ├── rainbow.json ├── rebellion-contrast.json ├── rebellion-light.json ├── rebellion.json ├── revelation-contrast.json ├── revelation-light.json ├── revelation.json ├── scorch-contrast.json ├── scorch-light.json ├── scorch.json ├── service-contrast.json ├── service-light.json ├── service.json ├── shrek-contrast.json ├── shrek-light.json ├── shrek.json ├── slate-contrast.json ├── slate-light.json ├── slate.json ├── slime-contrast.json ├── slime-light.json ├── slime.json ├── snappy-contrast.json ├── snappy-light.json ├── snappy.json ├── solarflare-contrast.json ├── solarflare-light.json ├── solarflare.json ├── soup-contrast.json ├── soup-light.json ├── soup.json ├── sourlick-contrast.json ├── sourlick-light.json ├── sourlick.json ├── spearmint-contrast.json ├── spearmint-light.json ├── spearmint.json ├── spitfire-contrast.json ├── spitfire-light.json ├── spitfire.json ├── stark-contrast.json ├── stark-light.json ├── stark.json ├── stasis-contrast.json ├── stasis-light.json ├── stasis.json ├── stealth-contrast.json ├── stealth-light.json ├── stealth.json ├── storm-contrast.json ├── storm-light.json ├── storm.json ├── super-contrast.json ├── super-light.json ├── super.json ├── tame-contrast.json ├── tame-light.json ├── tame.json ├── tetra-contrast.json ├── tetra-light.json ├── tetra.json ├── tickle-contrast.json ├── tickle-light.json ├── tickle.json ├── tonic-contrast.json ├── tonic-light.json ├── tonic.json ├── tribal-contrast.json ├── tribal-light.json ├── tribal.json ├── tron-contrast.json ├── tron-light.json ├── tron.json ├── turnip-contrast.json ├── turnip-light.json ├── turnip.json ├── tweed-contrast.json ├── tweed-light.json ├── tweed.json ├── userscape-contrast.json ├── userscape-light.json ├── userscape.json ├── vegetable-contrast.json ├── vegetable-light.json ├── vegetable.json ├── violaceous-contrast.json ├── violaceous-light.json ├── violaceous.json ├── vision-colorblind.json ├── vision-light-colorblind.json ├── volatile-contrast.json ├── volatile-light.json ├── volatile.json ├── warlock-contrast.json ├── warlock-light.json ├── warlock.json ├── waste-contrast.json ├── waste-light.json ├── waste.json ├── yitzchok-contrast.json ├── yitzchok-light.json ├── yitzchok.json ├── yule-contrast.json ├── yule-light.json ├── yule.json ├── zacks-contrast.json ├── zacks-light.json └── zacks.json /.build/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Run docker image to build the themes. 4 | docker run -e PATTERN=vscode -v $PWD/output/:/src/output daylerees/rainglow:latest 5 | 6 | # Kill old themes. 7 | rm -rf ../themes/*.json 8 | 9 | # Move themes to the root. 10 | cp -R output/vscode/* ../themes/ 11 | 12 | # Delete temp themes. 13 | rm -rf output -------------------------------------------------------------------------------- /.github/issue_template.md: -------------------------------------------------------------------------------- 1 | Hi there! 2 | 3 | Thanks for contributing to Rainglow. 4 | 5 | Please try to provide as much of the following information as possible. 6 | 7 | - [] **Which editor/software** are you using? 8 | - [] **Which theme** are you using? 9 | - [] **Have you tested** the issue with **other themes**? 10 | - [] **Which version** of Rainglow do you have installed? 11 | - [] Can you **provide screenshots** to highlight the issue? 12 | 13 | If the above requirements don't make sense, just let me know how I can help. :) 14 | 15 | Thanks! 16 | Dayle. -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | Hi there! 2 | 3 | Rainglow has an extensive build process, and so any changes to the themes in this repository will be overwritten upon next build. 4 | 5 | For that reason, it's much better to **open an issue** instead. 6 | 7 | Thanks for reading! 8 | 9 | Dayle. -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .build/output 2 | *.vsix 3 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # CHANGELOG 2 | 3 | ## 1.5.2 | 2018.01.07 4 | 5 | Fix legacy buttons. 6 | 7 | ## 1.5.1 | 2018.01.05 8 | 9 | Added Monzo theme. 10 | 11 | ## 1.5.0 | 2018.01.02 12 | 13 | 54 new themes including Laracasts and Codecourse. 14 | 15 | ## 1.4.2 | 2018.01.01 16 | 17 | Happy new year! Fixed some text rendering on Slime. 18 | 19 | ## 1.4.1 | 2017.12.29 20 | 21 | Better styling including missing widgets and terminal support. 22 | 23 | ## 1.4.0 | 2017.12.28 24 | 25 | All themes have 3 variants. New themes added including colorblind. 26 | 27 | ## 1.3.2 | 2017.12.27 28 | 29 | Style peekview, hover colors, and a few more. 30 | 31 | ## 1.3.1 | 2017.12.23 32 | 33 | Fix foreground contrast on extension buttons. 34 | 35 | ## 1.3.0 | 2017.12.22 36 | 37 | Light theme variations. 38 | 39 | ## 1.2.0 | 2017.12.20 40 | 41 | 18 new themes. 42 | 43 | ## 1.1.1 | 2017.12.19 44 | 45 | Color extension button. 46 | 47 | ## 1.1.0 | 2017.12.17 48 | 49 | Twenty new themes added. 50 | 51 | ## 1.0.4 | 2017.12.15 52 | 53 | Use vs theme instead of missing vs-light. 54 | 55 | ## 1.0.3 | 2017.12.14 56 | 57 | Fix rendering of JS template literals. 58 | 59 | ## 1.0.2 | 2017.12.13 60 | 61 | Better terminal colors. 62 | 63 | ## 1.0.1 | 2017.12.13 64 | 65 | Theme type fixes and notification bar theming. 66 | 67 | ## 1.0.0 | 2017.12.12 68 | 69 | First release. Woop! -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2017-18 Dayle Rees 2 | 3 | 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: 4 | 5 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 6 | 7 | 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. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Rainglow 2 | 3 | ## Visual Studio Code 4 | 5 | [![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/v/daylerees.rainglow.svg)](https://marketplace.visualstudio.com/items?itemName=daylerees.rainglow) 6 | [![Installs](https://img.shields.io/vscode-marketplace/d/daylerees.rainglow.svg)](https://marketplace.visualstudio.com/items?itemName=daylerees.rainglow) 7 | [![Rating](https://img.shields.io/vscode-marketplace/r/daylerees.rainglow.svg)](https://marketplace.visualstudio.com/items?itemName=daylerees.rainglow) 8 | 9 | Rainglow is a collection of color themes for a number of different editors and platforms. This repository consists of **320+ syntax and UI themes** for [Visual Studio Code](https://code.visualstudio.com/). 10 | 11 | 12 | 13 | 14 | 15 | To show support for the project, you can do any (or many!) of the following: 16 | 17 | - [Wear a theme.](https://teespring.com/stores/rainglow) 18 | - [Star the repository.](https://github.com/rainglow/vscode/stargazers) 19 | - [Rate the extension on the marketplace.](https://marketplace.visualstudio.com/items?itemName=daylerees.rainglow) 20 | - [Follow me on twitter, and say hi!](https://twitter.com/daylerees) 21 | - [Share on refind.](https://refind.com/daylerees?invite=9125a6f6a7) 22 | - [Share on product hunt.](https://www.producthunt.com/) 23 | - [Buy my books!](https://daylerees.com/books/) 24 | - [Donate via PayPal.](https://paypal.me/daylerees) 25 | - [Donate via Monzo.](https://monzo.me/daylerees) 26 | 27 | ### Easy Installation 28 | 29 | To install the color themes, just use the extensions tab within VS Code and search for 'Rainglow'. 30 | 31 | Once installed, themes can be switched using the menu item `Code -> Preferences -> Color Theme`. 32 | 33 | ### Manual Installation 34 | 35 | Clone the repository into `~/.vscode/extensions` and restart the editor. 36 | 37 | ### Useful Information 38 | 39 | To override the status bar colors, add the following to your settings JSON. (Change the colors as you see fit.) 40 | 41 | ```json 42 | "workbench.colorCustomizations": { 43 | "statusBar.background": "#333", 44 | "statusBar.foreground": "#fff", 45 | "statusBar.noFolderBackground": "#333", 46 | "statusBar.noFolderForeground": "#fff" 47 | } 48 | ``` 49 | 50 | This project is an evolution of my colour schemes project found at [https://github.com/daylerees/colour-schemes](https://github.com/daylerees/colour-schemes). Peacock was the first ever theme. I created it to try and find something to use other than Monokai. It's now a favourite for many users! 51 | 52 | If you'd like to report a bug with one of the color schemes, please raise an issue on the repository rather than submitting a pull request. This is because the themes run through a generation process, and editing the themes directly is not advised! 53 | 54 | Have a wonderful day! 55 | 56 | Dayle. -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rainglow/vscode/57cbb8601be38bcba89cd1cb5112f316456924e4/icon.png -------------------------------------------------------------------------------- /themes/bold.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "bold", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#2a2626", 8 | "foreground": "#ffffff", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#3d8e91", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#f0624b", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#534b4b" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#f7a21b" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#f7a21b" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#f0624b" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#f0624b" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#f0624b" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#f0624b" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#3d8e91" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#f0624b" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#f0624b" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#b4b7ad" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#ffffff" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#3d8e91" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#f0624b" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#3d8e91" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#f0624b" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#f0624b" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#f7a21b" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#534b4b" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#7b6f6f" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#f7a21b" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#f0624b" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#f7a21b" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#ffffff" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#3d8e91" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#3d8e91", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#ffffff", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#f7a21b", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#f0624b" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#f0624b" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#f7a21b" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#f0624b" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#f0624b" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#f0624b" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#3d8e91", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#3d8e91" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#ffffff" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#ffffff", 443 | "editor.background": "#2a2626", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#ffffff", 446 | "editorWhitespace.foreground": "#524a4a", 447 | "editor.lineHighlightBackground": "#322d2d", 448 | "editor.selectionBackground": "#3d8e9155", 449 | "sideBar.background":"#373232", 450 | "sideBar.foreground":"#ffffff", 451 | "sideBarSectionHeader.background": "#3f3939", 452 | "sideBarSectionHeader.foreground": "#ffffff", 453 | "activityBar.background":"#2f2b2b", 454 | "activityBar.foreground":"#ffffff", 455 | "activityBarBadge.background":"#3d8e91", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#3d8e91", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#3d8e91", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#322d2d", 462 | "tab.inactiveBackground":"#353030", 463 | "editorGroupHeader.tabsBackground":"#322d2d", 464 | "titleBar.activeBackground":"#1f1c1c", 465 | "list.activeSelectionBackground":"#f0624b", 466 | "list.hoverBackground":"#322d2d", 467 | "list.activeSelectionForeground":"#2a2626", 468 | "list.inactiveSelectionBackground":"#2a2626", 469 | "list.focusBackground":"#524a4a", 470 | "editorLineNumber.foreground":"#605656", 471 | "editorIndentGuide.background":"#453e3e", 472 | "editorWhitespace.foreground":"#453e3e", 473 | "editorRuler.foreground":"#453e3e", 474 | "editorLink.activeForeground":"#3d8e91", 475 | "statusBar.noFolderBackground":"#f0624b", 476 | "input.background":"#1d1a1a", 477 | "input.foreground":"#ffffff", 478 | "input.border":"#524a4a", 479 | "input.placeholderForeground":"#5a5252", 480 | "inputOption.activeBorder":"#f0624b", 481 | "input.activeBorder":"#3d8e91", 482 | "progressBar.background":"#b4b7ad", 483 | "focusBorder":"#3d8e91", 484 | "button.background":"#f0624b", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#453e3e", 487 | "editorWidget.background":"#453e3e", 488 | "editorWidget.border":"#605656", 489 | "panelTitle.activeBorder":"#3d8e91", 490 | "dropdown.background":"#252121", 491 | "dropdown.border":"#252121", 492 | "dropdown.foreground":"#ffffff", 493 | "panelTitle.inactiveForeground":"#887b7b", 494 | "panel.border":"#605656", 495 | "scrollbarSlider.activeBackground":"#3d8e91aa", 496 | "scrollbarSlider.background":"#605656aa", 497 | "scrollbarSlider.hoverBackground":"#3d8e9155", 498 | "tab.inactiveForeground":"#948888", 499 | "editorGutter.background":"#252121", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#7a6f6f", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#3d8e9144", 509 | "editorBracketMatch.border":"#f0624b", 510 | "notification.background":"#373232", 511 | "notification.foreground":"#ffffff", 512 | "notification.buttonBackground":"#3d8e91", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#1d1a1a", 521 | "terminal.foreground":"#ffffff", 522 | "terminal.ansiBlack":"#373232", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#3d8e91", 525 | "terminal.ansiYellow":"#f0624b", 526 | "terminal.ansiBlue":"#b4b7ad", 527 | "terminal.ansiMagenta":"#f0624b", 528 | "terminal.ansiCyan":"#3d8e91", 529 | "terminal.ansiWhite":"#ffffff", 530 | "terminal.ansiBrightBlack":"#605656", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#71c0c3", 533 | "terminal.ansiBrightYellow":"#f8b4a9", 534 | "terminal.ansiBrightBlue":"#e6e7e3", 535 | "terminal.ansiBrightMagenta":"#f8b4a9", 536 | "terminal.ansiBrightCyan":"#71c0c3", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#3d8e91", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#4db0b4", 541 | "peekView.border":"#3d8e91", 542 | "peekViewEditor.background":"#1f1c1c", 543 | "peekViewEditorGutter.background":"#252121", 544 | "peekViewResult.background":"#373232", 545 | "peekViewTitle.background":"#252121", 546 | "peekViewTitleLabel.foreground":"#ffffff", 547 | "peekViewTitleDescription.foreground":"#f7f7f7", 548 | "peekViewResult.selectionBackground":"#2f2b2b", 549 | "peekViewResult.selectionForeground":"#ffffff", 550 | "peekViewResult.fileForeground":"#f5f5f5", 551 | "peekViewResult.lineForeground":"#e6e6e6", 552 | "peekViewEditor.matchHighlightBackground":"#f0624b55", 553 | "peekViewResult.matchHighlightBackground":"#f0624b55", 554 | "editor.hoverHighlightBackground":"#3d8e9122", 555 | "editor.wordHighlightBackground":"#b4b7ad22", 556 | "editor.wordHighlightStrongBackground":"#f0624b22", 557 | "editorOverviewRuler.findMatchForeground":"#f0624b55", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#0f0e0e", 565 | "editorSuggestWidget.highlightForeground":"#3d8e91", 566 | "editorSuggestWidget.foreground":"#ffffff", 567 | "editorSuggestWidget.selectedBackground":"#605656" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/dare.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "dare", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#32373d", 8 | "foreground": "#c0ccdb", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#c0ccdb", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#c0ccdb", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#76818e" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#a5bab3" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#a5bab3" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#d15736" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#d15736" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#3a8881" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#d15736" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#3a8881" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#d15736" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#d15736" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#ffffff" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#ffffff" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#3a8881" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#d15736" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#d15736" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#d15736" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#d15736" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#a5bab3" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#76818e" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#a0a8b1" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#a5bab3" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#d15736" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#a5bab3" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#c0ccdb" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#3a8881" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#3a8881", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#ffffff", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#a5bab3", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#d15736" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#3a8881" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#a5bab3" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#3a8881" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#3a8881" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#3a8881" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#3a8881", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#3a8881" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#c0ccdb" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#c0ccdb", 443 | "editor.background": "#32373d", 444 | "editorCursor.foreground": "#ffffff", 445 | "editor.foreground": "#c0ccdb", 446 | "editorWhitespace.foreground": "#545d67", 447 | "editor.lineHighlightBackground": "#393f45", 448 | "editor.selectionBackground": "#5da89255", 449 | "sideBar.background":"#3d444b", 450 | "sideBar.foreground":"#c0ccdb", 451 | "sideBarSectionHeader.background": "#444b53", 452 | "sideBarSectionHeader.foreground": "#c0ccdb", 453 | "activityBar.background":"#373c43", 454 | "activityBar.foreground":"#c0ccdb", 455 | "activityBarBadge.background":"#3a8881", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#3a8881", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#3a8881", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#393f45", 462 | "tab.inactiveBackground":"#3b4148", 463 | "editorGroupHeader.tabsBackground":"#393f45", 464 | "titleBar.activeBackground":"#292d32", 465 | "list.activeSelectionBackground":"#d15736", 466 | "list.hoverBackground":"#393f45", 467 | "list.activeSelectionForeground":"#32373d", 468 | "list.inactiveSelectionBackground":"#32373d", 469 | "list.focusBackground":"#545d67", 470 | "editorLineNumber.foreground":"#606a75", 471 | "editorIndentGuide.background":"#495059", 472 | "editorWhitespace.foreground":"#495059", 473 | "editorRuler.foreground":"#495059", 474 | "editorLink.activeForeground":"#3a8881", 475 | "statusBar.noFolderBackground":"#d15736", 476 | "input.background":"#272a2f", 477 | "input.foreground":"#c0ccdb", 478 | "input.border":"#545d67", 479 | "input.placeholderForeground":"#5b646f", 480 | "inputOption.activeBorder":"#d15736", 481 | "input.activeBorder":"#3a8881", 482 | "progressBar.background":"#ffffff", 483 | "focusBorder":"#3a8881", 484 | "button.background":"#d15736", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#495059", 487 | "editorWidget.background":"#495059", 488 | "editorWidget.border":"#606a75", 489 | "panelTitle.activeBorder":"#3a8881", 490 | "dropdown.background":"#2d3237", 491 | "dropdown.border":"#2d3237", 492 | "dropdown.foreground":"#c0ccdb", 493 | "panelTitle.inactiveForeground":"#86909c", 494 | "panel.border":"#606a75", 495 | "scrollbarSlider.activeBackground":"#3a8881aa", 496 | "scrollbarSlider.background":"#606a75aa", 497 | "scrollbarSlider.hoverBackground":"#3a888155", 498 | "tab.inactiveForeground":"#949da7", 499 | "editorGutter.background":"#2d3237", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#788390", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#3a888144", 509 | "editorBracketMatch.border":"#d15736", 510 | "notification.background":"#3d444b", 511 | "notification.foreground":"#c0ccdb", 512 | "notification.buttonBackground":"#3a8881", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#272a2f", 521 | "terminal.foreground":"#c0ccdb", 522 | "terminal.ansiBlack":"#3d444b", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#3a8881", 525 | "terminal.ansiYellow":"#d15736", 526 | "terminal.ansiBlue":"#ffffff", 527 | "terminal.ansiMagenta":"#3a8881", 528 | "terminal.ansiCyan":"#d15736", 529 | "terminal.ansiWhite":"#d0d9e4", 530 | "terminal.ansiBrightBlack":"#606a75", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#69bfb7", 533 | "terminal.ansiBrightYellow":"#e49c89", 534 | "terminal.ansiBrightBlue":"#ffffff", 535 | "terminal.ansiBrightMagenta":"#69bfb7", 536 | "terminal.ansiBrightCyan":"#e49c89", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#3a8881", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#49aca3", 541 | "peekView.border":"#3a8881", 542 | "peekViewEditor.background":"#292d32", 543 | "peekViewEditorGutter.background":"#2d3237", 544 | "peekViewResult.background":"#3d444b", 545 | "peekViewTitle.background":"#2d3237", 546 | "peekViewTitleLabel.foreground":"#c0ccdb", 547 | "peekViewTitleDescription.foreground":"#b6c4d5", 548 | "peekViewResult.selectionBackground":"#373c43", 549 | "peekViewResult.selectionForeground":"#c0ccdb", 550 | "peekViewResult.fileForeground":"#b3c1d4", 551 | "peekViewResult.lineForeground":"#a0b2c8", 552 | "peekViewEditor.matchHighlightBackground":"#d1573655", 553 | "peekViewResult.matchHighlightBackground":"#d1573655", 554 | "editor.hoverHighlightBackground":"#3a888122", 555 | "editor.wordHighlightBackground":"#ffffff22", 556 | "editor.wordHighlightStrongBackground":"#d1573622", 557 | "editorOverviewRuler.findMatchForeground":"#d1573655", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#1b1e21", 565 | "editorSuggestWidget.highlightForeground":"#3a8881", 566 | "editorSuggestWidget.foreground":"#c0ccdb", 567 | "editorSuggestWidget.selectedBackground":"#606a75" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/hive.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "hive", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#2d3142", 8 | "foreground": "#ffffff", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#ffffff", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#ffffff", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#4e556d" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#dbc583" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#83ba7c" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#6e81a0" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#6e81a0" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#7cb8ba" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#6e81a0" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#7cb8ba" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#6e81a0" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#6e81a0" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#ffffff" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#ffffff" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#7cb8ba" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#6e81a0" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#6e81a0" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#6e81a0" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#6e81a0" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#dbc583" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#4e556d" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#6f7998" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#dbc583" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#6e81a0" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#dbc583" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#ffffff" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#7cb8ba" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#7cb8ba", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#ffffff", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#83ba7c", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#6e81a0" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#7cb8ba" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#dbc583" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#7cb8ba" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#7cb8ba" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#7cb8ba" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#7cb8ba", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#7cb8ba" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#ffffff" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#ffffff", 443 | "editor.background": "#2d3142", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#ffffff", 446 | "editorWhitespace.foreground": "#4c536f", 447 | "editor.lineHighlightBackground": "#33384b", 448 | "editor.selectionBackground": "#7cb8ba55", 449 | "sideBar.background":"#373c51", 450 | "sideBar.foreground":"#ffffff", 451 | "sideBarSectionHeader.background": "#3e435a", 452 | "sideBarSectionHeader.foreground": "#ffffff", 453 | "activityBar.background":"#313548", 454 | "activityBar.foreground":"#ffffff", 455 | "activityBarBadge.background":"#7cb8ba", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#7cb8ba", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#7cb8ba", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#33384b", 462 | "tab.inactiveBackground":"#353a4e", 463 | "editorGroupHeader.tabsBackground":"#33384b", 464 | "titleBar.activeBackground":"#252836", 465 | "list.activeSelectionBackground":"#6e81a0", 466 | "list.hoverBackground":"#33384b", 467 | "list.activeSelectionForeground":"#2d3142", 468 | "list.inactiveSelectionBackground":"#2d3142", 469 | "list.focusBackground":"#4c536f", 470 | "editorLineNumber.foreground":"#565e7f", 471 | "editorIndentGuide.background":"#424860", 472 | "editorWhitespace.foreground":"#424860", 473 | "editorRuler.foreground":"#424860", 474 | "editorLink.activeForeground":"#7cb8ba", 475 | "statusBar.noFolderBackground":"#6e81a0", 476 | "input.background":"#232633", 477 | "input.foreground":"#ffffff", 478 | "input.border":"#4c536f", 479 | "input.placeholderForeground":"#525a79", 480 | "inputOption.activeBorder":"#6e81a0", 481 | "input.activeBorder":"#7cb8ba", 482 | "progressBar.background":"#ffffff", 483 | "focusBorder":"#7cb8ba", 484 | "button.background":"#6e81a0", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#424860", 487 | "editorWidget.background":"#424860", 488 | "editorWidget.border":"#565e7f", 489 | "panelTitle.activeBorder":"#7cb8ba", 490 | "dropdown.background":"#292c3c", 491 | "dropdown.border":"#292c3c", 492 | "dropdown.foreground":"#ffffff", 493 | "panelTitle.inactiveForeground":"#7c84a6", 494 | "panel.border":"#565e7f", 495 | "scrollbarSlider.activeBackground":"#7cb8baaa", 496 | "scrollbarSlider.background":"#565e7faa", 497 | "scrollbarSlider.hoverBackground":"#7cb8ba55", 498 | "tab.inactiveForeground":"#8b92b0", 499 | "editorGutter.background":"#292c3c", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#6d769b", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#7cb8ba44", 509 | "editorBracketMatch.border":"#6e81a0", 510 | "notification.background":"#373c51", 511 | "notification.foreground":"#ffffff", 512 | "notification.buttonBackground":"#7cb8ba", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#232633", 521 | "terminal.foreground":"#ffffff", 522 | "terminal.ansiBlack":"#373c51", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#7cb8ba", 525 | "terminal.ansiYellow":"#6e81a0", 526 | "terminal.ansiBlue":"#ffffff", 527 | "terminal.ansiMagenta":"#7cb8ba", 528 | "terminal.ansiCyan":"#6e81a0", 529 | "terminal.ansiWhite":"#ffffff", 530 | "terminal.ansiBrightBlack":"#565e7f", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#bfdcdd", 533 | "terminal.ansiBrightYellow":"#acb7c8", 534 | "terminal.ansiBrightBlue":"#ffffff", 535 | "terminal.ansiBrightMagenta":"#bfdcdd", 536 | "terminal.ansiBrightCyan":"#acb7c8", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#7cb8ba", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#9dcacc", 541 | "peekView.border":"#7cb8ba", 542 | "peekViewEditor.background":"#252836", 543 | "peekViewEditorGutter.background":"#292c3c", 544 | "peekViewResult.background":"#373c51", 545 | "peekViewTitle.background":"#292c3c", 546 | "peekViewTitleLabel.foreground":"#ffffff", 547 | "peekViewTitleDescription.foreground":"#f7f7f7", 548 | "peekViewResult.selectionBackground":"#313548", 549 | "peekViewResult.selectionForeground":"#ffffff", 550 | "peekViewResult.fileForeground":"#f5f5f5", 551 | "peekViewResult.lineForeground":"#e6e6e6", 552 | "peekViewEditor.matchHighlightBackground":"#6e81a055", 553 | "peekViewResult.matchHighlightBackground":"#6e81a055", 554 | "editor.hoverHighlightBackground":"#7cb8ba22", 555 | "editor.wordHighlightBackground":"#ffffff22", 556 | "editor.wordHighlightStrongBackground":"#6e81a022", 557 | "editorOverviewRuler.findMatchForeground":"#6e81a055", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#181a24", 565 | "editorSuggestWidget.highlightForeground":"#7cb8ba", 566 | "editorSuggestWidget.foreground":"#ffffff", 567 | "editorSuggestWidget.selectedBackground":"#565e7f" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/hub.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "hub", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#3b444c", 8 | "foreground": "#ffffff", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#24292e", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#24292e", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#718493" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#9fbde0" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#9fbde0" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#5392db" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#5392db" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#e85362" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#5392db" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#e85362" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#5392db" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#5392db" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#5392db" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#ffffff" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#e85362" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#5392db" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#9b78db" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#5392db" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#5392db" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#9fbde0" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#718493" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#9caab4" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#9fbde0" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#5392db" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#9fbde0" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#ffffff" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#e85362" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#e85362", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#ffffff", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#9fbde0", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#5392db" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#e85362" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#9fbde0" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#e85362" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#e85362" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#e85362" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#e85362", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#e85362" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#ffffff" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#ffffff", 443 | "editor.background": "#3b444c", 444 | "editorCursor.foreground": "#ffffff", 445 | "editor.foreground": "#ffffff", 446 | "editorWhitespace.foreground": "#5c6b77", 447 | "editor.lineHighlightBackground": "#424c55", 448 | "editor.selectionBackground": "#077cf955", 449 | "sideBar.background":"#46515a", 450 | "sideBar.foreground":"#ffffff", 451 | "sideBarSectionHeader.background": "#4d5963", 452 | "sideBarSectionHeader.foreground": "#ffffff", 453 | "activityBar.background":"#3f4952", 454 | "activityBar.foreground":"#ffffff", 455 | "activityBarBadge.background":"#e85362", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#e85362", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#e85362", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#424c55", 462 | "tab.inactiveBackground":"#444e57", 463 | "editorGroupHeader.tabsBackground":"#424c55", 464 | "titleBar.activeBackground":"#323a41", 465 | "list.activeSelectionBackground":"#5392db", 466 | "list.hoverBackground":"#424c55", 467 | "list.activeSelectionForeground":"#3b444c", 468 | "list.inactiveSelectionBackground":"#3b444c", 469 | "list.focusBackground":"#5c6b77", 470 | "editorLineNumber.foreground":"#687785", 471 | "editorIndentGuide.background":"#515e69", 472 | "editorWhitespace.foreground":"#515e69", 473 | "editorRuler.foreground":"#515e69", 474 | "editorLink.activeForeground":"#e85362", 475 | "statusBar.noFolderBackground":"#5392db", 476 | "input.background":"#30373e", 477 | "input.foreground":"#ffffff", 478 | "input.border":"#5c6b77", 479 | "input.placeholderForeground":"#637280", 480 | "inputOption.activeBorder":"#5392db", 481 | "input.activeBorder":"#e85362", 482 | "progressBar.background":"#5392db", 483 | "focusBorder":"#e85362", 484 | "button.background":"#5392db", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#515e69", 487 | "editorWidget.background":"#515e69", 488 | "editorWidget.border":"#687785", 489 | "panelTitle.activeBorder":"#e85362", 490 | "dropdown.background":"#373f46", 491 | "dropdown.border":"#373f46", 492 | "dropdown.foreground":"#ffffff", 493 | "panelTitle.inactiveForeground":"#909da9", 494 | "panel.border":"#687785", 495 | "scrollbarSlider.activeBackground":"#e85362aa", 496 | "scrollbarSlider.background":"#687785aa", 497 | "scrollbarSlider.hoverBackground":"#e8536255", 498 | "tab.inactiveForeground":"#9faab4", 499 | "editorGutter.background":"#373f46", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#82919e", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#e8536244", 509 | "editorBracketMatch.border":"#5392db", 510 | "notification.background":"#46515a", 511 | "notification.foreground":"#ffffff", 512 | "notification.buttonBackground":"#e85362", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#30373e", 521 | "terminal.foreground":"#ffffff", 522 | "terminal.ansiBlack":"#46515a", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#e85362", 525 | "terminal.ansiYellow":"#5392db", 526 | "terminal.ansiBlue":"#5392db", 527 | "terminal.ansiMagenta":"#e85362", 528 | "terminal.ansiCyan":"#9b78db", 529 | "terminal.ansiWhite":"#ffffff", 530 | "terminal.ansiBrightBlack":"#687785", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#f4adb4", 533 | "terminal.ansiBrightYellow":"#a7c7ed", 534 | "terminal.ansiBrightBlue":"#a7c7ed", 535 | "terminal.ansiBrightMagenta":"#f4adb4", 536 | "terminal.ansiBrightCyan":"#d7c9f0", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#e85362", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#ee808b", 541 | "peekView.border":"#e85362", 542 | "peekViewEditor.background":"#323a41", 543 | "peekViewEditorGutter.background":"#373f46", 544 | "peekViewResult.background":"#46515a", 545 | "peekViewTitle.background":"#373f46", 546 | "peekViewTitleLabel.foreground":"#ffffff", 547 | "peekViewTitleDescription.foreground":"#f7f7f7", 548 | "peekViewResult.selectionBackground":"#3f4952", 549 | "peekViewResult.selectionForeground":"#ffffff", 550 | "peekViewResult.fileForeground":"#f5f5f5", 551 | "peekViewResult.lineForeground":"#e6e6e6", 552 | "peekViewEditor.matchHighlightBackground":"#5392db55", 553 | "peekViewResult.matchHighlightBackground":"#5392db55", 554 | "editor.hoverHighlightBackground":"#e8536222", 555 | "editor.wordHighlightBackground":"#5392db22", 556 | "editor.wordHighlightStrongBackground":"#5392db22", 557 | "editorOverviewRuler.findMatchForeground":"#5392db55", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#252a2f", 565 | "editorSuggestWidget.highlightForeground":"#e85362", 566 | "editorSuggestWidget.foreground":"#ffffff", 567 | "editorSuggestWidget.selectedBackground":"#687785" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/keen.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "keen", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#111111", 8 | "foreground": "#cccccc", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#6f8b94", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#8767b7", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#374c60" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#b5db99" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#b5db99" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#8767b7" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#8767b7" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#6f8b94" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#8767b7" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#6f8b94" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#8767b7" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#8767b7" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#b5db99" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#cccccc" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#6f8b94" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#8767b7" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#8767b7" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#8767b7" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#8767b7" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#b5db99" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#374c60" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#537291" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#b5db99" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#8767b7" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#b5db99" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#cccccc" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#6f8b94" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#6f8b94", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#cccccc", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#b5db99", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#8767b7" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#6f8b94" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#b5db99" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#6f8b94" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#6f8b94" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#6f8b94" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#6f8b94", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#6f8b94" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#cccccc" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#cccccc", 443 | "editor.background": "#111111", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#cccccc", 446 | "editorWhitespace.foreground": "#373737", 447 | "editor.lineHighlightBackground": "#191919", 448 | "editor.selectionBackground": "#8767b755", 449 | "sideBar.background":"#1e1e1e", 450 | "sideBar.foreground":"#cccccc", 451 | "sideBarSectionHeader.background": "#252525", 452 | "sideBarSectionHeader.foreground": "#cccccc", 453 | "activityBar.background":"#161616", 454 | "activityBar.foreground":"#cccccc", 455 | "activityBarBadge.background":"#6f8b94", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#6f8b94", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#6f8b94", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#191919", 462 | "tab.inactiveBackground":"#1b1b1b", 463 | "editorGroupHeader.tabsBackground":"#191919", 464 | "titleBar.activeBackground":"#070707", 465 | "list.activeSelectionBackground":"#8767b7", 466 | "list.hoverBackground":"#191919", 467 | "list.activeSelectionForeground":"#111111", 468 | "list.inactiveSelectionBackground":"#111111", 469 | "list.focusBackground":"#373737", 470 | "editorLineNumber.foreground":"#444444", 471 | "editorIndentGuide.background":"#2a2a2a", 472 | "editorWhitespace.foreground":"#2a2a2a", 473 | "editorRuler.foreground":"#2a2a2a", 474 | "editorLink.activeForeground":"#6f8b94", 475 | "statusBar.noFolderBackground":"#8767b7", 476 | "input.background":"#040404", 477 | "input.foreground":"#cccccc", 478 | "input.border":"#373737", 479 | "input.placeholderForeground":"#3f3f3f", 480 | "inputOption.activeBorder":"#8767b7", 481 | "input.activeBorder":"#6f8b94", 482 | "progressBar.background":"#b5db99", 483 | "focusBorder":"#6f8b94", 484 | "button.background":"#8767b7", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#2a2a2a", 487 | "editorWidget.background":"#2a2a2a", 488 | "editorWidget.border":"#444444", 489 | "panelTitle.activeBorder":"#6f8b94", 490 | "dropdown.background":"#0c0c0c", 491 | "dropdown.border":"#0c0c0c", 492 | "dropdown.foreground":"#cccccc", 493 | "panelTitle.inactiveForeground":"#6a6a6a", 494 | "panel.border":"#444444", 495 | "scrollbarSlider.activeBackground":"#6f8b94aa", 496 | "scrollbarSlider.background":"#444444aa", 497 | "scrollbarSlider.hoverBackground":"#6f8b9455", 498 | "tab.inactiveForeground":"#777777", 499 | "editorGutter.background":"#0c0c0c", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#5d5d5d", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#6f8b9444", 509 | "editorBracketMatch.border":"#8767b7", 510 | "notification.background":"#1e1e1e", 511 | "notification.foreground":"#cccccc", 512 | "notification.buttonBackground":"#6f8b94", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#040404", 521 | "terminal.foreground":"#cccccc", 522 | "terminal.ansiBlack":"#1e1e1e", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#6f8b94", 525 | "terminal.ansiYellow":"#8767b7", 526 | "terminal.ansiBlue":"#b5db99", 527 | "terminal.ansiMagenta":"#6f8b94", 528 | "terminal.ansiCyan":"#8767b7", 529 | "terminal.ansiWhite":"#d9d9d9", 530 | "terminal.ansiBrightBlack":"#444444", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#aababf", 533 | "terminal.ansiBrightYellow":"#beacd8", 534 | "terminal.ansiBrightBlue":"#ecf6e4", 535 | "terminal.ansiBrightMagenta":"#aababf", 536 | "terminal.ansiBrightCyan":"#beacd8", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#6f8b94", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#8ca3aa", 541 | "peekView.border":"#6f8b94", 542 | "peekViewEditor.background":"#070707", 543 | "peekViewEditorGutter.background":"#0c0c0c", 544 | "peekViewResult.background":"#1e1e1e", 545 | "peekViewTitle.background":"#0c0c0c", 546 | "peekViewTitleLabel.foreground":"#cccccc", 547 | "peekViewTitleDescription.foreground":"#c4c4c4", 548 | "peekViewResult.selectionBackground":"#161616", 549 | "peekViewResult.selectionForeground":"#cccccc", 550 | "peekViewResult.fileForeground":"#c2c2c2", 551 | "peekViewResult.lineForeground":"#b3b3b3", 552 | "peekViewEditor.matchHighlightBackground":"#8767b755", 553 | "peekViewResult.matchHighlightBackground":"#8767b755", 554 | "editor.hoverHighlightBackground":"#6f8b9422", 555 | "editor.wordHighlightBackground":"#b5db9922", 556 | "editor.wordHighlightStrongBackground":"#8767b722", 557 | "editorOverviewRuler.findMatchForeground":"#8767b755", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#000000", 565 | "editorSuggestWidget.highlightForeground":"#6f8b94", 566 | "editorSuggestWidget.foreground":"#cccccc", 567 | "editorSuggestWidget.selectedBackground":"#444444" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/kiwi.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "kiwi", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#2a3330", 8 | "foreground": "#edebe6", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#229986", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#95c72a", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#576d6a" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#a1e6c1" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#a1e6c1" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#95c72a" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#95c72a" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#229986" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#95c72a" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#229986" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#95c72a" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#95c72a" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#0b6d5c" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#edebe6" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#229986" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#95c72a" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#95c72a" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#95c72a" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#95c72a" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#a1e6c1" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#576d6a" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#7b9692" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#a1e6c1" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#95c72a" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#a1e6c1" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#edebe6" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#229986" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#229986", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#edebe6", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#a1e6c1", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#95c72a" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#229986" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#a1e6c1" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#229986" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#229986" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#229986" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#229986", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#229986" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#edebe6" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#edebe6", 443 | "editor.background": "#2a3330", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#edebe6", 446 | "editorWhitespace.foreground": "#4d5d57", 447 | "editor.lineHighlightBackground": "#313b38", 448 | "editor.selectionBackground": "#0b6d5c55", 449 | "sideBar.background":"#36413d", 450 | "sideBar.foreground":"#edebe6", 451 | "sideBarSectionHeader.background": "#3c4945", 452 | "sideBarSectionHeader.foreground": "#edebe6", 453 | "activityBar.background":"#2f3935", 454 | "activityBar.foreground":"#edebe6", 455 | "activityBarBadge.background":"#229986", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#229986", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#229986", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#313b38", 462 | "tab.inactiveBackground":"#333e3b", 463 | "editorGroupHeader.tabsBackground":"#313b38", 464 | "titleBar.activeBackground":"#212825", 465 | "list.activeSelectionBackground":"#95c72a", 466 | "list.hoverBackground":"#313b38", 467 | "list.activeSelectionForeground":"#2a3330", 468 | "list.inactiveSelectionBackground":"#2a3330", 469 | "list.focusBackground":"#4d5d57", 470 | "editorLineNumber.foreground":"#586b65", 471 | "editorIndentGuide.background":"#414f4a", 472 | "editorWhitespace.foreground":"#414f4a", 473 | "editorRuler.foreground":"#414f4a", 474 | "editorLink.activeForeground":"#229986", 475 | "statusBar.noFolderBackground":"#95c72a", 476 | "input.background":"#1e2523", 477 | "input.foreground":"#edebe6", 478 | "input.border":"#4d5d57", 479 | "input.placeholderForeground":"#53655f", 480 | "inputOption.activeBorder":"#95c72a", 481 | "input.activeBorder":"#229986", 482 | "progressBar.background":"#0b6d5c", 483 | "focusBorder":"#229986", 484 | "button.background":"#95c72a", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#414f4a", 487 | "editorWidget.background":"#414f4a", 488 | "editorWidget.border":"#586b65", 489 | "panelTitle.activeBorder":"#229986", 490 | "dropdown.background":"#252d2b", 491 | "dropdown.border":"#252d2b", 492 | "dropdown.foreground":"#edebe6", 493 | "panelTitle.inactiveForeground":"#7c938c", 494 | "panel.border":"#586b65", 495 | "scrollbarSlider.activeBackground":"#229986aa", 496 | "scrollbarSlider.background":"#586b65aa", 497 | "scrollbarSlider.hoverBackground":"#22998655", 498 | "tab.inactiveForeground":"#8a9f98", 499 | "editorGutter.background":"#252d2b", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#6f877f", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#22998644", 509 | "editorBracketMatch.border":"#95c72a", 510 | "notification.background":"#36413d", 511 | "notification.foreground":"#edebe6", 512 | "notification.buttonBackground":"#229986", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#1e2523", 521 | "terminal.foreground":"#edebe6", 522 | "terminal.ansiBlack":"#36413d", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#229986", 525 | "terminal.ansiYellow":"#95c72a", 526 | "terminal.ansiBlue":"#0b6d5c", 527 | "terminal.ansiMagenta":"#229986", 528 | "terminal.ansiCyan":"#95c72a", 529 | "terminal.ansiWhite":"#f8f7f5", 530 | "terminal.ansiBrightBlack":"#586b65", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#4ad7c0", 533 | "terminal.ansiBrightYellow":"#bfe275", 534 | "terminal.ansiBrightBlue":"#14caaa", 535 | "terminal.ansiBrightMagenta":"#4ad7c0", 536 | "terminal.ansiBrightCyan":"#bfe275", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#229986", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#2bc3ab", 541 | "peekView.border":"#229986", 542 | "peekViewEditor.background":"#212825", 543 | "peekViewEditorGutter.background":"#252d2b", 544 | "peekViewResult.background":"#36413d", 545 | "peekViewTitle.background":"#252d2b", 546 | "peekViewTitleLabel.foreground":"#edebe6", 547 | "peekViewTitleDescription.foreground":"#e7e4dd", 548 | "peekViewResult.selectionBackground":"#2f3935", 549 | "peekViewResult.selectionForeground":"#edebe6", 550 | "peekViewResult.fileForeground":"#e4e1da", 551 | "peekViewResult.lineForeground":"#d8d3c8", 552 | "peekViewEditor.matchHighlightBackground":"#95c72a55", 553 | "peekViewResult.matchHighlightBackground":"#95c72a55", 554 | "editor.hoverHighlightBackground":"#22998622", 555 | "editor.wordHighlightBackground":"#0b6d5c22", 556 | "editor.wordHighlightStrongBackground":"#95c72a22", 557 | "editorOverviewRuler.findMatchForeground":"#95c72a55", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#131716", 565 | "editorSuggestWidget.highlightForeground":"#229986", 566 | "editorSuggestWidget.foreground":"#edebe6", 567 | "editorSuggestWidget.selectedBackground":"#586b65" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/mud.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mud", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#403635", 8 | "foreground": "#ffffff", 9 | "selectionForeground": "#4e653d", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#4e653d", 13 | "bracketsForeground": "#e9c865", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#ff9787", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#c3b8b7" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#b5db99" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#b5db99" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#ff9787" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#ff9787" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#ff9787" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#ff9787" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#e9c865" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#ff9787" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#ff9787" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#b5db99" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#ffffff" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#e9c865" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#ff9787" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#e9c865" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#ff9787" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#ff9787" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#b5db99" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#c3b8b7" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#e6e1e1" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#b5db99" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#ff9787" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#b5db99" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#ffffff" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#e9c865" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#e9c865", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#ffffff", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#b5db99", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#ff9787" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#ff9787" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#b5db99" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#ff9787" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#ff9787" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#ff9787" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#e9c865", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#e9c865" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#ffffff" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#ffffff", 443 | "editor.background": "#403635", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#ffffff", 446 | "editorWhitespace.foreground": "#6a5958", 447 | "editor.lineHighlightBackground": "#483d3c", 448 | "editor.selectionBackground": "#b5db9955", 449 | "sideBar.background":"#4e4241", 450 | "sideBar.foreground":"#ffffff", 451 | "sideBarSectionHeader.background": "#564947", 452 | "sideBarSectionHeader.foreground": "#ffffff", 453 | "activityBar.background":"#463b3a", 454 | "activityBar.foreground":"#ffffff", 455 | "activityBarBadge.background":"#e9c865", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#e9c865", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#e9c865", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#483d3c", 462 | "tab.inactiveBackground":"#4b3f3e", 463 | "editorGroupHeader.tabsBackground":"#483d3c", 464 | "titleBar.activeBackground":"#352d2c", 465 | "list.activeSelectionBackground":"#ff9787", 466 | "list.hoverBackground":"#483d3c", 467 | "list.activeSelectionForeground":"#403635", 468 | "list.inactiveSelectionBackground":"#403635", 469 | "list.focusBackground":"#6a5958", 470 | "editorLineNumber.foreground":"#786563", 471 | "editorIndentGuide.background":"#5c4e4c", 472 | "editorWhitespace.foreground":"#5c4e4c", 473 | "editorRuler.foreground":"#5c4e4c", 474 | "editorLink.activeForeground":"#e9c865", 475 | "statusBar.noFolderBackground":"#ff9787", 476 | "input.background":"#322a29", 477 | "input.foreground":"#ffffff", 478 | "input.border":"#6a5958", 479 | "input.placeholderForeground":"#72605f", 480 | "inputOption.activeBorder":"#ff9787", 481 | "input.activeBorder":"#e9c865", 482 | "progressBar.background":"#b5db99", 483 | "focusBorder":"#e9c865", 484 | "button.background":"#ff9787", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#5c4e4c", 487 | "editorWidget.background":"#5c4e4c", 488 | "editorWidget.border":"#786563", 489 | "panelTitle.activeBorder":"#e9c865", 490 | "dropdown.background":"#3a3130", 491 | "dropdown.border":"#3a3130", 492 | "dropdown.foreground":"#ffffff", 493 | "panelTitle.inactiveForeground":"#9e8b8a", 494 | "panel.border":"#786563", 495 | "scrollbarSlider.activeBackground":"#e9c865aa", 496 | "scrollbarSlider.background":"#786563aa", 497 | "scrollbarSlider.hoverBackground":"#e9c86555", 498 | "tab.inactiveForeground":"#a99998", 499 | "editorGutter.background":"#3a3130", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#927e7c", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#e9c86544", 509 | "editorBracketMatch.border":"#ff9787", 510 | "notification.background":"#4e4241", 511 | "notification.foreground":"#ffffff", 512 | "notification.buttonBackground":"#e9c865", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#322a29", 521 | "terminal.foreground":"#ffffff", 522 | "terminal.ansiBlack":"#4e4241", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#e9c865", 525 | "terminal.ansiYellow":"#ff9787", 526 | "terminal.ansiBlue":"#b5db99", 527 | "terminal.ansiMagenta":"#ff9787", 528 | "terminal.ansiCyan":"#e9c865", 529 | "terminal.ansiWhite":"#ffffff", 530 | "terminal.ansiBrightBlack":"#786563", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#f6e8be", 533 | "terminal.ansiBrightYellow":"#ffefed", 534 | "terminal.ansiBrightBlue":"#ecf6e4", 535 | "terminal.ansiBrightMagenta":"#ffefed", 536 | "terminal.ansiBrightCyan":"#f6e8be", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#e9c865", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#efd892", 541 | "peekView.border":"#e9c865", 542 | "peekViewEditor.background":"#352d2c", 543 | "peekViewEditorGutter.background":"#3a3130", 544 | "peekViewResult.background":"#4e4241", 545 | "peekViewTitle.background":"#3a3130", 546 | "peekViewTitleLabel.foreground":"#ffffff", 547 | "peekViewTitleDescription.foreground":"#f7f7f7", 548 | "peekViewResult.selectionBackground":"#463b3a", 549 | "peekViewResult.selectionForeground":"#ffffff", 550 | "peekViewResult.fileForeground":"#f5f5f5", 551 | "peekViewResult.lineForeground":"#e6e6e6", 552 | "peekViewEditor.matchHighlightBackground":"#ff978755", 553 | "peekViewResult.matchHighlightBackground":"#ff978755", 554 | "editor.hoverHighlightBackground":"#e9c86522", 555 | "editor.wordHighlightBackground":"#b5db9922", 556 | "editor.wordHighlightStrongBackground":"#ff978722", 557 | "editorOverviewRuler.findMatchForeground":"#ff978755", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#241e1e", 565 | "editorSuggestWidget.highlightForeground":"#e9c865", 566 | "editorSuggestWidget.foreground":"#ffffff", 567 | "editorSuggestWidget.selectedBackground":"#786563" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/peel.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "peel", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#23201c", 8 | "foreground": "#edebe6", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#ef746f", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#b3cc57", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#585146" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#f4d370" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#f4d370" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#d3643b" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#d3643b" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#94c7b6" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#d3643b" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#94c7b6" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#d3643b" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#d3643b" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#d6e1c7" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#edebe6" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#94c7b6" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#d3643b" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#d3643b" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#d3643b" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#d3643b" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#f4d370" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#585146" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#837868" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#f4d370" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#d3643b" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#f4d370" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#edebe6" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#94c7b6" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#94c7b6", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#edebe6", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#f4d370", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#d3643b" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#94c7b6" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#f4d370" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#94c7b6" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#94c7b6" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#94c7b6" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#94c7b6", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#94c7b6" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#edebe6" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#edebe6", 443 | "editor.background": "#23201c", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#edebe6", 446 | "editorWhitespace.foreground": "#4d473e", 447 | "editor.lineHighlightBackground": "#2b2823", 448 | "editor.selectionBackground": "#d3643b55", 449 | "sideBar.background":"#312d27", 450 | "sideBar.foreground":"#edebe6", 451 | "sideBarSectionHeader.background": "#3a352e", 452 | "sideBarSectionHeader.foreground": "#edebe6", 453 | "activityBar.background":"#292521", 454 | "activityBar.foreground":"#edebe6", 455 | "activityBarBadge.background":"#94c7b6", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#94c7b6", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#94c7b6", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#2b2823", 462 | "tab.inactiveBackground":"#2e2a25", 463 | "editorGroupHeader.tabsBackground":"#2b2823", 464 | "titleBar.activeBackground":"#181613", 465 | "list.activeSelectionBackground":"#d3643b", 466 | "list.hoverBackground":"#2b2823", 467 | "list.activeSelectionForeground":"#23201c", 468 | "list.inactiveSelectionBackground":"#23201c", 469 | "list.focusBackground":"#4d473e", 470 | "editorLineNumber.foreground":"#5c5449", 471 | "editorIndentGuide.background":"#3f3a33", 472 | "editorWhitespace.foreground":"#3f3a33", 473 | "editorRuler.foreground":"#3f3a33", 474 | "editorLink.activeForeground":"#94c7b6", 475 | "statusBar.noFolderBackground":"#d3643b", 476 | "input.background":"#151311", 477 | "input.foreground":"#edebe6", 478 | "input.border":"#4d473e", 479 | "input.placeholderForeground":"#564f45", 480 | "inputOption.activeBorder":"#d3643b", 481 | "input.activeBorder":"#94c7b6", 482 | "progressBar.background":"#d6e1c7", 483 | "focusBorder":"#94c7b6", 484 | "button.background":"#d3643b", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#3f3a33", 487 | "editorWidget.background":"#3f3a33", 488 | "editorWidget.border":"#5c5449", 489 | "panelTitle.activeBorder":"#94c7b6", 490 | "dropdown.background":"#1d1b17", 491 | "dropdown.border":"#1d1b17", 492 | "dropdown.foreground":"#edebe6", 493 | "panelTitle.inactiveForeground":"#867b6b", 494 | "panel.border":"#5c5449", 495 | "scrollbarSlider.activeBackground":"#94c7b6aa", 496 | "scrollbarSlider.background":"#5c5449aa", 497 | "scrollbarSlider.hoverBackground":"#94c7b655", 498 | "tab.inactiveForeground":"#938778", 499 | "editorGutter.background":"#1d1b17", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#786e60", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#94c7b644", 509 | "editorBracketMatch.border":"#d3643b", 510 | "notification.background":"#312d27", 511 | "notification.foreground":"#edebe6", 512 | "notification.buttonBackground":"#94c7b6", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#151311", 521 | "terminal.foreground":"#edebe6", 522 | "terminal.ansiBlack":"#312d27", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#94c7b6", 525 | "terminal.ansiYellow":"#d3643b", 526 | "terminal.ansiBlue":"#d6e1c7", 527 | "terminal.ansiMagenta":"#94c7b6", 528 | "terminal.ansiCyan":"#d3643b", 529 | "terminal.ansiWhite":"#f8f7f5", 530 | "terminal.ansiBrightBlack":"#5c5449", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#d7eae4", 533 | "terminal.ansiBrightYellow":"#e6a68e", 534 | "terminal.ansiBrightBlue":"#ffffff", 535 | "terminal.ansiBrightMagenta":"#d7eae4", 536 | "terminal.ansiBrightCyan":"#e6a68e", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#94c7b6", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#b5d9cd", 541 | "peekView.border":"#94c7b6", 542 | "peekViewEditor.background":"#181613", 543 | "peekViewEditorGutter.background":"#1d1b17", 544 | "peekViewResult.background":"#312d27", 545 | "peekViewTitle.background":"#1d1b17", 546 | "peekViewTitleLabel.foreground":"#edebe6", 547 | "peekViewTitleDescription.foreground":"#e7e4dd", 548 | "peekViewResult.selectionBackground":"#292521", 549 | "peekViewResult.selectionForeground":"#edebe6", 550 | "peekViewResult.fileForeground":"#e4e1da", 551 | "peekViewResult.lineForeground":"#d8d3c8", 552 | "peekViewEditor.matchHighlightBackground":"#d3643b55", 553 | "peekViewResult.matchHighlightBackground":"#d3643b55", 554 | "editor.hoverHighlightBackground":"#94c7b622", 555 | "editor.wordHighlightBackground":"#d6e1c722", 556 | "editor.wordHighlightStrongBackground":"#d3643b22", 557 | "editorOverviewRuler.findMatchForeground":"#d3643b55", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#070605", 565 | "editorSuggestWidget.highlightForeground":"#94c7b6", 566 | "editorSuggestWidget.foreground":"#edebe6", 567 | "editorSuggestWidget.selectedBackground":"#5c5449" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/soup.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "soup", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#40424c", 8 | "foreground": "#9090b2", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#ffffff", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#ffffff", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#6b6e7f" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#baa353" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#d8b436" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#8fc0a9" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#8fc0a9" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#faf3dd" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#8fc0a9" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#68b0ab" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#8fc0a9" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#8fc0a9" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#c8d5b9" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#d5d5e8" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#68b0ab" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#8fc0a9" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#8fc0a9" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#8fc0a9" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#8fc0a9" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#baa353" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#6b6e7f" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#9395a4" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#baa353" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#8fc0a9" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#baa353" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#9090b2" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#68b0ab" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#68b0ab", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#d5d5e8", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#d8b436", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#8fc0a9" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#faf3dd" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#baa353" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#faf3dd" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#faf3dd" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#faf3dd" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#68b0ab", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#68b0ab" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#9090b2" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#9090b2", 443 | "editor.background": "#40424c", 444 | "editorCursor.foreground": "#f8f8f0", 445 | "editor.foreground": "#9090b2", 446 | "editorWhitespace.foreground": "#636676", 447 | "editor.lineHighlightBackground": "#474954", 448 | "editor.selectionBackground": "#68b0ab55", 449 | "sideBar.background":"#4c4e5a", 450 | "sideBar.foreground":"#9090b2", 451 | "sideBarSectionHeader.background": "#535562", 452 | "sideBarSectionHeader.foreground": "#9090b2", 453 | "activityBar.background":"#454752", 454 | "activityBar.foreground":"#9090b2", 455 | "activityBarBadge.background":"#68b0ab", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#68b0ab", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#68b0ab", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#474954", 462 | "tab.inactiveBackground":"#494c57", 463 | "editorGroupHeader.tabsBackground":"#474954", 464 | "titleBar.activeBackground":"#373841", 465 | "list.activeSelectionBackground":"#8fc0a9", 466 | "list.hoverBackground":"#474954", 467 | "list.activeSelectionForeground":"#40424c", 468 | "list.inactiveSelectionBackground":"#40424c", 469 | "list.focusBackground":"#636676", 470 | "editorLineNumber.foreground":"#6f7283", 471 | "editorIndentGuide.background":"#575a68", 472 | "editorWhitespace.foreground":"#575a68", 473 | "editorRuler.foreground":"#575a68", 474 | "editorLink.activeForeground":"#68b0ab", 475 | "statusBar.noFolderBackground":"#8fc0a9", 476 | "input.background":"#34363e", 477 | "input.foreground":"#9090b2", 478 | "input.border":"#636676", 479 | "input.placeholderForeground":"#6a6d7e", 480 | "inputOption.activeBorder":"#8fc0a9", 481 | "input.activeBorder":"#68b0ab", 482 | "progressBar.background":"#c8d5b9", 483 | "focusBorder":"#68b0ab", 484 | "button.background":"#8fc0a9", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#575a68", 487 | "editorWidget.background":"#575a68", 488 | "editorWidget.border":"#6f7283", 489 | "panelTitle.activeBorder":"#68b0ab", 490 | "dropdown.background":"#3b3d46", 491 | "dropdown.border":"#3b3d46", 492 | "dropdown.foreground":"#9090b2", 493 | "panelTitle.inactiveForeground":"#979aa7", 494 | "panel.border":"#6f7283", 495 | "scrollbarSlider.activeBackground":"#68b0abaa", 496 | "scrollbarSlider.background":"#6f7283aa", 497 | "scrollbarSlider.hoverBackground":"#68b0ab55", 498 | "tab.inactiveForeground":"#a5a7b3", 499 | "editorGutter.background":"#3b3d46", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#898c9c", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#68b0ab44", 509 | "editorBracketMatch.border":"#8fc0a9", 510 | "notification.background":"#4c4e5a", 511 | "notification.foreground":"#9090b2", 512 | "notification.buttonBackground":"#68b0ab", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#34363e", 521 | "terminal.foreground":"#9090b2", 522 | "terminal.ansiBlack":"#4c4e5a", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#68b0ab", 525 | "terminal.ansiYellow":"#8fc0a9", 526 | "terminal.ansiBlue":"#c8d5b9", 527 | "terminal.ansiMagenta":"#faf3dd", 528 | "terminal.ansiCyan":"#8fc0a9", 529 | "terminal.ansiWhite":"#9f9fbc", 530 | "terminal.ansiBrightBlack":"#6f7283", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#abd3d0", 533 | "terminal.ansiBrightYellow":"#d0e5db", 534 | "terminal.ansiBrightBlue":"#fafbf9", 535 | "terminal.ansiBrightMagenta":"#ffffff", 536 | "terminal.ansiBrightCyan":"#d0e5db", 537 | "terminal.ansiBrightWhite":"#ccccdc", 538 | "extensionButton.prominentBackground":"#68b0ab", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#89c2be", 541 | "peekView.border":"#68b0ab", 542 | "peekViewEditor.background":"#373841", 543 | "peekViewEditorGutter.background":"#3b3d46", 544 | "peekViewResult.background":"#4c4e5a", 545 | "peekViewTitle.background":"#3b3d46", 546 | "peekViewTitleLabel.foreground":"#9090b2", 547 | "peekViewTitleDescription.foreground":"#8787ac", 548 | "peekViewResult.selectionBackground":"#454752", 549 | "peekViewResult.selectionForeground":"#9090b2", 550 | "peekViewResult.fileForeground":"#8484aa", 551 | "peekViewResult.lineForeground":"#72729d", 552 | "peekViewEditor.matchHighlightBackground":"#8fc0a955", 553 | "peekViewResult.matchHighlightBackground":"#8fc0a955", 554 | "editor.hoverHighlightBackground":"#68b0ab22", 555 | "editor.wordHighlightBackground":"#c8d5b922", 556 | "editor.wordHighlightStrongBackground":"#8fc0a922", 557 | "editorOverviewRuler.findMatchForeground":"#8fc0a955", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#292a30", 565 | "editorSuggestWidget.highlightForeground":"#68b0ab", 566 | "editorSuggestWidget.foreground":"#9090b2", 567 | "editorSuggestWidget.selectedBackground":"#6f7283" 568 | } 569 | } -------------------------------------------------------------------------------- /themes/tame.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "tame", 3 | "type": "dark", 4 | "tokenColors": [ 5 | { 6 | "settings": { 7 | "background": "#283035", 8 | "foreground": "#c0ccdb", 9 | "selectionForeground": "#ffffff", 10 | "findHighlight": "#ffe792", 11 | "findHighlightForeground": "#333333", 12 | "selectionBorder": "#ffffff", 13 | "bracketsForeground": "#c0ccdb", 14 | "bracketsOptions": "underline", 15 | "bracketContentsForeground": "#c0ccdb", 16 | "bracketContentsOptions": "underline", 17 | "tagsOptions": "stippled_underline" 18 | } 19 | }, 20 | { 21 | "name": "Comment", 22 | "scope": "comment", 23 | "settings": { 24 | "foreground": "#4e5c66" 25 | } 26 | }, 27 | { 28 | "name": "String", 29 | "scope": "string", 30 | "settings": { 31 | "foreground": "#84c4ce" 32 | } 33 | }, 34 | { 35 | "name": "Number", 36 | "scope": "constant.numeric", 37 | "settings": { 38 | "foreground": "#8770a0" 39 | } 40 | }, 41 | { 42 | "name": "Built-in constant", 43 | "scope": "constant.language", 44 | "settings": { 45 | "foreground": "#707ba0" 46 | } 47 | }, 48 | { 49 | "name": "User-defined constant", 50 | "scope": [ 51 | "constant.character", 52 | "constant.other" 53 | ], 54 | "settings": { 55 | "foreground": "#707ba0" 56 | } 57 | }, 58 | { 59 | "name": "Variable", 60 | "scope": "variable", 61 | "settings": { 62 | "fontStyle": "" 63 | } 64 | }, 65 | { 66 | "name": "Keyword", 67 | "scope": "keyword", 68 | "settings": { 69 | "foreground": "#4571a8" 70 | } 71 | }, 72 | { 73 | "name": "Storage", 74 | "scope": "storage", 75 | "settings": { 76 | "fontStyle": "", 77 | "foreground": "#707ba0" 78 | } 79 | }, 80 | { 81 | "name": "Storage type", 82 | "scope": "storage.type", 83 | "settings": { 84 | "fontStyle": "", 85 | "foreground": "#4571a8" 86 | } 87 | }, 88 | { 89 | "name": "Class name", 90 | "scope": "entity.name.class", 91 | "settings": { 92 | "fontStyle": "underline", 93 | "foreground": "#707ba0" 94 | } 95 | }, 96 | { 97 | "name": "Inherited class", 98 | "scope": "entity.other.inherited-class", 99 | "settings": { 100 | "fontStyle": "", 101 | "foreground": "#707ba0" 102 | } 103 | }, 104 | { 105 | "name": "Function name", 106 | "scope": "entity.name.function", 107 | "settings": { 108 | "fontStyle": "", 109 | "foreground": "#98abb7" 110 | } 111 | }, 112 | { 113 | "name": "Function argument", 114 | "scope": "variable.parameter", 115 | "settings": { 116 | "fontStyle": "", 117 | "foreground": "#ffffff" 118 | } 119 | }, 120 | { 121 | "name": "Tag name", 122 | "scope": "entity.name.tag", 123 | "settings": { 124 | "fontStyle": "", 125 | "foreground": "#4571a8" 126 | } 127 | }, 128 | { 129 | "name": "Tag attribute", 130 | "scope": "entity.other.attribute-name", 131 | "settings": { 132 | "fontStyle": "", 133 | "foreground": "#707ba0" 134 | } 135 | }, 136 | { 137 | "name": "Library function", 138 | "scope": "support.function", 139 | "settings": { 140 | "fontStyle": "", 141 | "foreground": "#707ba0" 142 | } 143 | }, 144 | { 145 | "name": "Library constant", 146 | "scope": "support.constant", 147 | "settings": { 148 | "fontStyle": "", 149 | "foreground": "#707ba0" 150 | } 151 | }, 152 | { 153 | "name": "Library class/type", 154 | "scope": [ 155 | "support.type", 156 | "support.class" 157 | ], 158 | "settings": { 159 | "fontStyle": "", 160 | "foreground": "#707ba0" 161 | } 162 | }, 163 | { 164 | "name": "Library variable", 165 | "scope": "support.other.variable", 166 | "settings": { 167 | "fontStyle": "" 168 | } 169 | }, 170 | { 171 | "name": "Invalid", 172 | "scope": "invalid", 173 | "settings": { 174 | "background": "#664e4d", 175 | "foreground": "#cf433e", 176 | "fontStyle": "" 177 | } 178 | }, 179 | { 180 | "name": "Invalid deprecated", 181 | "scope": "invalid.deprecated", 182 | "settings": { 183 | "background": "#664e4d", 184 | "foreground": "#cf433e" 185 | } 186 | }, 187 | { 188 | "name": "JSON String", 189 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 190 | "settings": { 191 | "foreground": "#84c4ce" 192 | } 193 | }, 194 | { 195 | "name": "diff.header", 196 | "scope": [ 197 | "meta.diff", 198 | "meta.diff.header" 199 | ], 200 | "settings": { 201 | "foreground": "#4e5c66" 202 | } 203 | }, 204 | { 205 | "name": "diff.deleted", 206 | "scope": "markup.deleted", 207 | "settings": { 208 | "foreground": "#e61f44" 209 | } 210 | }, 211 | { 212 | "name": "diff.inserted", 213 | "scope": "markup.inserted", 214 | "settings": { 215 | "foreground": "#A6E22E" 216 | } 217 | }, 218 | { 219 | "name": "diff.changed", 220 | "scope": "markup.changed", 221 | "settings": { 222 | "foreground": "#f7b83d" 223 | } 224 | }, 225 | { 226 | "scope": "constant.numeric.line-number.find-in-files - match", 227 | "settings": { 228 | "foreground": "#8FBE00A0" 229 | } 230 | }, 231 | { 232 | "scope": "entity.name.filename.find-in-files", 233 | "settings": { 234 | "foreground": "#E6DB74" 235 | } 236 | }, 237 | { 238 | "scope": "keyword.other", 239 | "settings": { 240 | "foreground": "#6f8391" 241 | } 242 | }, 243 | { 244 | "scope": [ 245 | "meta.property-value", 246 | "support.constant.property-value", 247 | "constant.other.color" 248 | ], 249 | "settings": { 250 | "foreground": "#84c4ce" 251 | } 252 | }, 253 | { 254 | "scope": "meta.structure.dictionary.json string.quoted.double.json", 255 | "settings": { 256 | "foreground": "#707ba0" 257 | } 258 | }, 259 | { 260 | "scope": "meta.structure.dictionary.value.json string.quoted.double.json", 261 | "settings": { 262 | "foreground": "#84c4ce" 263 | } 264 | }, 265 | { 266 | "name": "Function argument", 267 | "scope": "meta.property-name support.type.property-name", 268 | "settings": { 269 | "fontStyle": "normal" 270 | } 271 | }, 272 | { 273 | "name": "Function argument", 274 | "scope": "meta.property-value punctuation.separator.key-value", 275 | "settings": { 276 | "foreground": "#c0ccdb" 277 | } 278 | }, 279 | { 280 | "name": "Function argument", 281 | "scope": [ 282 | "keyword.other.use", 283 | "keyword.other.function.use", 284 | "keyword.other.namespace", 285 | "keyword.other.new", 286 | "keyword.other.special-method", 287 | "keyword.other.unit", 288 | "keyword.other.use-as" 289 | ], 290 | "settings": { 291 | "foreground": "#4571a8" 292 | } 293 | }, 294 | { 295 | "name": "Function argument", 296 | "scope": [ 297 | "meta.use support.class.builtin", 298 | "meta.other.inherited-class support.class.builtin" 299 | ], 300 | "settings": { 301 | "foreground": "#4571a8", 302 | "fontStyle": "normal" 303 | } 304 | }, 305 | { 306 | "name": "Function argument", 307 | "scope": "variable.other", 308 | "settings": { 309 | "foreground": "#ffffff", 310 | "fontStyle": "normal" 311 | } 312 | }, 313 | { 314 | "name": "Coffeescript Function argument", 315 | "scope": "variable.parameter.function.coffee", 316 | "settings": { 317 | "foreground": "#8770a0", 318 | "fontStyle": "" 319 | } 320 | }, 321 | { 322 | "name": "Markdown Titles", 323 | "scope": "entity.name.section.markdown", 324 | "settings": { 325 | "foreground": "#707ba0" 326 | } 327 | }, 328 | { 329 | "name": "Markdown Title Hash", 330 | "scope": "punctuation.definition.heading.markdown", 331 | "settings": { 332 | "foreground": "#4571a8" 333 | } 334 | }, 335 | { 336 | "name": "Markdown Raw", 337 | "scope": "markup.raw.inline.markdown", 338 | "settings": { 339 | "foreground": "#84c4ce" 340 | } 341 | }, 342 | { 343 | "name": "Markdown bold stars", 344 | "scope": [ 345 | "punctuation.definition.bold.markdown", 346 | "punctuation.definition.italic.markdown" 347 | ], 348 | "settings": { 349 | "foreground": "#4571a8" 350 | } 351 | }, 352 | { 353 | "name": "Markdown link title braces", 354 | "scope": [ 355 | "punctuation.definition.string.begin.markdown", 356 | "punctuation.definition.string.end.markdown" 357 | ], 358 | "settings": { 359 | "foreground": "#4571a8" 360 | } 361 | }, 362 | { 363 | "name": "Markdown link braces", 364 | "scope": "punctuation.definition.metadata.markdown", 365 | "settings": { 366 | "foreground": "#4571a8" 367 | } 368 | }, 369 | { 370 | "name": "Markdown link", 371 | "scope": [ 372 | "markup.underline.link.markdown", 373 | "markup.underline.link.image.markdown", 374 | "meta.image.inline.markdown" 375 | ], 376 | "settings": { 377 | "foreground": "#4571a8", 378 | "fontStyle": "" 379 | } 380 | }, 381 | { 382 | "name": "Markdown bold/italic", 383 | "scope": [ 384 | "markup.bold.markdown", 385 | "markup.italic.markdown" 386 | ], 387 | "settings": { 388 | "foreground": "#4571a8" 389 | } 390 | }, 391 | { 392 | "name": "Markdown bold/italic", 393 | "scope": "markup.italic.markdown", 394 | "settings": { 395 | "fontStyle": "italic" 396 | } 397 | }, 398 | { 399 | "name": "Markdown bold/italic", 400 | "scope": "markup.bold.markdown", 401 | "settings": { 402 | "fontStyle": "bold" 403 | } 404 | }, 405 | { 406 | "name": "Markdown pre", 407 | "scope": "markup.raw.block.markdown", 408 | "settings": { 409 | "foreground": "#664e4d" 410 | } 411 | }, 412 | { 413 | "name": "GitGutter deleted", 414 | "scope": "markup.deleted.git_gutter", 415 | "settings": { 416 | "foreground": "#e61f44" 417 | } 418 | }, 419 | { 420 | "name": "GitGutter inserted", 421 | "scope": "markup.inserted.git_gutter", 422 | "settings": { 423 | "foreground": "#a7da1e" 424 | } 425 | }, 426 | { 427 | "name": "GitGutter changed", 428 | "scope": "markup.changed.git_gutter", 429 | "settings": { 430 | "foreground": "#f7b83d" 431 | } 432 | }, 433 | { 434 | "name": "Template expressions.", 435 | "scope": "meta.template.expression", 436 | "settings": { 437 | "foreground": "#c0ccdb" 438 | } 439 | } 440 | ], 441 | "colors": { 442 | "foreground":"#c0ccdb", 443 | "editor.background": "#283035", 444 | "editorCursor.foreground": "#ffffff", 445 | "editor.foreground": "#c0ccdb", 446 | "editorWhitespace.foreground": "#495761", 447 | "editor.lineHighlightBackground": "#2f383e", 448 | "editor.selectionBackground": "#707ba055", 449 | "sideBar.background":"#333d44", 450 | "sideBar.foreground":"#c0ccdb", 451 | "sideBarSectionHeader.background": "#3a454c", 452 | "sideBarSectionHeader.foreground": "#c0ccdb", 453 | "activityBar.background":"#2c353b", 454 | "activityBar.foreground":"#c0ccdb", 455 | "activityBarBadge.background":"#4571a8", 456 | "activityBarBadge.foreground":"#ffffff", 457 | "badge.background":"#4571a8", 458 | "badge.foreground":"#ffffff", 459 | "statusBar.background":"#4571a8", 460 | "statusBar.foreground":"#ffffff", 461 | "editorGroup.background":"#2f383e", 462 | "tab.inactiveBackground":"#313b41", 463 | "editorGroupHeader.tabsBackground":"#2f383e", 464 | "titleBar.activeBackground":"#1f2529", 465 | "list.activeSelectionBackground":"#707ba0", 466 | "list.hoverBackground":"#2f383e", 467 | "list.activeSelectionForeground":"#283035", 468 | "list.inactiveSelectionBackground":"#283035", 469 | "list.focusBackground":"#495761", 470 | "editorLineNumber.foreground":"#54656f", 471 | "editorIndentGuide.background":"#3e4a52", 472 | "editorWhitespace.foreground":"#3e4a52", 473 | "editorRuler.foreground":"#3e4a52", 474 | "editorLink.activeForeground":"#4571a8", 475 | "statusBar.noFolderBackground":"#707ba0", 476 | "input.background":"#1d2326", 477 | "input.foreground":"#c0ccdb", 478 | "input.border":"#495761", 479 | "input.placeholderForeground":"#4f5f69", 480 | "inputOption.activeBorder":"#707ba0", 481 | "input.activeBorder":"#4571a8", 482 | "progressBar.background":"#98abb7", 483 | "focusBorder":"#4571a8", 484 | "button.background":"#707ba0", 485 | "button.foreground":"#ffffff", 486 | "panel.background":"#3e4a52", 487 | "editorWidget.background":"#3e4a52", 488 | "editorWidget.border":"#54656f", 489 | "panelTitle.activeBorder":"#4571a8", 490 | "dropdown.background":"#242b2f", 491 | "dropdown.border":"#242b2f", 492 | "dropdown.foreground":"#c0ccdb", 493 | "panelTitle.inactiveForeground":"#778c98", 494 | "panel.border":"#54656f", 495 | "scrollbarSlider.activeBackground":"#4571a8aa", 496 | "scrollbarSlider.background":"#54656faa", 497 | "scrollbarSlider.hoverBackground":"#4571a855", 498 | "tab.inactiveForeground":"#8698a3", 499 | "editorGutter.background":"#242b2f", 500 | "editorGutter.modifiedBackground":"#f7b83d", 501 | "editorGutter.addedBackground":"#a7da1e", 502 | "editorGutter.deletedBackground":"#e61f44", 503 | "gitDecoration.modifiedResourceForeground":"#f7b83d", 504 | "gitDecoration.deletedResourceForeground":"#e61f44", 505 | "gitDecoration.untrackedResourceForeground":"#a7da1e", 506 | "gitDecoration.ignoredResourceForeground":"#6a7f8c", 507 | "gitDecoration.conflictingResourceForeground":"#9d37fc", 508 | "editorBracketMatch.background":"#4571a844", 509 | "editorBracketMatch.border":"#707ba0", 510 | "notification.background":"#333d44", 511 | "notification.foreground":"#c0ccdb", 512 | "notification.buttonBackground":"#4571a8", 513 | "notification.buttonForeground":"#ffffff", 514 | "notification.infoBackground":"#9d37fc", 515 | "notification.warningBackground":"#f7b83d", 516 | "notification.errorBackground":"#e61f44", 517 | "notification.infoForeground":"#ffffff", 518 | "notification.warningForeground":"#ffffff", 519 | "notification.errorForeground":"#ffffff", 520 | "terminal.background":"#1d2326", 521 | "terminal.foreground":"#c0ccdb", 522 | "terminal.ansiBlack":"#333d44", 523 | "terminal.ansiRed":"#ba0e2e", 524 | "terminal.ansiGreen":"#4571a8", 525 | "terminal.ansiYellow":"#707ba0", 526 | "terminal.ansiBlue":"#98abb7", 527 | "terminal.ansiMagenta":"#4571a8", 528 | "terminal.ansiCyan":"#707ba0", 529 | "terminal.ansiWhite":"#d0d9e4", 530 | "terminal.ansiBrightBlack":"#54656f", 531 | "terminal.ansiBrightRed":"#f03e5f", 532 | "terminal.ansiBrightGreen":"#86a6cd", 533 | "terminal.ansiBrightYellow":"#adb4c9", 534 | "terminal.ansiBrightBlue":"#d4dce1", 535 | "terminal.ansiBrightMagenta":"#86a6cd", 536 | "terminal.ansiBrightCyan":"#adb4c9", 537 | "terminal.ansiBrightWhite":"#ffffff", 538 | "extensionButton.prominentBackground":"#4571a8", 539 | "extensionButton.prominentForeground":"#ffffff", 540 | "extensionButton.prominentHoverBackground":"#628bbe", 541 | "peekView.border":"#4571a8", 542 | "peekViewEditor.background":"#1f2529", 543 | "peekViewEditorGutter.background":"#242b2f", 544 | "peekViewResult.background":"#333d44", 545 | "peekViewTitle.background":"#242b2f", 546 | "peekViewTitleLabel.foreground":"#c0ccdb", 547 | "peekViewTitleDescription.foreground":"#b6c4d5", 548 | "peekViewResult.selectionBackground":"#2c353b", 549 | "peekViewResult.selectionForeground":"#c0ccdb", 550 | "peekViewResult.fileForeground":"#b3c1d4", 551 | "peekViewResult.lineForeground":"#a0b2c8", 552 | "peekViewEditor.matchHighlightBackground":"#707ba055", 553 | "peekViewResult.matchHighlightBackground":"#707ba055", 554 | "editor.hoverHighlightBackground":"#4571a822", 555 | "editor.wordHighlightBackground":"#98abb722", 556 | "editor.wordHighlightStrongBackground":"#707ba022", 557 | "editorOverviewRuler.findMatchForeground":"#707ba055", 558 | "editorOverviewRuler.modifiedForeground":"#f7b83d", 559 | "editorOverviewRuler.addedForeground":"#a7da1e", 560 | "editorOverviewRuler.deletedForeground":"#e61f44", 561 | "editorOverviewRuler.errorForeground":"#e61f44", 562 | "editorOverviewRuler.warningForeground":"#f7b83d", 563 | "editorOverviewRuler.infoForeground":"#9d37fc", 564 | "scrollbar.shadow":"#121618", 565 | "editorSuggestWidget.highlightForeground":"#4571a8", 566 | "editorSuggestWidget.foreground":"#c0ccdb", 567 | "editorSuggestWidget.selectedBackground":"#54656f" 568 | } 569 | } --------------------------------------------------------------------------------