[
  {
    "path": ".gitmodules",
    "content": ""
  },
  {
    "path": "CHANGELOG.mkd",
    "content": "Solarized Changelog\n===================\n\n## Current release 1.0.0beta2\n\n1.0.0beta2\n----------\n\n### Summary\n\nSwitch to the alternative red hue (final and only hue change), included a whole\nheap of new ports and updates to the existing Vim colorscheme. The list of all \ncurrently included ports, highlighted items are new, updates noted:\n\n#### Editors & IDEs\n\n*   \\[UPDATED\\] **Vim**\n*   \\[NEW\\] ***Emacs***\n*   \\[NEW\\] ***IntelliJ IDEA***\n*   \\[NEW\\] ***NetBeans***\n*   \\[NEW\\] ***SeeStyle theme for Coda & SubEthaEdit***\n*   \\[NEW\\] ***TextMate***\n*   \\[NEW\\] ***Visual Studio***\n\n#### Terminal Emulators\n\n* \\[UPDATED\\] **iTerm2 colorschemes**\n* \\[UPDATED\\] **OS X Terminal.app colors**\n* \\[UPDATED\\] **Xresources colors**\n\n#### Other Applications\n\n* \\[UPDATED\\] **Mutt mail client colorschemes**\n\n#### Palettes\n\n* \\[UPDATED\\] **Adobe Photoshop Swatches**\n* \\[UPDATED\\] **Apple Color Picker Palette**\n* \\[UPDATED\\] **Gimp Palette**\n\n\n### Critical Changes\n\nThese changes may require you to change your configuration.\n\n*   **GLOBAL : IMPROVEMENT : New red accent color value**\n    Modified red from L\\*a\\*b lightness value 45 to 50 to bring it in\n    line with the other accent colors and address bleed into dark background on \n    some displays, as well as reducing shift of red against base03 when viewed \n    with glasses (chromatic aberration). All instances of the colorscheme and \n    palettes updated to new red and avalailable for use/import without further \n    modification. Forks and ports should pull new changes and/or update ported \n    red value accordingly.  The new red:\n\n            red #dc322f\n\n*   **VIM : CHANGE : Default mode now 16 color**\n    Default terminal mode is now ***16 colors***. Most of the users of terminal \n    mode seem comfortabel and capable changing terminal colors. This is the \n    preferred method of implementing Solarized in Terminal mode. If you wish to \n    instead use the degraded 256 color palette, you may do so with the \n    following line in your .vimrc:\n\n            let g:solarized_termcolors=256\n\n    You no longer need to specify \"let g:solarized_termcolors=16\" as it is now \n    the default; leaving it in your .vimrc won't hurt anything, however.\n\n*   **VIM : IMPROVEMENT : New Toggle Background Plugin**\n    Added new Toggle Background plugin. Will load automatically and show up as \n    a menu item in the `Window` menu in gui vim. Automatically maps to\n    `<F5>` if available (won't clobber that mapping if you're using it).\n    Also available as a command `:ToggleBG`.  To manually map to\n    something other than `<F5>`:\n\n    To set your own mapping in your .vimrc file, simply add the following line \n    to support normal, insert and visual mode usage, changing the\n    \"`<F5>`\" value to the key or key combination you wish to use:\n\n        call togglebg#map(\"<F5>\")\n\n    Note that you'll want to use a single function key or equivalent if you want \n    the plugin to work in all modes (normal, insert, visual).\n\n*   **VIM : IMPROVEMENT : Special & Non-text items now more visible**\n    Special characters such as trailing whitespace, tabs, newlines, when \n    displayed using \":set list\" can be set to one of three levels depending on \n    your needs.\n\n            let g:solarized_visibility =  \"normal\"|   \"high\" or \"low\"\n\n    I'll be honest: I still prefer low visibility. I like them barely there.  \n    They show up in lines that are highlighted as by the cursor line, which \n    works for me. If you are with me on this, put the following in your .vimrc:\n\n            let g:solarized_visibility =  \"low\"\n\n### Non Critical Changes\n\nThese changes should not impact your usage of the Solarized.\n\n*   **PALETTES : IMPROVEMENT : Colorspace tagged and untagged versions**\n    Changed default OS X color picker palatte swatches to tagged colors (sRGB) \n    and included alternate palette with untagged color swatches for advanced \n    users (v1.0.0beta1 had untagged as default).\n\n*   **VIM : BUGFIX : Better display in Terminal.app, other emulators**\n    Terminal.app and other common terminal emulators that report 8 color mode \n    had display issues due to order of synt highlighting definitions and color \n    values specified. These have been conformed and reordered in such a way \n    that there is a more graceful degrading of the Solarized color palette on \n    8 color terminals. Infact, the experience should be almost identical to gui \n    other than lack of bold typeface.\n\n*   **VIM : BUGFIX : Better distinction between status bar and split windows**\n    Status bar was previously too similar to the cursor line and window splits.  \n    This has now been changed significantly to improve the clarity of what is \n    status, cursor line and window separator.\n\n*   **VIM : STREAMLINED : Removed simultaneous gui/cterm definitions**\n*   Refactored solarized.vim to eliminate simultaneous definition of gui and \n    cterm values.\n\n*   **VIM : BUGFIX : Removed italicized front in terminal mode**\n    Removed default italicized font in terminal mode in the Solarized Vim\n    colorscheme (many terminal emulators display Vim italics as reversed type).  \n    Italics still used in GUI mode by default and can still be turned off in \n    both modes by setting a variable: `let g:solarized_italic=0`.\n\n1.0.0beta1\n----------\n\nFirst public release. Included:\n\n* Adobe Photoshop Swatches\n* Apple Color Picker Palette\n* Gimp Palette\n* iTerm2 colorschemes\n* Mutt mail client colorschemes\n* OS X Terminal.app colors\n* Vim Colorscheme\n* Xresources colors\n\n\n\n***\n\nMODIFIED: 2011 Apr 16\n"
  },
  {
    "path": "DEVELOPERS.mkd",
    "content": "---\nTitle: Solarized Developers\nDescription: Notes and Guidelines on Port Development\nAuthor: Ethan Schoonover\nTags: test, testing, test123\nColors: light yellow\nCreated:  2011 Mar 15\nModified: 2011 Apr 14\n\n---\n\nSolarized Developers\n====================\n\n## Notes and Guidelines on Port Development\n\nWhen developing a port of the Solarized colorscheme that you'd like to see \nincluded in the main project repository, please consider the following \nguidelines:\n\n1. No hue or color changes. Please keep the same hex/rgb/L*a*b values. If you \n   want to change them, that's fine, but I'd recommend setting it up as a \n\n2. If you are making a new port, consider creating a repository with just the \n   theme/plugin for your particular port, rather than forking the entire \n   Solarized master repository. This allows your users to pull down just the \n   theme for the application easily. I can also pull in your repository using \n   git-subtree as a subdirectory of the master Solarized project. This is what \n   I do with the Vim and Mutt themes (they each have an independent repo for \n   the convenience of those cloning the project directly into their vim/mutt \n   configuration).\n\n3. If you are going to fork and modify code, please check to see who the \n   maintainer for the specific Solarized component is. Mail me if you can't \n   find that information in the README for the specific port.\n\n### README guidlines\n\nPlease include a README for your project that contains the following \ninformation:\n\n1. A link to the main solarized project page:\n   http://ethanschoonover.com/solarized\n   This page will also have links back to your port/repo as well as \n   attribution. I want to maintain it as the canonical clearing house for all \n   ports, etc.\n\n2. A link to your project repository\n\n3. A link to the main solarized repository on github (in addition to the link \n   to the main site above)\n\n4. Installation instructions as necessary for your port\n\nSee the vim-colors-solarized subdirectory for an example of this. Your README \ndoesn't need to be this elaborate, of course, but should be clear enough that \nusers can get up and running.\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) 2011 Ethan Schoonover\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n"
  },
  {
    "path": "README.md",
    "content": "---\ntitle: Solarized\ndescription: Precision colors for machines and people\nauthor: Ethan Schoonover\ntags: test, testing, test123\ncolors: light yellow\ncreated:  2011 Mar 15\nmodified: 2011 Apr 16\n\n---\n\nSolarized\n=========\n\n## Precision colors for machines and people\n\n[![solarized dualmode](https://github.com/altercation/solarized/raw/master/img/solarized-yinyang.png)](#features)\n\nSolarized is a sixteen color palette (eight monotones, eight accent colors)\ndesigned for use with terminal and gui applications. It has several [unique\nproperties](#features). I designed this colorscheme with both precise\n[CIELAB](http://en.wikipedia.org/wiki/Lab_color_space) lightness relationships\nand a refined set of hues based on fixed color wheel relationships. It has been\ntested extensively in real world use on color calibrated displays (as well as\nuncalibrated/intentionally miscalibrated displays) and in a variety of lighting\nconditions.\n\n***See the [changelog] for what's new in the most recent release.***\n\n![solarized palette](https://github.com/altercation/solarized/raw/master/img/solarized-palette.png)\n\n![solarized vim](https://github.com/altercation/solarized/raw/master/img/solarized-vim.png)\n\nCurrently available in formats for (cf [screenshots](#screenshots) below):\n\n### Editors & IDEs\n\n*   **Vim** by [me](https://github.com/altercation) (the Vim-only portion of Solarized is\n    [available here](https://github.com/altercation/vim-colors-solarized), for use with\n    Pathogen, etc.). See also the [Vim README](http://ethanschoonover.com/solarized/vim-colors-solarized).\n*   **Emacs** courtesy of [Greg Pfeil](http://blog.technomadic.org)\n    ([@sellout](http://twitter.com/sellout))\n    in the main repo and in a [standalone repository][Emacs Repository]\n*   **IntelliJ IDEA**\n    courtesy of [Johan Kaving](https://github.com/jkaving) and\n    ([@flangy](http://twitter.com/flangy))\n    in the main repo and in a [standalone repository][IntelliJ Repository]\n*   **NetBeans** courtesy of [Brian Fenton](https://github.com/fentie) and\n    in the main repo and in a [standalone repository][NetBeans Repository]\n*   **SeeStyle theme for Coda & SubEthaEdit** courtesy of\n    [Justin Hileman](http://justinhileman.com/)\n    ([@bobthecow](http://twitter.com/bobthecow)),\n    in the main repo and in a\n    [standalone repository][SeeStyle-Coda-SubEthaEdit Repository]\n*   **TextMate** --- ***NOTE:*** Dark Theme is work in progress\\\n    courtesy of [Tom Martin](http://thedeplorableword.net/)\n    ([@deplorableword](http://twitter.com/deplorableword))\n    in the main repo and in a [standalone repository][TextMate Repository]\n    (with key work from [Mark Story](http://mark-story.com)\n    and [Brian Mathiyakom](http://brian.rarevisions.net))\n*   **TextWrangler & BBEdit** courtesy of [Rui Carmo](http://the.taoofmac.com)\n    ([@taoofmac](http://twitter.com/taoofmac))\n    in the main repo and in a [standalone repository][TextWrangler-BBEdit Repository]\n*   **Visual Studio** courtesy of [David Thibault](http://www.leddt.com)\n    ([@leddt](http://twitter.com/leddt))\n    in the main repo and in a [standalone repository][Visual Studio Repository]\n\n*   **Xcode** work in progress ports are available for [Xcode 3] and [Xcode 4]\n    and will be pulled into the main Solarized project soon.\n\n### Terminal Emulators\n\n* **Xresources** / Xdefaults\n* **iTerm2**\n* **OS X Terminal.app**\n* **Putty** courtesy [Brant Bobby](http://www.control-v.net)\n    and on [GitHub](https://github.com/brantb)\n* **Xfce terminal** courtesy [Sasha Gerrand](http://sgerrand.com)\n    and on [GitHub](https://github.com/sgerrand)\n\n### Other Applications\n\n*   **Mutt** e-mail client also by [me] (*just* the Mutt colorscheme is\n    [available here][Mutt Repository])\n\n### Palettes\n\n* **Adobe Photoshop** Palette (inc. L\\*a\\*b values)\n* **Apple Color Picker** Palettes\n* **GIMP** Palette\n\nDon't see the application you want to use it in? Download the palettes (or pull\nthe values from the table below) and create your own. Submit it back and I'll\nhappily note the contribution and include it on this page.  See also the\n[Usage & Development](#usage-development) section below for details on the\nspecific values to be used in different contexts.\n\nDownload\n--------\n\n### [Click here to download latest version](http://ethanschoonover.com/solarized/files/solarized.zip)\n\nCurrent release is **v1.0.0beta2**. See the [changelog] for details on what's\nnew in this release.\n\n### Fresh Code on GitHub\n\nYou can also use the following links to access application specific downloads\nand git repositories:\n\n*   **Canonical Project Page:**\n\n    Downloads, screenshots and more information are always available from the\n    project page: <http://ethanschoonover.com/solarized>\n\n*   **Full Git Repository:**\n\n    The full git repository is at: <https://github.com/altercation/solarized>\n    Get it using the following command:\n\n        $ git clone git://github.com/altercation/solarized.git\n\n*   **Application Specific Repositories:**\n\n    You can clone repositories specific to many of the application specific\n    color themes. See links in the list above or select from this list:\n\n    * [Vim Repository]\n    * [Mutt Repository]\n    * [Emacs Repository]\n    * [IntelliJ Repository]\n    * [NetBeans Repository]\n    * [SeeStyle-Coda-SubEthaEdit Repository]\n    * [TextMate Repository]\n    * [TextWrangler-BBEdit Repository]\n    * [Visual Studio Repository]\n\n    * [Xcode 3 work in progress][Xcode 3]\n    * [Xcode 4 work in progress][Xcode 4]\n\nNote that through the magic of [git-subtree](https://github.com/apenwarr/git-subtree)\nthese repositories are all kept in sync, so you can pull any of them and get the most up-to-date version.\n\nFeatures\n--------\n\n1. **Selective contrast**\n\n    On a sunny summer day I love to read a book outside. Not right in the sun;\n    that's too bright. I'll hunt for a shady spot under a tree. The shaded\n    paper contrasts with the crisp text nicely. If you were to actually measure\n    the contrast between the two, you'd find it is much lower than black text\n    on a white background (or white on black) on your display device of choice.\n    Black text on white from a computer display is akin to reading a book in\n    direct sunlight and tires the eye.\n\n    ![solarized selective contrast](https://github.com/altercation/solarized/raw/master/img/solarized-selcon.png)\n\n    Solarized reduces *brightness contrast* but, unlike many low contrast\n    colorschemes, retains *contrasting hues* (based on colorwheel relations)\n    for syntax highlighting readability.\n\n2. **Both sides of the force**\n\n    ![solarized dualmode](https://github.com/altercation/solarized/raw/master/img/solarized-dualmode.png)\n\n    I often switch between dark and light modes when editing text and code.\n    Solarized retains the same selective contrast relationships and overall\n    feel when switching between the light and dark background modes. A *lot* of\n    thought, planning and testing has gone into making both modes feel like\n    part of a unified colorscheme.\n\n3. **16/5 palette modes**\n\n    ![solarized palettes](https://github.com/altercation/solarized/raw/master/img/solarized-165.png)\n\n    Solarized works as a sixteen color palette for compatibility with common\n    terminal based applications / emulators. In addition, it has been carefully\n    designed to scale down to a variety of five color palettes (four base\n    monotones plus one accent color) for use in design work such as web design.\n    In every case it retains a strong personality but doesn't overwhelm.\n\n5.  **Precision, symmetry**\n\n    ![solarized symmetry](https://github.com/altercation/solarized/raw/master/img/solarized-sym.png)\n\n    The monotones have symmetric CIELAB lightness differences, so switching\n    from dark to light mode retains the same perceived contrast in brightness\n    between each value. Each mode is equally readable. The accent colors are\n    based off specific colorwheel relations and subsequently translated to\n    CIELAB to ensure perceptual uniformity in terms of lightness. The hues\n    themselves, as with the monotone \\*a\\*b values, have been adjusted within\n    a small range to achieve the most pleasing combination of colors.\n\n    See also the [Usage & Development](#usage-development) section below for\n    details on the specific values to be used in different contexts.\n\n    This makes colorscheme inversion trivial. Here, for instance, is a sass\n    (scss) snippet that inverts solarized based on the class of the html tag\n    (e.g. `<html class=\"dark red\">` to give a dark background with red accent):\n\n        $base03:    #002b36;\n        $base02:    #073642;\n        $base01:    #586e75;\n        $base00:    #657b83;\n        $base0:     #839496;\n        $base1:     #93a1a1;\n        $base2:     #eee8d5;\n        $base3:     #fdf6e3;\n        $yellow:    #b58900;\n        $orange:    #cb4b16;\n        $red:       #dc322f;\n        $magenta:   #d33682;\n        $violet:    #6c71c4;\n        $blue:      #268bd2;\n        $cyan:      #2aa198;\n        $green:     #859900;\n        @mixin rebase($rebase03,$rebase02,$rebase01,$rebase00,$rebase0,$rebase1,$rebase2,$rebase3)\n        {\n            background-color:$rebase03;\n            color:$rebase0;\n            * { color:$rebase0; }\n            h1,h2,h3,h4,h5,h6 { color:$rebase1; border-color: $rebase0; }\n            a, a:active, a:visited { color: $rebase1; }\n        }\n        @mixin accentize($accent) {\n            a, a:active, a:visited, code.url { color: $accent; }\n            h1,h2,h3,h4,h5,h6 {color:$accent}\n        }\n        /* light is default mode, so pair with general html definition */\n        html, .light { @include rebase($base3,$base2,$base1,$base0,$base00,$base01,$base02,$base03)}\n        .dark  { @include rebase($base03,$base02,$base01,$base00,$base0,$base1,$base2,$base3)}\n        html * {\n            color-profile: sRGB;\n            rendering-intent: auto;\n        }\n\n    See also [the full css stylesheet for this site](https://github.com/altercation/ethanschoonover.com/blob/master/resources/css/style.css).\n\nInstallation\n------------\n\nInstallation instructions for each version of the colorscheme are included in\nthe subdirectory README files. Note that for Vim (and possibly for Mutt) you\nmay want to clone the specific repository (for instance if you are using\nPathogen). See the links at the top of this file.\n\nFont Samples\n------------\n\nSolarized has been designed to handle fonts of various weights and retain\nreadability, from the classic Terminus to the beefy Menlo.\n\n![font samples - light](https://github.com/altercation/solarized/raw/master/img/solarized-fontsamples-light.png)\n![font samples - dark](https://github.com/altercation/solarized/raw/master/img/solarized-fontsamples-dark.png)\n\nClockwise from upper left: Menlo, Letter Gothic, Terminus, Andale Mono.\n\nPreview all code samples in specific font faces by selecting a link from this\nlist:\n\n* [DejaVu Sans 18](http://ethanschoonover.com/solarized/img/dejavusans18/)\n* [DejaVu Sans 14](http://ethanschoonover.com/solarized/img/dejavusans14/)\n* [Letter Gothic 18](http://ethanschoonover.com/solarized/img/lettergothic18/)\n* [Letter Gothic 14](http://ethanschoonover.com/solarized/img/lettergothic14/)\n\n* [Andale Mono 14](http://ethanschoonover.com/solarized/img/andalemono14/)\n* [Monaco 14](http://ethanschoonover.com/solarized/img/monaco14/)\n* [Skyhook Mono 14](http://ethanschoonover.com/solarized/img/skyhookmono14/)\n\n* [Terminus 12](http://ethanschoonover.com/solarized/img/terminus12/)\n* [Terminus 20](http://ethanschoonover.com/solarized/img/terminus20/)\n\nScreenshots\n-----------\n\nClick to view.\n\n### Mutt\n\n[![mutt dark](https://github.com/altercation/solarized/raw/master/img/screen-mutt-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-mutt-dark.png)\n[![mutt light](https://github.com/altercation/solarized/raw/master/img/screen-mutt-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-mutt-light.png)\n\n### C (Vim)\n\n[![c dark](https://github.com/altercation/solarized/raw/master/img/screen-c-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-c-dark.png)\n[![c light](https://github.com/altercation/solarized/raw/master/img/screen-c-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-c-light.png)\n\n### Haskell (Vim)\n\n[![haskell dark](https://github.com/altercation/solarized/raw/master/img/screen-haskell-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-haskell-dark.png)\n[![haskell light](https://github.com/altercation/solarized/raw/master/img/screen-haskell-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-haskell-light.png)\n\n### HTML (Vim)\n\n[![html dark](https://github.com/altercation/solarized/raw/master/img/screen-html-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-html-dark.png)\n[![html light](https://github.com/altercation/solarized/raw/master/img/screen-html-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-html-light.png)\n\n### Java (Vim)\n\n[![java dark](https://github.com/altercation/solarized/raw/master/img/screen-java-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-java-dark.png)\n[![java light](https://github.com/altercation/solarized/raw/master/img/screen-java-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-java-light.png)\n\n### Javascript (Vim)\n\n[![javascript dark](https://github.com/altercation/solarized/raw/master/img/screen-javascript-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-javascript-dark.png)\n[![javascript light](https://github.com/altercation/solarized/raw/master/img/screen-javascript-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-javascript-light.png)\n\n### Pandoc Markdown (Vim)\n\nThese screen shots show Vim running with my own [Pandoc Kit Syntax](http://ethanschoonover.com/pandockit/).\n\n[![pandoc dark](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-dark.png)\n[![pandoc light](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-pandoc-light.png)\n\n### Perl (Vim)\n\n[![perl dark](https://github.com/altercation/solarized/raw/master/img/screen-perl-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-perl-dark.png)\n[![perl light](https://github.com/altercation/solarized/raw/master/img/screen-perl-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-perl-light.png)\n\n### PHP (Vim)\n\n[![php dark](https://github.com/altercation/solarized/raw/master/img/screen-php-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-php-dark.png)\n[![php light](https://github.com/altercation/solarized/raw/master/img/screen-php-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-php-light.png)\n\n### Python (Vim)\n\n[![python dark](https://github.com/altercation/solarized/raw/master/img/screen-python-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-python-dark.png)\n[![python light](https://github.com/altercation/solarized/raw/master/img/screen-python-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-python-light.png)\n\n### Ruby (Vim)\n\n[![ruby dark](https://github.com/altercation/solarized/raw/master/img/screen-ruby-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-ruby-dark.png)\n[![ruby light](https://github.com/altercation/solarized/raw/master/img/screen-ruby-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-ruby-light.png)\n\n### Shell (Vim)\n\n[![shell dark](https://github.com/altercation/solarized/raw/master/img/screen-shell-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-shell-dark.png)\n[![shell light](https://github.com/altercation/solarized/raw/master/img/screen-shell-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-shell-light.png)\n\n### TeX (Vim)\n\n[![tex dark](https://github.com/altercation/solarized/raw/master/img/screen-tex-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-tex-dark.png)\n[![tex light](https://github.com/altercation/solarized/raw/master/img/screen-tex-light-th.png)](https://github.com/altercation/solarized/raw/master/img/screen-tex-light.png)\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are\nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      RGB         HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #585858 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #e4e4e4 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n\nUsage & Development\n-------------------\n\nIf you are considering developing a port for Solarized, please see also the\n[developer notes](http://ethanschoonover.com/solarized/DEVELOPERS) for\ninformation about optional repository structure and readme formats.\n\nSolarized flips between light and dark modes. In each mode, four monotones form\nthe core values (with an optional fifth for emphasized content).\n\n![value samples - dark](https://github.com/altercation/solarized/raw/master/img/solarized-values-dark.png)\n\n![value samples - light](https://github.com/altercation/solarized/raw/master/img/solarized-values-light.png)\n\nThus in the case of a dark background colorscheme, the normal relationship for\nbackground and body text is `base03:base0` (please note that body text is\n**not** `base00`).  Note also that in cases where the background and foreground\ncan be specified as a pair value, text can be highlighted using a combination\nof `base02:base1`. The L\\*a\\*b lightness difference between `base03:base0` and\n`base02:base1` is identical by design, resulting in identical readability\nagainst both normal and highlighted backgrounds. An example use case is folded\ntext in Vim which uses `base02` for the background and `base1` for the\nforeground.\n\nThe values in this example are simply inverted in the case of a light\nbackground.\n\n\n\n[Vim Repository]: https://github.com/altercation/vim-colors-solarized\n[Mutt Repository]: https://github.com/altercation/mutt-colors-solarized\n[Emacs Repository]: https://github.com/sellout/emacs-color-theme-solarized\n[IntelliJ Repository]: https://github.com/jkaving/intellij-colors-solarized\n[NetBeans Repository]: https://github.com/fentie/netbeans-colors-solarized\n[SeeStyle-Coda-SubEthaEdit Repository]: https://github.com/bobthecow/solarized-seestyle\n[TextMate Repository]: https://github.com/deplorableword/textmate-solarized\n[TextWrangler-BBEdit Repository]: https://github.com/rcarmo/textwrangler-bbedit-solarized\n[Visual Studio Repository]: https://github.com/leddt/visualstudio-colors-solarized\n[Xcode 3]: https://github.com/shayne/solarized/tree/master/apple-xcode3-solarized\n[Xcode 4]: https://github.com/brianmichel/solarized/tree/master/apple-xcode4-solarized\n[me]: http://ethanschoonover.com/colophon\n[changelog]: http://ethanschoonover.com/solarized/CHANGELOG\n[Vim README]: http://ethanschoonover.com/solarized/vim-colors-solarized\n"
  },
  {
    "path": "adobe-swatches-solarized/README.md",
    "content": "Solarized - Adobe Photoshop Swatches\n====================================\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\nInstallation\n------------\n\nImport using the Photoshop swatches palette. Colors are referenced below:\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "apple-colorpalette-solarized/README.md",
    "content": "Solarized - Apple Color Picker Palette\n======================================\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\nInstallation\n------------\n\nCopy or move the `solarized.clr` file to your `~/Library/Colors` directory.\n\nUse the included colorpicker launcher to confirm installation. Launch the \n`launch-colorpicker` application, navigate to the color palette view (usually \nthe third icon from the left) and select 'Solarized' from the drop-down palette \nlist. Click the cancel button to dismiss the color picker.\n\nAlternate Palette\n------------------\n\nNOT FOR USE UNLESS YOU UNDERSTAND THE HELL THAT IS COLOR MANAGEMENT.\n\nThe `alternate palettes` directory contains two Apple Color Picker palettes.  \nThe \"tagged\" palette is identical to the main Solarized.clr palette. The \nuntagged palette contains untagged sRGB values (Apple calls untagged values \n\"device colors\").  Don't use this unless you are using an application that \notherwise can't handle tagged values.\n\nAn example: If you are a web developer working on OS X and you wish to use one \nof the Solarized hex values, you have a couple choices:\n\n1. Enter the code manually (easy, you should do this)\n2. Use the color picker (possible, but do it the right way! See below...)\n\nA popular colorpicker plugin is the \"Hex Color Picker\" from \n<http://wafflesoftware.net/hexpicker/>. If you wish to use this with the \ncolorpicker and a preset palette like Solarized, here's what you do:\n\n1. Instead of the plain old \"solarized.clr\" palette, use the \"solarized-tagged\" \n   and \"solarized-untagged\" palettes (solarized-tagged is the same as \n   solarized.clr, just renamed for clarity).\n\n2. In the Hex Color picker (inside the Apple Color Picker) click the options \n   button and ensure that \"Don't generate calibrated colors\" is **checked**.  \n   Ideally, Hex Color Picker would be aware of a particular color being \n   untagged (a \"device\" color in Apple parlance) and hand it over to you in \n   unaltered form, even if it was otherwise pulling calibrated colors off your \n   display.\n\n3. If you desire a Solarized color **for web use** (not for use in an \n   application that uses Mac color swatches) then you switch to the \n   Solarized-untagged palette in Color Picker, choose a color, switch to the \n   Hex Color Picker tab and grab the correct color. Double check against the \n   chart below to confirm it's working as expected.\n\nThis is just one of many examples of how, even with applications/plugins that \ndeal exclusively with color, there are unexpected or unintuitive exceptions to \ntake into account.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "apple-colorpalette-solarized/alternate palettes/README.md",
    "content": "Alternate Palette\n------------------\n\nNOT FOR USE UNLESS YOU UNDERSTAND THE HELL THAT IS COLOR MANAGEMENT.\n\nThe `alternate palettes` directory contains two Apple Color Picker palettes.  \nThe \"tagged\" palette is identical to the main Solarized.clr palette. The \nuntagged palette contains untagged sRGB values (Apple calls untagged values \n\"device colors\").  Don't use this unless you are using an application that \notherwise can't handle tagged values.\n\nAn example: If you are a web developer working on OS X and you wish to use one \nof the Solarized hex values, you have a couple choices:\n\n1. Enter the code manually (easy, you should do this)\n2. Use the color picker (possible, but do it the right way! See below...)\n\nA popular colorpicker plugin is the \"Hex Color Picker\" from \n<http://wafflesoftware.net/hexpicker/>. If you wish to use this with the \ncolorpicker and a preset palette like Solarized, here's what you do:\n\n1. Instead of the plain old \"solarized.clr\" palette, use the \"solarized-tagged\" \n   and \"solarized-untagged\" palettes (solarized-tagged is the same as \n   solarized.clr, just renamed for clarity).\n\n2. In the Hex Color picker (inside the Apple Color Picker) click the options \n   button and ensure that \"Don't generate calibrated colors\" is **checked**.  \n   Ideally, Hex Color Picker would be aware of a particular color being \n   untagged (a \"device\" color in Apple parlance) and hand it over to you in \n   unaltered form, even if it was otherwise pulling calibrated colors off your \n   display.\n\n3. If you desire a Solarized color **for web use** (not for use in an \n   application that uses Mac color swatches) then you switch to the \n   Solarized-untagged palette in Color Picker, choose a color, switch to the \n   Hex Color Picker tab and grab the correct color. Double check against the \n   chart below to confirm it's working as expected.\n\nThis is just one of many examples of how, even with applications/plugins that \ndeal exclusively with color, there are unexpected or unintuitive exceptions to \ntake into account.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "apple-colorpalette-solarized/launch-colorpicker.app/Contents/Info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CFBundleAllowMixedLocalizations</key>\n\t<true/>\n\t<key>CFBundleDevelopmentRegion</key>\n\t<string>English</string>\n\t<key>CFBundleExecutable</key>\n\t<string>applet</string>\n\t<key>CFBundleIconFile</key>\n\t<string>applet</string>\n\t<key>CFBundleInfoDictionaryVersion</key>\n\t<string>6.0</string>\n\t<key>CFBundleName</key>\n\t<string>launch-colorpicker</string>\n\t<key>CFBundlePackageType</key>\n\t<string>APPL</string>\n\t<key>CFBundleSignature</key>\n\t<string>aplt</string>\n\t<key>LSMinimumSystemVersionByArchitecture</key>\n\t<dict>\n\t\t<key>x86_64</key>\n\t\t<string>10.6</string>\n\t</dict>\n\t<key>LSRequiresCarbon</key>\n\t<true/>\n\t<key>WindowState</key>\n\t<dict>\n\t\t<key>dividerCollapsed</key>\n\t\t<false/>\n\t\t<key>eventLogLevel</key>\n\t\t<integer>-1</integer>\n\t\t<key>name</key>\n\t\t<string>ScriptWindowState</string>\n\t\t<key>positionOfDivider</key>\n\t\t<real>333</real>\n\t\t<key>savedFrame</key>\n\t\t<string>159 537 602 597 0 0 1920 1178 </string>\n\t\t<key>selectedTabView</key>\n\t\t<string>event log</string>\n\t</dict>\n</dict>\n</plist>\n"
  },
  {
    "path": "apple-colorpalette-solarized/launch-colorpicker.app/Contents/PkgInfo",
    "content": "APPLaplt"
  },
  {
    "path": "apple-colorpalette-solarized/launch-colorpicker.app/Contents/Resources/description.rtfd/TXT.rtf",
    "content": "{\\rtf1\\ansi\\ansicpg1252\\cocoartf1038\\cocoasubrtf350\n{\\fonttbl}\n{\\colortbl;\\red255\\green255\\blue255;}\n}"
  },
  {
    "path": "emacs-colors-solarized/LICENSE",
    "content": "Copyright (c) 2011 Ethan Schoonover\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n"
  },
  {
    "path": "emacs-colors-solarized/README.md",
    "content": "Solarized\n=========\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\n## Precision colors for machines and people\n\n[![solarized dualmode](https://github.com/altercation/solarized/raw/master/img/solarized-yinyang.png)](#features)\\\n\n\nSolarized is a sixteen color palette (eight monotones, eight accent colors) \ndesigned for use with terminal and gui applications. It has several [unique \nproperties](#features). I designed this colorscheme with both precise \n[CIELAB](http://en.wikipedia.org/wiki/Lab_color_space) lightness relationships \nand a refined set of hues based on fixed color wheel relationships. It has been \ntested extensively in real world use on color calibrated displays (as well as \nuncalibrated/intentionally miscalibrated displays) and in a variety of lighting \nconditions.\n\n![solarized palette](https://github.com/altercation/solarized/raw/master/img/solarized-palette.png)\\\n\nCurrently available in formats for (cf [screenshots](#screenshots) below):\n\n* **Vim** (the Vim-only portion of Solarized is [available \nhere](https://github.com/altercation/vim-colors-solarized), for use with \nPathogen, etc.)\n* **Mutt** e-mail client (*just* the Mutt colorscheme is [available \nhere](https://github.com/altercation/mutt-colors-solarized))\n* **Xresources** / Xdefaults\n* **iTerm2**\n* OS X **Terminal.app**\n* Adobe Photoshop Palette (inc. L\\*a\\*b values)\n* Apple Color Picker Palette\n* GIMP Palette\n\nDon't see the application you want to use it in? Download the palettes (or pull \nthe values from the table below) and create your own. Submit it back and I'll  \nhappily note the contribution and include it on this page.\n\n**Note:** I am still tweaking the Vim highlighting for specific syntaxes and \nwelcome feedback on these.\n\nDownload\n--------\n\n### [Click here to download latest version](http://ethanschoonover.com/files/solarized/solarized.tar.gz)\n\nOr use the following links to access application specific downloads and git \nrepositories:\n\n*   **Git repo:**\n\n    The full git repository is at: <https://github.com/altercation/solarized>\n    Get it using the following command:\n\n        $ git clone git://github.com/altercation/solarized.git\n\n*   **Vim only:**\n\n    The vim-only colorscheme (Pathogen ready) is available at: \n    <https://github.com/altercation/vim-colors-solarized>.\n    \n        $ git clone git://github.com/altercation/vim-colors-solarized.git\n\n    You can also download it from [vim.org](http://www.vim.org/scripts/script.php?script_id=3520).\n\n*   **Mutt only:**\n\n    The mutt-only variants can be cloned from \n    <https://github.com/altercation/mutt-colors-solarized>\n\n        $ git clone git://github.com/altercation/mutt-colors-solarized.git\n\n*   **Canonical Project Page:**\n\n    Downloads, screenshots and more information are always available from the\n    project page: <http://ethanschoonover.com/solarized>\n\nNote that through the magic of \n[git-subtree](https://github.com/apenwarr/git-subtree) these repositories are \nall kept in sync, so you can pull any of them and get the most up-to-date \nversion.\n\nFeatures\n--------\n\n1. **Selective contrast**\n\n    On a sunny summer day I love to read a book outside. Not right in the sun; \n    that's too bright. I'll hunt for a shady spot under a tree. The shaded \n    paper contrasts with the crisp text nicely. If you were to actually measure \n    the contrast between the two, you'd find it is much lower than black text \n    on a white background (or white on black) on your display device of choice.\n    Black text on white from a computer display is akin to reading a book in \n    direct sunlight and tires the eye.\n\n    ![solarized selective contrast](https://github.com/altercation/solarized/raw/master/img/solarized-selcon.png)\\\n\n    Solarized reduces *brightness contrast* but, unlike many low contrast \n    colorschemes, retains *contrasting hues* (based on colorwheel relations) \n    for syntax highlighting readability.\n\n2. **Both sides of the force**\n\n    ![solarized dualmode](https://github.com/altercation/solarized/raw/master/img/solarized-dualmode.png)\\\n\n    I often switch between dark and light modes when editing text and code.\n    Solarized retains the same selective contrast relationships and overall \n    feel when switching between the light and dark background modes. A *lot* of \n    thought, planning and testing has gone into making both modes feel like \n    part of a unified colorscheme.\n\n3. **16/5 palette modes**\n\n    ![solarized palettes](https://github.com/altercation/solarized/raw/master/img/solarized-165.png)\\\n\n    Solarized works as a sixteen color palette for compatibility with common\n    terminal based applications / emulators. In addition, it has been carefull \n    designed to scale down to a variety of five color palettes (four base \n    monotones plus one accent color) for use in design work such as web design.\n    In every case it retains a strong personality but doesn't overwhelm.\n\n5.  **Precision, symmetry**\n\n    ![solarized symmetry](https://github.com/altercation/solarized/raw/master/img/solarized-sym.png)\\\n\n    The monotones have symmetric CIELAB lightness differences, so switching \n    from dark to light mode retains the same perceived contrast in brightness \n    between each value. Each mode is equally readable. The accent colors are \n    based off specific colorwheel relations and subsequently translated to \n    CIELAB to ensure perceptual uniformity in terms of lightness. The hues \n    themselves, as with the monotone \\*a\\*b values, have been adjusted within \n    a small range to achieve the most pleasing combination of colors.\n\n    This makes colorscheme inversion trivial. Here, for instance, is a sass \n    (scss) snippet that inverts solarized based on the class of the html tag \n    (e.g. `<html class=\"dark red\">` to give a dark background with red accent):\n\n        $base03:    #002b36;\n        $base02:    #073642;\n        $base01:    #586e75;\n        $base00:    #657b83;\n        $base0:     #839496;\n        $base1:     #93a1a1;\n        $base2:     #eee8d5;\n        $base3:     #fdf6e3;\n        $yellow:    #b58900;\n        $orange:    #cb4b16;\n        $red:       #d30102;\n        $magenta:   #d33682;\n        $violet:    #6c71c4;\n        $blue:      #268bd2;\n        $cyan:      #2aa198;\n        $green:     #859900;\n        @mixin rebase($rebase03,$rebase02,$rebase01,$rebase00,$rebase0,$rebase1,$rebase2,$rebase3) \n        {\n            background-color:$rebase03;\n            color:$rebase0;\n            * { color:$rebase0; }\n            h1,h2,h3,h4,h5,h6 { color:$rebase1; border-color: $rebase0; }\n            a, a:active, a:visited { color: $rebase1; }\n        }\n        @mixin accentize($accent) {\n            a, a:active, a:visited, code.url { color: $accent; }\n            h1,h2,h3,h4,h5,h6 {color:$accent}\n        }\n        /* light is default mode, so pair with general html definition */\n        html, .light { @include rebase($base3,$base2,$base1,$base0,$base00,$base01,$base02,$base03)}\n        .dark  { @include rebase($base03,$base02,$base01,$base00,$base0,$base1,$base2,$base3)}\n        html * {\n            color-profile: sRGB;\n            rendering-intent: auto;\n        }\n\nInstallation\n------------\n\nInstallation instructions for each version of the colorscheme are included in \nthe subdirectory README files. Note that for Vim (and possibly for Mutt) you \nmay want to clone the specific repository (for instance if you are using \nPathogen). See the links at the top of this file.\n\nFont Samples\n------------\n\nSolarized has been designed to handle fonts of various weights and retain \nreadability, from the classic Terminus to the beefy Menlo.\n\n![font samples - light](https://github.com/altercation/solarized/raw/master/img/solarized-fontsamples-light.png)\n![font samples - dark](https://github.com/altercation/solarized/raw/master/img/solarized-fontsamples-dark.png)\n\nClockwise from upper left: Menlo, Letter Gothic, Terminus, Andale Mono\n\nScreenshots\n-----------\n\nClick to view.\n\n### Mutt\n\n[![mutt dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-dark.png)\n[![mutt light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-mutt-light.png)\n\n### C (Vim)\n\n[![c dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-dark.png)\n[![c light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-c-light.png)\n\n### Haskell (Vim)\n\n[![haskell dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-dark.png)\n[![haskell light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-haskell-light.png)\n\n### HTML (Vim)\n\n[![html dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-dark.png)\n[![html light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-html-light.png)\n\n### Java (Vim)\n\n[![java dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-dark.png)\n[![java light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-java-light.png)\n\n### Pandoc Markdown (Vim)\n\nThese screen shots show Vim running with my own [Pandoc Kit \nSyntax](/pandockit).\n\n[![pandoc dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-dark.png)\n[![pandoc light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-pandoc-light.png)\n\n### Perl (Vim)\n\n[![perl dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-dark.png)\n[![perl light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-perl-light.png)\n\n### Python (Vim)\n\n[![python dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-dark.png)\n[![python light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-python-light.png)\n\n### Ruby (Vim)\n\n[![ruby dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-dark.png)\n[![ruby light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-ruby-light.png)\n\n### TeX (Vim)\n\n[![tex dark](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-dark-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-dark.png)\n[![tex light](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-light-th.png)](https://github.com/altercation/solarized/raw/master/img/solarized-screen-tex-light.png)\n\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      RGB         HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #585858 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #e4e4e4 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n    \n"
  },
  {
    "path": "emacs-colors-solarized/color-theme-solarized.el",
    "content": ";;; Author: Ethan Schoonover, Solarized; Greg Pfeil, Emacs adaptation\n;;; URL: http://ethanschoonover.com/solarized\n\n;;; This file is not (YET) part of GNU Emacs.\n\n;;; # Usage\n\n;;; 1. Install the color-theme package\n;;;   (http://www.emacswiki.org/cgi-bin/wiki/ColorTheme)\n;;; 2. Load this file\n;;; 3. M-x color-theme-solarized-[dark|light]\n\n(eval-when-compile\n  (require 'color-theme))\n\n(defun color-theme-solarized (mode)\n  \"Color theme by Ethan Schoonover, created 2011-03-24.\nPorted to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized.\"\n  (interactive \"Slight or dark? \")\n  (let ((base03  \"#002b36\")\n        (base02  \"#073642\")\n        (base01  \"#586e75\")\n        (base00  \"#657b83\")\n        (base0   \"#839496\")\n        (base1   \"#93a1a1\")\n        (base2   \"#eee8d5\")\n        (base3   \"#fdf6e3\")\n        (yellow  \"#b58900\")\n        (orange  \"#cb4b16\")\n        (red     \"#dc322f\")\n        (magenta \"#d33682\")\n        (violet  \"#6c71c4\")\n        (blue    \"#268bd2\")\n        (cyan    \"#2aa198\")\n        (green   \"#859900\"))\n    (when (eq 'light mode)\n      (rotatef base03 base3)\n      (rotatef base02 base2)\n      (rotatef base01 base1)\n      (rotatef base00 base0))\n    (color-theme-install\n     `(color-theme-solarized\n       ((foreground-color . ,base0)\n        (background-color . ,base03)\n        (background-mode . ,mode)\n        (cursor-color . ,base0))\n       ;; basic\n       (default ((t (:foreground ,base0))))\n       (cursor ((t (:foreground ,base0 :background ,base03 :inverse-video t))))\n       (escape-glyph-face ((t (:foreground ,red))))\n       (fringe ((t (:foreground ,base01 :background ,base02))))\n       (header-line ((t (:foreground ,base0 :background ,base2))))\n       (highlight ((t (:background ,base02))))\n       (isearch ((t (:foreground ,yellow :inverse-video t))))\n       (menu ((t (:foreground ,base0 :background ,base02))))\n       (minibuffer-prompt ((t (:foreground ,blue))))\n       (mode-line\n        ((t (:foreground ,base1 :background ,base02\n                         :box (:line-width 1 :color ,base1)))))\n       (mode-line-buffer-id ((t (:foreground ,base1))))\n       (mode-line-inactive\n        ((t (:foreground ,base0  :background ,base02\n                         :box (:line-width 1 :color ,base02)))))\n       (region ((t (:background ,base02))))\n       (secondary-selection ((t (:background ,base02))))\n       (trailing-whitespace ((t (:foreground ,red :inverse-video t))))\n       (vertical-border ((t (:foreground ,base0))))\n       ;; compilation\n       (compilation-info ((t (:forground ,green :bold t))))\n       (compilation-warning ((t (:foreground ,orange :bold t))))\n       ;; customize\n       (custom-button\n        ((t (:background ,base02 :box (:line-width 2 :style released-button)))))\n       (custom-button-mouse ((t (:inherit custom-button :foreground ,base1))))\n       (custom-button-pressed\n        ((t (:inherit custom-button-mouse\n                      :box (:line-width 2 :style pressed-button)))))\n       (custom-comment-tag ((t (:background ,base02))))\n       (custom-comment-tag ((t (:background ,base02))))\n       (custom-documentation ((t (:inherit default))))\n       (custom-group-tag ((t (:foreground ,orange :bold t))))\n       (custom-link ((t (:foreground ,violet))))\n       (custom-state ((t (:foreground ,green))))\n       (custom-variable-tag ((t (:foreground ,orange :bold t))))\n       ;; diff\n       (diff-added ((t (:foreground ,green :inverse-video t))))\n       (diff-changed ((t (:foreground ,yellow :inverse-video t))))\n       (diff-removed ((t (:foreground ,red :inverse-video t))))\n       ;; emacs-wiki\n       (emacs-wiki-bad-link-face ((t (:foreground ,red :underline t))))\n       (emacs-wiki-link-face ((t (:foreground ,blue :underline t))))\n       (emacs-wiki-verbatim-face ((t (:foreground ,base00 :underline t))))\n       ;; font-lock\n       (font-lock-builtin-face ((t (:foreground ,green))))\n       (font-lock-comment-face ((t (:foreground ,base01 :italic t))))\n       (font-lock-constant-face ((t (:foreground ,cyan))))\n       (font-lock-function-name-face ((t (:foreground ,blue))))\n       (font-lock-keyword-face ((t (:foreground ,green))))\n       (font-lock-string-face ((t (:foreground ,cyan))))\n       (font-lock-type-face ((t (:foreground ,yellow))))\n       (font-lock-variable-name-face ((t (:foreground ,blue))))\n       (font-lock-warning-face ((t (:foreground ,red :bold t))))\n       ;; info\n       (info-xref ((t (:foreground ,blue :underline t))))\n       (info-xref-visited ((t (:inherit info-xref :foreground ,magenta))))\n       ;; org\n       (org-hide ((t (:foreground ,base03))))\n       (org-todo ((t (:foreground ,red :bold t))))\n       (org-done ((t (:foreground ,green :bold t))))\n       ;; show-paren\n       (show-paren-match-face ((t (:background ,cyan :foreground ,base3))))\n       (show-paren-mismatch-face ((t (:background ,red :foreground ,base3))))))))\n\n(defun color-theme-solarized-dark ()\n  (interactive)\n  (color-theme-solarized 'dark))\n\n(defun color-theme-solarized-light ()\n  (interactive)\n  (color-theme-solarized 'light))\n\n(add-to-list 'color-themes\n             '(color-theme-solarized-light\n               \"Solarized Light\"\n               \"Ethan Schoonover & Greg Pfeil <greg@technomadic.org>\"))\n(add-to-list 'color-themes\n             '(color-theme-solarized-dark\n               \"Solarized Dark\"\n               \"Ethan Schoonover & Greg Pfeil <greg@technomadic.org>\"))\n\n(provide 'color-theme-solarized)\n"
  },
  {
    "path": "files/README.md",
    "content": "Solarized Package Downloads\n===========================\n\nIf you are reviewing this on Github you probably just want to clone the project.\n\nThis project does double duty as the actual website (or rather subdirectory) \nfor Solarized at <http://ethanschoonover.com/solarized/>. The current release \ndownloads live here. I only build these for an actual release increment.\n\nThe version tagged and untagged files in this directory are identical.\n"
  },
  {
    "path": "gedit/README.md",
    "content": "# Solarized for Gedit\n\n## Precision colors for machines and people - _Now with more Gedit!_\n\n---\n\n### Solarized\n\nSolarized was created by [Ethan Schoonover][ES] and you can find out more\nabout the design work that went into it on his [project page][ES-solarized]. If\nyou would like to use Solarized in editors other than Gedit or on your terminal,\nEthan hosts the [main repository][SolarizedRepo] which combines all the available\nports in one place.\n\n### Solarized for Gedit\n\nSolarized was initially ported for Gedit by [Matthew Cantelon][MC] and can be\nfound at <http://github.com/mattcan/solarized-gedit>.\n\n### Screenshots\n\n![Light theme][LightImg]\n![Dark theme][DarkImg]\n\n### Installation\n\n_Please note that installation has only been tested on Ubuntu 12.10 and Gedit 3_\n\nYou can download the files in one of two ways:\n\n* using `git clone git://github.com/mattcan/solarized-gedit.git`\n* using the **Download** button to get the ZIP file and extracting the files to\n  a folder\n\nOnce the files are on your PC, copy `solarized-light.xml` and `solarized-dark.xml`\nto one of these folders:\n\n* if you are the only user on your computer\n\n```\nmkdir -p ~/.local/share/gedit/styles\ncp solarized-* ~/.local/share/gedit/styles\n```\n\n* if you want everyone on your PC to be able to use the styles ( _path\n  below is for Ubuntu_ )\n\n```\nsudo mkdir -p /usr/share/gtksourceview-3.0/styles\nsudo cp solarized-* /usr/share/gtksourceview-3.0/styles\n```\n\n* you can also use the installer ( _has only been tested with Ubuntu 12.10_ )\n\n```\ncd wherever/you/extracted\nchmod a+x installer\n# -a for all users, -l for local\n./installer [-a | -l]\n```\n\t\n[ES]: http://ethanschoonover.com\n[ES-Solarized]: http://ethanschoonover.com/solarized\n[SolarizedRepo]: https://github.com/altercation/solarized\n[MC]: http://matthewcantelon.ca\n[LightImg]: https://github.com/mattcan/solarized-gedit/raw/master/img/solarized_light.png\n[DarkImg]: https://github.com/mattcan/solarized-gedit/raw/master/img/solarized_dark.png\n"
  },
  {
    "path": "gedit/installer",
    "content": "#!/bin/bash\n\n# shows usage instructions\nusage()\n{\ncat << EOF\nusage: $0 [options]\n\nThis script installs the Solarized styles for gedit.\n\nOPTIONS:\n  -h    Shows this message\n  -a    Install for all users\n  -l    Install only for you\nEOF\n}\n\nchkdir()\n{\nif [ ! -d \"$INSTALLPATH\" ]; then\n    if [ \"$NEEDSUDO\" == true ]; then\n        sudo mkdir -p \"$INSTALLPATH\"\n    else\n        mkdir -p \"$INSTALLPATH\"\n    fi\nfi\n}\n\n# path to install to\nINSTALLPATH=$HOME/.local/share/gedit/styles\n# will need to use sudo to install for all users\nNEEDSUDO=false\n\n# loop through passed arguments\nwhile getopts \"hal\" OPTION\ndo\n    case $OPTION in\n        h)\n            usage\n            exit 1\n            ;;\n        a)\n            INSTALLPATH=/usr/share/gtksourceview-3.0/styles\n            NEEDSUDO=true\n            ;;\n        l)\n            INSTALLPATH=$HOME/.local/share/gedit/styles\n            ;;\n        ?)\n            INSTALLPATH=$HOME/.local/share/gedit/styles\n            ;;\n    esac\ndone\n\n# install for all users when sudo set to true\nif [ \"$NEEDSUDO\" == true ]; then\n    chkdir\n    sudo cp solarized-*.xml \"$INSTALLPATH\"\nelse\n    chkdir\n    cp solarized-*.xml \"$INSTALLPATH\"\nfi\n"
  },
  {
    "path": "gedit/solarized-dark.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n\n This theme is based on the Solarized theme originally created\n by Ethan Schoonover at http://ethanschoonover.com/solarized\n\n Copyright (C) 2012 Matthew Cantelon\n Author: Matthew Cantelon <me@matthewcantelon.ca>\n\n GtkSourceView is free software; you can redistribute it and/or\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n GtkSourceView is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\n\n-->\n\n<style-scheme id=\"solarizeddark\" _name=\"Solarized Dark\" version=\"1.0\">\n\n  <author>Matthew Cantelon</author>\n  <_description>Gedit port of the dark version of the Solarized theme. Check https://github.com/mattcan/solarized-gedit for more information.</_description>\n\n  <!-- Solarized Palette -->\n  <color name=\"base03\"                      value=\"#002b36\"/>\n  <color name=\"base02\"                      value=\"#073642\"/>\n  <color name=\"base01\"                      value=\"#586e75\"/>\n  <color name=\"base00\"                      value=\"#657b83\"/>\n  <color name=\"base0\"                       value=\"#839496\"/>\n  <color name=\"base1\"                       value=\"#93a1a1\"/>\n  <color name=\"base2\"                       value=\"#eee8d5\"/>\n  <color name=\"base3\"                       value=\"#fdf6e3\"/>\n  <color name=\"yellow\"                      value=\"#b58900\"/>\n  <color name=\"orange\"                      value=\"#cb4b16\"/>\n  <color name=\"red\"                         value=\"#dc322f\"/>\n  <color name=\"magenta\"                     value=\"#d33682\"/>\n  <color name=\"violet\"                      value=\"#6c71c4\"/>\n  <color name=\"blue\"                        value=\"#268bd2\"/>\n  <color name=\"cyan\"                        value=\"#2aa198\"/>\n  <color name=\"green\"                       value=\"#859900\"/>\n  \n  <!-- Global Settings -->\n  <style name=\"text\"                        foreground=\"base1\" background=\"base03\"/>\n  <style name=\"selection\"                   foreground=\"base03\" background=\"base0\"/>\n  <style name=\"cursor\"                      foreground=\"base2\"/>\n  <style name=\"current-line\"                background=\"base02\"/>\n  <style name=\"line-numbers\"                foreground=\"base0\" background=\"base02\"/>\n  <style name=\"draw-spaces\"                 foreground=\"base0\"/>\n\n  <!-- Bracket Matching -->\n  <style name=\"bracket-match\"               foreground=\"red\" bold=\"true\"/>\n  <style name=\"bracket-mismatch\"            foreground=\"red\" background=\"base3\" bold=\"true\"/>\n\n  <!-- Comments -->\n  <style name=\"def:comment\"                 foreground=\"base01\" italic=\"true\"/>\n  <style name=\"def:shebang\"                 foreground=\"base01\" italic=\"true\" bold=\"true\"/>\n  <style name=\"def:doc-comment-element\"     italic=\"true\"/>\n\n  <!-- Right Margin -->\n  <style name=\"right-margin\"                foreground=\"base0\" background=\"base02\"/>\n  \n  <!-- Search Matching -->\n  <style name=\"search-match\"                foreground=\"yellow\"/>\n\n  <!-- Constants -->\n  <style name=\"def:constant\"                foreground=\"cyan\"/>\n  <style name=\"def:decimal\"                 foreground=\"magenta\"/>\n  <style name=\"def:base-n-integer\"          use-style=\"def:decimal\"/>\n  <style name=\"def:floating-point\"          use-style=\"def:decimal\"/>\n  <style name=\"def:complex\"                 use-style=\"def:base-n-integer\"/>\n  <style name=\"def:character\"               foreground=\"magenta\"/>\n  <style name=\"def:string\"                  use-style=\"def:constant\"/>\n  <style name=\"def:special-char\"            foreground=\"red\"/>\n  <style name=\"def:builtin\"                 foreground=\"yellow\"/>\n  <style name=\"def:keyword\"                 foreground=\"green\" bold=\"true\"/>\n  <style name=\"def:variable\"                foreground=\"blue\"/>\n  <style name=\"def:boolean\"                 foreground=\"red\"/>\n  <style name=\"def:special-constant\"        foreground=\"blue\"/>\n\n  <!-- Identifiers -->\n  <style name=\"def:identifier\"              foreground=\"blue\"/>\n  <style name=\"def:function\"                use-style=\"def:identifier\"/>\n\n  <!-- Statements -->\n  <style name=\"def:statement\"               use-style=\"def:keyword\"/>\n\n  <!-- Types -->\n  <style name=\"def:type\"                    foreground=\"yellow\"/> \n\n  <!-- Others -->\n  <style name=\"def:preprocessor\"            foreground=\"orange\"/>\n  <style name=\"def:error\"                   foreground=\"red\" bold=\"true\"/>\n  <style name=\"def:note\"                    background=\"base02\" foreground=\"magenta\" bold=\"true\"/>\n  <style name=\"def:underlined\"            \tforeground=\"violet\"/>\n\n  <!-- Language specific styles -->\n  <style name=\"c:preprocessor\"              use-style=\"def:preprocessor\"/>\n  <style name=\"c:included-file\"             use-style=\"c:preprocessor\"/>\n  <style name=\"c:common-defines\"            foreground=\"#0095FF\" bold=\"true\"/>\n\n  <style name=\"diff:diff-file\"              foreground=\"blue\" underline=\"true\"/>\n  <style name=\"diff:added-line\"             foreground=\"base03\" background=\"green\"/>\n  <style name=\"diff:removed-line\"           foreground=\"base03\" background=\"red\"/>\n  <style name=\"diff:changed-line\"           foreground=\"base03\" background=\"yellow\"/>\n  <style name=\"diff:location\"               use-style=\"def:type\"/>\n\n  <style name=\"xml:attribute-name\"          foreground=\"green\"/>\n  <style name=\"xml:element-name\"            bold=\"true\"/>\n  <style name=\"xml:entity\"                  foreground=\"blue\"/>\n  <style name=\"xml:cdata-delim\"             foreground=\"orange\" bold=\"true\"/>\n  <style name=\"xml:processing-instruction\"  bold=\"true\"/>\n  <style name=\"xml:doctype\"                 foreground=\"magenta\" bold=\"true\"/>\n\n  <style name=\"python:string-conversion\"    background=\"base2\"/>\n  <style name=\"python:module-handler\"       use-style=\"def:character\"/>\n  <style name=\"python:special-variable\"     use-style=\"def:type\"/>\n  <style name=\"python:builtin-constant\"     use-style=\"def:builtin\"/>\n  <style name=\"python:builtin-object\"       use-style=\"def:type\"/>\n  <style name=\"python:builtin-function\"     use-style=\"def:identifier\"/>\n  <style name=\"python:boolean\"              use-style=\"def:boolean\"/>\n\n  <style name=\"sh:dollar\"                   foreground=\"green\" bold=\"true\"/>\n\n</style-scheme>\n"
  },
  {
    "path": "gedit/solarized-light.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n\n This theme is based on the Solarized theme originally created\n by Ethan Schoonover at http://ethanschoonover.com/solarized\n\n Copyright (C) 2012 Matthew Cantelon\n Author: Matthew Cantelon <me@matthewcantelon.ca>\n\n GtkSourceView is free software; you can redistribute it and/or\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation; either\n version 2.1 of the License, or (at your option) any later version.\n\n GtkSourceView is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with this library; if not, write to the Free Software\n Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA\n\n-->\n\n<style-scheme id=\"solarizedlight\" _name=\"Solarized Light\" version=\"1.0\">\n\n  <author>Matthew Cantelon</author>\n  <_description>Gedit port of the light version of the Solarized theme. Check https://github.com/mattcan/solarized-gedit for more information.</_description>\n\n  <!-- Solarized Palette -->\n  <color name=\"base03\"                      value=\"#002b36\"/>\n  <color name=\"base02\"                      value=\"#073642\"/>\n  <color name=\"base01\"                      value=\"#586e75\"/>\n  <color name=\"base00\"                      value=\"#657b83\"/>\n  <color name=\"base0\"                       value=\"#839496\"/>\n  <color name=\"base1\"                       value=\"#93a1a1\"/>\n  <color name=\"base2\"                       value=\"#eee8d5\"/>\n  <color name=\"base3\"                       value=\"#fdf6e3\"/>\n  <color name=\"yellow\"                      value=\"#b58900\"/>\n  <color name=\"orange\"                      value=\"#cb4b16\"/>\n  <color name=\"red\"                         value=\"#dc322f\"/>\n  <color name=\"magenta\"                     value=\"#d33682\"/>\n  <color name=\"violet\"                      value=\"#6c71c4\"/>\n  <color name=\"blue\"                        value=\"#268bd2\"/>\n  <color name=\"cyan\"                        value=\"#2aa198\"/>\n  <color name=\"green\"                       value=\"#859900\"/>\n  \n  <!-- Global Settings -->\n  <style name=\"text\"                        foreground=\"base00\" background=\"base3\"/>\n  <style name=\"selection\"                   foreground=\"base1\" background=\"base02\"/>\n  <style name=\"cursor\"                      foreground=\"base00\"/>\n  <style name=\"current-line\"                background=\"base2\"/>\n  <style name=\"line-numbers\"                foreground=\"base0\" background=\"base2\"/>\n  <style name=\"draw-spaces\"                 foreground=\"base1\"/>\n\n  <!-- Bracket Matching -->\n  <style name=\"bracket-match\"               foreground=\"red\" bold=\"true\"/>\n  <style name=\"bracket-mismatch\"            foreground=\"red\" background=\"base3\" bold=\"true\"/>\n\n  <!-- Comments -->\n  <style name=\"def:comment\"                 foreground=\"base01\" italic=\"true\"/>\n  <style name=\"def:shebang\"                 foreground=\"base01\" italic=\"true\" bold=\"true\"/>\n  <style name=\"def:doc-comment-element\"     italic=\"true\"/>\n\n  <!-- Right Margin -->\n  <style name=\"right-margin\"                foreground=\"base0\" background=\"base02\"/>\n  \n  <!-- Search Matching -->\n  <style name=\"search-match\"                foreground=\"yellow\"/>\n\n  <!-- Constants -->\n  <style name=\"def:constant\"                foreground=\"cyan\"/>\n  <style name=\"def:decimal\"                 foreground=\"magenta\"/>\n  <style name=\"def:base-n-integer\"          use-style=\"def:decimal\"/>\n  <style name=\"def:floating-point\"          use-style=\"def:decimal\"/>\n  <style name=\"def:complex\"                 use-style=\"def:base-n-integer\"/>\n  <style name=\"def:character\"               foreground=\"magenta\"/>\n  <style name=\"def:string\"                  use-style=\"def:constant\"/>\n  <style name=\"def:special-char\"            foreground=\"red\"/>\n  <style name=\"def:builtin\"                 foreground=\"yellow\"/>\n  <style name=\"def:keyword\"                 foreground=\"green\" bold=\"true\"/>\n  <style name=\"def:variable\"                foreground=\"blue\"/>\n  <style name=\"def:boolean\"                 foreground=\"red\"/>\n  <style name=\"def:special-constant\"        foreground=\"blue\"/>\n\n  <!-- Identifiers -->\n  <style name=\"def:identifier\"              foreground=\"blue\"/>\n  <style name=\"def:function\"                use-style=\"def:identifier\"/>\n\n  <!-- Statements -->\n  <style name=\"def:statement\"               use-style=\"def:keyword\"/>\n\n  <!-- Types -->\n  <style name=\"def:type\"                    foreground=\"yellow\"/> \n\n  <!-- Others -->\n  <style name=\"def:preprocessor\"            foreground=\"orange\"/>\n  <style name=\"def:error\"                   foreground=\"red\" bold=\"true\"/>\n  <style name=\"def:note\"                    background=\"base02\" foreground=\"magenta\" bold=\"true\"/>\n  <style name=\"def:underlined\"            \tforeground=\"violet\"/>\n\n  <!-- Language specific styles -->\n  <style name=\"c:preprocessor\"              use-style=\"def:preprocessor\"/>\n  <style name=\"c:included-file\"             use-style=\"c:preprocessor\"/>\n  <style name=\"c:common-defines\"            foreground=\"#0095FF\" bold=\"true\"/>\n\n  <style name=\"diff:diff-file\"              foreground=\"blue\" underline=\"true\"/>\n  <style name=\"diff:added-line\"             foreground=\"base03\" background=\"green\"/>\n  <style name=\"diff:removed-line\"           foreground=\"base03\" background=\"red\"/>\n  <style name=\"diff:changed-line\"           foreground=\"base03\" background=\"yellow\"/>\n  <style name=\"diff:location\"               use-style=\"def:type\"/>\n\n  <style name=\"xml:attribute-name\"          foreground=\"green\"/>\n  <style name=\"xml:element-name\"            bold=\"true\"/>\n  <style name=\"xml:entity\"                  foreground=\"blue\"/>\n  <style name=\"xml:cdata-delim\"             foreground=\"orange\" bold=\"true\"/>\n  <style name=\"xml:processing-instruction\"  bold=\"true\"/>\n  <style name=\"xml:doctype\"                 foreground=\"magenta\" bold=\"true\"/>\n\n  <style name=\"python:string-conversion\"    background=\"base2\"/>\n  <style name=\"python:module-handler\"       use-style=\"def:character\"/>\n  <style name=\"python:special-variable\"     use-style=\"def:type\"/>\n  <style name=\"python:builtin-constant\"     use-style=\"def:builtin\"/>\n  <style name=\"python:builtin-object\"       use-style=\"def:type\"/>\n  <style name=\"python:builtin-function\"     use-style=\"def:identifier\"/>\n  <style name=\"python:boolean\"              use-style=\"def:boolean\"/>\n\n  <style name=\"sh:dollar\"                   foreground=\"green\" bold=\"true\"/>\n\n</style-scheme>\n"
  },
  {
    "path": "gimp-palette-solarized/README.md",
    "content": "Solarized - Gimp Palette\n========================\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\nNote that GIMP doesn't tag its color palettes in a colorspace, which is much \nlike me giving you a temperature by which to set your thermostat and forgetting \nto tell you if it is Celsius or Fahrenheit. Really, how different could 40 \ndegrees be between two systems, right?\n\nThese are, for what it's worth, sRGB values.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "gimp-palette-solarized/solarized.gpl",
    "content": "GIMP Palette\nName: Solarized\nColumns: 16\n#\n  0  43  54\tsolarized-base03\n  7  54  66\tsolarized-base02\n 88 110 117\tsolarized-base01\n101 123 131\tsolarized-base00\n131 148 150\tsolarized-base0\n147 161 161\tsolarized-base1\n238 232 213\tsolarized-base2\n253 246 227\tsolarized-base3\n181 137   0\tsolarized-yellow\n203  75  22\tsolarized-orange\n220  50  47\tsolarized-red\n211  54 130\tsolarized-magenta\n108 113 196\tsolarized-violet\n 38 139 210\tsolarized-blue\n 42 161 152\tsolarized-cyan\n133 153   0\tsolarized-green\n"
  },
  {
    "path": "img/andalemono14/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/andalemono14/\" /></head>\n<h1>andalemono14</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/dejavusans14/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/dejavusans14/\" /></head>\n<h1>dejavusans14</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/dejavusans18/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/dejavusans18/\" /></head>\n<h1>dejavusans18</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/lettergothic14/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/lettergothic14/\" /></head>\n<h1>lettergothic14</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/lettergothic18/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/lettergothic18/\" /></head>\n<h1>lettergothic18</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/monaco14/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/monaco14/\" /></head>\n<h1>monaco14</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/skyhookmono14/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/skyhookmono14/\" /></head>\n<h1>skyhookmono14</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/terminus12/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/terminus12/\" /></head>\n<h1>terminus12</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "img/terminus20/index.html",
    "content": "<head><base href=\"http://ethanschoonover.com/solarized/img/terminus20/\" /></head>\n<h1>terminus20</h1>\n<p><a href='#c'>c</a>\n<p><a href='#haskell'>haskell</a>\n<p><a href='#html'>html</a>\n<p><a href='#java'>java</a>\n<p><a href='#javascript'>javascript</a>\n<p><a href='#pandoc'>pandoc</a>\n<p><a href='#perl'>perl</a>\n<p><a href='#php'>php</a>\n<p><a href='#python'>python</a>\n<p><a href='#ruby'>ruby</a>\n<p><a href='#shell'>shell</a>\n<p><a href='#tex'>tex</a>\n<h2 id='c'>c</h2>\n<p><img src='screen-c-light.png'>\n<p><img src='screen-c-dark.png'>\n<h2 id='haskell'>haskell</h2>\n<p><img src='screen-haskell-light.png'>\n<p><img src='screen-haskell-dark.png'>\n<h2 id='html'>html</h2>\n<p><img src='screen-html-light.png'>\n<p><img src='screen-html-dark.png'>\n<h2 id='java'>java</h2>\n<p><img src='screen-java-light.png'>\n<p><img src='screen-java-dark.png'>\n<h2 id='javascript'>javascript</h2>\n<p><img src='screen-javascript-light.png'>\n<p><img src='screen-javascript-dark.png'>\n<h2 id='pandoc'>pandoc</h2>\n<p><img src='screen-pandoc-light.png'>\n<p><img src='screen-pandoc-dark.png'>\n<h2 id='perl'>perl</h2>\n<p><img src='screen-perl-light.png'>\n<p><img src='screen-perl-dark.png'>\n<h2 id='php'>php</h2>\n<p><img src='screen-php-light.png'>\n<p><img src='screen-php-dark.png'>\n<h2 id='python'>python</h2>\n<p><img src='screen-python-light.png'>\n<p><img src='screen-python-dark.png'>\n<h2 id='ruby'>ruby</h2>\n<p><img src='screen-ruby-light.png'>\n<p><img src='screen-ruby-dark.png'>\n<h2 id='shell'>shell</h2>\n<p><img src='screen-shell-light.png'>\n<p><img src='screen-shell-dark.png'>\n<h2 id='tex'>tex</h2>\n<p><img src='screen-tex-light.png'>\n<p><img src='screen-tex-dark.png'>\n"
  },
  {
    "path": "intellij-colors-solarized/README.md",
    "content": "Solarized Colorscheme for IntelliJ IDEA\n=======================================\n\nOriginal Solarized color scheme developed by Ethan Schoonover <es@ethanschoonover.com>  \n\nAdapted for IntelliJ IDEA by:  \nAdam Vandenberg <flangy@gmail.com>  \nJohan Kaving <johan@kaving.se>\n\nVisit the [Solarized homepage]\n------------------------------\n\nSee the [Solarized homepage] for screenshots, \ndetails and colorscheme versions for Vim, Mutt, popular terminal emulators and \nother applications.\n\nDownloads\n---------\n\nIf you have come across this colorscheme via the [IntelliJ-only repository] on \ngithub see the link above to the Solarized homepage or visit the main [Solarized repository].\n\nThe [IntelliJ-only repository] is kept in sync with the main [Solarized repository].\nIssues, bug reports, changelogs are centralized at the main [Solarized repository].\n\n[Solarized homepage]:   http://ethanschoonover.com/solarized\n[Solarized repository]: https://github.com/altercation/solarized\n[IntelliJ-only repository]:  https://github.com/jkaving/intellij-colors-solarized\n\nInstallation\n------------\n\n### Option 1: Install using \"Import Settings...\"\n\n1. Go to `File | Import Settings...` and specify the `intellij-colors-solarized` directory.\n Clik `OK` in the dialog that appears.\n\n2. Restart IntelliJ IDEA\n\n3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new \ncolor themes.\n\n### Option 2: Manual installation\n\n1.  Copy `Solarized Dark.xml` and `Solarized Light.xml` to your IntelliJ IDEA preferences\ncolor directory.  \nOn Mac OS X this is typically located in `~/Library/Preferences/IntelliJIdea10/colors` or `~/Library/Preferences/IntelliJIdea10CE/colors` (for the Community Edition).  \nOn Windows it is in `Documents and Settings/<user>/.IntelliJIdea10/config/colors`.\n        \n2. Restart IntelliJ IDEA\n\n3. Go to `Preferences | Editor | Colors & Fonts` and select one of the new \ncolor themes.\n\nNote About Fonts\n-----------------\nUnfortunately, font settings are included in the color settings files.\nYou should probably modify these in `Preferences | Editor | Colors & Fonts | Font`\nafter adding the color schemes to your IntelliJ IDEA installation.\n\nNote About Committing Changes\n-----------------------------\nIf you want to commit updates to the XML color scheme files, make sure to run the `buildjar.sh` script before committing to generate \nan updated `settings.jar` file as well. \n*The script has been tested on OS X, on other operating systems you're on your own.*"
  },
  {
    "path": "intellij-colors-solarized/Solarized Dark.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<scheme name=\"Solarized Dark\" version=\"1\" parent_scheme=\"Default\">\n  <option name=\"LINE_SPACING\" value=\"1.2\" />\n  <option name=\"EDITOR_FONT_SIZE\" value=\"13\" />\n  <option name=\"EDITOR_FONT_NAME\" value=\"Menlo\" />\n  <colors>\n    <option name=\"ADDED_LINES_COLOR\" value=\"\" />\n    <option name=\"ANNOTATIONS_COLOR\" value=\"2b36\" />\n    <option name=\"ANNOTATIONS_MERGED_COLOR\" value=\"\" />\n    <option name=\"CARET_COLOR\" value=\"ffffff\" />\n    <option name=\"CARET_ROW_COLOR\" value=\"73642\" />\n    <option name=\"CONSOLE_BACKGROUND_KEY\" value=\"fdf6e3\" />\n    <option name=\"GUTTER_BACKGROUND\" value=\"73642\" />\n    <option name=\"INDENT_GUIDE\" value=\"\" />\n    <option name=\"LINE_NUMBERS_COLOR\" value=\"586e75\" />\n    <option name=\"METHOD_SEPARATORS_COLOR\" value=\"586e75\" />\n    <option name=\"MODIFIED_LINES_COLOR\" value=\"\" />\n    <option name=\"NOTIFICATION_BACKGROUND\" value=\"fdf6e3\" />\n    <option name=\"READONLY_FRAGMENT_BACKGROUND\" value=\"\" />\n    <option name=\"RIGHT_MARGIN_COLOR\" value=\"\" />\n    <option name=\"SELECTED_INDENT_GUIDE\" value=\"\" />\n    <option name=\"SELECTED_TEARLINE_COLOR\" value=\"\" />\n    <option name=\"TEARLINE_COLOR\" value=\"73642\" />\n    <option name=\"WHITESPACES\" value=\"ffffff\" />\n  </colors>\n  <attributes>\n    <option name=\"ANNOTATION_NAME_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"859900\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"BREAKPOINT_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" value=\"73642\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"CONSOLE_SYSTEM_OUTPUT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"657b83\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"DUPLICATE_FROM_SERVER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"FOLLOWED_HYPERLINK_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"2\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"GENERIC_SERVER_ERROR_OR_WARNING\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"2\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"HYPERLINK_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"268bd2\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"IDENTIFIER_UNDER_CARET_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"586e75\" />\n        <option name=\"BACKGROUND\" value=\"e4e4ff\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"ccccff\" />\n      </value>\n    </option>\n    <option name=\"IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"INFO_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"2\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"INJECTED_LANGUAGE_FRAGMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"INSTANCE_FIELD_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"6c71c4\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_BLOCK_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"808080\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_DOC_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"808080\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_INVALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_KEYWORD\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"ede6d3\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_LINE_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"808080\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_NUMBER\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"cb4b16\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_STRING\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"2aa198\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_VALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"MATCHED_BRACE_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.INVALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.KEY\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.LINE_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.VALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.VALUE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REASSIGNED_PARAMETER_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" value=\"ffffff\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.BAD_CHARACTER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.CHAR_CLASS\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.ESC_CHARACTER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.INVALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.META\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.QUOTE_CHARACTER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.REDUNDANT_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_All\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Non-Project Files\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Problems\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Production\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Project Files\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Tests\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"STATIC_FIELD_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"d33682\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"STATIC_METHOD_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"TEXT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"93a1a1\" />\n        <option name=\"BACKGROUND\" value=\"2b36\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"TODO_DEFAULT_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" value=\"808080\" />\n        <option name=\"EFFECT_TYPE\" value=\"5\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"0\" />\n      </value>\n    </option>\n    <option name=\"TYPE_PARAMETER_NAME_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"268bd2\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"UNMATCHED_BRACE_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"WARNING_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"586e75\" />\n        <option name=\"BACKGROUND\" value=\"fdf6e3\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"ffff00\" />\n      </value>\n    </option>\n    <option name=\"WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"586e75\" />\n        <option name=\"BACKGROUND\" value=\"ffe4ff\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"ffcdff\" />\n      </value>\n    </option>\n    <option name=\"WRONG_REFERENCES_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"dc322f\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_ATTRIBUTE_NAME\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_ATTRIBUTE_VALUE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_ENTITY_REFERENCE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_PROLOGUE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_TAG\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_TAG_DATA\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_TAG_NAME\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n  </attributes>\n</scheme>\n\n"
  },
  {
    "path": "intellij-colors-solarized/Solarized Light.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<scheme name=\"Solarized Light\" version=\"1\" parent_scheme=\"Default\">\n  <option name=\"LINE_SPACING\" value=\"1.2\" />\n  <option name=\"EDITOR_FONT_SIZE\" value=\"13\" />\n  <option name=\"EDITOR_FONT_NAME\" value=\"Menlo\" />\n  <colors>\n    <option name=\"ADDED_LINES_COLOR\" value=\"\" />\n    <option name=\"ANNOTATIONS_COLOR\" value=\"586e75\" />\n    <option name=\"ANNOTATIONS_MERGED_COLOR\" value=\"586e75\" />\n    <option name=\"CARET_COLOR\" value=\"839496\" />\n    <option name=\"CARET_ROW_COLOR\" value=\"eee8d5\" />\n    <option name=\"CONSOLE_BACKGROUND_KEY\" value=\"fdf6e3\" />\n    <option name=\"GUTTER_BACKGROUND\" value=\"eee8d5\" />\n    <option name=\"INDENT_GUIDE\" value=\"\" />\n    <option name=\"LINE_NUMBERS_COLOR\" value=\"657b83\" />\n    <option name=\"METHOD_SEPARATORS_COLOR\" value=\"93a1a1\" />\n    <option name=\"MODIFIED_LINES_COLOR\" value=\"\" />\n    <option name=\"NOTIFICATION_BACKGROUND\" value=\"2b36\" />\n    <option name=\"READONLY_FRAGMENT_BACKGROUND\" value=\"\" />\n    <option name=\"RIGHT_MARGIN_COLOR\" value=\"\" />\n    <option name=\"SELECTED_INDENT_GUIDE\" value=\"\" />\n    <option name=\"SELECTED_TEARLINE_COLOR\" value=\"\" />\n    <option name=\"TEARLINE_COLOR\" value=\"eee8d5\" />\n    <option name=\"WHITESPACES\" value=\"ffffff\" />\n  </colors>\n  <attributes>\n    <option name=\"ANNOTATION_NAME_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"859900\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"BREAKPOINT_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" value=\"eee8d5\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"CONSOLE_SYSTEM_OUTPUT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"839496\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"DUPLICATE_FROM_SERVER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"FOLLOWED_HYPERLINK_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"2\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"GENERIC_SERVER_ERROR_OR_WARNING\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"2\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"HYPERLINK_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"268bd2\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"IDENTIFIER_UNDER_CARET_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" value=\"ccceff\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"cccfff\" />\n      </value>\n    </option>\n    <option name=\"IMPLICIT_ANONYMOUS_CLASS_PARAMETER_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"INFO_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"2\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"INJECTED_LANGUAGE_FRAGMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"INSTANCE_FIELD_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"6c71c4\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_BLOCK_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"93a1a1\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_DOC_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"93a1a1\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_DOC_TAG\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"1\" />\n        <option name=\"EFFECT_COLOR\" value=\"9393a1\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_INVALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_KEYWORD\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"73642\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_LINE_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"93a1a1\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_NUMBER\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"cb4b16\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_STRING\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"2aa198\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"JAVA_VALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"MATCHED_BRACE_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.INVALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.KEY\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.LINE_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.VALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"PROPERTIES.VALUE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REASSIGNED_PARAMETER_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" value=\"ffffff\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.BAD_CHARACTER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.CHAR_CLASS\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.ESC_CHARACTER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.INVALID_STRING_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.META\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.QUOTE_CHARACTER\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"REGEXP.REDUNDANT_ESCAPE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_All\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Non-Project Files\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Problems\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Production\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Project Files\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"SCOPE_KEY_Tests\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"STATIC_FIELD_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"d33682\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"STATIC_METHOD_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"TEXT\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"586e75\" />\n        <option name=\"BACKGROUND\" value=\"fdf6e3\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"TODO_DEFAULT_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"268bd2\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" value=\"808080\" />\n        <option name=\"EFFECT_TYPE\" value=\"5\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"268bd2\" />\n      </value>\n    </option>\n    <option name=\"TYPE_PARAMETER_NAME_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"268bd2\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"UNMATCHED_BRACE_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"WARNING_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"73642\" />\n        <option name=\"BACKGROUND\" value=\"ffdf80\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"1\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"ffff00\" />\n      </value>\n    </option>\n    <option name=\"WRITE_IDENTIFIER_UNDER_CARET_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" value=\"ffcce5\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" value=\"ffcce5\" />\n      </value>\n    </option>\n    <option name=\"WRONG_REFERENCES_ATTRIBUTES\">\n      <value>\n        <option name=\"FOREGROUND\" value=\"dc322f\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_ATTRIBUTE_NAME\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_ATTRIBUTE_VALUE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_COMMENT\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_ENTITY_REFERENCE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_PROLOGUE\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_TAG\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_TAG_DATA\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n    <option name=\"XML_TAG_NAME\">\n      <value>\n        <option name=\"FOREGROUND\" />\n        <option name=\"BACKGROUND\" />\n        <option name=\"FONT_TYPE\" value=\"0\" />\n        <option name=\"EFFECT_COLOR\" />\n        <option name=\"EFFECT_TYPE\" value=\"0\" />\n        <option name=\"ERROR_STRIPE_COLOR\" />\n      </value>\n    </option>\n  </attributes>\n</scheme>\n\n"
  },
  {
    "path": "intellij-colors-solarized/buildjar.sh",
    "content": "#!/bin/sh\n\nmkdir colors\ncp Solarized\\ Light.xml colors\ncp Solarized\\ Dark.xml colors\ntouch IntelliJ\\ IDEA\\ Global\\ Settings\n\njar cfM settings.jar IntelliJ\\ IDEA\\ Global\\ Settings colors\n\nrm -r colors\nrm IntelliJ\\ IDEA\\ Global\\ Settings"
  },
  {
    "path": "iterm2-colors-solarized/README.md",
    "content": "Solarized - iTerm2 Color Presets\n================================\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\nInstallation\n------------\n\nDownload current build of iTerm 2 from: <http://www.iterm2.com/>\n\nNOTE: Only builds 480 (Jan 11 2011) and later support import of color schemes.\nIf the stable release doesn't include this function, grab the nightly build\nfrom: <http://code.google.com/p/iterm2/downloads/list>\n\nOpen iTerm 2, open Preferences, click on the \"Profiles\" (formerly Addresses,\nformerly Bookmarks) icon in the preferences toolbar, then select the \"colors\"\ntab. Click on the \"Color Presets\" (\"Load Presets\" in earlier versions) menu and select \"import...\". Select the Solarized\nLight or Dark theme file.\n\nYou have now loaded the Solarized color presets into iTerm 2, but haven't yet\napplied them. To apply them, simply select an existing profile from the profile\nlist window on the left, or create a new profile. Then select the Solarized\nDark or Solarized Light preset from the \"Color Presets\" (\"Load Presets\" in earlier versions) menu drop down.\n\nOk, I've gone crazy with iTerm2 color management but you are going to be ok.\nJust realize two things:\n\n1. Like other apps (Chrome as of this writing) on the Mac, iTerm2 locks in\n   a target color space when you create a new window. If you switch your\n   monitor color space, relaunch iTerm2 and it will pick up the new target\n   color space.\n\n2. The colors in iTerm2 currently cannot be device colors. They are baked in as\n   generic rgb (which, despite the name, is an actual, specific color space\n   from Apple and is used as a default just like other systems use sRGB as\n   a default). I've switch Solarized Apple Color Picker palettes to use tagged\n   colors by default, so for the most part iTerm2 will match up with other apps\n   where you use Color Picker swatches.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are\nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      RGB         HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #585858 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #e4e4e4 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #d30102  1/1 red      124 #af0000 45  70  60 211   1   2   0  99  83\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "iterm2-colors-solarized/Solarized Dark.itermcolors",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>Ansi 0 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.19370138645172119</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.15575926005840302</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n\t<key>Ansi 1 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.14145714044570923</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.10840655118227005</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.81926977634429932</real>\n\t</dict>\n\t<key>Ansi 10 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.38298487663269043</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.35665956139564514</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.27671992778778076</real>\n\t</dict>\n\t<key>Ansi 11 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.43850564956665039</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.40717673301696777</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.32436618208885193</real>\n\t</dict>\n\t<key>Ansi 12 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.51685798168182373</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.50962930917739868</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.44058024883270264</real>\n\t</dict>\n\t<key>Ansi 13 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.72908437252044678</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.33896297216415405</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.34798634052276611</real>\n\t</dict>\n\t<key>Ansi 14 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.56363654136657715</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.56485837697982788</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.50599193572998047</real>\n\t</dict>\n\t<key>Ansi 15 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.86405980587005615</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.95794391632080078</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.98943418264389038</real>\n\t</dict>\n\t<key>Ansi 2 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.020208755508065224</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.54115492105484009</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.44977453351020813</real>\n\t</dict>\n\t<key>Ansi 3 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.023484811186790466</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.46751424670219421</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.64746475219726562</real>\n\t</dict>\n\t<key>Ansi 4 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.78231418132781982</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.46265947818756104</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.12754884362220764</real>\n\t</dict>\n\t<key>Ansi 5 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.43516635894775391</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.10802463442087173</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.77738940715789795</real>\n\t</dict>\n\t<key>Ansi 6 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.52502274513244629</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.57082360982894897</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.14679534733295441</real>\n\t</dict>\n\t<key>Ansi 7 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.79781103134155273</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.89001238346099854</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.91611063480377197</real>\n\t</dict>\n\t<key>Ansi 8 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.15170273184776306</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.11783610284328461</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n\t<key>Ansi 9 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.073530435562133789</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.21325300633907318</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.74176257848739624</real>\n\t</dict>\n\t<key>Background Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.15170273184776306</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.11783610284328461</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n\t<key>Bold Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.56363654136657715</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.56485837697982788</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.50599193572998047</real>\n\t</dict>\n\t<key>Cursor Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.51685798168182373</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.50962930917739868</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.44058024883270264</real>\n\t</dict>\n\t<key>Cursor Text Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.19370138645172119</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.15575926005840302</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n\t<key>Foreground Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.51685798168182373</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.50962930917739868</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.44058024883270264</real>\n\t</dict>\n\t<key>Selected Text Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.56363654136657715</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.56485837697982788</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.50599193572998047</real>\n\t</dict>\n\t<key>Selection Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.19370138645172119</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.15575926005840302</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n</dict>\n</plist>\n"
  },
  {
    "path": "iterm2-colors-solarized/Solarized Light.itermcolors",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>Ansi 0 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.19370138645172119</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.15575926005840302</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n\t<key>Ansi 1 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.14145712554454803</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.10840645432472229</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.81926983594894409</real>\n\t</dict>\n\t<key>Ansi 10 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.38298487663269043</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.35665956139564514</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.27671992778778076</real>\n\t</dict>\n\t<key>Ansi 11 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.43850564956665039</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.40717673301696777</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.32436618208885193</real>\n\t</dict>\n\t<key>Ansi 12 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.51685798168182373</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.50962930917739868</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.44058024883270264</real>\n\t</dict>\n\t<key>Ansi 13 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.72908437252044678</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.33896297216415405</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.34798634052276611</real>\n\t</dict>\n\t<key>Ansi 14 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.56363654136657715</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.56485837697982788</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.50599193572998047</real>\n\t</dict>\n\t<key>Ansi 15 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.86405980587005615</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.95794391632080078</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.98943418264389038</real>\n\t</dict>\n\t<key>Ansi 2 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.020208755508065224</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.54115492105484009</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.44977453351020813</real>\n\t</dict>\n\t<key>Ansi 3 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.023484811186790466</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.46751424670219421</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.64746475219726562</real>\n\t</dict>\n\t<key>Ansi 4 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.78231418132781982</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.46265947818756104</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.12754884362220764</real>\n\t</dict>\n\t<key>Ansi 5 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.43516635894775391</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.10802463442087173</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.77738940715789795</real>\n\t</dict>\n\t<key>Ansi 6 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.52502274513244629</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.57082360982894897</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.14679534733295441</real>\n\t</dict>\n\t<key>Ansi 7 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.79781103134155273</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.89001238346099854</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.91611063480377197</real>\n\t</dict>\n\t<key>Ansi 8 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.15170273184776306</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.11783610284328461</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.0</real>\n\t</dict>\n\t<key>Ansi 9 Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.073530435562133789</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.21325300633907318</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.74176257848739624</real>\n\t</dict>\n\t<key>Background Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.86405980587005615</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.95794391632080078</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.98943418264389038</real>\n\t</dict>\n\t<key>Bold Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.38298487663269043</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.35665956139564514</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.27671992778778076</real>\n\t</dict>\n\t<key>Cursor Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.43850564956665039</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.40717673301696777</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.32436618208885193</real>\n\t</dict>\n\t<key>Cursor Text Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.79781103134155273</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.89001238346099854</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.91611063480377197</real>\n\t</dict>\n\t<key>Foreground Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.43850564956665039</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.40717673301696777</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.32436618208885193</real>\n\t</dict>\n\t<key>Selected Text Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.38298487663269043</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.35665956139564514</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.27671992778778076</real>\n\t</dict>\n\t<key>Selection Color</key>\n\t<dict>\n\t\t<key>Blue Component</key>\n\t\t<real>0.79781103134155273</real>\n\t\t<key>Green Component</key>\n\t\t<real>0.89001238346099854</real>\n\t\t<key>Red Component</key>\n\t\t<real>0.91611063480377197</real>\n\t</dict>\n</dict>\n</plist>\n"
  },
  {
    "path": "mutt-colors-solarized/README.md",
    "content": "Solarized Colorscheme for Mutt\n==============================\n\nDeveloped by Ethan Schoonover <es@ethanschoonover.com>\n\nSee the [homepage for the Solarized colorscheme][solarized] for versions for \nVim, popular terminal emulators and other applications.\n\nIf you have come across this colorscheme via the [mutt-only repository on \ngithub][mutt-solarized-github], see the link above to the Solarized homepage or\nvisit the [github repository for Solarized][solarized-github].\n\n[solarized]: http://ethanschoonover.com/solarized\n[solarized-github]: https://github.com/altercation/solarized\n[mutt-solarized-github]: https://github.com/altercation/mutt-colors-solarized\n\nInstallation\n------------\n\n1. Move the mutt-colors-solarized directory into the same location as your \n   muttrc. Alternately, you can copy just the version of the colorscheme you \n   will be using (see below for details).\n\n2. Source the colorscheme in your muttrc. Only one of the following, depending \n   on the light or dark background you wish to use, and whether you want to use \n   the native 16 colors of your terminal emulator or the approximatation \n   provided by the 256 color values. See note below for recommendations.\n\n    ```\n    #uncomment the colorscheme you want to use, and comment out the others\n    #source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc\n    source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc\n    #source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc\n    #source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-light-256.muttrc\n    ```\n\nNote: You can safely ignore the compile colors script and the template file.  \nThey are used only for creating the actual colorscheme files. If you want to \nmodify the colorscheme or colors, you can use the compile script and template \nto do so.\n\nWhich Variation?\n----------------\n\nSee the [Solarized homepage][solarized] for screenshots which will help you \nselect either the light or dark background.\n\nA thornier question is whether to use the 16 color version or the 256 color \nversion. I have spent a great deal of time refining this colorscheme and for \nthe most accurate experience I recommend that you set your terminal emulator to \nuse the Solarized colorvalues with the 16 color mutt colorschemes in this \ndistribution. Terminal colorschemes/values are available at the homepage linked \nto above.\n\nThe 256 color versions provide an approximate experience of the colorscheme in \nmost regards, though the carefully selected monotones are crudely replaced by \nneutral tones.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n\nLicense\n-------\nCopyright (c) 2011 Ethan Schoonover\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc",
    "content": "# vim: filetype=muttrc\n\n#\n#\n# make sure that you are using mutt linked against slang, not ncurses, or\n# suffer the consequences of weird color issues. use \"mutt -v\" to check this.\n\n# custom body highlights -----------------------------------------------\n# highlight my name and other personally relevant strings\n#color body          yellow          default         \"(ethan|schoonover)\"\n# custom index highlights ----------------------------------------------\n# messages which mention my name in the body\n#color index         yellow          default         \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" !~N !~T !~F !~p !~P\"\n#color index         J_cream         brightwhite     \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~N !~T !~F !~p !~P\"\n#color index         yellow          cyan            \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~T !~F !~p !~P\"\n#color index         yellow          J_magent        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~F !~p !~P\"\n## messages which are in reference to my mails\n#color index         J_magent        default         \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" !~N !~T !~F !~p !~P\"\n#color index         J_magent        brightwhite     \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~N !~T !~F !~p !~P\"\n#color index         J_magent        cyan            \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~T !~F !~p !~P\"\n#color index         J_magent        red             \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~F !~p !~P\"\n\n# for background in 16 color terminal, valid background colors include:\n# base03, bg, black, any of the non brights\n\n# basic colors ---------------------------------------------------------\ncolor normal        brightyellow    default         \ncolor error         red             default         \ncolor tilde         black           default         \ncolor message       cyan            default         \ncolor markers       red             white           \ncolor attachment    white           default         \ncolor search        brightmagenta   default         \n#color status        J_black         J_status        \ncolor status        brightyellow    black           \ncolor indicator     brightblack     yellow          \ncolor tree          yellow          default                                     # arrow in threads\n\n# basic monocolor screen\nmono  bold          bold\nmono  underline     underline\nmono  indicator     reverse\nmono  error         bold\n\n# index ----------------------------------------------------------------\n\n#color index         red             default         \"~D(!~p|~p)\"               # deleted\n#color index         black           default         ~F                         # flagged\n#color index         brightred       default         ~=                         # duplicate messages\n#color index         brightgreen     default         \"~A!~N!~T!~p!~Q!~F!~D!~P\"  # the rest\n#color index         J_base          default         \"~A~N!~T!~p!~Q!~F!~D\"      # the rest, new\ncolor index         red             default         \"~A\"                        # all messages\ncolor index         brightred       default         \"~E\"                        # expired messages\ncolor index         blue            default         \"~N\"                        # new messages\ncolor index         blue            default         \"~O\"                        # old messages\ncolor index         brightmagenta   default         \"~Q\"                        # messages that have been replied to\ncolor index         brightgreen     default         \"~R\"                        # read messages\ncolor index         blue            default         \"~U\"                        # unread messages\ncolor index         blue            default         \"~U~$\"                      # unread, unreferenced messages\ncolor index         brightyellow    default         \"~v\"                        # messages part of a collapsed thread\ncolor index         brightyellow    default         \"~P\"                        # messages from me\ncolor index         cyan            default         \"~p!~F\"                     # messages to me\ncolor index         cyan            default         \"~N~p!~F\"                   # new messages to me\ncolor index         cyan            default         \"~U~p!~F\"                   # unread messages to me\ncolor index         brightgreen     default         \"~R~p!~F\"                   # messages to me\ncolor index         red             default         \"~F\"                        # flagged messages\ncolor index         red             default         \"~F~p\"                      # flagged messages to me\ncolor index         red             default         \"~N~F\"                      # new flagged messages\ncolor index         red             default         \"~N~F~p\"                    # new flagged messages to me\ncolor index         red             default         \"~U~F~p\"                    # new flagged messages to me\ncolor index         black           red             \"~D\"                        # deleted messages\ncolor index         brightcyan      default         \"~v~(!~N)\"                  # collapsed thread with no unread\ncolor index         yellow          default         \"~v~(~N)\"                   # collapsed thread with some unread\ncolor index         green           default         \"~N~v~(~N)\"                 # collapsed thread with unread parent\n# statusbg used to indicated flagged when foreground color shows other status\n# for collapsed thread\ncolor index         red             black           \"~v~(~F)!~N\"                # collapsed thread with flagged, no unread\ncolor index         yellow          black           \"~v~(~F~N)\"                 # collapsed thread with some unread & flagged\ncolor index         green           black           \"~N~v~(~F~N)\"               # collapsed thread with unread parent & flagged\ncolor index         green           black           \"~N~v~(~F)\"                 # collapsed thread with unread parent, no unread inside, but some flagged\ncolor index         cyan            black           \"~v~(~p)\"                   # collapsed thread with unread parent, no unread inside, some to me directly\ncolor index         yellow          red             \"~v~(~D)\"                   # thread with deleted (doesn't differentiate between all or partial)\n#color index         yellow          default         \"~(~N)\"                    # messages in threads with some unread\n#color index         green           default         \"~S\"                       # superseded messages\n#color index         red             default         \"~T\"                       # tagged messages\n#color index         brightred       red             \"~=\"                       # duplicated messages\n\n# message headers ------------------------------------------------------\n\n#color header        brightgreen     default         \"^\"\ncolor hdrdefault    brightgreen     default         \ncolor header        brightyellow    default         \"^(From)\"\ncolor header        blue            default         \"^(Subject)\"\n\n# body -----------------------------------------------------------------\n\ncolor quoted        blue            default         \ncolor quoted1       cyan            default         \ncolor quoted2       yellow          default         \ncolor quoted3       red             default         \ncolor quoted4       brightred       default         \n\ncolor signature     brightgreen     default         \ncolor bold          black           default         \ncolor underline     black           default         \ncolor normal        default         default         \n#\ncolor body          brightcyan      default         \"[;:][-o][)/(|]\"    # emoticons\ncolor body          brightcyan      default         \"[;:][)(|]\"         # emoticons\ncolor body          brightcyan      default         \"[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\\\n                                                     |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\\\n                                                     |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?\"\ncolor body          brightcyan      default         \"[ ][*][^*]*[*][ ]?\" # more emoticon?\ncolor body          brightcyan      default         \"[ ]?[*][^*]*[*][ ]\" # more emoticon?\n\n## pgp\n\ncolor body          red             default         \"(BAD signature)\"\ncolor body          cyan            default         \"(Good signature)\"\ncolor body          brightblack     default         \"^gpg: Good signature .*\"\ncolor body          brightyellow    default         \"^gpg: \"\ncolor body          brightyellow    red             \"^gpg: BAD signature from.*\"\nmono  body          bold                            \"^gpg: Good signature\"\nmono  body          bold                            \"^gpg: BAD signature from.*\"\n\n# yes, an insance URL regex\ncolor body          red             default         \"([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?|[0-9]+\\\\.[0-9]+\\\\.[0-9]+\\\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \\t\\r\\n<>\\\"]\"\n# and a heavy handed email regex\n#color body          J_magent        default         \"((@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]),)*@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\])\"\n\n# Various smilies and the like\n#color body          brightwhite     default         \"<[Gg]>\"                            # <g>\n#color body          brightwhite     default         \"<[Bb][Gg]>\"                        # <bg>\n#color body          yellow          default         \" [;:]-*[})>{(<|]\"                  # :-) etc...\n# *bold*\n#color body          blue            default         \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n#mono  body          bold                            \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n# _underline_\n#color body          blue            default         \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n#mono  body          underline                       \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n# /italic/  (Sometimes gets directory names)\n#color body         blue            default         \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n#mono body          underline                       \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n\n# Border lines.\n#color body          blue            default         \"( *[-+=#*~_]){6,}\"\n\n#folder-hook .                  \"color status        J_black         J_status        \"\n#folder-hook gmail/inbox        \"color status        J_black         yellow          \"\n#folder-hook gmail/important    \"color status        J_black         yellow          \"\n\n"
  },
  {
    "path": "mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc",
    "content": "# vim: filetype=muttrc\n\n#\n#\n# make sure that you are using mutt linked against slang, not ncurses, or\n# suffer the consequences of weird color issues. use \"mutt -v\" to check this.\n\n# custom body highlights -----------------------------------------------\n# highlight my name and other personally relevant strings\n#color body          color136        color234        \"(ethan|schoonover)\"\n# custom index highlights ----------------------------------------------\n# messages which mention my name in the body\n#color index         color136        color234        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" !~N !~T !~F !~p !~P\"\n#color index         J_cream         color230        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~N !~T !~F !~p !~P\"\n#color index         color136        color37         \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~T !~F !~p !~P\"\n#color index         color136        J_magent        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~F !~p !~P\"\n## messages which are in reference to my mails\n#color index         J_magent        color234        \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" !~N !~T !~F !~p !~P\"\n#color index         J_magent        color230        \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~N !~T !~F !~p !~P\"\n#color index         J_magent        color37         \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~T !~F !~p !~P\"\n#color index         J_magent        color160        \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~F !~p !~P\"\n\n# for background in 16 color terminal, valid background colors include:\n# base03, bg, black, any of the non brights\n\n# basic colors ---------------------------------------------------------\ncolor normal        color241        color234        \ncolor error         color160        color234        \ncolor tilde         color235        color234        \ncolor message       color37         color234        \ncolor markers       color160        color254        \ncolor attachment    color254        color234        \ncolor search        color61         color234        \n#color status        J_black         J_status        \ncolor status        color241        color235        \ncolor indicator     color234        color136        \ncolor tree          color136        color234                                    # arrow in threads\n\n# basic monocolor screen\nmono  bold          bold\nmono  underline     underline\nmono  indicator     reverse\nmono  error         bold\n\n# index ----------------------------------------------------------------\n\n#color index         color160        color234        \"~D(!~p|~p)\"               # deleted\n#color index         color235        color234        ~F                         # flagged\n#color index         color166        color234        ~=                         # duplicate messages\n#color index         color240        color234        \"~A!~N!~T!~p!~Q!~F!~D!~P\"  # the rest\n#color index         J_base          color234        \"~A~N!~T!~p!~Q!~F!~D\"      # the rest, new\ncolor index         color160        color234        \"~A\"                        # all messages\ncolor index         color166        color234        \"~E\"                        # expired messages\ncolor index         color33         color234        \"~N\"                        # new messages\ncolor index         color33         color234        \"~O\"                        # old messages\ncolor index         color61         color234        \"~Q\"                        # messages that have been replied to\ncolor index         color240        color234        \"~R\"                        # read messages\ncolor index         color33         color234        \"~U\"                        # unread messages\ncolor index         color33         color234        \"~U~$\"                      # unread, unreferenced messages\ncolor index         color241        color234        \"~v\"                        # messages part of a collapsed thread\ncolor index         color241        color234        \"~P\"                        # messages from me\ncolor index         color37         color234        \"~p!~F\"                     # messages to me\ncolor index         color37         color234        \"~N~p!~F\"                   # new messages to me\ncolor index         color37         color234        \"~U~p!~F\"                   # unread messages to me\ncolor index         color240        color234        \"~R~p!~F\"                   # messages to me\ncolor index         color160        color234        \"~F\"                        # flagged messages\ncolor index         color160        color234        \"~F~p\"                      # flagged messages to me\ncolor index         color160        color234        \"~N~F\"                      # new flagged messages\ncolor index         color160        color234        \"~N~F~p\"                    # new flagged messages to me\ncolor index         color160        color234        \"~U~F~p\"                    # new flagged messages to me\ncolor index         color235        color160        \"~D\"                        # deleted messages\ncolor index         color245        color234        \"~v~(!~N)\"                  # collapsed thread with no unread\ncolor index         color136        color234        \"~v~(~N)\"                   # collapsed thread with some unread\ncolor index         color64         color234        \"~N~v~(~N)\"                 # collapsed thread with unread parent\n# statusbg used to indicated flagged when foreground color shows other status\n# for collapsed thread\ncolor index         color160        color235        \"~v~(~F)!~N\"                # collapsed thread with flagged, no unread\ncolor index         color136        color235        \"~v~(~F~N)\"                 # collapsed thread with some unread & flagged\ncolor index         color64         color235        \"~N~v~(~F~N)\"               # collapsed thread with unread parent & flagged\ncolor index         color64         color235        \"~N~v~(~F)\"                 # collapsed thread with unread parent, no unread inside, but some flagged\ncolor index         color37         color235        \"~v~(~p)\"                   # collapsed thread with unread parent, no unread inside, some to me directly\ncolor index         color136        color160        \"~v~(~D)\"                   # thread with deleted (doesn't differentiate between all or partial)\n#color index         color136        color234        \"~(~N)\"                    # messages in threads with some unread\n#color index         color64         color234        \"~S\"                       # superseded messages\n#color index         color160        color234        \"~T\"                       # tagged messages\n#color index         color166        color160        \"~=\"                       # duplicated messages\n\n# message headers ------------------------------------------------------\n\n#color header        color240        color234        \"^\"\ncolor hdrdefault    color240        color234        \ncolor header        color241        color234        \"^(From)\"\ncolor header        color33         color234        \"^(Subject)\"\n\n# body -----------------------------------------------------------------\n\ncolor quoted        color33         color234        \ncolor quoted1       color37         color234        \ncolor quoted2       color136        color234        \ncolor quoted3       color160        color234        \ncolor quoted4       color166        color234        \n\ncolor signature     color240        color234        \ncolor bold          color235        color234        \ncolor underline     color235        color234        \ncolor normal        color244        color234        \n#\ncolor body          color245        color234        \"[;:][-o][)/(|]\"    # emoticons\ncolor body          color245        color234        \"[;:][)(|]\"         # emoticons\ncolor body          color245        color234        \"[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\\\n                                                     |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\\\n                                                     |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?\"\ncolor body          color245        color234        \"[ ][*][^*]*[*][ ]?\" # more emoticon?\ncolor body          color245        color234        \"[ ]?[*][^*]*[*][ ]\" # more emoticon?\n\n## pgp\n\ncolor body          color160        color234        \"(BAD signature)\"\ncolor body          color37         color234        \"(Good signature)\"\ncolor body          color234        color234        \"^gpg: Good signature .*\"\ncolor body          color241        color234        \"^gpg: \"\ncolor body          color241        color160        \"^gpg: BAD signature from.*\"\nmono  body          bold                            \"^gpg: Good signature\"\nmono  body          bold                            \"^gpg: BAD signature from.*\"\n\n# yes, an insance URL regex\ncolor body          color160        color234        \"([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?|[0-9]+\\\\.[0-9]+\\\\.[0-9]+\\\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \\t\\r\\n<>\\\"]\"\n# and a heavy handed email regex\n#color body          J_magent        color234        \"((@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]),)*@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\])\"\n\n# Various smilies and the like\n#color body          color230        color234        \"<[Gg]>\"                            # <g>\n#color body          color230        color234        \"<[Bb][Gg]>\"                        # <bg>\n#color body          color136        color234        \" [;:]-*[})>{(<|]\"                  # :-) etc...\n# *bold*\n#color body          color33         color234        \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n#mono  body          bold                            \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n# _underline_\n#color body          color33         color234        \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n#mono  body          underline                       \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n# /italic/  (Sometimes gets directory names)\n#color body         color33         color234        \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n#mono body          underline                       \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n\n# Border lines.\n#color body          color33         color234        \"( *[-+=#*~_]){6,}\"\n\n#folder-hook .                  \"color status        J_black         J_status        \"\n#folder-hook gmail/inbox        \"color status        J_black         color136        \"\n#folder-hook gmail/important    \"color status        J_black         color136        \"\n\n"
  },
  {
    "path": "mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc",
    "content": "# vim: filetype=muttrc\n\n#\n#\n# make sure that you are using mutt linked against slang, not ncurses, or\n# suffer the consequences of weird color issues. use \"mutt -v\" to check this.\n\n# custom body highlights -----------------------------------------------\n# highlight my name and other personally relevant strings\n#color body          yellow          default         \"(ethan|schoonover)\"\n# custom index highlights ----------------------------------------------\n# messages which mention my name in the body\n#color index         yellow          default         \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" !~N !~T !~F !~p !~P\"\n#color index         J_cream         brightblack     \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~N !~T !~F !~p !~P\"\n#color index         yellow          cyan            \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~T !~F !~p !~P\"\n#color index         yellow          J_magent        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~F !~p !~P\"\n## messages which are in reference to my mails\n#color index         J_magent        default         \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" !~N !~T !~F !~p !~P\"\n#color index         J_magent        brightblack     \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~N !~T !~F !~p !~P\"\n#color index         J_magent        cyan            \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~T !~F !~p !~P\"\n#color index         J_magent        red             \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~F !~p !~P\"\n\n# for background in 16 color terminal, valid background colors include:\n# base03, bg, black, any of the non brights\n\n# basic colors ---------------------------------------------------------\ncolor normal        brightblue      default         \ncolor error         red             default         \ncolor tilde         white           default         \ncolor message       cyan            default         \ncolor markers       red             black           \ncolor attachment    black           default         \ncolor search        brightmagenta   default         \n#color status        J_black         J_status        \ncolor status        brightblue      white           \ncolor indicator     brightwhite     yellow          \ncolor tree          yellow          default                                     # arrow in threads\n\n# basic monocolor screen\nmono  bold          bold\nmono  underline     underline\nmono  indicator     reverse\nmono  error         bold\n\n# index ----------------------------------------------------------------\n\n#color index         red             default         \"~D(!~p|~p)\"               # deleted\n#color index         white           default         ~F                         # flagged\n#color index         brightred       default         ~=                         # duplicate messages\n#color index         brightcyan      default         \"~A!~N!~T!~p!~Q!~F!~D!~P\"  # the rest\n#color index         J_base          default         \"~A~N!~T!~p!~Q!~F!~D\"      # the rest, new\ncolor index         red             default         \"~A\"                        # all messages\ncolor index         brightred       default         \"~E\"                        # expired messages\ncolor index         blue            default         \"~N\"                        # new messages\ncolor index         blue            default         \"~O\"                        # old messages\ncolor index         brightmagenta   default         \"~Q\"                        # messages that have been replied to\ncolor index         brightcyan      default         \"~R\"                        # read messages\ncolor index         blue            default         \"~U\"                        # unread messages\ncolor index         blue            default         \"~U~$\"                      # unread, unreferenced messages\ncolor index         brightblue      default         \"~v\"                        # messages part of a collapsed thread\ncolor index         brightblue      default         \"~P\"                        # messages from me\ncolor index         cyan            default         \"~p!~F\"                     # messages to me\ncolor index         cyan            default         \"~N~p!~F\"                   # new messages to me\ncolor index         cyan            default         \"~U~p!~F\"                   # unread messages to me\ncolor index         brightcyan      default         \"~R~p!~F\"                   # messages to me\ncolor index         red             default         \"~F\"                        # flagged messages\ncolor index         red             default         \"~F~p\"                      # flagged messages to me\ncolor index         red             default         \"~N~F\"                      # new flagged messages\ncolor index         red             default         \"~N~F~p\"                    # new flagged messages to me\ncolor index         red             default         \"~U~F~p\"                    # new flagged messages to me\ncolor index         white           red             \"~D\"                        # deleted messages\ncolor index         brightgreen     default         \"~v~(!~N)\"                  # collapsed thread with no unread\ncolor index         yellow          default         \"~v~(~N)\"                   # collapsed thread with some unread\ncolor index         green           default         \"~N~v~(~N)\"                 # collapsed thread with unread parent\n# statusbg used to indicated flagged when foreground color shows other status\n# for collapsed thread\ncolor index         red             white           \"~v~(~F)!~N\"                # collapsed thread with flagged, no unread\ncolor index         yellow          white           \"~v~(~F~N)\"                 # collapsed thread with some unread & flagged\ncolor index         green           white           \"~N~v~(~F~N)\"               # collapsed thread with unread parent & flagged\ncolor index         green           white           \"~N~v~(~F)\"                 # collapsed thread with unread parent, no unread inside, but some flagged\ncolor index         cyan            white           \"~v~(~p)\"                   # collapsed thread with unread parent, no unread inside, some to me directly\ncolor index         yellow          red             \"~v~(~D)\"                   # thread with deleted (doesn't differentiate between all or partial)\n#color index         yellow          default         \"~(~N)\"                    # messages in threads with some unread\n#color index         green           default         \"~S\"                       # superseded messages\n#color index         red             default         \"~T\"                       # tagged messages\n#color index         brightred       red             \"~=\"                       # duplicated messages\n\n# message headers ------------------------------------------------------\n\n#color header        brightcyan      default         \"^\"\ncolor hdrdefault    brightcyan      default         \ncolor header        brightblue      default         \"^(From)\"\ncolor header        blue            default         \"^(Subject)\"\n\n# body -----------------------------------------------------------------\n\ncolor quoted        blue            default         \ncolor quoted1       cyan            default         \ncolor quoted2       yellow          default         \ncolor quoted3       red             default         \ncolor quoted4       brightred       default         \n\ncolor signature     brightcyan      default         \ncolor bold          white           default         \ncolor underline     white           default         \ncolor normal        default         default         \n#\ncolor body          brightgreen     default         \"[;:][-o][)/(|]\"    # emoticons\ncolor body          brightgreen     default         \"[;:][)(|]\"         # emoticons\ncolor body          brightgreen     default         \"[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\\\n                                                     |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\\\n                                                     |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?\"\ncolor body          brightgreen     default         \"[ ][*][^*]*[*][ ]?\" # more emoticon?\ncolor body          brightgreen     default         \"[ ]?[*][^*]*[*][ ]\" # more emoticon?\n\n## pgp\n\ncolor body          red             default         \"(BAD signature)\"\ncolor body          cyan            default         \"(Good signature)\"\ncolor body          brightwhite     default         \"^gpg: Good signature .*\"\ncolor body          brightblue      default         \"^gpg: \"\ncolor body          brightblue      red             \"^gpg: BAD signature from.*\"\nmono  body          bold                            \"^gpg: Good signature\"\nmono  body          bold                            \"^gpg: BAD signature from.*\"\n\n# yes, an insance URL regex\ncolor body          red             default         \"([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?|[0-9]+\\\\.[0-9]+\\\\.[0-9]+\\\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \\t\\r\\n<>\\\"]\"\n# and a heavy handed email regex\n#color body          J_magent        default         \"((@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]),)*@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\])\"\n\n# Various smilies and the like\n#color body          brightblack     default         \"<[Gg]>\"                            # <g>\n#color body          brightblack     default         \"<[Bb][Gg]>\"                        # <bg>\n#color body          yellow          default         \" [;:]-*[})>{(<|]\"                  # :-) etc...\n# *bold*\n#color body          blue            default         \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n#mono  body          bold                            \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n# _underline_\n#color body          blue            default         \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n#mono  body          underline                       \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n# /italic/  (Sometimes gets directory names)\n#color body         blue            default         \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n#mono body          underline                       \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n\n# Border lines.\n#color body          blue            default         \"( *[-+=#*~_]){6,}\"\n\n#folder-hook .                  \"color status        J_black         J_status        \"\n#folder-hook gmail/inbox        \"color status        J_black         yellow          \"\n#folder-hook gmail/important    \"color status        J_black         yellow          \"\n\n"
  },
  {
    "path": "mutt-colors-solarized/mutt-colors-solarized-light-256.muttrc",
    "content": "# vim: filetype=muttrc\n\n#\n#\n# make sure that you are using mutt linked against slang, not ncurses, or\n# suffer the consequences of weird color issues. use \"mutt -v\" to check this.\n\n# custom body highlights -----------------------------------------------\n# highlight my name and other personally relevant strings\n#color body          color136        color233        \"(ethan|schoonover)\"\n# custom index highlights ----------------------------------------------\n# messages which mention my name in the body\n#color index         color136        color233        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" !~N !~T !~F !~p !~P\"\n#color index         J_cream         color233        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~N !~T !~F !~p !~P\"\n#color index         color136        color37         \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~T !~F !~p !~P\"\n#color index         color136        J_magent        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~F !~p !~P\"\n## messages which are in reference to my mails\n#color index         J_magent        color233        \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" !~N !~T !~F !~p !~P\"\n#color index         J_magent        color233        \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~N !~T !~F !~p !~P\"\n#color index         J_magent        color37         \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~T !~F !~p !~P\"\n#color index         J_magent        color160        \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~F !~p !~P\"\n\n# for background in 16 color terminal, valid background colors include:\n# base03, bg, black, any of the non brights\n\n# basic colors ---------------------------------------------------------\ncolor normal        color244        color233        \ncolor error         color160        color233        \ncolor tilde         color254        color233        \ncolor message       color37         color233        \ncolor markers       color160        color234        \ncolor attachment    color234        color233        \ncolor search        color61         color233        \n#color status        J_black         J_status        \ncolor status        color244        color254        \ncolor indicator     color230        color136        \ncolor tree          color136        color233                                    # arrow in threads\n\n# basic monocolor screen\nmono  bold          bold\nmono  underline     underline\nmono  indicator     reverse\nmono  error         bold\n\n# index ----------------------------------------------------------------\n\n#color index         color160        color233        \"~D(!~p|~p)\"               # deleted\n#color index         color254        color233        ~F                         # flagged\n#color index         color166        color233        ~=                         # duplicate messages\n#color index         color245        color233        \"~A!~N!~T!~p!~Q!~F!~D!~P\"  # the rest\n#color index         J_base          color233        \"~A~N!~T!~p!~Q!~F!~D\"      # the rest, new\ncolor index         color160        color233        \"~A\"                        # all messages\ncolor index         color166        color233        \"~E\"                        # expired messages\ncolor index         color33         color233        \"~N\"                        # new messages\ncolor index         color33         color233        \"~O\"                        # old messages\ncolor index         color61         color233        \"~Q\"                        # messages that have been replied to\ncolor index         color245        color233        \"~R\"                        # read messages\ncolor index         color33         color233        \"~U\"                        # unread messages\ncolor index         color33         color233        \"~U~$\"                      # unread, unreferenced messages\ncolor index         color244        color233        \"~v\"                        # messages part of a collapsed thread\ncolor index         color244        color233        \"~P\"                        # messages from me\ncolor index         color37         color233        \"~p!~F\"                     # messages to me\ncolor index         color37         color233        \"~N~p!~F\"                   # new messages to me\ncolor index         color37         color233        \"~U~p!~F\"                   # unread messages to me\ncolor index         color245        color233        \"~R~p!~F\"                   # messages to me\ncolor index         color160        color233        \"~F\"                        # flagged messages\ncolor index         color160        color233        \"~F~p\"                      # flagged messages to me\ncolor index         color160        color233        \"~N~F\"                      # new flagged messages\ncolor index         color160        color233        \"~N~F~p\"                    # new flagged messages to me\ncolor index         color160        color233        \"~U~F~p\"                    # new flagged messages to me\ncolor index         color254        color160        \"~D\"                        # deleted messages\ncolor index         color239        color233        \"~v~(!~N)\"                  # collapsed thread with no unread\ncolor index         color136        color233        \"~v~(~N)\"                   # collapsed thread with some unread\ncolor index         color64         color233        \"~N~v~(~N)\"                 # collapsed thread with unread parent\n# statusbg used to indicated flagged when foreground color shows other status\n# for collapsed thread\ncolor index         color160        color254        \"~v~(~F)!~N\"                # collapsed thread with flagged, no unread\ncolor index         color136        color254        \"~v~(~F~N)\"                 # collapsed thread with some unread & flagged\ncolor index         color64         color254        \"~N~v~(~F~N)\"               # collapsed thread with unread parent & flagged\ncolor index         color64         color254        \"~N~v~(~F)\"                 # collapsed thread with unread parent, no unread inside, but some flagged\ncolor index         color37         color254        \"~v~(~p)\"                   # collapsed thread with unread parent, no unread inside, some to me directly\ncolor index         color136        color160        \"~v~(~D)\"                   # thread with deleted (doesn't differentiate between all or partial)\n#color index         color136        color233        \"~(~N)\"                    # messages in threads with some unread\n#color index         color64         color233        \"~S\"                       # superseded messages\n#color index         color160        color233        \"~T\"                       # tagged messages\n#color index         color166        color160        \"~=\"                       # duplicated messages\n\n# message headers ------------------------------------------------------\n\n#color header        color245        color233        \"^\"\ncolor hdrdefault    color245        color233        \ncolor header        color244        color233        \"^(From)\"\ncolor header        color33         color233        \"^(Subject)\"\n\n# body -----------------------------------------------------------------\n\ncolor quoted        color33         color233        \ncolor quoted1       color37         color233        \ncolor quoted2       color136        color233        \ncolor quoted3       color160        color233        \ncolor quoted4       color166        color233        \n\ncolor signature     color245        color233        \ncolor bold          color254        color233        \ncolor underline     color254        color233        \ncolor normal        color240        color233        \n#\ncolor body          color239        color233        \"[;:][-o][)/(|]\"    # emoticons\ncolor body          color239        color233        \"[;:][)(|]\"         # emoticons\ncolor body          color239        color233        \"[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\\\n                                                     |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\\\n                                                     |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?\"\ncolor body          color239        color233        \"[ ][*][^*]*[*][ ]?\" # more emoticon?\ncolor body          color239        color233        \"[ ]?[*][^*]*[*][ ]\" # more emoticon?\n\n## pgp\n\ncolor body          color160        color233        \"(BAD signature)\"\ncolor body          color37         color233        \"(Good signature)\"\ncolor body          color230        color233        \"^gpg: Good signature .*\"\ncolor body          color244        color233        \"^gpg: \"\ncolor body          color244        color160        \"^gpg: BAD signature from.*\"\nmono  body          bold                            \"^gpg: Good signature\"\nmono  body          bold                            \"^gpg: BAD signature from.*\"\n\n# yes, an insance URL regex\ncolor body          color160        color233        \"([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?|[0-9]+\\\\.[0-9]+\\\\.[0-9]+\\\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \\t\\r\\n<>\\\"]\"\n# and a heavy handed email regex\n#color body          J_magent        color233        \"((@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]),)*@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\])\"\n\n# Various smilies and the like\n#color body          color233        color233        \"<[Gg]>\"                            # <g>\n#color body          color233        color233        \"<[Bb][Gg]>\"                        # <bg>\n#color body          color136        color233        \" [;:]-*[})>{(<|]\"                  # :-) etc...\n# *bold*\n#color body          color33         color233        \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n#mono  body          bold                            \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n# _underline_\n#color body          color33         color233        \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n#mono  body          underline                       \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n# /italic/  (Sometimes gets directory names)\n#color body         color33         color233        \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n#mono body          underline                       \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n\n# Border lines.\n#color body          color33         color233        \"( *[-+=#*~_]){6,}\"\n\n#folder-hook .                  \"color status        J_black         J_status        \"\n#folder-hook gmail/inbox        \"color status        J_black         color136        \"\n#folder-hook gmail/important    \"color status        J_black         color136        \"\n\n"
  },
  {
    "path": "mutt-colors-solarized/mutt-colors-solarized-template.muttrc",
    "content": "# vim: filetype=muttrc\n\n#\n#\n# make sure that you are using mutt linked against slang, not ncurses, or\n# suffer the consequences of weird color issues. use \"mutt -v\" to check this.\n\n# custom body highlights -----------------------------------------------\n# highlight my name and other personally relevant strings\n#color body          J_yellow        J_bg            \"(ethan|schoonover)\"\n# custom index highlights ----------------------------------------------\n# messages which mention my name in the body\n#color index         J_yellow        J_bg            \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" !~N !~T !~F !~p !~P\"\n#color index         J_cream         J_base3         \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~N !~T !~F !~p !~P\"\n#color index         J_yellow        J_cyan          \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~T !~F !~p !~P\"\n#color index         J_yellow        J_magent        \"~b \\\"phil(_g|\\!| gregory| gold)|pgregory\\\" ~F !~p !~P\"\n## messages which are in reference to my mails\n#color index         J_magent        J_bg            \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" !~N !~T !~F !~p !~P\"\n#color index         J_magent        J_base3         \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~N !~T !~F !~p !~P\"\n#color index         J_magent        J_cyan          \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~T !~F !~p !~P\"\n#color index         J_magent        J_red           \"~x \\\"(mithrandir|aragorn)\\\\.aperiodic\\\\.net|thorin\\\\.hillmgt\\\\.com\\\" ~F !~p !~P\"\n\n# for background in 16 color terminal, valid background colors include:\n# base03, bg, black, any of the non brights\n\n# basic colors ---------------------------------------------------------\ncolor normal        J_base00        J_bg            \ncolor error         J_red           J_bg            \ncolor tilde         J_base02        J_bg            \ncolor message       J_cyan          J_bg            \ncolor markers       J_red           J_base2         \ncolor attachment    J_base2         J_bg            \ncolor search        J_violet        J_bg            \n#color status        J_black         J_status        \ncolor status        J_statusfg      J_statusbg      \ncolor indicator     J_base03        J_yellow        \ncolor tree          J_yellow        J_bg                                        # arrow in threads\n\n# basic monocolor screen\nmono  bold          bold\nmono  underline     underline\nmono  indicator     reverse\nmono  error         bold\n\n# index ----------------------------------------------------------------\n\n#color index         J_red           J_bg            \"~D(!~p|~p)\"               # deleted\n#color index         J_base02        J_bg            ~F                         # flagged\n#color index         J_orange        J_bg            ~=                         # duplicate messages\n#color index         J_base01        J_bg            \"~A!~N!~T!~p!~Q!~F!~D!~P\"  # the rest\n#color index         J_base          J_bg            \"~A~N!~T!~p!~Q!~F!~D\"      # the rest, new\ncolor index         J_red           J_bg            \"~A\"                        # all messages\ncolor index         J_orange        J_bg            \"~E\"                        # expired messages\ncolor index         J_blue          J_bg            \"~N\"                        # new messages\ncolor index         J_blue          J_bg            \"~O\"                        # old messages\ncolor index         J_violet        J_bg            \"~Q\"                        # messages that have been replied to\ncolor index         J_base01        J_bg            \"~R\"                        # read messages\ncolor index         J_blue          J_bg            \"~U\"                        # unread messages\ncolor index         J_blue          J_bg            \"~U~$\"                      # unread, unreferenced messages\ncolor index         J_base00        J_bg            \"~v\"                        # messages part of a collapsed thread\ncolor index         J_base00        J_bg            \"~P\"                        # messages from me\ncolor index         J_cyan          J_bg            \"~p!~F\"                     # messages to me\ncolor index         J_cyan          J_bg            \"~N~p!~F\"                   # new messages to me\ncolor index         J_cyan          J_bg            \"~U~p!~F\"                   # unread messages to me\ncolor index         J_base01        J_bg            \"~R~p!~F\"                   # messages to me\ncolor index         J_red           J_bg            \"~F\"                        # flagged messages\ncolor index         J_red           J_bg            \"~F~p\"                      # flagged messages to me\ncolor index         J_red           J_bg            \"~N~F\"                      # new flagged messages\ncolor index         J_red           J_bg            \"~N~F~p\"                    # new flagged messages to me\ncolor index         J_red           J_bg            \"~U~F~p\"                    # new flagged messages to me\ncolor index         J_base02        J_red           \"~D\"                        # deleted messages\ncolor index         J_base1         J_bg            \"~v~(!~N)\"                  # collapsed thread with no unread\ncolor index         J_yellow        J_bg            \"~v~(~N)\"                   # collapsed thread with some unread\ncolor index         J_green         J_bg            \"~N~v~(~N)\"                 # collapsed thread with unread parent\n# statusbg used to indicated flagged when foreground color shows other status\n# for collapsed thread\ncolor index         J_red           J_statusbg      \"~v~(~F)!~N\"                # collapsed thread with flagged, no unread\ncolor index         J_yellow        J_statusbg      \"~v~(~F~N)\"                 # collapsed thread with some unread & flagged\ncolor index         J_green         J_statusbg      \"~N~v~(~F~N)\"               # collapsed thread with unread parent & flagged\ncolor index         J_green         J_statusbg      \"~N~v~(~F)\"                 # collapsed thread with unread parent, no unread inside, but some flagged\ncolor index         J_cyan          J_statusbg      \"~v~(~p)\"                   # collapsed thread with unread parent, no unread inside, some to me directly\ncolor index         J_yellow        J_red           \"~v~(~D)\"                   # thread with deleted (doesn't differentiate between all or partial)\n#color index         J_yellow        J_bg            \"~(~N)\"                    # messages in threads with some unread\n#color index         J_green         J_bg            \"~S\"                       # superseded messages\n#color index         J_red           J_bg            \"~T\"                       # tagged messages\n#color index         J_orange        J_red           \"~=\"                       # duplicated messages\n\n# message headers ------------------------------------------------------\n\n#color header        J_base01        J_bg            \"^\"\ncolor hdrdefault    J_base01        J_bg            \ncolor header        J_base00        J_bg            \"^(From)\"\ncolor header        J_blue          J_bg            \"^(Subject)\"\n\n# body -----------------------------------------------------------------\n\ncolor quoted        J_blue          J_bg            \ncolor quoted1       J_cyan          J_bg            \ncolor quoted2       J_yellow        J_bg            \ncolor quoted3       J_red           J_bg            \ncolor quoted4       J_orange        J_bg            \n\ncolor signature     J_base01        J_bg            \ncolor bold          J_base02        J_bg            \ncolor underline     J_base02        J_bg            \ncolor normal        J_fg            J_bg            \n#\ncolor body          J_base1         J_bg            \"[;:][-o][)/(|]\"    # emoticons\ncolor body          J_base1         J_bg            \"[;:][)(|]\"         # emoticons\ncolor body          J_base1         J_bg            \"[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\\\n                                                     |FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\\\n                                                     |IRL|RTFM|ROTFL|ROFL|YMMV)[*]?\"\ncolor body          J_base1         J_bg            \"[ ][*][^*]*[*][ ]?\" # more emoticon?\ncolor body          J_base1         J_bg            \"[ ]?[*][^*]*[*][ ]\" # more emoticon?\n\n## pgp\n\ncolor body          J_red           J_bg            \"(BAD signature)\"\ncolor body          J_cyan          J_bg            \"(Good signature)\"\ncolor body          J_base03        J_bg            \"^gpg: Good signature .*\"\ncolor body          J_base00        J_bg            \"^gpg: \"\ncolor body          J_base00        J_red           \"^gpg: BAD signature from.*\"\nmono  body          bold                            \"^gpg: Good signature\"\nmono  body          bold                            \"^gpg: BAD signature from.*\"\n\n# yes, an insance URL regex\ncolor body          J_red           J_bg            \"([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?|[0-9]+\\\\.[0-9]+\\\\.[0-9]+\\\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \\t\\r\\n<>\\\"]\"\n# and a heavy handed email regex\n#color body          J_magent        J_bg            \"((@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]),)*@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\.[0-9]?[0-9]?[0-9]\\\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\\\.)*[0-9a-z-]+\\\\.?|#[0-9]+|\\\\[[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\.[0-2]?[0-9]?[0-9]\\\\])\"\n\n# Various smilies and the like\n#color body          J_base3         J_bg            \"<[Gg]>\"                            # <g>\n#color body          J_base3         J_bg            \"<[Bb][Gg]>\"                        # <bg>\n#color body          J_yellow        J_bg            \" [;:]-*[})>{(<|]\"                  # :-) etc...\n# *bold*\n#color body          J_blue          J_bg            \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n#mono  body          bold                            \"(^|[[:space:][:punct:]])\\\\*[^*]+\\\\*([[:space:][:punct:]]|$)\"\n# _underline_\n#color body          J_blue          J_bg            \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n#mono  body          underline                       \"(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)\"\n# /italic/  (Sometimes gets directory names)\n#color body         J_blue          J_bg            \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n#mono body          underline                       \"(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)\"\n\n# Border lines.\n#color body          J_blue          J_bg            \"( *[-+=#*~_]){6,}\"\n\n#folder-hook .                  \"color status        J_black         J_status        \"\n#folder-hook gmail/inbox        \"color status        J_black         J_yellow        \"\n#folder-hook gmail/important    \"color status        J_black         J_yellow        \"\n\n"
  },
  {
    "path": "mutt-colors-solarized/mutt-compile-colors.sh",
    "content": "#!/bin/sh\n# ---------------------------------------------------------------------\n# SOLARIZED color values\n# ---------------------------------------------------------------------\n# Download palettes and files from: http://ethanschoonover.com/solarized\n# \n# SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      RGB         HSB\n# --------- ------- ---- -------  ----------- ---------- ----------- -----------\n# base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n# base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n# base01    #586e75 10/7 brgreen  240 #585858 45 -07 -07  88 110 117 194  25  46\n# base00    #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195  23  51\n# base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n# base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n# base2     #eee8d5  7/7 white    254 #e4e4e4 92 -00  10 238 232 213  44  11  93\n# base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n# yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n# orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n# red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n# magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n# violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n# blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n# cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n# green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n\ncat > palette_dark.tmp <<SETPALETTEDARK\nJ_base03        ,color234        ,brightblack     ,\nJ_base02        ,color235        ,black           ,\nJ_base01        ,color240        ,brightgreen     ,\nJ_base00        ,color241        ,brightyellow    ,\nJ_base0         ,color244        ,brightblue      ,\nJ_base1         ,color245        ,brightcyan      ,\nJ_base2         ,color254        ,white           ,\nJ_base3         ,color230        ,brightwhite     ,\nJ_yellow        ,color136        ,yellow          ,\nJ_orange        ,color166        ,brightred       ,\nJ_red           ,color160        ,red             ,\nJ_magenta       ,color125        ,magenta         ,\nJ_violet        ,color61         ,brightmagenta   ,\nJ_blue          ,color33         ,blue            ,\nJ_cyan          ,color37         ,cyan            ,\nJ_green         ,color64         ,green           ,\nJ_bg            ,color234        ,default         ,\nJ_fg            ,color244        ,default         ,\nJ_statusfg      ,color241        ,brightyellow    ,\nJ_statusbg      ,color235        ,black           ,\nSETPALETTEDARK\ncat > palette_light.tmp <<SETPALETTELIGHT\nJ_base3         ,color233        ,brightblack     ,\nJ_base2         ,color234        ,black           ,\nJ_base1         ,color239        ,brightgreen     ,\nJ_base0         ,color240        ,brightyellow    ,\nJ_base00        ,color244        ,brightblue      ,\nJ_base01        ,color245        ,brightcyan      ,\nJ_base02        ,color254        ,white           ,\nJ_base03        ,color230        ,brightwhite     ,\nJ_yellow        ,color136        ,yellow          ,\nJ_orange        ,color166        ,brightred       ,\nJ_red           ,color160        ,red             ,\nJ_magenta       ,color125        ,magenta         ,\nJ_violet        ,color61         ,brightmagenta   ,\nJ_blue          ,color33         ,blue            ,\nJ_cyan          ,color37         ,cyan            ,\nJ_green         ,color64         ,green           ,\nJ_bg            ,color233        ,default         ,\nJ_fg            ,color240        ,default         ,\nJ_statusfg      ,color244        ,brightblue      ,\nJ_statusbg      ,color254        ,white           ,\nSETPALETTELIGHT\n\nMUTTSOURCE=\"mutt-colors-solarized-template.muttrc\"\nMUTTTARGET=\"mutt-colors-solarized\"\nMUTTSUFFIX=\".muttrc\"\nrm \"$MUTTTARGET-dark-256$MUTTSUFFIX\"\nrm \"$MUTTTARGET-dark-16$MUTTSUFFIX\"\nrm \"$MUTTTARGET-light-256$MUTTSUFFIX\"\nrm \"$MUTTTARGET-light-16$MUTTSUFFIX\"\n\nawk 'NR==FNR {a[$1]=$2;next} {for ( i in a) gsub(i,a[i])}1' FS=\",\" \\\n    palette_dark.tmp $MUTTSOURCE > \"$MUTTTARGET-dark-256$MUTTSUFFIX\"\nawk 'NR==FNR {a[$1]=$3;next} {for ( i in a) gsub(i,a[i])}1' FS=\",\" \\\n    palette_dark.tmp $MUTTSOURCE > \"$MUTTTARGET-dark-16$MUTTSUFFIX\"\nawk 'NR==FNR {a[$1]=$2;next} {for ( i in a) gsub(i,a[i])}1' FS=\",\" \\\n    palette_light.tmp $MUTTSOURCE > \"$MUTTTARGET-light-256$MUTTSUFFIX\"\nawk 'NR==FNR {a[$1]=$3;next} {for ( i in a) gsub(i,a[i])}1' FS=\",\" \\\n    palette_light.tmp $MUTTSOURCE > \"$MUTTTARGET-light-16$MUTTSUFFIX\"\n\nrm palette_light.tmp\nrm palette_dark.tmp\n"
  },
  {
    "path": "netbeans-colors-solarized/README.md",
    "content": "Solarized Colorscheme for NetBeans\n==============================\n\nDeveloped by Ethan Schoonover <es@ethanschoonover.com>\nPorted to NetBeans by Brian Fenton [https://github.com/fentie]\n\nSee the [homepage for the Solarized colorscheme][solarized] for versions for \nVim, popular terminal emulators and other applications.\n\nIf you have come across this colorscheme via the [NetBeans-only repository on \ngithub][netbeans-solarized-github], see the link above to the Solarized homepage or\nvisit the [github repository for Solarized][solarized-github].\n\n[solarized]: http://ethanschoonover.com/solarized\n[solarized-github]: https://github.com/altercation/solarized\n[netbeans-solarized-github]: https://github.com/altercation/netbeans-colors-solarized\n\nInstallation\n------------\n\n1. Download the zipped version of this repo.\n\n2. Open NetBeans, select Preferences, then Import in the lower left. Navigate\n   to the zip file you downloaded, check the Netbeans\\_Solarized\\_Dark box under\n   the Fonts & Colors section. \n\n3. Restart NetBeans (just to be on the safe side). \n\nWhich Variation?\n----------------\n\nNormally there would be a discussion of 16- vs. 256-color versions of Solarized\nhere, but I've only ported the 16-color dark version. This color scheme is also\nnot as flashy/rich as the Vim ones due to lack of granularity in the NetBeans\ntheme preferences.\n\nThe Values\n----------\n\nNetBeans uses RGB values for its colors. For the full list of colors specified in\nother formats, see [the main Solarized home page][solarized]\n\n    SOLARIZED sRGB\n    --------- -----------\n    base03      0  43  54\n    base02      7  54  66\n    base01     88 110 117\n    base00    101 123 131\n    base0     131 148 150\n    base1     147 161 161\n    base2     238 232 213\n    base3     253 246 227\n    yellow    181 137   0\n    orange    203  75  22\n    red       220  50  47\n    magenta   211  54 130\n    violet    108 113 196\n    blue       38 139 210\n    cyan       42 161 152\n    green     133 153   0\n\nLicense\n-------\nCopyright (c) 2011 Ethan Schoonover\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "netbeans-colors-solarized/config/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"\">\n        <attr name=\"Services\\DiffProviders\\org-netbeans-modules-diff-builtin-provider-BuiltInDiffProvider.settings\\position\" intvalue=\"100\"/>\n        <attr name=\"Spellcheckers\\GSP\\Hidden\" boolvalue=\"true\"/>\n        <attr name=\"Spellcheckers\\HTML\\Hidden\" boolvalue=\"false\"/>\n        <attr name=\"Spellcheckers\\JSP\\Hidden\" boolvalue=\"true\"/>\n        <attr name=\"Spellcheckers\\PHP\\Hidden\" boolvalue=\"false\"/>\n        <attr name=\"Spellcheckers\\Properties\\Hidden\" boolvalue=\"false\"/>\n        <attr name=\"Spellcheckers\\XHTML\\Hidden\" boolvalue=\"false\"/>\n        <attr name=\"Spellcheckers\\XML\\Hidden\" boolvalue=\"true\"/>\n    </fileobject>\n    <fileobject name=\"Editors\">\n        <attr name=\"currentFontColorProfile\" stringvalue=\"Netbeans_Solarized_Dark\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-highlights.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"highlight\"/>\n    </fileobject>\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-highlights.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor bgColor=\"ff253e5a\" foreColor=\"ff6699ff\" name=\"code-folding\"/>\n    <fontcolor foreColor=\"ff99ccff\" name=\"caret-color-insert-mode\"/>\n    <fontcolor bgColor=\"ffe0e8f1\" name=\"block-search\"/>\n    <fontcolor foreColor=\"ff253e5a\" name=\"text-limit-line-color\"/>\n    <fontcolor bgColor=\"ffdfdfdf\" name=\"readonly-files\"/>\n    <fontcolor bgColor=\"white\" foreColor=\"ff333333\" name=\"nbeditor-bracesMatching-match-multichar\"/>\n    <fontcolor foreColor=\"white\" name=\"line-number\"/>\n    <fontcolor foreColor=\"blue\" name=\"hyperlinks\" underline=\"blue\"/>\n    <fontcolor bgColor=\"ff253e5a\" name=\"highlight-caret-row\"/>\n    <fontcolor bgColor=\"red\" name=\"status-bar-bold\"/>\n    <fontcolor foreColor=\"black\" name=\"caret-color-overwrite-mode\"/>\n    <fontcolor bgColor=\"ff4e687d\" name=\"selection\"/>\n    <fontcolor bgColor=\"ff121e31\" foreColor=\"white\" name=\"status-bar\"/>\n    <fontcolor bgColor=\"ff38566f\" name=\"inc-search\"/>\n    <fontcolor foreColor=\"ffcc0099\" name=\"synchronized-text-blocks-ext\"/>\n    <fontcolor foreColor=\"ff253e5a\" name=\"code-folding-bar\"/>\n    <fontcolor bgColor=\"ff38566f\" name=\"highlight-search\"/>\n    <fontcolor bgColor=\"ffd83636\" name=\"nbeditor-bracesMatching-mismatch-multichar\"/>\n    <fontcolor foreColor=\"ff996600\" name=\"synchronized-text-blocks-ext-slave\"/>\n    <fontcolor bgColor=\"darkGray\" name=\"guarded\"/>\n    <fontcolor bgColor=\"ff313641\" name=\"nbeditor-bracesMatching-match\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor bgColor=\"ffcc6600\" foreColor=\"white\" name=\"nbeditor-bracesMatching-mismatch\">\n        <font style=\"bold\"/>\n    </fontcolor>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor name=\"error\" underline=\"ffff3333\"/>\n    <fontcolor foreColor=\"ff8aa6c1\" name=\"char\"/>\n    <fontcolor foreColor=\"ffcb4b16\" name=\"keyword\"/>\n    <fontcolor name=\"whitespace\"/>\n    <fontcolor foreColor=\"ff2aa198\" name=\"number\"/>\n    <fontcolor default=\"keyword\" name=\"markup-element\"/>\n    <fontcolor foreColor=\"ff859900\" name=\"operator\"/>\n    <fontcolor name=\"url\" underline=\"blue\"/>\n    <fontcolor default=\"identifier\" name=\"field\"/>\n    <fontcolor bgColor=\"ff002b36\" foreColor=\"ff839496\" name=\"default\">\n        <font name=\"Monaco\" size=\"12\" style=\"plain\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"ff2aa198\" name=\"string\"/>\n    <fontcolor default=\"string\" name=\"markup-attribute-value\"/>\n    <fontcolor default=\"default\" foreColor=\"magenta\" name=\"entity-reference\"/>\n    <fontcolor default=\"identifier\" foreColor=\"white\" name=\"method\"/>\n    <fontcolor foreColor=\"ff586e75\" name=\"comment\">\n        <font style=\"italic\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"ff839496\" name=\"identifier\"/>\n    <fontcolor name=\"warning\" waveUnderlined=\"yellow\"/>\n    <fontcolor foreColor=\"ffdc322f\" name=\"separator\"/>\n    <fontcolor default=\"field\" foreColor=\"white\" name=\"markup-attribute\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/application/xml-dtd/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"operator\" name=\"dtd-symbol\"/>\n    <fontcolor default=\"string\" name=\"dtd-string\"/>\n    <fontcolor default=\"comment\" name=\"dtd-comment\"/>\n    <fontcolor default=\"default\" name=\"dtd-plain\"/>\n    <fontcolor default=\"entity-reference\" name=\"dtd-ref\"/>\n    <fontcolor default=\"keyword\" name=\"dtd-keyword\"/>\n    <fontcolor default=\"default\" foreColor=\"ffb20000\" name=\"dtd-target\"/>\n    <fontcolor default=\"error\" name=\"dtd-error\"/>\n    <fontcolor default=\"whitespace\" name=\"dtd-eol\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/html/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/html/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"default\" foreColor=\"ff586e75\" name=\"sgml-declaration\"/>\n    <fontcolor default=\"identifier\" foreColor=\"ff586e75\" name=\"argument\"/>\n    <fontcolor default=\"default\" name=\"text\"/>\n    <fontcolor name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor bgColor=\"red\" default=\"error\" foreColor=\"white\" name=\"error\"/>\n    <fontcolor default=\"default\" name=\"css-embedded\"/>\n    <fontcolor default=\"default\" foreColor=\"ff2aa298\" name=\"tag\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" foreColor=\"gray\" name=\"sgml-comment\"/>\n    <fontcolor default=\"whitespace\" name=\"ws\"/>\n    <fontcolor default=\"operator\" foreColor=\"ff586e75\" name=\"operator\"/>\n    <fontcolor default=\"char\" foreColor=\"ffffcc66\" name=\"character\"/>\n    <fontcolor name=\"mod-class\" waveUnderlined=\"red\"/>\n    <fontcolor default=\"default\" name=\"javascript-embedded\"/>\n    <fontcolor default=\"default\" foreColor=\"ff2aa198\" name=\"value\"/>\n    <fontcolor default=\"comment\" foreColor=\"ff586e75\" name=\"block-comment\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/javascript/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/javascript/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"number\" name=\"FLOAT_LITERAL\"/>\n    <fontcolor name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"white\" name=\"mod-parameter\"/>\n    <fontcolor default=\"string\" name=\"STRING_LITERAL\"/>\n    <fontcolor default=\"keyword\" name=\"keyword\"/>\n    <fontcolor default=\"comment\" name=\"LINE_COMMENT\"/>\n    <fontcolor foreColor=\"ff9933cc\" name=\"REGEXP_LITERAL\"/>\n    <fontcolor default=\"identifier\" name=\"IDENTIFIER\"/>\n    <fontcolor name=\"mod-deprecated\" strikeThrough=\"darkGray\"/>\n    <fontcolor foreColor=\"ff9933cc\" name=\"mod-regexp\"/>\n    <fontcolor default=\"field\" name=\"mod-global\"/>\n    <fontcolor default=\"operator\" name=\"ANY_OPERATOR\"/>\n    <fontcolor name=\"mod-class\"/>\n    <fontcolor name=\"mod-unused\" waveUnderlined=\"ff999999\"/>\n    <fontcolor default=\"comment\" name=\"BLOCK_COMMENT\"/>\n    <fontcolor default=\"whitespace\" name=\"WHITESPACE\"/>\n    <fontcolor bgColor=\"ffeceba3\" name=\"mark-occurrences\"/>\n    <fontcolor default=\"comment\" name=\"DOCUMENTATION\"/>\n    <fontcolor bgColor=\"ffffe4ff\" foreColor=\"black\" name=\"mod-custom1\"/>\n    <fontcolor default=\"error\" name=\"ERROR\"/>\n    <fontcolor name=\"mod-custom3\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"blue\" name=\"mod-custom2\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/plain/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"default\" name=\"default\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-css/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-css/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor foreColor=\"ffff9900\" name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"default\" name=\"others\"/>\n    <fontcolor default=\"number\" name=\"hash\"/>\n    <fontcolor default=\"keyword\" name=\"keyword\"/>\n    <fontcolor default=\"default\" name=\"whitespace\"/>\n    <fontcolor default=\"string\" name=\"rgb\"/>\n    <fontcolor default=\"number\" name=\"number\"/>\n    <fontcolor default=\"error\" name=\"unknown\"/>\n    <fontcolor default=\"operator\" name=\"operator\"/>\n    <fontcolor default=\"string\" name=\"url\"/>\n    <fontcolor name=\"mark-occurrences\"/>\n    <fontcolor default=\"separator\" name=\"brace\"/>\n    <fontcolor default=\"string\" name=\"string\"/>\n    <fontcolor foreColor=\"ff99ccff\" name=\"mod-custom1\"/>\n    <fontcolor foreColor=\"ff9999ff\" name=\"mod-custom2\">\n        <font style=\"italic\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"comment\"/>\n    <fontcolor default=\"identifier\" name=\"identifier\"/>\n    <fontcolor default=\"separator\" name=\"separator\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-diff/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor bgColor=\"ffe0e0e0\" name=\"index\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"error\" name=\"error\"/>\n    <fontcolor foreColor=\"blue\" name=\"added\"/>\n    <fontcolor foreColor=\"red\" name=\"removed\"/>\n    <fontcolor bgColor=\"ffe0e0e0\" name=\"filename\">\n        <font style=\"bold+italic\"/>\n    </fontcolor>\n    <fontcolor name=\"plain\"/>\n    <fontcolor bgColor=\"ffe0e0e0\" name=\"header\">\n        <font style=\"bold\"/>\n    </fontcolor>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-ini/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor foreColor=\"red\" name=\"error\"/>\n    <fontcolor foreColor=\"black\" name=\"equals\"/>\n    <fontcolor foreColor=\"ff09097c\" name=\"name\"/>\n    <fontcolor name=\"whitespace\"/>\n    <fontcolor foreColor=\"ffd15a00\" name=\"value\"/>\n    <fontcolor foreColor=\"ff969696\" name=\"comment\"/>\n    <fontcolor foreColor=\"ff509a05\" name=\"section\">\n        <font style=\"bold\"/>\n    </fontcolor>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-javascript-comment/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"comment\" name=\"IDENT\"/>\n    <fontcolor default=\"default\" foreColor=\"blue\" name=\"COMMENT_LINK\" underline=\"blue\"/>\n    <fontcolor default=\"comment\" name=\"COMMENT_TAG\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"OTHER_TEXT\"/>\n    <fontcolor default=\"default\" name=\"COMMENT_BOLD\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"default\" name=\"COMMENT_ITALIC\">\n        <font style=\"italic\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"HTML_TAG\">\n        <font style=\"bold\"/>\n    </fontcolor>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-javascript-string/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"string\" name=\"STRING_INVALID\" waveUnderlined=\"ffce7b00\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"string\" name=\"STRING_ESCAPE\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"string\" name=\"STRING_TEXT\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-json/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-json/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"number\" name=\"FLOAT_LITERAL\"/>\n    <fontcolor name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"white\" name=\"mod-parameter\"/>\n    <fontcolor default=\"string\" name=\"STRING_LITERAL\"/>\n    <fontcolor default=\"keyword\" name=\"keyword\"/>\n    <fontcolor default=\"comment\" name=\"LINE_COMMENT\"/>\n    <fontcolor default=\"identifier\" name=\"IDENTIFIER\"/>\n    <fontcolor name=\"mod-deprecated\" strikeThrough=\"darkGray\"/>\n    <fontcolor default=\"regexp\" foreColor=\"ff9933cc\" name=\"mod-regexp\"/>\n    <fontcolor default=\"field\" name=\"mod-global\"/>\n    <fontcolor default=\"operator\" name=\"ANY_OPERATOR\"/>\n    <fontcolor name=\"mod-class\"/>\n    <fontcolor name=\"mod-unused\" waveUnderlined=\"ff999999\"/>\n    <fontcolor default=\"comment\" name=\"BLOCK_COMMENT\"/>\n    <fontcolor default=\"whitespace\" name=\"WHITESPACE\"/>\n    <fontcolor bgColor=\"ffeceba3\" name=\"mark-occurrences\"/>\n    <fontcolor bgColor=\"ffffe4ff\" foreColor=\"black\" name=\"mod-custom1\"/>\n    <fontcolor default=\"error\" name=\"ERROR\"/>\n    <fontcolor name=\"mod-custom3\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"blue\" name=\"mod-custom2\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-php5/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-php5/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor foreColor=\"ff268bd2\" name=\"PHP_VARIABLE\"/>\n    <fontcolor foreColor=\"ff995f29\" name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor name=\"mod-private\"/>\n    <fontcolor default=\"identifier\" foreColor=\"ff839496\" name=\"PHP_STRING\"/>\n    <fontcolor name=\"mod-protected\"/>\n    <fontcolor name=\"mod-deprecated\" strikeThrough=\"darkGray\"/>\n    <fontcolor name=\"mark-occurrences\"/>\n    <fontcolor name=\"mod-abstract\"/>\n    <fontcolor default=\"field\" name=\"mod-field\"/>\n    <fontcolor foreColor=\"ff268bd2\" name=\"heredocdelimiter\"/>\n    <fontcolor foreColor=\"ffdc322f\" name=\"phpopenclose\"/>\n    <fontcolor foreColor=\"white\" name=\"PHP_CONTENT\"/>\n    <fontcolor name=\"mod-public\"/>\n    <fontcolor name=\"mod-constructor\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor name=\"mod-local-variable\"/>\n    <fontcolor default=\"constant\" foreColor=\"white\" name=\"constant\">\n        <font style=\"italic\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"ff6185a6\" name=\"mod-parameter\"/>\n    <fontcolor default=\"keyword\" name=\"keyword\"/>\n    <fontcolor name=\"mod-static\">\n        <font style=\"italic\"/>\n    </fontcolor>\n    <fontcolor default=\"operator\" name=\"operator\"/>\n    <fontcolor name=\"mod-class\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor foreColor=\"white\" name=\"T_INLINE_HTML\"/>\n    <fontcolor name=\"mod-unused\" waveUnderlined=\"ff999999\"/>\n    <fontcolor default=\"string\" name=\"string\"/>\n    <fontcolor default=\"comment\" name=\"phpdockeyword\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"comment\"/>\n    <fontcolor default=\"identifier\" foreColor=\"ff268bd2\" name=\"identifier\"/>\n    <fontcolor default=\"separator\" name=\"separator\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-properties/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-properties/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"default\" name=\"properties-key\"/>\n    <fontcolor default=\"operator\" name=\"properties-equal-sign\"/>\n    <fontcolor default=\"string\" name=\"properties-value\"/>\n    <fontcolor default=\"default\" name=\"properties-text\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"properties-line-comment\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-sql/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-sql/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"string\" name=\"sql-string-literal\"/>\n    <fontcolor default=\"number\" name=\"sql-double-literal\"/>\n    <fontcolor default=\"error\" name=\"sql-errors\"/>\n    <fontcolor default=\"whitespace\" name=\"sql-whitespace\"/>\n    <fontcolor default=\"default\" name=\"default\"/>\n    <fontcolor default=\"comment\" name=\"sql-line-comment\"/>\n    <fontcolor default=\"field\" name=\"sql-identifier\"/>\n    <fontcolor default=\"number\" name=\"sql-int-literal\"/>\n    <fontcolor default=\"operator\" name=\"sql-operator\"/>\n    <fontcolor default=\"operator\" name=\"sql-dot\"/>\n    <fontcolor default=\"keyword\" name=\"sql-keyword\"/>\n    <fontcolor default=\"comment\" name=\"sql-block-comment\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-yaml/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/x-yaml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor bgColor=\"ffe3f2e1\" default=\"comment\" name=\"RUBYCOMMENT\"/>\n    <fontcolor default=\"keyword\" name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor bgColor=\"ffe3f2e1\" default=\"default\" name=\"ruby\"/>\n    <fontcolor default=\"whitespace\" name=\"whitespace\"/>\n    <fontcolor bgColor=\"ffe3f2e1\" default=\"default\" foreColor=\"black\" name=\"ruby-delimiter\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"comment\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/xhtml/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/xhtml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"default\" foreColor=\"ff628fb5\" name=\"sgml-declaration\"/>\n    <fontcolor default=\"markup-attribute\" name=\"argument\"/>\n    <fontcolor default=\"default\" name=\"text\"/>\n    <fontcolor name=\"mod-method\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"error\" name=\"error\"/>\n    <fontcolor bgColor=\"ffe3f2e1\" default=\"default\" name=\"css-embedded\"/>\n    <fontcolor default=\"markup-element\" name=\"tag\"/>\n    <fontcolor default=\"comment\" name=\"sgml-comment\"/>\n    <fontcolor default=\"whitespace\" name=\"ws\"/>\n    <fontcolor default=\"argument\" name=\"operator\"/>\n    <fontcolor default=\"entity-reference\" name=\"character\"/>\n    <fontcolor name=\"mod-class\" waveUnderlined=\"red\"/>\n    <fontcolor bgColor=\"ffe3f2e1\" default=\"default\" name=\"javascript-embedded\"/>\n    <fontcolor default=\"markup-attribute-value\" name=\"value\"/>\n    <fontcolor default=\"comment\" name=\"block-comment\"/>\n    <fontcolor bgColor=\"ffe3f2e1\" default=\"default\" foreColor=\"black\" name=\"expression-language\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/xml/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/xml/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"error\" name=\"xml-error\"/>\n    <fontcolor default=\"string\" name=\"xml-value\"/>\n    <fontcolor default=\"default\" foreColor=\"lightGray\" name=\"xml-pi-target\"/>\n    <fontcolor default=\"default\" foreColor=\"lightGray\" name=\"xml-pi-end\"/>\n    <fontcolor default=\"default\" foreColor=\"orange\" name=\"xml-tag\"/>\n    <fontcolor default=\"whitespace\" name=\"xml-EOL\"/>\n    <fontcolor default=\"identifier\" name=\"xml-attribute\"/>\n    <fontcolor default=\"default\" name=\"xml-text\"/>\n    <fontcolor default=\"default\" name=\"xml-operator\"/>\n    <fontcolor default=\"default\" foreColor=\"lightGray\" name=\"xml-pi-content\"/>\n    <fontcolor default=\"default\" foreColor=\"yellow\" name=\"xml-cdata-section\"/>\n    <fontcolor default=\"whitespace\" name=\"xml-ws\"/>\n    <fontcolor default=\"default\" foreColor=\"lightGray\" name=\"xml-pi-start\"/>\n    <fontcolor default=\"comment\" foreColor=\"red\" name=\"xml-comment\"/>\n    <fontcolor default=\"default\" foreColor=\"cyan\" name=\"xml-ref\"/>\n    <fontcolor default=\"default\" foreColor=\"lightGray\" name=\"xml-doctype\"/>\n</fontscolors>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/xml-external-parsed-entity/FontsColors/Netbeans_Solarized_Dark/.nbattrs",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE attributes PUBLIC \"-//NetBeans//DTD DefaultAttributes 1.0//EN\" \"http://www.netbeans.org/dtds/attributes-1_0.dtd\">\n<attributes version=\"1.0\">\n    <fileobject name=\"org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml\">\n        <attr name=\"nbeditor-settings-ColoringType\" stringvalue=\"token\"/>\n    </fileobject>\n</attributes>\n"
  },
  {
    "path": "netbeans-colors-solarized/config/Editors/text/xml-external-parsed-entity/FontsColors/Netbeans_Solarized_Dark/org-netbeans-modules-editor-settings-CustomFontsColors-tokenColorings.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE fontscolors PUBLIC \"-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN\" \"http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd\">\n<fontscolors>\n    <fontcolor default=\"error\" name=\"xml-error\"/>\n    <fontcolor default=\"default\" foreColor=\"ff8f9d6a\" name=\"xml-value\"/>\n    <fontcolor default=\"default\" foreColor=\"ff00007c\" name=\"xml-pi-target\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"default\" foreColor=\"ff00007c\" name=\"xml-pi-end\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"markup-element\" name=\"xml-tag\"/>\n    <fontcolor default=\"whitespace\" name=\"xml-EOL\"/>\n    <fontcolor default=\"markup-attribute\" name=\"xml-attribute\"/>\n    <fontcolor default=\"default\" name=\"xml-text\"/>\n    <fontcolor default=\"operator\" name=\"xml-operator\"/>\n    <fontcolor default=\"default\" foreColor=\"ff00007c\" name=\"xml-pi-content\"/>\n    <fontcolor default=\"default\" foreColor=\"magenta\" name=\"xml-cdata-section\"/>\n    <fontcolor default=\"whitespace\" name=\"xml-ws\"/>\n    <fontcolor default=\"default\" foreColor=\"ff00007c\" name=\"xml-pi-start\">\n        <font style=\"bold\"/>\n    </fontcolor>\n    <fontcolor default=\"comment\" name=\"xml-comment\"/>\n    <fontcolor default=\"entity-reference\" name=\"xml-ref\"/>\n    <fontcolor default=\"default\" foreColor=\"ff00007c\" name=\"xml-doctype\">\n        <font style=\"bold\"/>\n    </fontcolor>\n</fontscolors>\n"
  },
  {
    "path": "osx-terminal.app-colors-solarized/README.md",
    "content": "Solarized - OS X Terminal.App Settings\n======================================\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\nInstallation\n------------\n\nTerminal.app doesn't have full color modification support without some effort.  \nThe following has only been tested on Snow Leopard. See the links below for \nupdates. I make no claims as to the effectiveness of these methods. iTerm2 may \nbe an easier all-around solution (despite iTerm 2's terrible color management).\n\n1. Install SIMBL from:\nhttp://www.culater.net/software/SIMBL/SIMBL.php\n\n2. Install updated \"TerminalColors\" SIMBL plugin\nhttps://github.com/timmfin/terminalcolours\nhttp://github.com/timmfin/terminalcolours/raw/master/TerminalColours-SL-64bit.zip\n\n( see blog post here for details:\nhttp://www.byteengine.net/custom-colors-in-snow-leopard-terminal-64-bit )\n\nThe above runs in both 64 bit and 32 bit mode. If you have trouble using it, \nyou can also try the older 32-bit mode only TerminalColors plugin below:\n\nhttp://blog.fallingsnow.net/2009/08/28/fixing-colors-in-terminal-app-on-10-6/\nhttp://cloud.github.com/downloads/evanphx/terminalcolours/TerminalColours-SL.tar.gz\nand open in 32 bit mode\ncf\nhttps://github.com/evanphx/terminalcolours\n\nxterm-256color variant\n----------------------\n\nTerminal.app does not normally support being set to xterm-256color from within \nits preferences. I have modified the two files in the xterm-256color folder to \nspecify an xterm-256color $TERM value. This will only work if you have an \nexisting terminfo file for xterm-256color.\n\nThe advantage of the xterm-256color mode is some better support for background \ntoggling. It does not fully support true 256 color mode however.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      RGB         HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #585858 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #e4e4e4 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #d30102  1/1 red      124 #af0000 45  70  60 211   1   2   0  99  83\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "osx-terminal.app-colors-solarized/Solarized Dark ansi.terminal",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>BackgroundColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAtMC4wMTU5MjQ0MDUzMSAwLjEyNjUyMDkxNjggMC4xNTk2OTYwMTI3IDAuOTYA0hAR\n\tEhNaJGNsYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXll\n\tZEFyY2hpdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpabpq+3usPV2N0AAAAAAAAB\n\tAQAAAAAAAAAZAAAAAAAAAAAAAAAAAAAA3w==\n\t</data>\n\t<key>BlinkText</key>\n\t<false/>\n\t<key>CursorColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC40NDA1ODAyNDg4IDAuNTA5NjI5MzA5MiAwLjUxNjg1Nzk4MTcA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>Font</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKQHCBESVSRudWxs1AkKCwwNDg8QViRjbGFzc1ZOU05hbWVWTlNTaXplWE5TZkZs\n\tYWdzgAOAAiNAJgAAAAAAABAQXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj\n\tbGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290\n\tgAEIERojLTI3PEJLUllgaWttdniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA\n\tAAAAAAAAAAAAAM4=\n\t</data>\n\t<key>FontAntialias</key>\n\t<true/>\n\t<key>FontWidthSpacing</key>\n\t<real>1.004032258064516</real>\n\t<key>ProfileCurrentVersion</key>\n\t<real>2.0099999999999998</real>\n\t<key>SelectionColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAoMC4wMzkzODA3MzY2NSAwLjE2MDExNjQ2MzkgMC4xOTgzMzI3NTY4ANIQERITWiRj\n\tbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNo\n\taXZlctEXGFRyb290gAEIERojLTI3O0FIT1xiZGaRlqGqsrW+0NPYAAAAAAAAAQEAAAAA\n\tAAAAGQAAAAAAAAAAAAAAAAAAANo=\n\t</data>\n\t<key>ShowWindowSettingsNameInTitle</key>\n\t<true/>\n\t<key>TerminalType</key>\n\t<string>ansi</string>\n\t<key>TextBoldColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAmMC41MDU5OTE5MzU3IDAuNTY0ODU4Mzc3IDAuNTYzNjM2NTQxNADSEBESE1okY2xh\n\tc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2\n\tZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA\n\tABkAAAAAAAAAAAAAAAAAAADY\n\t</data>\n\t<key>TextColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC40NDA1ODAyNDg4IDAuNTA5NjI5MzA5MiAwLjUxNjg1Nzk4MTcA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>UseBoldFonts</key>\n\t<false/>\n\t<key>UseBrightBold</key>\n\t<true/>\n\t<key>blackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7JNIT2DkvUjPoO+F0s+AYY=\n\t</data>\n\t<key>blueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyqcAj6DtOHsPoO+RUg/AYY=\n\t</data>\n\t<key>brightBlackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg+ZzgjyDs44BPoNahyM+AYY=\n\t</data>\n\t<key>brightBlueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7yT4T6DEXcCP4POUAQ/AYY=\n\t</data>\n\t<key>brightCyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7CIAT+Dj5oQP4N8ShA/AYY=\n\t</data>\n\t<key>brightGreenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzyujT6DFZy2PoOYFsQ+AYY=\n\t</data>\n\t<key>brightMagentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgxMjsj6D+uazPoNkyTc/AYY=\n\t</data>\n\t<key>brightRedColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyfkPT+D/15aPoMgl5Y9AYY=\n\t</data>\n\t<key>brightWhiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg49LfT+D0Dt1P4MGM10/AYY=\n\t</data>\n\t<key>brightYellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg1MTpj6DeHnQPoPQg+A+AYY=\n\t</data>\n\t<key>cyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg4VRFj6DfyESP4PkZwY/AYY=\n\t</data>\n\t<key>greenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg9lI5j6DIYkKP4PVjKU8AYY=\n\t</data>\n\t<key>magentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg/4CRz+DBTzdPYMgzt4+AYY=\n\t</data>\n\t<key>name</key>\n\t<string>Solarized Dark ansi</string>\n\t<key>redColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg6i7UT+DUATePYMl2hA+AYY=\n\t</data>\n\t<key>type</key>\n\t<string>Window Settings</string>\n\t<key>whiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzqGaj+D2tdjP4NYPUw/AYY=\n\t</data>\n\t<key>yellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg0DAJT+DB17vPoM4Y8A8AYY=\n\t</data>\n</dict>\n</plist>\n"
  },
  {
    "path": "osx-terminal.app-colors-solarized/Solarized Light ansi.terminal",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>BackgroundColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAsMC45ODk0MzQxODI2IDAuOTU3OTQzOTE2MyAwLjg2NDA1OTgwNTkgMC45NgDSEBES\n\tE1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVk\n\tQXJjaGl2ZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmlZqlrra5wtTX3AAAAAAAAAEB\n\tAAAAAAAAABkAAAAAAAAAAAAAAAAAAADe\n\t</data>\n\t<key>BlinkText</key>\n\t<false/>\n\t<key>CommandString</key>\n\t<string></string>\n\t<key>CursorColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAmMC4zMjQzNjYxODIxIDAuNDA3MTc2NzMzIDAuNDM4NTA1NjQ5NgDSEBESE1okY2xh\n\tc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2\n\tZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA\n\tABkAAAAAAAAAAAAAAAAAAADY\n\t</data>\n\t<key>Font</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKQHCBESVSRudWxs1AkKCwwNDg8QViRjbGFzc1ZOU05hbWVWTlNTaXplWE5TZkZs\n\tYWdzgAOAAiNAJgAAAAAAABAQXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj\n\tbGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290\n\tgAEIERojLTI3PEJLUllgaWttdniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA\n\tAAAAAAAAAAAAAM4=\n\t</data>\n\t<key>FontAntialias</key>\n\t<true/>\n\t<key>FontWidthSpacing</key>\n\t<real>1.004032258064516</real>\n\t<key>ProfileCurrentVersion</key>\n\t<real>2.0099999999999998</real>\n\t<key>RunCommandAsShell</key>\n\t<true/>\n\t<key>SelectionColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC45MTYxMTA2MzQ4IDAuODkwMDEyMzgzNSAwLjc5NzgxMTAzMTMA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>TerminalType</key>\n\t<string>ansi</string>\n\t<key>TextBoldColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC4yNzY3MTk5Mjc4IDAuMzU2NjU5NTYxNCAwLjM4Mjk4NDg3NjYA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>TextColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAmMC4zMjQzNjYxODIxIDAuNDA3MTc2NzMzIDAuNDM4NTA1NjQ5NgDSEBESE1okY2xh\n\tc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2\n\tZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA\n\tABkAAAAAAAAAAAAAAAAAAADY\n\t</data>\n\t<key>UseBoldFonts</key>\n\t<false/>\n\t<key>UseBrightBold</key>\n\t<true/>\n\t<key>blackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7JNIT2DkvUjPoO+F0s+AYY=\n\t</data>\n\t<key>blueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyqcAj6DtOHsPoO+RUg/AYY=\n\t</data>\n\t<key>brightBlackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg+ZzgjyDs44BPoNahyM+AYY=\n\t</data>\n\t<key>brightBlueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7yT4T6DEXcCP4POUAQ/AYY=\n\t</data>\n\t<key>brightCyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7CIAT+Dj5oQP4N8ShA/AYY=\n\t</data>\n\t<key>brightGreenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzyujT6DFZy2PoOYFsQ+AYY=\n\t</data>\n\t<key>brightMagentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgxMjsj6D+uazPoNkyTc/AYY=\n\t</data>\n\t<key>brightRedColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyfkPT+D/15aPoMgl5Y9AYY=\n\t</data>\n\t<key>brightWhiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg49LfT+D0Dt1P4MGM10/AYY=\n\t</data>\n\t<key>brightYellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg1MTpj6DeHnQPoPQg+A+AYY=\n\t</data>\n\t<key>cyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg4VRFj6DfyESP4PkZwY/AYY=\n\t</data>\n\t<key>greenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg9lI5j6DIYkKP4PVjKU8AYY=\n\t</data>\n\t<key>magentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg/4CRz+DBTzdPYMgzt4+AYY=\n\t</data>\n\t<key>name</key>\n\t<string>Solarized Light ansi</string>\n\t<key>redColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg6i7UT+DUATePYMl2hA+AYY=\n\t</data>\n\t<key>type</key>\n\t<string>Window Settings</string>\n\t<key>whiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzqGaj+D2tdjP4NYPUw/AYY=\n\t</data>\n\t<key>yellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg0DAJT+DB17vPoM4Y8A8AYY=\n\t</data>\n</dict>\n</plist>\n"
  },
  {
    "path": "osx-terminal.app-colors-solarized/xterm-256color/README.md",
    "content": "Solarized - OS X Terminal.App Settings\n======================================\n\nYou will need to have existing xterm-256color terminfo files to run this \nsuccessfully.\n"
  },
  {
    "path": "osx-terminal.app-colors-solarized/xterm-256color/Solarized Dark xterm-256color.terminal",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>BackgroundColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAtMC4wMTU5MjQ0MDUzMSAwLjEyNjUyMDkxNjggMC4xNTk2OTYwMTI3IDAuOTYA0hAR\n\tEhNaJGNsYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXll\n\tZEFyY2hpdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpabpq+3usPV2N0AAAAAAAAB\n\tAQAAAAAAAAAZAAAAAAAAAAAAAAAAAAAA3w==\n\t</data>\n\t<key>BlinkText</key>\n\t<false/>\n\t<key>CursorColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC40NDA1ODAyNDg4IDAuNTA5NjI5MzA5MiAwLjUxNjg1Nzk4MTcA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>Font</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKQHCBESVSRudWxs1AkKCwwNDg8QViRjbGFzc1ZOU05hbWVWTlNTaXplWE5TZkZs\n\tYWdzgAOAAiNAJgAAAAAAABAQXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj\n\tbGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290\n\tgAEIERojLTI3PEJLUllgaWttdniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA\n\tAAAAAAAAAAAAAM4=\n\t</data>\n\t<key>FontAntialias</key>\n\t<true/>\n\t<key>FontWidthSpacing</key>\n\t<real>1.004032258064516</real>\n\t<key>ProfileCurrentVersion</key>\n\t<real>2.0099999999999998</real>\n\t<key>SelectionColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAoMC4wMzkzODA3MzY2NSAwLjE2MDExNjQ2MzkgMC4xOTgzMzI3NTY4ANIQERITWiRj\n\tbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNo\n\taXZlctEXGFRyb290gAEIERojLTI3O0FIT1xiZGaRlqGqsrW+0NPYAAAAAAAAAQEAAAAA\n\tAAAAGQAAAAAAAAAAAAAAAAAAANo=\n\t</data>\n\t<key>ShowWindowSettingsNameInTitle</key>\n\t<true/>\n\t<key>TerminalType</key>\n\t<string>xterm-256color</string>\n\t<key>TextBoldColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAmMC41MDU5OTE5MzU3IDAuNTY0ODU4Mzc3IDAuNTYzNjM2NTQxNADSEBESE1okY2xh\n\tc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2\n\tZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA\n\tABkAAAAAAAAAAAAAAAAAAADY\n\t</data>\n\t<key>TextColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC40NDA1ODAyNDg4IDAuNTA5NjI5MzA5MiAwLjUxNjg1Nzk4MTcA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>UseBrightBold</key>\n\t<true/>\n\t<key>blackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7JNIT2DkvUjPoO+F0s+AYY=\n\t</data>\n\t<key>blueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyqcAj6DtOHsPoO+RUg/AYY=\n\t</data>\n\t<key>brightBlackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg+ZzgjyDs44BPoNahyM+AYY=\n\t</data>\n\t<key>brightBlueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7yT4T6DEXcCP4POUAQ/AYY=\n\t</data>\n\t<key>brightCyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7CIAT+Dj5oQP4N8ShA/AYY=\n\t</data>\n\t<key>brightGreenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzyujT6DFZy2PoOYFsQ+AYY=\n\t</data>\n\t<key>brightMagentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgxMjsj6D+uazPoNkyTc/AYY=\n\t</data>\n\t<key>brightRedColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyfkPT+D/15aPoMgl5Y9AYY=\n\t</data>\n\t<key>brightWhiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg49LfT+D0Dt1P4MGM10/AYY=\n\t</data>\n\t<key>brightYellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg1MTpj6DeHnQPoPQg+A+AYY=\n\t</data>\n\t<key>cyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg4VRFj6DfyESP4PkZwY/AYY=\n\t</data>\n\t<key>greenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg9lI5j6DIYkKP4PVjKU8AYY=\n\t</data>\n\t<key>magentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg/4CRz+DBTzdPYMgzt4+AYY=\n\t</data>\n\t<key>name</key>\n\t<string>Solarized Dark xterm-256color</string>\n\t<key>redColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg6i7UT+DUATePYMl2hA+AYY=\n\t</data>\n\t<key>type</key>\n\t<string>Window Settings</string>\n\t<key>whiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzqGaj+D2tdjP4NYPUw/AYY=\n\t</data>\n\t<key>yellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg0DAJT+DB17vPoM4Y8A8AYY=\n\t</data>\n</dict>\n</plist>\n"
  },
  {
    "path": "osx-terminal.app-colors-solarized/xterm-256color/Solarized Light xterm-256color.terminal",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>BackgroundColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAsMC45ODk0MzQxODI2IDAuOTU3OTQzOTE2MyAwLjg2NDA1OTgwNTkgMC45NgDSEBES\n\tE1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVk\n\tQXJjaGl2ZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmlZqlrra5wtTX3AAAAAAAAAEB\n\tAAAAAAAAABkAAAAAAAAAAAAAAAAAAADe\n\t</data>\n\t<key>BlinkText</key>\n\t<false/>\n\t<key>CommandString</key>\n\t<string></string>\n\t<key>CursorColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAmMC4zMjQzNjYxODIxIDAuNDA3MTc2NzMzIDAuNDM4NTA1NjQ5NgDSEBESE1okY2xh\n\tc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2\n\tZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA\n\tABkAAAAAAAAAAAAAAAAAAADY\n\t</data>\n\t<key>Font</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKQHCBESVSRudWxs1AkKCwwNDg8QViRjbGFzc1ZOU05hbWVWTlNTaXplWE5TZkZs\n\tYWdzgAOAAiNAJgAAAAAAABAQXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj\n\tbGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290\n\tgAEIERojLTI3PEJLUllgaWttdniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA\n\tAAAAAAAAAAAAAM4=\n\t</data>\n\t<key>FontAntialias</key>\n\t<true/>\n\t<key>FontWidthSpacing</key>\n\t<real>1.004032258064516</real>\n\t<key>ProfileCurrentVersion</key>\n\t<real>2.0099999999999998</real>\n\t<key>RunCommandAsShell</key>\n\t<true/>\n\t<key>SelectionColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC45MTYxMTA2MzQ4IDAuODkwMDEyMzgzNSAwLjc5NzgxMTAzMTMA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>TerminalType</key>\n\t<string>xterm-256color</string>\n\t<key>TextBoldColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAnMC4yNzY3MTk5Mjc4IDAuMzU2NjU5NTYxNCAwLjM4Mjk4NDg3NjYA0hAREhNaJGNs\n\tYXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp\n\tdmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhPXGJkZpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA\n\tAAAZAAAAAAAAAAAAAAAAAAAA2Q==\n\t</data>\n\t<key>TextColor</key>\n\t<data>\n\tYnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS\n\tAAGGoKMHCA9VJG51bGzTCQoLDA0OViRjbGFzc1xOU0NvbG9yU3BhY2VVTlNSR0KAAhAB\n\tTxAmMC4zMjQzNjYxODIxIDAuNDA3MTc2NzMzIDAuNDM4NTA1NjQ5NgDSEBESE1okY2xh\n\tc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2\n\tZXLRFxhUcm9vdIABCBEaIy0yNztBSE9cYmRmj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA\n\tABkAAAAAAAAAAAAAAAAAAADY\n\t</data>\n\t<key>UseBrightBold</key>\n\t<true/>\n\t<key>blackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7JNIT2DkvUjPoO+F0s+AYY=\n\t</data>\n\t<key>blueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyqcAj6DtOHsPoO+RUg/AYY=\n\t</data>\n\t<key>brightBlackColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg+ZzgjyDs44BPoNahyM+AYY=\n\t</data>\n\t<key>brightBlueColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7yT4T6DEXcCP4POUAQ/AYY=\n\t</data>\n\t<key>brightCyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg7CIAT+Dj5oQP4N8ShA/AYY=\n\t</data>\n\t<key>brightGreenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzyujT6DFZy2PoOYFsQ+AYY=\n\t</data>\n\t<key>brightMagentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgxMjsj6D+uazPoNkyTc/AYY=\n\t</data>\n\t<key>brightRedColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgyfkPT+D/15aPoMgl5Y9AYY=\n\t</data>\n\t<key>brightWhiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg49LfT+D0Dt1P4MGM10/AYY=\n\t</data>\n\t<key>brightYellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg1MTpj6DeHnQPoPQg+A+AYY=\n\t</data>\n\t<key>cyanColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg4VRFj6DfyESP4PkZwY/AYY=\n\t</data>\n\t<key>greenColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg9lI5j6DIYkKP4PVjKU8AYY=\n\t</data>\n\t<key>magentaColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg/4CRz+DBTzdPYMgzt4+AYY=\n\t</data>\n\t<key>name</key>\n\t<string>Solarized Light xterm-256color</string>\n\t<key>redColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg6i7UT+DUATePYMl2hA+AYY=\n\t</data>\n\t<key>type</key>\n\t<string>Window Settings</string>\n\t<key>whiteColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmgzqGaj+D2tdjP4NYPUw/AYY=\n\t</data>\n\t<key>yellowColour</key>\n\t<data>\n\tBAtzdHJlYW10eXBlZIHoA4QBQISEhAdOU0NvbG9yAISECE5TT2JqZWN0AIWEAWMBhARm\n\tZmZmg0DAJT+DB17vPoM4Y8A8AYY=\n\t</data>\n</dict>\n</plist>\n"
  },
  {
    "path": "putty-colors-solarized/README.mkd",
    "content": "Solarized - PuTTY settings\n==========================\n\n### [See official homepage for full content](http://ethanschoonover.com/solarized)\n\nInstallation (PuTTY)\n--------------------\n\nImport the `.reg` files to create new sessions using the Solarized color scheme which you can modify/duplicate as you see fit.\n\nTo copy the color settings into an existing session, edit `solarized_dark.reg` or `solarized_light.reg` and replace `Solarized%20Dark` in the third line with the name of the session you want to modify.\n\nPuTTY Tray\n----------\n\n[PuTTY Tray](http://haanstra.eu/putty/) can store sessions in text files as opposed to the Windows registry. To modify an existing session to use Solarized colors, open the file in a text editor and replace the lines beginning with `Colour##` (0-21) with the version from `solarized_dark_puttytray.txt` or `solarized_light_puttytray.txt`.\n\nScreenshots\n-----------\n\n![Dark scheme](https://github.com/brantb/solarized/raw/putty/putty-colors-solarized/dark.png)  \n*Dark scheme*\n\n![Light scheme](https://github.com/brantb/solarized/raw/putty/putty-colors-solarized/light.png)  \n*Light scheme*\n\n"
  },
  {
    "path": "putty-colors-solarized/solarized_dark.reg",
    "content": "Windows Registry Editor Version 5.00\r\n\r\n[HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions\\Solarized%20Dark]\r\n\"Colour0\"=\"131,148,150\"\r\n\"Colour1\"=\"147,161,161\"\r\n\"Colour2\"=\"0,43,54\"\r\n\"Colour3\"=\"7,54,66\"\r\n\"Colour4\"=\"0,43,54\"\r\n\"Colour5\"=\"238,232,213\"\r\n\"Colour6\"=\"7,54,66\"\r\n\"Colour7\"=\"0,43,56\"\r\n\"Colour8\"=\"220,50,47\"\r\n\"Colour9\"=\"203,75,22\"\r\n\"Colour10\"=\"133,153,0\"\r\n\"Colour11\"=\"88,110,117\"\r\n\"Colour12\"=\"181,137,0\"\r\n\"Colour13\"=\"101,123,131\"\r\n\"Colour14\"=\"38,139,210\"\r\n\"Colour15\"=\"131,148,150\"\r\n\"Colour16\"=\"211,54,130\"\r\n\"Colour17\"=\"108,113,196\"\r\n\"Colour18\"=\"42,161,152\"\r\n\"Colour19\"=\"147,161,161\"\r\n\"Colour20\"=\"238,232,213\"\r\n\"Colour21\"=\"253,246,227\"\r\n"
  },
  {
    "path": "putty-colors-solarized/solarized_dark_puttytray.txt",
    "content": "Colour21\\253,246,227\\\nColour20\\238,232,213\\\nColour19\\147,161,161\\\nColour18\\42,161,152\\\nColour17\\108,113,196\\\nColour16\\211,54,130\\\nColour15\\131,148,150\\\nColour14\\38,139,210\\\nColour13\\101,123,131\\\nColour12\\181,137,0\\\nColour11\\88,110,117\\\nColour10\\133,153,0\\\nColour9\\203,75,22\\\nColour8\\220,50,47\\\nColour7\\0,43,56\\\nColour6\\7,54,66\\\nColour5\\238,232,213\\\nColour4\\0,43,54\\\nColour3\\7,54,66\\\nColour2\\0,43,54\\\nColour1\\147,161,161\\\nColour0\\131,148,150\\\n"
  },
  {
    "path": "putty-colors-solarized/solarized_light.reg",
    "content": "Windows Registry Editor Version 5.00\r\n\r\n[HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions\\Solarized%20Light]\r\n\"Colour0\"=\"101,123,131\"\r\n\"Colour1\"=\"88,110,117\"\r\n\"Colour2\"=\"253,246,227\"\r\n\"Colour3\"=\"238,232,213\"\r\n\"Colour4\"=\"238,232,213\"\r\n\"Colour5\"=\"101,123,131\"\r\n\"Colour6\"=\"7,54,66\"\r\n\"Colour7\"=\"0,43,54\"\r\n\"Colour8\"=\"220,50,47\"\r\n\"Colour9\"=\"203,75,22\"\r\n\"Colour10\"=\"133,153,0\"\r\n\"Colour11\"=\"88,110,117\"\r\n\"Colour12\"=\"181,137,0\"\r\n\"Colour13\"=\"101,123,131\"\r\n\"Colour14\"=\"38,139,210\"\r\n\"Colour15\"=\"131,148,150\"\r\n\"Colour16\"=\"211,54,130\"\r\n\"Colour17\"=\"108,113,196\"\r\n\"Colour18\"=\"42,161,152\"\r\n\"Colour19\"=\"147,161,161\"\r\n\"Colour20\"=\"238,232,213\"\r\n\"Colour21\"=\"253,246,227\"\r\n\r\n"
  },
  {
    "path": "putty-colors-solarized/solarized_light_puttytray.txt",
    "content": "Colour21\\253,246,227\\\nColour20\\238,232,213\\\nColour19\\147,161,161\\\nColour18\\42,161,152\\\nColour17\\108,113,196\\\nColour16\\211,54,130\\\nColour15\\131,148,150\\\nColour14\\38,139,210\\\nColour13\\101,123,131\\\nColour12\\181,137,0\\\nColour11\\88,110,117\\\nColour10\\133,153,0\\\nColour9\\203,75,22\\\nColour8\\220,50,47\\\nColour7\\0,43,54\\\nColour6\\7,54,66\\\nColour5\\101,123,131\\\nColour4\\238,232,213\\\nColour3\\238,232,213\\\nColour2\\253,246,227\\\nColour1\\88,110,117\\\nColour0\\101,123,131\\\n"
  },
  {
    "path": "qtcreator/README.md",
    "content": "# Solarized colors for Qt Creator\n\nSee Ethan's [Solarized page](http://ethanschoonover.com/solarized) for the \nbackground information.\n\n[Dedicated repository of this port](https://github.com/artm/qtcreator-solarized-syntax).\n\n[Main Solarized repository](https://github.com/altercation/solarized).\n\n![Qt Creator with solarized (light) style](https://github.com/artm/qtcreator-solarized-syntax/raw/master/QtCreator.png)\n\n## Notes\n\nAt this point only code editor's colors are affected. If you've\ninstalled apple-colorpalette-solarized you can choose compatible \ncolor for gui gradients, but most gui widgets and dialogs are \nunaffected by this choice.\n\nOn some platforms (Linux?) Qt style can be controlled by \n`~/.config/Trolltech.conf` file, in which case you might find [gist by\nbooiiing (Patric Schenke)](https://gist.github.com/929469) useful.\n\nApparently, Qt Creator:\n\n - ignores some of the attributes (e.g. `background` of\n   `CurrentLineNumber`, `foreground` of `SearchResult`)\n - derives extra colors from the style (for example for the backgrounds \n   of nested blocks)\n - derives gradients from some colors (e.g. `Occurences`). I haven't\n   found a way to control all aspects of these elements. I let Qt\n   Creator control the color of `Occurences.Rename` and (in the light \n   style) of `SearchScope`)\n - composes the gradients / backgrounds in some cases which makes the\n   result differ from style color. This makes the current line background\n   lighter then expected, for example.\n - different types of background highlight which keep the thext color,\n   mean I had to deviate from the canonical solarized.\n\n\nI use light theme myself, dark one will probably have more issued at any given \ntime.\n\n## Installation\n\n### Linux / Mac OS X\n\nUse either:\n\n    ln solarized-*.xml ~/.config/Nokia/qtcreator/styles\n\nor:\n\n    cp solarized-*.xml ~/.config/Nokia/qtcreator/styles\n\nto install styles.\n\n### Windows\n\nOn Windows XP styles should go to:\n\n    Documents and Settings\\<user name>\\Application Data\\Nokia\\qtcreator\\styles\n\nOn Windows 7:\n\n    Users\\<user name>\\AppData\\Roaming\\Nokia\\qtcreator\\styles\n\n\n\n"
  },
  {
    "path": "qtcreator/generate-styles.pl",
    "content": "#!/usr/bin/env perl\nuse strict;\nuse Template;\n\nmy $vars = {\n  base03  => \"#002b36\",\n  base02  => \"#073642\",\n  base01  => \"#586e75\",\n  base00  => \"#657b83\",\n  base0   => \"#839496\",\n  base1   => \"#93a1a1\",\n  base2   => \"#eee8d5\",\n  base3   => \"#fdf6e3\",\n  yellow  => \"#b58900\",\n  orange  => \"#cb4b16\",\n  red     => \"#dc322f\",\n  magenta => \"#d33682\",\n  violet  => \"#6c71c4\",\n  blue    => \"#268bd2\",\n  cyan    => \"#2aa198\",\n  green   => \"#859900\",\n};\n\nmy $tt = Template->new({INTERPOLATE=>1}) || die \"$Template::ERROR\\n\";\n\n\n# first light variant...\n$vars->{variant} = \"light\";\n$vars->{bg}      = $vars->{base3};\n$vars->{bg1}     = $vars->{base2};\n$vars->{text}    = $vars->{base00};\n$vars->{emph}    = $vars->{base01};\n$vars->{lite}    = $vars->{base1};\n\n$tt->process(\"qtcreator-template.xml\", $vars, \"solarized-light.xml\");\n\n\n\n$vars->{variant} = \"dark\";\n$vars->{bg}      = $vars->{base03};\n$vars->{bg1}     = $vars->{base02};\n$vars->{text}    = $vars->{base0};\n$vars->{emph}    = $vars->{base1};\n$vars->{lite}    = $vars->{base01};\n\n$tt->process(\"qtcreator-template.xml\", $vars, \"solarized-dark.xml\");\n\n"
  },
  {
    "path": "qtcreator/qtcreator-template.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<style-scheme version=\"1.0\" name=\"Solarized ($variant)\">\n  <!--\n      Solarized theme ($variant background)\n  -->\n\n  <style name=\"Text\" foreground=\"$text\" background=\"$bg\"/>\n  <style name=\"LineNumber\" foreground=\"$lite\" background=\"$bg1\"/>\n  <style name=\"CurrentLine\" background=\"$bg1\"/>\n  <!-- inveted background -->\n  <style name=\"Selection\" foreground=\"$bg1\" background=\"$lite\"/>\n  <style name=\"Occurrences\" background=\"$lite\"/>\n\n  <!-- non-solarized backgrounds -->\n[% IF variant == 'light' %]\n  <!-- light yellow overlay that works on solarized background as well as\n       on top of default SearchScope -->\n  <style name=\"SearchResult\" background=\"#FFFFB0\"/>\n[% ELSE %]\n  <style name=\"SearchResult\" background=\"#555000\"/>\n  <style name=\"SearchScope\" background=\"#222000\"/>\n[% END %]\n\n  <style name=\"DisabledCode\" foreground=\"$base1\"/>\n  <style name=\"Comment\" foreground=\"$base1\"/>\n  <style name=\"Doxygen.Comment\" foreground=\"$base1\"/>\n  <style name=\"Keyword\" foreground=\"$base01\" bold=\"true\"/>\n  <style name=\"Operator\" foreground=\"$base01\"/>\n  <style name=\"Label\" foreground=\"$base01\" bold=\"true\"/>\n  <style name=\"CurrentLineNumber\" foreground=\"$base01\" bold=\"true\"/>\n\n  <!-- highlights -->\n  <style name=\"Number\" foreground=\"$cyan\"/>\n  <style name=\"String\" foreground=\"$cyan\"/>\n  <style name=\"Type\" foreground=\"$yellow\"/>\n  <style name=\"Link\" foreground=\"$blue\"/>\n  <style name=\"Preprocessor\" foreground=\"$violet\"/>\n  <style name=\"Parentheses\" foreground=\"$red\"/>\n\n  <!-- WIP -->\n  <style name=\"Static\" foreground=\"$green\" italic=\"true\"/>\n  <style name=\"Doxygen.Tag\" foreground=\"$cyan\"/>\n\n  <style name=\"DiffFile\" foreground=\"$green\"/>\n  <style name=\"DiffLocation\" foreground=\"$yellow\"/>\n  <style name=\"AddedLine\" foreground=\"$cyan\"/>\n  <style name=\"RemovedLine\" foreground=\"$red\"/>\n\n  <!-- no color / default -->\n  <style name=\"VirtualMethod\" italic=\"true\"/>\n\n  <!-- let QtCreator choose: these colors are composed on top of\n       existing text, I can't find a nice way to stay compatible with\n       Solarized and produce readable results.\n\n  <style name=\"Occurrences.Rename\"/>\n[% IF variant == 'light' %]\n  <style name=\"SearchScope\"/>\n[% END %]\n  <style name=\"Field\"/>\n  <style name=\"Local\"/>\n   -->\n</style-scheme>\n"
  },
  {
    "path": "qtcreator/solarized-dark.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<style-scheme version=\"1.0\" name=\"Solarized (dark)\">\n  <!--\n      Solarized theme (dark background)\n  -->\n\n  <style name=\"Text\" foreground=\"#839496\" background=\"#002b36\"/>\n  <style name=\"LineNumber\" foreground=\"#586e75\" background=\"#073642\"/>\n  <style name=\"CurrentLine\" background=\"#073642\"/>\n  <!-- inveted background -->\n  <style name=\"Selection\" foreground=\"#073642\" background=\"#586e75\"/>\n  <style name=\"Occurrences\" background=\"#586e75\"/>\n\n  <!-- non-solarized backgrounds -->\n\n  <style name=\"SearchResult\" background=\"#555000\"/>\n  <style name=\"SearchScope\" background=\"#222000\"/>\n\n\n  <style name=\"DisabledCode\" foreground=\"#93a1a1\"/>\n  <style name=\"Comment\" foreground=\"#93a1a1\"/>\n  <style name=\"Doxygen.Comment\" foreground=\"#93a1a1\"/>\n  <style name=\"Keyword\" foreground=\"#586e75\" bold=\"true\"/>\n  <style name=\"Operator\" foreground=\"#586e75\"/>\n  <style name=\"Label\" foreground=\"#586e75\" bold=\"true\"/>\n  <style name=\"CurrentLineNumber\" foreground=\"#586e75\" bold=\"true\"/>\n\n  <!-- highlights -->\n  <style name=\"Number\" foreground=\"#2aa198\"/>\n  <style name=\"String\" foreground=\"#2aa198\"/>\n  <style name=\"Type\" foreground=\"#b58900\"/>\n  <style name=\"Link\" foreground=\"#268bd2\"/>\n  <style name=\"Preprocessor\" foreground=\"#6c71c4\"/>\n  <style name=\"Parentheses\" foreground=\"#dc322f\"/>\n\n  <!-- WIP -->\n  <style name=\"Static\" foreground=\"#859900\" italic=\"true\"/>\n  <style name=\"Doxygen.Tag\" foreground=\"#2aa198\"/>\n\n  <style name=\"DiffFile\" foreground=\"#859900\"/>\n  <style name=\"DiffLocation\" foreground=\"#b58900\"/>\n  <style name=\"AddedLine\" foreground=\"#2aa198\"/>\n  <style name=\"RemovedLine\" foreground=\"#dc322f\"/>\n\n  <!-- no color / default -->\n  <style name=\"VirtualMethod\" italic=\"true\"/>\n\n  <!-- let QtCreator choose: these colors are composed on top of\n       existing text, I can't find a nice way to stay compatible with\n       Solarized and produce readable results.\n\n  <style name=\"Occurrences.Rename\"/>\n\n  <style name=\"Field\"/>\n  <style name=\"Local\"/>\n   -->\n</style-scheme>\n"
  },
  {
    "path": "qtcreator/solarized-light.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<style-scheme version=\"1.0\" name=\"Solarized (light)\">\n  <!--\n      Solarized theme (light background)\n  -->\n\n  <style name=\"Text\" foreground=\"#657b83\" background=\"#fdf6e3\"/>\n  <style name=\"LineNumber\" foreground=\"#93a1a1\" background=\"#eee8d5\"/>\n  <style name=\"CurrentLine\" background=\"#eee8d5\"/>\n  <!-- inveted background -->\n  <style name=\"Selection\" foreground=\"#eee8d5\" background=\"#93a1a1\"/>\n  <style name=\"Occurrences\" background=\"#93a1a1\"/>\n\n  <!-- non-solarized backgrounds -->\n\n  <!-- light yellow overlay that works on solarized background as well as\n       on top of default SearchScope -->\n  <style name=\"SearchResult\" background=\"#FFFFB0\"/>\n\n\n  <style name=\"DisabledCode\" foreground=\"#93a1a1\"/>\n  <style name=\"Comment\" foreground=\"#93a1a1\"/>\n  <style name=\"Doxygen.Comment\" foreground=\"#93a1a1\"/>\n  <style name=\"Keyword\" foreground=\"#586e75\" bold=\"true\"/>\n  <style name=\"Operator\" foreground=\"#586e75\"/>\n  <style name=\"Label\" foreground=\"#586e75\" bold=\"true\"/>\n  <style name=\"CurrentLineNumber\" foreground=\"#586e75\" bold=\"true\"/>\n\n  <!-- highlights -->\n  <style name=\"Number\" foreground=\"#2aa198\"/>\n  <style name=\"String\" foreground=\"#2aa198\"/>\n  <style name=\"Type\" foreground=\"#b58900\"/>\n  <style name=\"Link\" foreground=\"#268bd2\"/>\n  <style name=\"Preprocessor\" foreground=\"#6c71c4\"/>\n  <style name=\"Parentheses\" foreground=\"#dc322f\"/>\n\n  <!-- WIP -->\n  <style name=\"Static\" foreground=\"#859900\" italic=\"true\"/>\n  <style name=\"Doxygen.Tag\" foreground=\"#2aa198\"/>\n\n  <style name=\"DiffFile\" foreground=\"#859900\"/>\n  <style name=\"DiffLocation\" foreground=\"#b58900\"/>\n  <style name=\"AddedLine\" foreground=\"#2aa198\"/>\n  <style name=\"RemovedLine\" foreground=\"#dc322f\"/>\n\n  <!-- no color / default -->\n  <style name=\"VirtualMethod\" italic=\"true\"/>\n\n  <!-- let QtCreator choose: these colors are composed on top of\n       existing text, I can't find a nice way to stay compatible with\n       Solarized and produce readable results.\n\n  <style name=\"Occurrences.Rename\"/>\n\n  <style name=\"SearchScope\"/>\n\n  <style name=\"Field\"/>\n  <style name=\"Local\"/>\n   -->\n</style-scheme>\n"
  },
  {
    "path": "seestyle-colors-solarized/README.md",
    "content": "Solarized - SeeStyle for Coda and SubEthaEdit\n=============================================\n\nThis is a [Solarized][solarized] color scheme for [Coda][coda] and\n[SubEthaEdit][see], contributed by [Justin Hileman][jh].\n\nSee the [Solarized home page][solarized] for screenshots and more details,\nas well as color schemes for other applications. To contribute or file bug\nreports or issues, please visit [the GitHub repo for this port][coda-repo],\nor the main [Solarized repository][solarized-repo].\n\n  [coda]:           http://panic.com/coda/\n  [coda-repo]:      https://github.com/bobthecow/solarized-seestyle\n  [jh]:             http://justinhileman.com\n  [see]:            http://www.codingmonkeys.de/subethaedit/\n  [solarized]:      http://ethanschoonover.com/solarized\n  [solarized-repo]: https://github.com/altercation/solarized\n\n\nInstallation\n------------\n\nImport via the Coda or SubEthaEdit color preferences pane. Select \"Use Inverted\nColors\" to switch to the light-on-dark variant.\n\n_Note: Sometimes Coda doesn't get the text and background colors right on import._\nIf that happens, use these values:\n\n * text:       `#586e75`\n * background: `#fdf6e3`\n * invisible:  `#eee8d5`\n\nAnd their inverted variants:\n\n * text:       `#93a1a1`\n * background: `#002b36`\n * invisible:  `#073642`\n\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are \nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n"
  },
  {
    "path": "seestyle-colors-solarized/Solarized.seestyle",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n\nSolarized for Coda\n==================\n\nThis is a port of Ethan Schoonover's Solarized color scheme:\n\n    http://ethanschoonover.com/solarized\n\nBy Justin Hileman - http://justinhileman.com\n\nSometimes Coda doesn't get the text and background colors right on import.\nIf that happens, use these values:\n\n   * text:      #657b83\n   * bg:        #fdf6e3\n   * invisible: #eee8d5\n\n  And the inverted variants:\n\n   * text:      #839496\n   * bg:        #002b36\n   * invisible: #073642\n\n\n-->\n<seestyle color=\"#657b83\" inverted-color=\"#839496\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\">\n<mode id=\"SEEMode.ActionScript\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Actionscript/Classes\"\n    color=\"#657b83\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Application API and Central API\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Constants\"\n    color=\"#CB4B16\" inverted-color=\"#CB4B16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Properties\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Operators\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/JavadocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Double Quoted String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Actionscript/Single Quoted String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Apache\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Apache/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Apache/Block directives\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Apache/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.AppleScript\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/AppleScript/Commands\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/Variable Assigments\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/AppleScript/Operators\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/AppleScript/Control Statements\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/AppleScript/References\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/AppleScript/Constants\"\n    color=\"#CB4B16\" inverted-color=\"#CB4B16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/Predefined Variables\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/AppleScript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.ASP-HTML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Inline ASP\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP/VBScript Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP Delimiter\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/SingleComment2\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Inline VBScript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/HTML Comment Tag\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/HTMLComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP Include\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Attributes in HTML Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP in Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Strings in HTML Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP in Strings\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/Strings in HTML Tags 2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ASP-HTML/ASP/VBScript Code\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.bash\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/C/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Keywords for Variables\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Builtin functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Unix commands\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C/String with double quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/String with single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Backticks\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.C\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/C/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.C++\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/C++/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C++/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C++/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C++/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C++/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/C++/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C++/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C++/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/C++/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.CFML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/CFML/Output Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Inline CFML Script\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Generic Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Output Variables in CFML Code\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Scope and Tag Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Opening CFML Script Tag\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Single Line Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CFML/Multi Line Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Output Variables in Strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Strings 2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Opening Script Tag\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Query\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Query Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Query Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CFML/Opening Query Tag\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML self-closing Tags in Query\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Output Variables in HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Attributes in HTML Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Strings in HTML Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Output Variables in HTML Strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/Strings in HTML Tags 2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Tags in HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CFML/CFML Code\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.CSS\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.ERB\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/ERB/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Ruby\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/ERB Delimiter\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Literals\"\n    color=\"#CB4B16\" inverted-color=\"#CB4B16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Attribute Definitions\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Definitions\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Builtin Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Builtin Classes\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Builtin Globals\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Symbols\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Instance Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Class Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Global Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Hexadecimal Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/String with double quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Embedded Expression\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/String with single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent Q1\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent /\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent Q2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent Q3\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with parenthesis\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Heredoc\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Backticks\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Regexp\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/POD Comments\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/CSSComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/CSSRound bracket\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/CSSString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/CSSSingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSAutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSSingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSRegEx\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSEscaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/JSSingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/ERB/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.HTML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Java\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Java/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Java/Classes\"\n    color=\"#657b83\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Java/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Java/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Java/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Java/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Java/JavadocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Java/JavadocTags\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Java/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Java/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Java/Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Javascript\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.JSP-HTML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/JSP Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/JSP\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/JSP Delimiter\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/Java Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/Keywords 2\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/Single Line Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/Multi Line Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/JSP Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/JSP-HTML/JSP Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/HTML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.LassoScript-HTML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript 1\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript Block\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Default Lasso Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Default Lasso Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Dynamic Lasso Member Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Dynamic Lasso Tags/Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Lasso Tag/Type Parameters\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/MultiComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/StringDouble\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript 2\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/HTML Comment Tag\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/HTML Comment Tag2\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Tag Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript Block in Strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript Variables in Strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/Strings in Tags 2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript in Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LassoScript-HTML/LassoScript Code\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.LESS\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/LESS/LESS Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/LESS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/Mixins\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/Attribute State\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/LESS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/LESS Operators\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/LESS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/LESS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LESS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LESS/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/LESS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/Round bracket\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/LESS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Markdown\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Markdown/Header\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Setext Header\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Italic\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Bold\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Link Text\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Link URL\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Link ID\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Link ID Ref\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Code Block\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Horizontal Rules\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Inline Code\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/List Items\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/List Item Italic\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Markdown/List Item Bold\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/List Item Link Text\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/List Item Link URL\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/List Item Link ID\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/List Item Link ID Ref\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Bullets\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Blockquotes\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Quoted Header\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"italic\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Quoted Setext Header\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"italic\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Quoted Italic\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Quoted Bold\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"italic\" font-weight=\"bold\" />\n  <style id=\"/Markdown/Quoted Link Text\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Quoted Link URL\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Quoted Link ID\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Markdown/Quoted Link ID Ref\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"italic\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Mustache\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Mustache/Sections\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Pragmas\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Unescaped Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Partials\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Comments\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Attributes in HTML Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Sections in HTML Tags\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Unescaped Variables in HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Partials in HTML Tags\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Comments in HTML Tags\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Variables in HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Strings in HTML Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Sections in strings\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Unescaped Variables in strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Partials in strings\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Comments in strings\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Mustache/Variables in strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Lua\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Lua/Literals\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Lua/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/Basic Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/Libraries\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/Library Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/MetaTableKeywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/Multiline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Lua/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Lua/Multiline String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/String with single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Lua/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Objective-C\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Objective-C/Messages\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Cocoa Classes\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Objective-C Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Objective-C/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Memory Management\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/Objective-C/Cocoa Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Cocoa Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Cocoa Constants\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Preprocessor\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Autodoc Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-C/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Objective-J\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Objective-J/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Function Calls\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/JavaScript Reserved For Future Use Keywords\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/JavaScript Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Objective-J Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Objective-J Directives\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Objective-J Selector\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Cappuccino Classes\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Cappuccino Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Cappuccino Constants\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Objective-J Imports\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Autodoc Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/Single Line Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Objective-J/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Perl\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Perl/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Pragmas\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Perl Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Hexadecimal Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Perl Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/q Operators with Parenthesis\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/q Operators with Brackets\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/q Operators with Slashes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/qr Operator with Slashes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/m Operator with Slashes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/s Operator with Slashes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/s Operator with Parenthesis\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/s Operator with Curlies\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/tr, y Operator with Slashes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Backticks\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/POD style comments\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Perl/String with double quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Variables in strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/String with single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Heredoc\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Regular Expressions 2\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Regular Expressions 3\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Perl/Regular Expressions 4\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.PHP-HTML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/PHP-HTML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Delimiter\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP4 Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Function and Class Keywords\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Type Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Magic Constants\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Constants\"\n    color=\"#CB4B16\" inverted-color=\"#CB4B16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Function Declaration\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Magic Methods\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Function Name\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Docblock Annotations\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/TODO\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/PHP-HTML/PHP SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Expanded Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Expanded Variables 2\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP String2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/PHP Heredoc\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/CSSComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/CSSRound bracket\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/CSSString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/CSSSingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSAutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSSingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSRegEx\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSEscaped Characters\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/JSSingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/PHP-HTML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Python\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Python/Special Attributes\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Built-in Constants\"\n    color=\"#B58900\" inverted-color=\"#B58900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Exceptions\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Special Methods\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Built-In Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Python/String with triple double quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/String with triple single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/String with double quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/String with single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Python/Backticks\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Ruby\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Ruby/Literals\"\n    color=\"#CB4B16\" inverted-color=\"#CB4B16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Attribute Definitions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Definitions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Builtin Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Builtin Classes\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Builtin Globals\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Symbols\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Instance Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Class Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Global Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Hexadecimal Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/String with double quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Embedded Expression\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/String with single quotes\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent Q1\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent /\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent Q2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with percent Q3\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Strings with parenthesis\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Heredoc\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Backticks\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Singleline Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Regexp\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Ruby/POD Comments\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Smarty\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Smarty Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Smarty Command\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Smarty Block\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Config File Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Built-in Functions\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Function Attributes\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Variable Modifiers\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Variables in Strings\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Strings2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Inside curly brackets\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/Attribute state\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Attributes\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Digits\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/CSS Colors\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/CSS/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/CSS/URL\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Smarty/HTML Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Attributes in HTML Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Smarty Command in Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Strings in HTML Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Smarty Command in String\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Smarty/Strings in HTML Tags 2\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.SQL\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/SQL/Types\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Functions\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/SQL/Single Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/SQL/Singleline Comment (mysql)\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/SQL/String Singlequoted\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/String with Backticks\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/SQL/String Doublequoted\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Twig-HTML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Twig-HTML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Twig\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Template Tag\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Template Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Double Quoted Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Single Quoted Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Context Variable\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Context Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Filters\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Twig Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Inline CSS\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Style Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Opening Style Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Single Strings in Tags\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSAutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSSingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSRegEx\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSEscaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/JSSingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-HTML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Twig-JavaScript\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Twig-JavaScript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Twig\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Template Tag\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Template Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Double Quoted Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Single Quoted Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Context Variable\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Context Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Filters\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-JavaScript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.Twig-XML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/Twig-XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Twig\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Template Tag\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Template Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Double Quoted Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Single Quoted Strings\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Context Variable\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Context Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Filters\"\n    color=\"#cb4b16\" inverted-color=\"#cb4b16\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Twig Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Twig-XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.XML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/XML/Entities\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/SGML Double Dash\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/CDATA\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Doctype\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Escape\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n<mode id=\"SEEMode.YAML\">\n  <style id=\"_Default\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" background-color=\"#fdf6e3\" inverted-background-color=\"#002b36\" />\n  <style id=\"/YAML/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/YAML/Other keywords\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/YAML/Variables\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/YAML/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/YAML/TODO\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"bold\" />\n  <style id=\"/YAML/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/YAML/Inline Javascript\"\n    color=\"#657b83\" inverted-color=\"#839496\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/YAML/Script Tags\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Keywords\"\n    color=\"#859900\" inverted-color=\"#859900\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Numbers\"\n    color=\"#D33682\" inverted-color=\"#D33682\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/FunctionRegex\"\n    color=\"#586e75\" inverted-color=\"#93a1a1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/YAML/Opening Script Tag\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/XML/Attributes in Tags\"\n    color=\"#586e75\" inverted-color=\"#93A1A1\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/XML/Single Strings in Tags\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/AutodocComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Comment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleComment\"\n    color=\"#93A1A1\" inverted-color=\"#586e75\" font-style=\"italic\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Regular Expressions\"\n    color=\"#D30102\" inverted-color=\"#D30102\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/Escaped Characters\"\n    color=\"#268BD2\" inverted-color=\"#268BD2\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/String\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n  <style id=\"/Javascript/SingleString\"\n    color=\"#2AA198\" inverted-color=\"#2AA198\" font-style=\"normal\" font-weight=\"normal\" />\n</mode>\n</seestyle>\n"
  },
  {
    "path": "textmate-colors-solarized/README.mkd",
    "content": "Solarized Colorscheme for TextMate\n=============================\n\nSee the [Solarized homepage](http://ethanschoonover.com/solarized) for screenshots, \ndetails and colorscheme versions for Vim, Mutt, popular terminal emulators and \nother applications.\n\n\nDownloads\n---------\n\nIf you have come across this page via github please visit the main [Solarized homepage](http://ethanschoonover.com/solarized)\n\n[Solarized homepage]:   http://ethanschoonover.com/solarized\n[Solarized repository]: https://github.com/altercation/solarized\n\n\nLicense\n-------\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE."
  },
  {
    "path": "textmate-colors-solarized/Solarized (dark).tmTheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>name</key>\n\t<string>Solarized (dark)</string>\n\t<key>settings</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#042029</string>\n\t\t\t\t<key>caret</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t\t<key>invisibles</key>\n\t\t\t\t<string>#93A1A180</string>\n\t\t\t\t<key>lineHighlight</key>\n\t\t\t\t<string>#0A2933</string>\n\t\t\t\t<key>selection</key>\n\t\t\t\t<string>#EAE3CB</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Comment</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>comment</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>String</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#2AA198</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>StringNumber</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#586E75</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Regexp</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string.regexp</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Number</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D33682</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.language, variable.other</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Keyword</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#859900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Storage</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D11C24</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Class name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.class, entity.name.type.class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Function name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Variable start</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.variable</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#859900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Embedded code markers</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.embedded.begin, punctuation.section.embedded.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Built-in constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.language, meta.preprocessor</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#B58900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Support.construct</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.construct, keyword.other.new</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>User-defined constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.character, constant.other</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CB4B16</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Inherited class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.inherited-class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Function argument</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.parameter</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tag name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tag start/end</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.tag.begin, punctuation.definition.tag.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tag attribute</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Continuation</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.separator.continuation</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.constant</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library class/type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.type, support.class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#859900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library Exception</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.type.exception</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CB4B16</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Special</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.special-method</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CB4B16</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.other.variable</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Invalid</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>invalid</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Quoted String</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string.quoted.double, string.quoted.single</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Quotes</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.begin, punctuation.definition.string.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#C60000</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Property</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.css, support.type.property-name.css, meta.property-name.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: @font-face</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Selector</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.selector.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: {}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.property-list.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#5A74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Numeric Value</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Value</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.property-value.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: !Important</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.important.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Standard Value</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.constant.color</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Tag</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#738A13</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS .class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name.class.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS :pseudo</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: #id</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name.id.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Function Name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.function.js, entity.name.function.js, support.function.dom.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Source</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic source.js.embedded.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.function.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Numeric Constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: []</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.brace.square.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Storage Type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>()</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>{}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.brace.curly.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Doctype</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Script</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.script.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Style</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.css.embedded.html string.quoted.double.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Text</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Tag Start</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.tag.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: =</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#708284</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: something=</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic entity.other.attribute-name.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#708284</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: \"</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html </string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: &lt;tag&gt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.block.any.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: &gt;text&lt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: &lt;style&gt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.style.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: {}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic punctuation.section.property-list.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Embeddable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.css.embedded.html, comment.block.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Variable definition</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.variable.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Function Name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.function.method.with-arguments.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#708284</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.language.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#469186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Keyword Control</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.ruby, keyword.control.def.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#738A05</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.class.ruby, meta.class.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Class Name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.type.class.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Keyword</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Support Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.class.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Special Method</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.special-method.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.language.ruby, constant.numeric.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Constant Other</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.other.constant.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: :symbol</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.other.symbol.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Punctuation Section ''</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Special Method</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.special-method.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Include</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.import.include.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: erb =</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.ruby meta.tag.inline.any.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: erb \"\"</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Quoted Single</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.begin, punctuation.definition.string.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: []</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.operator.index-start.php, keyword.operator.index-end.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D31E1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Array</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.array.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Array Construct</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.construct.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Array Begin</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.array.begin, punctuation.definition.array.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D31E1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Numberic Constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: ::</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.class.php, keyword.operator.class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Other Property</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.other.property.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Class Function</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Inherited Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.other.inherited-class.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Storage Type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Function Construct</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.construct.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Function Call</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Comment</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.phpdoc</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Source Emebedded</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.php.embedded.block.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3613</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Storage Type Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.function.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t</array>\n\t<key>uuid</key>\n\t<string>A4299D9B-1DE5-4BC4-87F6-A757E71B1597</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "textmate-colors-solarized/Solarized (light).tmTheme",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>name</key>\n\t<string>Solarized (light)</string>\n\t<key>settings</key>\n\t<array>\n\t\t<dict>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#FDF6E3</string>\n\t\t\t\t<key>caret</key>\n\t\t\t\t<string>#000000</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#586E75</string>\n\t\t\t\t<key>invisibles</key>\n\t\t\t\t<string>#93A1A180</string>\n\t\t\t\t<key>lineHighlight</key>\n\t\t\t\t<string>#EEE8D5</string>\n\t\t\t\t<key>selection</key>\n\t\t\t\t<string>#073642</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Comment</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>comment</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>String</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#2AA198</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>StringNumber</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#586E75</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Regexp</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string.regexp</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Number</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D33682</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.language, variable.other</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Keyword</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#859900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Storage</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#073642</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Class name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.class, entity.name.type.class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Function name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Variable start</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.variable</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#859900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Embedded code markers</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.embedded.begin, punctuation.section.embedded.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Built-in constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.language, meta.preprocessor</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#B58900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Support.construct</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.construct, keyword.other.new</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>User-defined constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.character, constant.other</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CB4B16</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Inherited class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.inherited-class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Function argument</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.parameter</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tag name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tag start/end</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.tag.begin, punctuation.definition.tag.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tag attribute</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Continuation</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.separator.continuation</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D30102</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.constant</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library class/type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.type, support.class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#859900</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library Exception</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.type.exception</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CB4B16</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Special</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.special-method</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CB4B16</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Library variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.other.variable</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Invalid</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>invalid</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Quoted String</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string.quoted.double, string.quoted.single</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Quotes</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.begin, punctuation.definition.string.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#C60000</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Property</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.css, support.type.property-name.css, meta.property-name.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: @font-face</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Selector</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.selector.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: {}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.property-list.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#5A74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Numeric Value</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.property-value.css constant.numeric.css, keyword.other.unit.css,constant.other.color.rgb-value.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Value</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.property-value.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: !Important</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.important.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Standard Value</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.constant.color</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: Tag</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#738A13</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: : ,</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.separator.key-value.css, punctuation.terminator.rule.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS .class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name.class.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS :pseudo</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-class.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>CSS: #id</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.other.attribute-name.id.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Function Name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.function.js, entity.name.function.js, support.function.dom.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Source</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic source.js.embedded.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.function.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Numeric Constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: []</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.brace.square.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>JS: Storage Type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>()</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.brace.round, punctuation.definition.parameters.begin.js, punctuation.definition.parameters.end.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#93A1A1</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>{}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.brace.curly.js</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Doctype</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.doctype.html, meta.tag.sgml.html, string.quoted.double.doctype.identifiers-and-DTDs.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Script</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.script.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Style</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.css.embedded.html string.quoted.double.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Text</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Tag Start</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.tag.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: =</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic meta.tag.other.html, text.html.basic meta.tag.any.html, text.html.basic meta.tag.block.any, text.html.basic meta.tag.inline.any, text.html.basic meta.tag.structure.any.html, text.html.basic source.js.embedded.html, punctuation.separator.key-value.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#708284</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: something=</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic entity.other.attribute-name.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#708284</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: \"</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic meta.tag.structure.any.html punctuation.definition.string.begin.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html </string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: &lt;tag&gt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.block.any.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: &gt;text&lt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: &lt;style&gt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.tag.style.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: {}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.basic punctuation.section.property-list.css</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>HTML: Embeddable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.css.embedded.html, comment.block.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Variable definition</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.variable.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#268BD2</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Function Name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.function.method.with-arguments.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#485A62</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.language.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#469186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Keyword Control</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.ruby, keyword.control.def.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>bold</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#475B63</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.class.ruby, meta.class.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Class Name</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.type.class.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Keyword</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Support Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.class.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Special Method</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.special-method.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.language.ruby, constant.numeric.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Constant Other</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.other.constant.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: :symbol</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.other.symbol.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Punctuation Section ''</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.embedded.ruby, punctuation.definition.string.begin.ruby, punctuation.definition.string.end.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: Special Method</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.special-method.ruby</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Include</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.import.include.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: erb =</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.ruby meta.tag.inline.any.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#819090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Ruby: erb \"\"</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.ruby punctuation.definition.string.begin, text.html.ruby punctuation.definition.string.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Quoted Single</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.begin, punctuation.definition.string.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: []</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.operator.index-start.php, keyword.operator.index-end.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D31E1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Array</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.array.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Array Construct</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.construct.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Array Begin</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.array.begin, punctuation.definition.array.end</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D31E1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Numberic Constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: ::</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.class.php, keyword.operator.class</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Other Property</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.other.property.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.modifier.extends.php, storage.type.class.php, keyword.operator.class.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Class Function</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict/>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Inherited Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.other.inherited-class.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Storage Type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Function Construct</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.construct.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Function Call</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.type.class.php, meta.function-call.php, meta.function-call.static.php, meta.function-call.object.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Comment</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.phpdoc</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#899090</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Source Emebedded</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.php.embedded.block.html</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3613</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>PHP: Storage Type Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.function.php</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: constant</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>constant.numeric.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: Meta Preprocessor</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.preprocessor.c.include, meta.preprocessor.macro.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BB3700</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: Keyword</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.import.define.c, keyword.control.import.include.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BB3700</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: Function Preprocessor</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>entity.name.function.preprocessor.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BB3700</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: include &lt;something.c&gt;</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.preprocessor.c.include string.quoted.other.lt-gt.include.c, meta.preprocessor.c.include punctuation.definition.string.begin.c, meta.preprocessor.c.include punctuation.definition.string.end.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.C99.c, support.function.any-method.c, entity.name.function.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: \"</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.begin.c, punctuation.definition.string.end.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>C: Storage Type</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.c</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>diff: header</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.diff, meta.diff.header</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#A57706</string>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#E0EDDD</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>diff: deleted</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>markup.deleted</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#EAE3CA</string>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D3201F</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>diff: changed</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>markup.changed</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#EAE3CA</string>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BF3904</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>diff: inserted</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>markup.inserted</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#EAE3CA</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#219186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Markdown: Linebreak</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.markdown meta.dummy.line-break</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>background</key>\n\t\t\t\t<string>#A57706</string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#E0EDDD</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Markdown: Raw</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.html.markdown markup.raw.inline</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>reST raw</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.restructuredtext markup.raw</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Other: Removal</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>other.package.exclude, other.remove</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D3201F</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Other: Add</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>other.add</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: {}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.section.group.tex , punctuation.definition.arguments.begin.latex, punctuation.definition.arguments.end.latex, punctuation.definition.arguments.latex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#B81D1C</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: {text}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.group.braces.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57705</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Other Math</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string.other.math.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57705</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: {var}</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.parameter.function.latex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Math \\\\</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.constant.math.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Constant Math</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>text.tex.latex constant.other.math.tex, constant.other.general.math.tex, constant.other.general.math.tex, constant.character.math.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Other Math String</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>string.other.math.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: $</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.begin.tex, punctuation.definition.string.end.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D3201F</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: \\label</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.label.latex, text.tex.latex constant.other.general.math.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: \\label { }</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.parameter.definition.label.latex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#D01F1E</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Function </string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.be.latex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Support Function Section</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.section.latex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Support Function</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.general.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Comment</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.comment.tex, comment.line.percentage.tex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Tex: Reference Label</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.ref.latex</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#269186</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Python: storage</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.type.class.python, storage.type.function.python, storage.modifier.global.python</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Python: import</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.control.import.python, keyword.control.import.from.python</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Python: Support.exception</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.type.exception.python</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: builtin</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>support.function.builtin.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: variable</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>variable.other.normal.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: DOT_FILES</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#1F74CF</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: meta scope in loop</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.scope.for-in-loop.shell, variable.other.loop.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: \"\"</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.string.end.shell, punctuation.definition.string.begin.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#748B00</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: Meta Block</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.scope.case-block.shell, meta.scope.case-body.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: []</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>punctuation.definition.logical-expression.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#CD1E1D</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Shell: Comment</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>comment.line.number-sign.shell</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string>italic</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Java: import</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>keyword.other.import.java</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#BD3800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Java: meta-import</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>storage.modifier.import.java</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#586E75</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Java: Class</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>meta.class.java storage.modifier.java</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#A57800</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Java: /* comment */</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>source.java comment.block</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t\t<dict>\n\t\t\t<key>name</key>\n\t\t\t<string>Java: /* @param */</string>\n\t\t\t<key>scope</key>\n\t\t\t<string>comment.block meta.documentation.tag.param.javadoc keyword.other.documentation.param.javadoc</string>\n\t\t\t<key>settings</key>\n\t\t\t<dict>\n\t\t\t\t<key>fontStyle</key>\n\t\t\t\t<string></string>\n\t\t\t\t<key>foreground</key>\n\t\t\t\t<string>#536871</string>\n\t\t\t</dict>\n\t\t</dict>\n\t</array>\n\t<key>uuid</key>\n\t<string>38E819D9-AE02-452F-9231-ECC3B204AFD7</string>\n</dict>\n</plist>\n"
  },
  {
    "path": "textwrangler-bbedit-colors-solarized/README.mkd",
    "content": "---\nTitle: Solarized Colorscheme for BBEdit and TextWrangler\nDescription: Precision colors for machines and people\nAuthor: Rui Carmo\nCreated:  2011 Apr 07\nModified: 2011 Apr 16\n\n---\n\nSolarized Colorscheme for BBEdit and TextWrangler\n=================================================\n\nDeveloped by [Rui Carmo](http://the.taoofmac.com)\n\nIf you have come across this colorscheme via the [repository] on \ngithub, visit the [Solarized homepage] or visit the main\n[Solarized repository].\n\n[repository]: https://github.com/rcarmo/textwrangler-bbedit-solarized\n[Solarized homepage]:   http://ethanschoonover.com/solarized\n[Solarized repository]: https://github.com/altercation/solarized\n\nInstallation\n------------\n\nSince TextWrangler (and BBEdit) don't allow you to save theme files separately, these `.bbcolor` files are generated by John Gruber's [BBColors][b] utility (bundled for your convenience), which manipulates their preferences file directly.\n\nTo install these, place the files in `~/Library/Application\\ Support/BBColors` and, with TextWrangler/BBEdit *closed*, invoke [BBColors][b] thusly:\n\n1.  For BBEdit:\n\n        ./bbcolors -load \"Solarized Dark\"\n\n2.  For TextWrangler:\n\n        ./bbcolors -load \"Solarized Light\" -tw\n\n[b]:http://daringfireball.net/projects/bbcolors/\n\nLicense\n-------\nCopyright (c) 2011 Rui Carmo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "textwrangler-bbedit-colors-solarized/Solarized Dark.bbcolors",
    "content": "\"Color:Background\"                        =  \"rgb(1044,8292,10466)\";\n\"Color:Comment\"                           =  \"rgb(28873,33399,33872)\";\n\"Color:Foreground\"                        =  \"rgb(60037,58327,52285)\";\n\"Color:HTMLAnchor\"                        =  \"rgb(48611,13976,4819)\";\n\"Color:HTMLAttributeName\"                 =  \"rgb(8359,30320,51269)\";\n\"Color:HTMLAttributeValue\"                =  \"rgb(9620,37409,34407)\";\n\"Color:HTMLImage\"                         =  \"rgb(50946,7079,28519)\";\n\"Color:HTMLTag\"                           =  \"rgb(28873,33399,33872)\";\n\"Color:InsertionPointLineHighlightColor\"  =  \"rgb(2581,10493,12998)\";\n\"Color:Invisibles:Other\"                  =  \"rgb(2581,10493,12998)\";\n\"Color:Invisibles:Spaces\"                 =  \"rgb(2581,10493,12998)\";\n\"Color:Keywords\"                          =  \"rgb(8359,30320,51269)\";\n\"Color:NumericConstant\"                   =  \"rgb(8359,30320,51269)\";\n\"Color:PredefinedName\"                    =  \"rgb(48611,13976,4819)\";\n\"Color:PrimaryHighlight\"                  =  \"rgb(21257,26684,28737)\";\n\"Color:SecondaryHighlight\"                =  \"rgb(2581,10493,12998)\";\n\"Color:String\"                            =  \"rgb(9620,37409,34407)\";\n\"Color:UseCustomHighlight\"                =   1;\n\"Color:XMLProcessingInstruction\"          =  \"rgb(42432,30639,1539)\";\n"
  },
  {
    "path": "textwrangler-bbedit-colors-solarized/Solarized Light.bbcolors",
    "content": "\"Color:Background\"                        =  \"rgb(64843,62779,56626)\";\n\"Color:Comment\"                           =  \"rgb(28873,33399,33872)\";\n\"Color:Foreground\"                        =  \"rgb(1044,8292,10466)\";\n\"Color:HTMLAnchor\"                        =  \"rgb(48611,13976,4819)\";\n\"Color:HTMLAttributeName\"                 =  \"rgb(8359,30320,51269)\";\n\"Color:HTMLAttributeValue\"                =  \"rgb(9620,37409,34407)\";\n\"Color:HTMLImage\"                         =  \"rgb(50946,7079,28519)\";\n\"Color:HTMLTag\"                           =  \"rgb(28873,33399,33872)\";\n\"Color:InsertionPointLineHighlightColor\"  =  \"rgb(60037,58327,52285)\";\n\"Color:Invisibles:Other\"                  =  \"rgb(60037,58327,52285)\";\n\"Color:Invisibles:Spaces\"                 =  \"rgb(60037,58327,52285)\";\n\"Color:Keywords\"                          =  \"rgb(8359,30320,51269)\";\n\"Color:NumericConstant\"                   =  \"rgb(8359,30320,51269)\";\n\"Color:PredefinedName\"                    =  \"rgb(48611,13976,4819)\";\n\"Color:PrimaryHighlight\"                  =  \"rgb(33160,37018,36938)\";\n\"Color:SecondaryHighlight\"                =  \"rgb(60037,58327,52285)\";\n\"Color:String\"                            =  \"rgb(9620,37409,34407)\";\n\"Color:UseCustomHighlight\"                =   1;\n\"Color:XMLProcessingInstruction\"          =  \"rgb(42432,30639,1539)\";\n"
  },
  {
    "path": "textwrangler-bbedit-colors-solarized/bbcolors",
    "content": "#!/usr/bin/env perl\n#\n# bbcolors -- A text color scheme manager for BBEdit and TextWrangler.\n#\n# Copyright (c) 2006 John Gruber\n# <http://daringfireball.net/projects/bbcolors/>\n#\n# This program is free software; you may redistribute it and/or\n# modify it under the same terms as Perl itself.\n#\n\n\nuse warnings;\nuse strict;\nuse Getopt::Long;\nuse Pod::Usage;\nuse encoding 'utf8';\nuse utf8;\n\nuse vars qw($VERSION);\n$VERSION = '1.0.1';\n# Sun 15 Oct 2006\n\nmy $delete_setname;\nmy $load_setname;\nmy $save_setname;\nmy $language;\nmy $bbopen   = 0;\t\t# If set, open a disk browser window showing the current saved color sets.\nmy $reckless = 0;\t\t# If set, apply defaults changes even if app is running.\nmy $zap      = 0;\t\t# If set, clear all existing text color prefs, resetting to BBEdit defaults.\nmy %app = (\n\tname\t=> \"BBEdit\",\n\tbundle\t=> \"com.barebones.bbedit\",\n\tcreator\t=> \"R*ch\",\n\ttool\t=> \"bbedit\",\n);\n\n# This should work even on systems not using English; the true names aren't localized:\nmy $bbcolors_support_folder = \"$ENV{HOME}/Library/Application Support/BBColors\";\t\nunless (-d $bbcolors_support_folder) {\n\tmkdir $bbcolors_support_folder\n\t\tor die \"Can't create application support folder: $!\";\n}\n\nGetOptions (\n\t\"delete=s\"\t\t\t=> \\$delete_setname,\n\t\"list\"\t\t\t\t=> \\&list_color_sets,\n\t\"load=s\"\t\t\t=> \\$load_setname,\n\t\"save=s\"\t\t\t=> \\$save_setname,\n\t\"reckless\"\t\t\t=> \\$reckless,\n\t\"language=s\"\t\t=> \\$language,\n\t\"bbedit\"\t\t\t=> ,  # Do nothing; uses BBEdit by default\n\t\"textwrangler|tw\"\t=> sub {%app = (\n\t\t\t\t\t\t\t\t\tname\t=> \"TextWrangler\",\n\t\t\t\t\t\t\t\t\tbundle\t=> \"com.barebones.textwrangler\",\n\t\t\t\t\t\t\t\t\tcreator\t=> \"!Rch\",\n\t\t\t\t\t\t\t\t\ttool\t=> \"edit\",\n\t\t\t\t\t\t\t\t)},\n\t\"open\"\t\t\t\t=> \\&open_sets_folder_in_finder,\n\t\"bbopen\"\t\t\t=> \\$bbopen,\n\t\"zap\"\t\t\t\t=> \\$zap,\n\t'help|?'\t\t\t=> sub { pod2usage(1); },\n\t'man'\t\t\t\t=> sub { pod2usage(-verbose => 2); },\n\t\"version\"\t\t\t=> sub { print \"Version $VERSION\\n\";  exit 0; },\n\t) or pod2usage(2);\n\n\n# Save first:\nif ($save_setname) {\n\topen (SETFILE, '>:utf8', \"$bbcolors_support_folder/$save_setname.bbcolors\")\n\t\tor die \"Can't open file for writing: $!\";\n\n\tmy @lines = qx(defaults read $app{bundle} | egrep \\\\\"Color:);\n\n\tif ($language) {\n\t\t# Only save color prefs for the language \"$language\"\n\t\t$language = quotemeta $language;\n\t\t@lines = grep(/\"Color:.+:$language/, @lines);\n\t}\n\n\tmy $len = 0;  # Longest key string\n\tforeach (@lines) {\n\t\tif (m{^\\s*(.+?) = (.+);\\s*$}ms) {\n\t\t\tmy $key = $1; # Should already have quotes around it\n\t\t\tmy $val = $2;\n\t\t\t$key = unescape_plist_string($key);\n\t\t\t$len = length $key if (length $key > $len);\n\t\t\t$_ = \"$key = $val;\";\n\t\t}\n\t}\n\n\t# Loop through again to print; I can't figure out a way to do this\n\t# in one loop and still get the pretty-printed alignment.\n\tforeach (@lines) {\n\t\tif (m{^\\s*(.+?) = (.+);\\s*$}ms) {\n\t\t\tmy $key = $1; # Should already have quotes around it\n\t\t\tmy $val = $2;\n\t\t\t$val = \" \" . $val unless $val =~ m/^\"/; # Looks better with a space before non-string values.\n\t\t\tprintf SETFILE (\"%-${len}s  =  %s;\\n\", $key, $val);\n\t\t}\n\t}\n\n\tclose SETFILE;\n}\n\n\n# Then Zap:\nif ($zap) {\n\tif ( is_editor_running($app{name}) and ! $reckless ) {\n\t\tprint \"Won't zap prefs while $app{name} is running.\\n\";\n\t\texit 0;\n\t}\n\telse {\n\t\tmy @lines = qx(defaults read $app{bundle} | egrep \\\\\"Color:);\n\t\t\n\t\tif ($language) {\n\t\t\t# Only zap color prefs for the language \"$language\"\n\t\t\t$language = quotemeta $language;\n\t\t\t@lines = grep(/\"Color:[^\"]+:$language/, @lines);\n\t\t}\n\t\t\n\t\tforeach (@lines) {\n\t\t\tif (m{^\\s*(.+?) = (.+);\\s*$}ms) {\n\t\t\t\tmy $key = $1; # Should already have quotes around it\n\t\t\t\t$key = unescape_plist_string($key);\n\t\t\t\tmy $res = qx(defaults delete $app{bundle} $key );\n\t\t\t}\n\t\t\telse {\n\t\t\t\tprint STDERR \"Can't parse line: «$_»\\n\";\n\t\t\t}\n\t\t}\n\t}\n}\n\n\n# Then load:\nif ($load_setname) {\n\tif ( is_editor_running($app{name}) and ! $reckless ) {\n\t\tprint \"Won't load prefs while $app{name} is running.\\n\";\n\t\texit 0;\n\t}\n\telse {\n\t\topen (SETFILE, '<:utf8', \"$bbcolors_support_folder/$load_setname.bbcolors\")\n\t\t\tor do {print \"No such scheme: '$load_setname'\\nTry 'bbcolors -list' to see available schemes.\\n\"; exit;};\n\t\twhile (<SETFILE>) {\n\t\t\t#\n\t\t\t# These lines should look like:\n\t\t\t#\t \"Color:CTagsIdentifier\" = \"rgb(39321,0,26214)\"; \n\t\t\t#    \"Color:ColorAttributesSeparately\" = 1; \n\t\t\t#\n\t\t\t\n\t\t\tnext if m{^[ \\t]*//}ms;  # Treat // lines as comments.\n\t\t\t\n\t\t\tif (m{^\\s*(.+?)[ \\t]*=[ \\t]*(.+);\\s*$}ms) {\n\t\t\t\tmy $key = $1;  # These two captures keep the quotes around the key...\n\t\t\t\tmy $val = $2;  # ...and value.\n\t\t\t\tmy $type = \"-string\";\n\t\t\t\tif ($val =~ m{^\\d+$}) {\n\t\t\t\t\t# If the value is nothing but digits, treat it as an integer.\n\t\t\t\t\t# This seems to work even if it's actually a boolean. (I.e.\n\t\t\t\t\t# there's no need to guess whether 1 and 0 are bools or ints.)\n\t\t\t\t\t$type = \"-integer\";\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tif ($language) {\n\t\t\t\t\tmy $quoted = quotemeta $language;\n\t\t\t\t\tnext if ($key !~ m/$quoted\"$/);\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tmy $res = qx(defaults write $app{bundle} $key $type $val );\n\t\t\t}\n\t\t\telse {\n\t\t\t\t# Do nothing with lines that don't match.\n\t\t\t}\n\t\t}\n\t}\n}\n\n\n# Then delete:\nif ($delete_setname) {\n\tif (-f \"$bbcolors_support_folder/$delete_setname.bbcolors\") {\n\t\tunlink \"$bbcolors_support_folder/$delete_setname.bbcolors\"\n\t\t\tor die \"Unable to delete $bbcolors_support_folder/$delete_setname.bbcolors: $!\";\n\t}\n\telse {\n\t\tprint \"Color scheme '$delete_setname' does not exist.\\n\";\n\t}\n}\n\n\n# bbopen last; that way it won't fire up your editor before you diddle with the prefs\nif ($bbopen) {\n\tsystem($app{tool}, $bbcolors_support_folder);\n}\n\n\n\n#### End of main script. ####\n\nsub unescape_plist_string {\n\tmy $str = shift;\n\n\t# Un-double backslashes\n\t$str =~ s{\\\\\\\\}{\\\\}g;\n\t# Unescape Unicode chars:\n\t$str =~ s{ \\\\U([[:xdigit:]]{4}) }{ chr(hex($1)) }egx;\n\n\treturn $str;\n}\n\n\nsub escape_plist_string {\n\tmy $str = shift;\n\n\t# Encode Unicode chars into plist \\U hex escapes;\n\t# e.g. \"Langüage\" -> \"Lang\\U00fcage\"\n\t$str =~ s{ (\\P{IsASCII}) }{ sprintf(\"\\\\U%04x\", ord($1)) }egx;\n\t# Double all backslashes:\n\t$str =~ s{\\\\}{\\\\\\\\}g;\n\n\treturn $str;\n}\n\n\nsub is_editor_running {\n\tmy $app_name = shift;\n\tmy @processes = qx( ps -xc -o command );\n\tchomp @processes;\n\tmy $count = grep { $_ eq $app_name } @processes;\n\treturn $count;\n}\n\n\nsub list_color_sets {\n\tmy $count = 0;\n\topendir(FOLDER, $bbcolors_support_folder)\n\t\tor die \"Can't open $bbcolors_support_folder: $!\";\n\twhile( my $file = readdir FOLDER ) {\n\t\tif (-T \"$bbcolors_support_folder/$file\" and $file =~ m/[.]bbcolors$/) {\n\t\t\t$count++;\n\t\t\t$file =~ s/[.]bbcolors$//;\t\t# trim the extension\n\t\t\tprint \"$file\\n\";\n\t\t}\n\t}\n\tprint \"No color sets available in $bbcolors_support_folder\\n\" unless $count;\n\tclosedir(FOLDER);\n}\n\n\nsub open_sets_folder_in_finder {\n\tsystem(\"open\", $bbcolors_support_folder);\n}\n\n\n\n__END__\n\n=head1 NAME\n\nbbcolors - Save and load text color sets for BBEdit.\n\n\n=head1 SYNOPSIS\n\n  bbcolors -save \"scheme name\"\n  bbcolors -load \"scheme name\"\n  bbcolors -man\n\n\n=head1 DESCRIPTION\n\nB<bbcolors> saves and loads \"sets\" of text color preferences for BBEdit.\n\n\n=head1 OPTIONS\n\n=over 8\n\n=item B<-delete> F<setname>\n\nDelete the saved bbcolors scheme named 'setname'. Does not effect current BBEdit preferences.\n\n\n=item B<-list>\n\nList all color sets.\n\n\n=item B<-load> F<setname>\n\nReplace current BBEdit text colors with scheme named \"setname\".\n\n\n=item B<-save> F<setname>\n\nSave current BBEdit text colors to scheme named \"setname', overwriting any existing scheme with that name.\n\n\n=item B<-zap>\n\nDeletes all current BBEdit (or TextWrangler) color settings, including those keyed to specific languages. For example, if you set custom colors for the Perl language in BBEdit, and then use bbcolors to load a new colorset that does not contain Perl-specific colors, your previously-set custom colors for Perl will remain in place. If you use the B<-zap> option when loading the new scheme, however, your custom color settings will be deleted, and your Perl files will be displayed using the default colors of the just-loaded color scheme.\n\n=item B<-lang> F<\"language name\">\n\nTarget a specific language when saving, loading, or zapping.\n\n=over 4\n\n=item *\n\nIf saving, only save those colors set for the specified language. (The <-save> command normally saves all colors.)\n\n=item *\n\nIf loading, only load those colors from the named scheme which are keyed to the specified language.\n\n=item *\n\nIf zapping, only zap the preferences keyed to the specified language.\n\n=back\n\n=item B<-open>\n\nOpen the ~/Library/Application Support/BBColors/ folder in the Finder. If the folder doesn't exist, it will be created.\n\n\n=item B<-bbopen>\n\nOpen the ~/Library/Application Support/BBColors/ folder in a new disk browser window using BBEdit (or TextWrangler, if used in conjunction with the B<-tw> option). If the folder doesn't exist, it will be created.\n\n\n=item B<-bbedit>\n\nExplicitly use with BBEdit (as opposed to TextWrangler). This option is on by default.\n\n\n=item B<-textwrangler>\n\n=item B<-tw>\n\nUse TextWrangler instead of BBEdit.\n\n\n=item B<-help>\n\nPrint a brief help message and exit.\n\n\n=item B<-man>\n\nPrint the full bbcolors manual page.\n\n\n=item B<-version>\n\nPrint the current bbcolors version number.\n\n\n=back\n\n\n=head1 A NOTE ON TEXT ENCODING\n\nB<bbcolors> should work just fine with languages modules and saved color sets whose names contain non-ASCII characters. The only provision is that all input and output is assumed to be UTF-8.\n\n\n=head1 VERSION HISTORY\n\n=over 8\n\n=item 1.0.1 - Sun 15 Oct 2006\n\nSwitched to a more efficient method of testing whether BBEdit and TextWrangler are currently running. Cleaned up the documentation slightly, replacing several instances of \"color set\" with \"color scheme\".\n\n\n=back\n\n=head1 COPYRIGHT AND LICENSE\n\nCopyright (c) 2006 John Gruber.  <http://daringfireball.net/>   \n\nThis program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.\n\n=cut\n"
  },
  {
    "path": "tmux/README.md",
    "content": "# Solarize color theme tmux configuration\n\nA tmux solarized theme using Ethan Schoonover’s [Solarized color scheme](http://ethanschoonover.com/solarized).\n\n## Repositories\n  * This theme as a single repository: [/seebi/tmux-colors-solarized](https://github.com/seebi/tmux-colors-solarized)\n  * The main solarized repository: [/altercation/solarized](https://github.com/altercation/solarized)\n\n## Installation\nThis config snippet for the terminal multiplexer tmux should be added to your `~/.tmux.conf` configuration file.\n\nIn most cases, you have to force tmux to assume the terminal supports 256 colours.\nFor this, start tmux as `tmux -2`.\n\nThis color scheme is tested with tmux >= 1.5. tmux 1.1 is reported as not working.\n\n## Screenshot\nHere is a screenshot of a tmux session captured from a gnome-terminal using the [dz-version of the awesome Inconsolata font](http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/).\n\n![screenshot](https://github.com/seebi/tmux-colors-solarized/raw/master/tmuxcolors.png)\n\nAnd another one showing different dircolors from the neighboring [dircolors-solarized](https://github.com/seebi/dircolors-solarized) repository.\n\n![screenshot](https://github.com/seebi/dircolors-solarized/raw/master/img/dircolors.256dark.png)\n"
  },
  {
    "path": "tmux/tmuxcolors-256.conf",
    "content": "#### COLOUR (Solarized 256)\n\n# default statusbar colors\nset-option -g status-bg colour235 #base02\nset-option -g status-fg colour136 #yellow\nset-option -g status-attr default\n\n# default window title colors\nset-window-option -g window-status-fg colour244 #base0\nset-window-option -g window-status-bg default\n#set-window-option -g window-status-attr dim\n\n# active window title colors\nset-window-option -g window-status-current-fg colour166 #orange\nset-window-option -g window-status-current-bg default\n#set-window-option -g window-status-current-attr bright\n\n# pane border\nset-option -g pane-border-fg colour235 #base02\nset-option -g pane-active-border-fg colour240 #base01\n\n# message text\nset-option -g message-bg colour235 #base02\nset-option -g message-fg colour166 #orange\n\n# pane number display\nset-option -g display-panes-active-colour colour33 #blue\nset-option -g display-panes-colour colour166 #orange\n\n# clock\nset-window-option -g clock-mode-colour colour64 #green\n"
  },
  {
    "path": "tmux/tmuxcolors-dark.conf",
    "content": "#### COLOUR (Solarized dark)\n\n# default statusbar colors\nset-option -g status-bg black #base02\nset-option -g status-fg yellow #yellow\nset-option -g status-attr default\n\n# default window title colors\nset-window-option -g window-status-fg brightblue #base0\nset-window-option -g window-status-bg default\n#set-window-option -g window-status-attr dim\n\n# active window title colors\nset-window-option -g window-status-current-fg brightred #orange\nset-window-option -g window-status-current-bg default\n#set-window-option -g window-status-current-attr bright\n\n# pane border\nset-option -g pane-border-fg black #base02\nset-option -g pane-active-border-fg brightgreen #base01\n\n# message text\nset-option -g message-bg black #base02\nset-option -g message-fg brightred #orange\n\n# pane number display\nset-option -g display-panes-active-colour blue #blue\nset-option -g display-panes-colour brightred #orange\n\n# clock\nset-window-option -g clock-mode-colour green #green\n"
  },
  {
    "path": "tmux/tmuxcolors-light.conf",
    "content": "#### COLOUR (Solarized light)\n\n# default statusbar colors\nset-option -g status-bg white #base2\nset-option -g status-fg yellow #yellow\nset-option -g status-attr default\n\n# default window title colors\nset-window-option -g window-status-fg brightyellow #base00\nset-window-option -g window-status-bg default\n#set-window-option -g window-status-attr dim\n\n# active window title colors\nset-window-option -g window-status-current-fg brightred #orange\nset-window-option -g window-status-current-bg default\n#set-window-option -g window-status-current-attr bright\n\n# pane border\nset-option -g pane-border-fg white #base2\nset-option -g pane-active-border-fg brightcyan #base1\n\n# message text\nset-option -g message-bg white #base2\nset-option -g message-fg brightred #orange\n\n# pane number display\nset-option -g display-panes-active-colour blue #blue\nset-option -g display-panes-colour brightred #orange\n\n# clock\nset-window-option -g clock-mode-colour green #green\n"
  },
  {
    "path": "utils/README.md",
    "content": "These are used only for testing and packaging Solarized into release formats.  \nDisregard unless you are into ugly ex and quick and dirty shell scripts.\n"
  },
  {
    "path": "utils/package.sh",
    "content": "#!/bin/sh\n\nexport COPYFILE_DISABLE=true\nrm -rf ~/tmp/solarized*\ncp -r ~/wrk/solarized ~/tmp/\ncd ~/tmp/solarized\nrm -rf .*\nrm -rf **/.*\nrm **/*.un~\nrm -rf img\nrm -rf tests\nrm -rf utils\nrm -rf files\nrm ~/wrk/solarized/files/*.zip\n\nmkdir ~/tmp/solarized-packaged\n\ncd ~/tmp\n#gnutar -czvf ~/tmp/solarized-packaged/solarized.tar.gz solarized\nzip -rvX ~/tmp/solarized-packaged/solarized.zip solarized\n#cp ~/tmp/solarized-packaged/solarized.tar.gz ~/tmp/solarized-packaged/solarized-$1.tar.gz\ncp ~/tmp/solarized-packaged/solarized.zip ~/tmp/solarized-packaged/solarized-$1.zip\ncp ~/tmp/solarized-packaged/solarized*.zip ~/wrk/solarized/files/\n\ncd ~/tmp/solarized\n#gnutar -czvf ~/tmp/solarized-packaged/vim-colors-solarized.tar.gz vim-colors-solarized\n#gnutar -czvf ~/tmp/solarized-packaged/mutt-colors-solarized.tar.gz mutt-colors-solarized\nzip -rvX ~/tmp/solarized-packaged/vim-colors-solarized.zip vim-colors-solarized\nzip -rvX ~/tmp/solarized-packaged/mutt-colors-solarized.zip mutt-colors-solarized\n\n#cp ~/tmp/solarized-packaged/vim-colors-solarized.tar.gz ~/tmp/solarized-packaged/vim-colors-solarized-$1.tar.gz\n#cp ~/tmp/solarized-packaged/mutt-colors-solarized.tar.gz ~/tmp/solarized-packaged/mutt-colors-solarized-$1.tar.gz\ncp ~/tmp/solarized-packaged/vim-colors-solarized.zip ~/tmp/solarized-packaged/vim-colors-solarized-$1.zip\ncp ~/tmp/solarized-packaged/mutt-colors-solarized.zip ~/tmp/solarized-packaged/mutt-colors-solarized-$1.zip\ncp ~/tmp/solarized-packaged/vim-colors-solarized*.zip ~/wrk/solarized/files/\ncp ~/tmp/solarized-packaged/mutt-colors-solarized*.zip ~/wrk/solarized/files/\n\ncd ~/tmp\nrm -rf solarized\n\n"
  },
  {
    "path": "utils/pandoc2readme",
    "content": "%s+(/img/solarized/+(https://github.com/altercation/solarized/raw/master/img/+g\ng/\\%^---/,/^---\\s*$/d\ng/\\%^$/d\ng/^The Values$/+6,/\\%$/ s /^/    /\n"
  },
  {
    "path": "utils/subtrees.mkd",
    "content": "Subtree Specific Remotes\n========================\n\nremote-emacs-colors-solarized\nremote-visualstudio-colors-solarized\nremote-intellij-colors-solarized\nremote-seestyle-colors-solarized\nremote-textmate-colors-solarized\nremote-netbeans-colors-solarized\nremote-textwrangler-bbedit-colors-solarized\n\nAdd remotes history\n===================\ngit remote add remote-emacs-colors-solarized https://github.com/sellout/emacs-color-theme-solarized.git\ngit remote add remote-visualstudio-colors-solarized https://github.com/leddt/visualstudio-colors-solarized.git\ngit remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git\ngit remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git\ngit remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git\ngit remote add remote-netbeans-colors-solarized https://github.com/fentie/netbeans-colors-solarized.git\ngit remote add remote-textwrangler-bbedit-colors-solarized https://github.com/rcarmo/textwrangler-bbedit-solarized.git\n\nAdd subtrees:\n============\ngit subtree add -m \"added emacs subtree project from @sellout\" --prefix=emacs-colors-solarized remote-emacs-colors-solarized master\ngit subtree add -m \"added visualstudio subtree project from @leddt\" --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master\ngit subtree add -m \"added intellij subtree project from @jkaving with combined work from @adamv\" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master\ngit subtree add -m \"added seestyle (code & subethaedit) subtree project from @bobthecow\" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master\ngit subtree add -m \"added textmate subtree project from @deplorableword\" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master\ngit subtree add -m \"added netbeans subtree project from @fentie\" --prefix=netbeans-colors-solarized remote-netbeans-colors-solarized master\ngit subtree add -m \"added textwrangler-bbedit subtree project from @rcarmo\" --prefix=textwrangler-bbedit-colors-solarized remote-textwrangler-bbedit-colors-solarized master\n\nPull commands:\n==============\ngit subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized master\ngit subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master\ngit subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master\ngit subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master\ngit subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master\ngit subtree pull --prefix=netbeans-colors-solarized remote-textmate-colors-solarized master\ngit subtree pull --prefix=textwrangler-bbedit-colors-solarized remote-textwrangler-bbedit-colors-solarized master\n\nNon subtree ports\n=================\nputty: https://github.com/brantb/solarized.git\n"
  },
  {
    "path": "utils/tests/c.c",
    "content": "#define UNICODE\n#include <windows.h>\n\nint main(int argc, char **argv) {\n  int speed = 0, speed1 = 0, speed2 = 0; // 1-20\n  printf(\"Set Mouse Speed by Maverick\\n\");\n\n  SystemParametersInfo(SPI_GETMOUSESPEED, 0, &speed, 0);\n  printf(\"Current speed: %2d\\n\", speed);\n\n  if (argc == 1) return 0;\n  if (argc >= 2) sscanf(argv[1], \"%d\", &speed1);\n  if (argc >= 3) sscanf(argv[2], \"%d\", &speed2);\n\n  if (argc == 2) // set speed to first value\n    speed = speed1;\n  else if (speed == speed1 || speed == speed2) // alternate\n    speed = speed1 + speed2 - speed;\n  else\n    speed = speed1;  // start with first value\n\n  SystemParametersInfo(SPI_SETMOUSESPEED, 0,  speed, 0);\n  SystemParametersInfo(SPI_GETMOUSESPEED, 0, &speed, 0);\n  printf(\"New speed:     %2d\\n\", speed);\n  return 0;\n}\n"
  },
  {
    "path": "utils/tests/haskell.hs",
    "content": "{-# LANGUAGE OverloadedStrings #-}\nmodule Main where\n\n--import Prelude hiding (id)\n--import Control.Category (id)\nimport Control.Arrow ((>>>), (***), arr)\nimport Control.Monad (forM_)\n-- import Data.Monoid (mempty, mconcat)\n\n-- import System.FilePath\n\nimport Hakyll\n\n    \nmain :: IO ()\nmain = hakyll $ do\n\n    route   \"css/*\" $ setExtension \"css\"\n    compile \"css/*\" $ byExtension (error \"Not a (S)CSS file\")\n        [ (\".css\",  compressCssCompiler)\n        , (\".scss\", sass)\n        ]\n\n    route   \"js/**\" idRoute\n    compile \"js/**\" copyFileCompiler\n\n    route   \"img/*\" idRoute\n    compile \"img/*\" copyFileCompiler\n\n    compile \"templates/*\" templateCompiler\n\n    forM_ [\"test.md\", \"index.md\"] $ \\page -> do\n        route   page $ setExtension \"html\"\n        compile page $ pageCompiler\n            >>> applyTemplateCompiler \"templates/default.html\"\n            >>> relativizeUrlsCompiler\n\nsass :: Compiler Resource String\nsass = getResourceString >>> unixFilter \"sass\" [\"-s\", \"--scss\"]\n                         >>> arr compressCss\n"
  },
  {
    "path": "utils/tests/html.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html><head>\n<title>A Tiny Page</title>\n<style type=\"text/css\">\n<!--\n      p { font-size:15pt; color:#000 }\n    -->\n</style></head><!-- real comment -->\n<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0000CC\">\n<script language=\"javascript\" type=\"text/javascript\">\n      function changeHeight(h) {\n        var tds = document.getElementsByTagName(\"td\");\n        for(var i = 0; i < tds.length; i++) {\n          tds[i].setAttribute(\"height\", h + \"px\");\n      }}\n</script>\n<h1>abc</h1>\n<h2>def</h2>\n<p>Testing page</p>\n</body></html>\n\n"
  },
  {
    "path": "utils/tests/java.java",
    "content": "import java.util.Map;\nimport java.util.TreeSet;\n\npublic class GetEnv {\n  /**\n   * let's test generics\n   * @param args the command line arguments\n   */\n  public static void main(String[] args) {\n    // get a map of environment variables\n    Map<String, String> env = System.getenv();\n    // build a sorted set out of the keys and iterate\n    for(String k: new TreeSet<String>(env.keySet())) {\n      System.out.printf(\"%s = %s\\n\", k, env.get(k));\n    }\n  }    }\n"
  },
  {
    "path": "utils/tests/javascript.js",
    "content": "/**\nsample javascript from xui\n*/\n\nvar undefined,\n    xui,\n    window     = this,\n    string     = new String('string'),\n    document   = window.document,\n    simpleExpr = /^#?([\\w-]+)$/,\n    idExpr     = /^#/,\n    tagExpr    = /<([\\w:]+)/,\n    slice      = function (e) { return [].slice.call(e, 0); };\n    try { var a = slice(document.documentElement.childNodes)[0].nodeType; }\n    catch(e){ slice = function (e) { var ret=[]; for (var i=0; e[i]; i++)\n        ret.push(e[i]); return ret; }; }\n\nwindow.x$ = window.xui = xui = function(q, context) {\n    return new xui.fn.find(q, context);\n};\n"
  },
  {
    "path": "utils/tests/pandoc.md",
    "content": "% Pandoc Test File\n% Ethan Schoonover\n% March 22, 2011\n\n%% format: markdown+lhs\n\n> import Hakyll\n> main :: IO ()\n> main = hakyll $ do\n>     compile \"css/*\" $ byExtension (error \"Not a (S)CSS file\")\n\nUsing *Pandoc*\n=============\n\nIn this document the technical terms `water` and `ice` will be replaced by \nH~2~O.^[a contrived footnote]\n\n## Heading styles can be mixed\n\nAnd matched, and they still fold **properly**\n\n* * * *\n\nSome code:\n\n    a verbatim or \"code\" block\n"
  },
  {
    "path": "utils/tests/perl.pl",
    "content": "#!perl -w\n\n# Time-stamp: <2002/04/06, 13:12:13 (EST), maverick, csvformat.pl>\n# Two pass CSV file to table formatter\n\n$delim = $#ARGV >= 1 ? $ARGV[1] : ',';\nprint STDERR \"Split pattern: $delim\\n\";\n\n# first pass\nopen F, \"<$ARGV[0]\" or die;\nwhile(<F>)\n{\n  chomp;\n  $i = 0;\n  map { $max[$_->[1]] = $_->[0] if $_->[0] > ($max[$_->[1]] || 0) }\n    (map {[length $_, $i++]} split($delim));\n}\nclose F;\n\nprint STDERR 'Field width:   ', join(', ', @max), \"\\n\";\nprint STDERR join(' ', map {'-' x $_} @max);\n\n# second pass\nopen F, \"<$ARGV[0]\" or die;\nwhile(<F>)\n  {\n  chomp;\n  $i = 0;\n  map { printf(\"%-$max[$_->[1]]s \", $_->[0]) }\n    (map {[$_, $i++]} split($delim));\n  print \"\\n\";\n}\nclose F;\n"
  },
  {
    "path": "utils/tests/php.php",
    "content": "<?php\nrequire_once($GLOBALS['g_campsiteDir']. \"/$ADMIN_DIR/country/common.php\");\nrequire_once($GLOBALS['g_campsiteDir']. \"/classes/SimplePager.php\");\ncamp_load_translation_strings(\"api\");\n\n$f_country_language_selected = camp_session_get('f_language_selected', '');\n$f_country_offset = camp_session_get('f_country_offset', 0);\nif (empty($f_country_language_selected)) {\n\t$f_country_language_selected = null;\n}\n$ItemsPerPage = 20;\n$languages = Language::GetLanguages(null, null, null, array(), array(), true);\n$numCountries = Country::GetNumCountries($f_country_language_selected);\n\n$pager = new SimplePager($numCountries, $ItemsPerPage, \"index.php?\");\n\n$crumbs = array();\n$crumbs[] = array(getGS(\"Configure\"), \"\");\n$crumbs[] = array(getGS(\"Countries\"), \"\");\necho camp_html_breadcrumbs($crumbs);\n\n?>\n\n<?php  if ($g_user->hasPermission(\"ManageCountries\")) { ?>\n<table BORDER=\"0\" CELLSPACING=\"0\" CELLPADDING=\"1\">\n    <tr>\n        <td><a href=\"add.php\"><?php putGS(\"Add new\"); ?></a></td>\n    </tr>\n</table>\n"
  },
  {
    "path": "utils/tests/python.py",
    "content": "# test python (sample from offlineimap)\n\nclass ExitNotifyThread(Thread):\n    \"\"\"This class is designed to alert a \"monitor\" to the fact that a thread has\n    exited and to provide for the ability for it to find out why.\"\"\"\n    def run(self):\n        global exitthreads, profiledir\n        self.threadid = thread.get_ident()\n        try:\n            if not profiledir:          # normal case\n                Thread.run(self)\n            else:\n                try:\n                    import cProfile as profile\n                except ImportError:\n                    import profile\n                prof = profile.Profile()\n                try:\n                    prof = prof.runctx(\"Thread.run(self)\", globals(), locals())\n                except SystemExit:\n                    pass\n                prof.dump_stats( \\\n                            profiledir + \"/\" + str(self.threadid) + \"_\" + \\\n                            self.getName() + \".prof\")\n        except:\n            self.setExitCause('EXCEPTION')\n            if sys:\n                self.setExitException(sys.exc_info()[1])\n                tb = traceback.format_exc()\n                self.setExitStackTrace(tb)\n        else:\n            self.setExitCause('NORMAL')\n        if not hasattr(self, 'exitmessage'):\n            self.setExitMessage(None)\n\n        if exitthreads:\n            exitthreads.put(self, True)\n\n    def setExitCause(self, cause):\n        self.exitcause = cause\n    def getExitCause(self):\n        \"\"\"Returns the cause of the exit, one of:\n        'EXCEPTION' -- the thread aborted because of an exception\n        'NORMAL' -- normal termination.\"\"\"\n        return self.exitcause\n    def setExitException(self, exc):\n        self.exitexception = exc\n    def getExitException(self):\n        \"\"\"If getExitCause() is 'EXCEPTION', holds the value from\n        sys.exc_info()[1] for this exception.\"\"\"\n        return self.exitexception\n    def setExitStackTrace(self, st):\n        self.exitstacktrace = st\n    def getExitStackTrace(self):\n        \"\"\"If getExitCause() is 'EXCEPTION', returns a string representing\n        the stack trace for this exception.\"\"\"\n        return self.exitstacktrace\n    def setExitMessage(self, msg):\n        \"\"\"Sets the exit message to be fetched by a subsequent call to\n        getExitMessage.  This message may be any object or type except\n        None.\"\"\"\n        self.exitmessage = msg\n    def getExitMessage(self):\n        \"\"\"For any exit cause, returns the message previously set by\n        a call to setExitMessage(), or None if there was no such message\n        set.\"\"\"\n        return self.exitmessage\n"
  },
  {
    "path": "utils/tests/ruby.rb",
    "content": "# ruby test file ruby.rb\n\ninclude Enumerable\n\ndef initialize(rbconfig)\n@rbconfig = rbconfig\n@no_harm = false\nend\n\ndef load_savefile\nbegin\n    File.foreach(savefile()) do |line|\n    k, v = *line.split(/=/, 2)\n    self[k] = v.strip\n    end\nrescue Errno::ENOENT\n    setup_rb_error $!.message + \"\\n#{File.basename($0)} config first\"\nend\nend\n\nif c['rubylibdir']\n    # V > 1.6.3\n    libruby         = \"#{c['prefix']}/lib/ruby\"\n    siterubyverarch = c['sitearchdir']\nend\nparameterize = lambda {|path|\n    path.sub(/\\A#{Regexp.quote(c['prefix'])}/, '$prefix')\n}\n\nif arg = c['configure_args'].split.detect {|arg| /--with-make-prog=/ =~ arg }\n    makeprog = arg.sub(/'/, '').split(/=/, 2)[1]\nelse\n    makeprog = 'make'\nend\n\ndef setup_rb_error(msg)\n  raise SetupError, msg\nend\n\nif $0 == __FILE__\n  begin\n    ToplevelInstaller.invoke\n  rescue SetupError\n    raise if $DEBUG\n    $stderr.puts $!.message\n    $stderr.puts \"Try 'ruby #{$0} --help' for detailed usage.\"\n    exit 1\n  end\nend\n"
  },
  {
    "path": "utils/tests/shell.sh",
    "content": "#!/bin/bash\n\ncd $ROOT_DIR\nDOT_FILES=\"lastpass weechat ssh Xauthority\"\nfor dotfile in $DOT_FILES; do conform_link \"$DATA_DIR/$dotfile\" \".$dotfile\"; done\n\n# }}}\n# crontab update from file {{{\n# TODO: refactor with suffix variables (or common cron values)\n\ncase \"$PLATFORM\" in\n\tlinux)\n        #conform_link \"$CONF_DIR/shell/zshenv\" \".zshenv\"\n        crontab -l > $ROOT_DIR/tmp/crontab-conflict-arch\n        cd $ROOT_DIR/$CONF_DIR/cron\n        if [[ \"$(diff ~/tmp/crontab-conflict-arch crontab-current-arch)\" == \"\" \n            ]];\n            then # no difference with current backup\n                logger \"$LOG_PREFIX: crontab live settings match stored \"\\\n                    \"settings; no restore required\"\n                rm ~/tmp/crontab-conflict-arch\n            else # current crontab settings in file do not match live settings\n                crontab $ROOT_DIR/$CONF_DIR/cron/crontab-current-arch\n                logger \"$LOG_PREFIX: crontab stored settings conflict with \"\\\n                    \"live settings; stored settings restored. \"\\\n                    \"Previous settings recorded in ~/tmp/crontab-conflict-arch.\"\n        fi \n    ;;\n\n"
  },
  {
    "path": "utils/tests/tex.tex",
    "content": "% Time-stamp: <2004/04/06, 16:46:43 (EST), maverick, test.tex>\n\\subsection{Strict diagonal-dominance}\nSuppose we are given a matrix $A=L+D$, where $L$ is a Laplacian and\n$D$ is a nonnegative diagonal matrix, for which we seek to construct a\npreconditioner.\n \nWe may construct a Support Tree Preconditioner, $B =\n\\begin{pmatrix} T & U\\\\U\\TT & W\\end{pmatrix}$ for $L$ and to use $B'\n=\\begin{pmatrix} T & U \\\\U\\TT & W+D\\end{pmatrix}$ as a preconditioner\nfor $A$.  If we let $Q = W - U\\TT T\\IV U$, by Lemma~\\ref{lem:stcg} it\nsuffices to bound $\\sigma(A/Q+D)$ and $\\sigma(Q+D/A)$.\n\n\\begin{proposition}\\label{prop:XZ-YZ}\nIf $X$, $Y$, and $Z$ are spsd matrices of the same size then \n$\\sigma(X+Z/Y+Z) \\leq \\max\\{\\sigma(X/Y),\\, 1\\}$.\n\\end{proposition}\n\n\\Proof We have $\\sigma(X+Z/Y+Z) = \n\\min\\{\\tau \\mid \\forall\\vv{x},\\, \\tau\\cdot \\vv{x}\\TT (Y+Z)\\vv{x} \\geq\n       \\vv{x}\\TT(X+Z)\\vv{x}\\} = \n\\min\\{\\tau \\mid \\forall\\vv{x},\\, (\\tau-1)\\cdot \\vv{x}\\TT Z\\vv{x} + \n      \\tau \\cdot\\vv{x}\\TT Y\\vv{x} \\geq \\vv{x}\\TT X\\vv{x}\\} \\leq \n\\max\\{1,\\,\\sigma(X/Y)\\}$.\\QED\n\n"
  },
  {
    "path": "utils/vimorg-text",
    "content": "Solarized\n=========\n\nsummary\n-------\n\nBeautiful dual light/dark, selective contrast, GUI/256/16 colorscheme\n\ndetailed description\n--------------------\n\nScreenshots and details at http://ethanschoonover.com/solarized (includes Solarized for other applications including mutt, terminal emulators).\n\nCan also be cloned from github at https://github.com/altercation/vim-colors-solarized for use with Pathogen, Vundle, etc.\n\n* * *\n\nSolarized is a beautiful, carefully designed 16 color, selective contrast colorscheme with both *light* and *dark* modes. It supports GUI full color, 256 color terminal mode and 16 color terminal mode (use Solarized terminal colorschemes with the latter for optimal results; see project homepage above).\n\nIt has been built on a foundation of eight monotones with precise CIELAB lightness relations. These monotones relations are symmetric, allowing for use in light and dark modes with identical readability.\n\nInstall details\n---------------\n\nSee the README in the script download for installation details and utility scripts for your .vimrc.\n\nFor the impatient without customized vim setups: drop solarized.vim into your ~/.vim/colors directory.\n\n"
  },
  {
    "path": "utils/vimscreenshots.applescript",
    "content": "set fontList to {{\"LetterGothicMono\\\\ Light:h18\", \"lettergothic18\"}, {\"LetterGothicMono\\\\ Light:h14\", \"lettergothic14\"}, {\"Andale\\\\ Mono:h14\", \"andalemono14\"}, {\"Monaco:h14\", \"monaco14\"}, {\"DejaVu\\\\ Sans\\\\ Mono:h18\", \"dejavusans18\"}, {\"DejaVu\\\\ Sans\\\\ Mono:h14\", \"dejavusans14\"}, {\"SkyHook\\\\ Mono:h14\", \"skyhookmono14\"}, {\"Terminus\\\\ Medium:h20\", \"terminus20\"}, {\"Terminus\\\\ Medium:h12\", \"terminus12\"}}\n\nset fileSuffixes to {\"-light\", \"-dark\"}\n\ntell application \"MacVim\"\n\t--set thisSize to bounds of first window\nend tell\n\nset TestFolder to choose folder\ntell application \"System Events\"\n\tset TestFileNames to the name of every item of TestFolder whose name does not start with \".\"\nend tell\n\ntell application \"MacVim\"\n\tactivate\n\tdelay 1\n\tmy do_menu(\"MacVim\", \"File\", \"Close Window\")\n\tdelay 1\n\tmy do_menu(\"MacVim\", \"File\", \"New Window\")\n\tdelay 1\n\ttell application \"System Events\"\n\t\tkeystroke \":set lines=30 | set columns=87 | set guifont=LetterGothicMono\\\\ Light:h18 | set guioptions-=Tm | set showtabline=0 | set transparency=0\" & return\n\tend tell\n\tdelay 1\n\ttell application \"Finder\"\n\t\tset screenResolution to bounds of window of desktop\n\t\tset screenWidth to (item 3 of screenResolution)\n\t\tset screenHeight to (item 4 of screenResolution)\n\tend tell\n\t\n\trepeat with t from 1 to number of items in fontList\n\t\tset fontCommand to item 1 of item t of fontList\n\t\tset fontDirectory to item 2 of item t of fontList\n\t\tset tmpDir to ((POSIX path of (path to desktop)) as string) & fontDirectory\n\t\ttry\n\t\t\tdo shell script \"mkdir \" & tmpDir\n\t\tend try\n\t\ttry\n\t\t\tdo shell script \"rm \" & tmpDir & \"/index.html\"\n\t\tend try\n\t\tdo shell script \"echo \\\"<h1>\" & fontDirectory & \"</h1>\\\" >> \" & tmpDir & \"/index.html\"\n\t\trepeat with i from 1 to number of items in TestFileNames\n\t\t\tset ThisFileName to item i of TestFileNames\n\t\t\tset ThisBaseFileName to (text 1 thru ((offset of \".\" in ThisFileName) - 1) of ThisFileName) as string\n\t\t\tdo shell script \"echo \\\"<p><a href='#\" & ThisBaseFileName & \"'>\" & ThisBaseFileName & \"</a>\\\" >> \" & tmpDir & \"/index.html\"\n\t\tend repeat\n\t\ttell application \"System Events\" to keystroke \":set guifont=\" & fontCommand & return\n\t\tdelay 2\n\t\ttell application \"System Events\"\n\t\t\tset proc to (name of first process whose frontmost is true)\n\t\t\ttell window 1 of process proc\n\t\t\t\t-- get window initial position\n\t\t\t\tcopy position to {ini_x, ini_y}\n\t\t\t\tcopy size to {windowWidth, windowHeight}\n\t\t\t\tset chromeHeight to 24\n\t\t\t\t-- center window because the sips crop command automatically centers the cropped area in the image\n\t\t\t\tset windowPosX to ((screenWidth - windowWidth) / 2) as integer\n\t\t\t\tset windowPosY to (((screenHeight - windowHeight) / 2) - chromeHeight / 2) as integer\n\t\t\t\tset position to {windowPosX, windowPosY}\n\t\t\tend tell\n\t\tend tell\n\t\tdelay 0.5\n\t\trepeat with i from 1 to number of items in TestFileNames\n\t\t\tset ThisFileName to item i of TestFileNames\n\t\t\tset ThisBaseFileName to (text 1 thru ((offset of \".\" in ThisFileName) - 1) of ThisFileName) as string\n\t\t\topen POSIX path of TestFolder & ThisFileName\n\t\t\tdelay 0.5\n\t\t\tset tmpBaseFileName to \"screen-\" & ThisBaseFileName\n\t\t\tset tmpPath to (tmpDir & \"/\" & tmpBaseFileName)\n\t\t\t--set tmpPath to quoted form of tmpPath\n\t\t\tdo shell script \"echo \\\"<h2 id='\" & ThisBaseFileName & \"'>\" & ThisBaseFileName & \"</h2>\\\" >> \" & tmpDir & \"/index.html\"\n\t\t\trepeat with fileSuffix in fileSuffixes\n\t\t\t\tset tmpFileName to tmpPath & fileSuffix & \".png\"\n\t\t\t\tset tmpThumbName to tmpPath & fileSuffix & \"-th.png\"\n\t\t\t\tset captureCommand to \"screencapture\" & space & \"-x\" & space & tmpFileName\n\t\t\t\tset convertBaseCommand to \"/usr/local/bin/convert \" & tmpFileName & \" -crop \" & windowWidth & \"x\" & windowHeight & \"+\" & windowPosX & \"+\" & windowPosY\n\t\t\t\t-- +dither turns *off* dithering\n\t\t\t\tset thumbCommand to convertBaseCommand & \" -thumbnail 20% -unsharp 0x.5 +dither -depth 8 -colors 256 -strip \" & tmpThumbName\n\t\t\t\tset cropCommand to convertBaseCommand & \" +dither -depth 8 -colors 256 -strip \" & tmpFileName\n\t\t\t\tdo shell script captureCommand\n\t\t\t\tdelay 0.5\n\t\t\t\tdo shell script thumbCommand\n\t\t\t\tdo shell script cropCommand\n\t\t\t\tdo shell script \"echo \\\"<p><img src='\" & tmpBaseFileName & fileSuffix & \".png'>\\\" >> \" & tmpDir & \"/index.html\"\n\t\t\t\ttell application \"System Events\" to keystroke \":Togbg\" & return\n\t\t\t\tdelay 0.5\n\t\t\tend repeat\n\t\tend repeat\n\tend repeat\n\t\nend tell\n\non do_menu(app_name, menu_name, menu_item)\n\ttry\n\t\t-- bring the target application to the front\n\t\ttell application app_name\n\t\t\tactivate\n\t\tend tell\n\t\ttell application \"System Events\"\n\t\t\ttell process app_name\n\t\t\t\ttell menu bar 1\n\t\t\t\t\ttell menu bar item menu_name\n\t\t\t\t\t\ttell menu menu_name\n\t\t\t\t\t\t\tclick menu item menu_item\n\t\t\t\t\t\tend tell\n\t\t\t\t\tend tell\n\t\t\t\tend tell\n\t\t\tend tell\n\t\tend tell\n\t\treturn true\n\ton error error_message\n\t\treturn false\n\tend try\nend do_menu"
  },
  {
    "path": "vim-colors-solarized/README.mkd",
    "content": "---\nTitle: Solarized Colorscheme for Vim\nDescription: Precision colors for machines and people\nAuthor: Ethan Schoonover\nColors: light yellow\nCreated:  2011 Mar 15\nModified: 2011 Apr 16\n\n---\n\nSolarized Colorscheme for Vim\n=============================\n\nDeveloped by Ethan Schoonover <es@ethanschoonover.com>\n\nVisit the [Solarized homepage]\n------------------------------\n\nSee the [Solarized homepage] for screenshots,\ndetails and colorscheme versions for Vim, Mutt, popular terminal emulators and\nother applications.\n\nScreenshots\n-----------\n\n![solarized dark](https://github.com/altercation/solarized/raw/master/img/solarized-vim.png)\n\nDownloads\n---------\n\nIf you have come across this colorscheme via the [Vim-only repository] on\ngithub, or the [vim.org script] page see the link above to the Solarized\nhomepage or visit the main [Solarized repository].\n\nThe [Vim-only repository] is kept in sync with the main [Solarized repository]\nand is for installation convenience only (with [Pathogen] or [Vundle], for\ninstance).  Issues, bug reports, changelogs are centralized at the main\n[Solarized repository].\n\n[Solarized homepage]:   http://ethanschoonover.com/solarized\n[Solarized repository]: https://github.com/altercation/solarized\n[Vim-only repository]:  https://github.com/altercation/vim-colors-solarized\n[vimorg-script]:        http://vim.org/script\n[Pathogen]:             https://github.com/tpope/vim-pathogen\n[Vundle]:               https://github.com/gmarik/vundle\n\nInstallation\n------------\n\n### Option 1: Manual installation\n\n1.  Move `solarized.vim` to your `.vim/colors` directory. After downloading the\n    vim script or package:\n\n        $ cd vim-colors-solarized/colors\n        $ mv solarized.vim ~/.vim/colors/\n\n### Option 2: Pathogen installation ***(recommended)***\n\n1.  Download and install Tim Pope's [Pathogen].\n\n2.  Next, move or clone the `vim-colors-solarized` directory so that it is\n    a subdirectory of the `.vim/bundle` directory.\n\n    a. **Clone:**\n\n            $ cd ~/.vim/bundle\n            $ git clone git://github.com/altercation/vim-colors-solarized.git\n\n    b. **Move:**\n\n        In the parent directory of vim-colors-solarized:\n\n            $ mv vim-colors-solarized ~/.vim/bundle/\n\n### Modify .vimrc\n\nAfter either Option 1 or Option 2 above, put the following two lines in your\n.vimrc:\n\n    syntax enable\n    set background=dark\n    colorscheme solarized\n\nor, for the light background mode of Solarized:\n\n    syntax enable\n    set background=light\n    colorscheme solarized\n\nI like to have a different background in GUI and terminal modes, so I can use\nthe following if-then. However, I find vim's background autodetection to be\npretty good and, at least with MacVim, I can leave this background value\nassignment out entirely and get the same results.\n\n    if has('gui_running')\n        set background=light\n    else\n        set background=dark\n    endif\n\nSee the [Solarized homepage] for screenshots which will help you\nselect either the light or dark background.\n\n### IMPORTANT NOTE FOR TERMINAL USERS:\n\nIf you are going to use Solarized in Terminal mode (i.e. not in a GUI version\nlike gvim or macvim), **please please please** consider setting your terminal\nemulator's colorscheme to use the Solarized palette. I've included palettes\nfor some popular terminal emulator as well as Xresources in the official\nSolarized download available from [Solarized homepage]. If you use\nSolarized *without* these colors, Solarized will need to be told to degrade its\ncolorscheme to a set compatible with the limited 256 terminal palette (whereas\nby using the terminal's 16 ansi color values, you can set the correct, specific\nvalues for the Solarized palette).\n\nIf you do use the custom terminal colors, solarized.vim should work out of the\nbox for you. If you are using a terminal emulator that supports 256 colors and\ndon't want to use the custom Solarized terminal colors, you will need to use\nthe degraded 256 colorscheme. To do so, simply add the following line *before*\nthe `colorscheme solarized` line:\n\n    let g:solarized_termcolors=256\n\nAgain, I recommend just changing your terminal colors to Solarized values\neither manually or via one of the many terminal schemes available for import.\n\nAdvanced Configuration\n----------------------\n\nSolarized will work out of the box with just the two lines specified above but\ndoes include several other options that can be set in your .vimrc file.\n\nSet these in your vimrc file prior to calling the colorscheme.\n```\n    option name               default     optional\n    ------------------------------------------------\n    g:solarized_termcolors=   16      |   256\n    g:solarized_termtrans =   0       |   1\n    g:solarized_degrade   =   0       |   1\n    g:solarized_bold      =   1       |   0\n    g:solarized_underline =   1       |   0\n    g:solarized_italic    =   1       |   0\n    g:solarized_contrast  =   \"normal\"|   \"high\" or \"low\"\n    g:solarized_visibility=   \"normal\"|   \"high\" or \"low\"\n    ------------------------------------------------\n```\n\n### Option Details\n\n*   g:solarized_termcolors\n\n    This is set to *16* by default, meaning that Solarized will attempt to use\n    the standard 16 colors of your terminal emulator. You will need to set\n    those colors to the correct Solarized values either manually or by\n    importing one of the many colorscheme available for popular terminal\n    emulators and Xresources.\n\n*   g:solarized_termtrans\n\n    If you use a terminal emulator with a transparent background and Solarized\n    isn't displaying the background color transparently, set this to 1 and\n    Solarized will use the default (transparent) background of the terminal\n    emulator. *urxvt* required this in my testing; iTerm2 did not.\n\n    Note that on Mac OS X Terminal.app, solarized_termtrans is set to 1 by\n    default as this is almost always the best option. The only exception to\n    this is if the working terminfo file supports 256 colors (xterm-256color).\n\n*   g:solarized_degrade\n\n    For test purposes only; forces Solarized to use the 256 degraded color mode\n    to test the approximate color values for accuracy.\n\n*   g:solarized_bold | g:solarized_underline | g:solarized_italic\n\n    If you wish to stop Solarized from displaying bold, underlined or\n    italicized typefaces, simply assign a zero value to the appropriate\n    variable, for example: `let g:solarized_italic=0`\n\n*   g:solarized_contrast\n\n    Stick with normal! It's been carefully tested. Setting this option to high\n    or low does use the same Solarized palette but simply shifts some values up\n    or down in order to expand or compress the tonal range displayed.\n\n*   g:solarized_visibility\n\n    Special characters such as trailing whitespace, tabs, newlines, when\n    displayed using `:set list` can be set to one of three levels depending on\n    your needs. Default value is `normal` with `high` and `low` options.\n\nToggle Background Function\n--------------------------\n\nSolarized comes with a Toggle Background plugin that by default will map to\n<F5> if that mapping is available. If it is not available you will need to\neither map the function manually or change your current <F5> mapping to\nsomething else.\n\nTo set your own mapping in your .vimrc file, simply add the following line to\nsupport normal, insert and visual mode usage, changing the \"<F5>\" value to the\nkey or key combination you wish to use:\n\n    call togglebg#map(\"<F5>\")\n\nNote that you'll want to use a single function key or equivalent if you want\nthe plugin to work in all modes (normal, insert, visual).\n\nCode Notes\n----------\n\nUse folding to view the `solarized.vim` script with `foldmethod=marker` turned\non.\n\nI have attempted to modularize the creation of Vim colorschemes in this script\nand, while it could be refactored further, it should be a good foundation for\nthe creation of any color scheme. By simply changing the sixteen values in the\nGUI section and testing in gvim (or mvim) you can rapidly prototype new\ncolorschemes without diving into the weeds of line-item editing each syntax\nhighlight declaration.\n\nThe Values\n----------\n\nL\\*a\\*b values are canonical (White D65, Reference D50), other values are\nmatched in sRGB space.\n\n    SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n    --------- ------- ---- -------  ----------- ---------- ----------- -----------\n    base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n    base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n    base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n    base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n    base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n    base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n    base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n    base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n    yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n    orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n    red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n    magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n    violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n    blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n    cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n    green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n\nLicense\n-------\nCopyright (c) 2011 Ethan Schoonover\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "vim-colors-solarized/autoload/togglebg.vim",
    "content": "\" Toggle Background\n\" Modified:     2011 Apr 29\n\" Maintainer:   Ethan Schoonover\n\" License:      OSI approved MIT license\n\nif exists(\"g:loaded_togglebg\")\n    finish\nendif\nlet g:loaded_togglebg = 1\n\n\" noremap is a bit misleading here if you are unused to vim mapping.\n\" in fact, there is remapping, but only of script locally defined remaps, in \n\" this case <SID>TogBG. The <script> argument modifies the noremap scope in \n\" this regard (and the noremenu below).\nnnoremap <unique> <script> <Plug>ToggleBackground <SID>TogBG\ninoremap <unique> <script> <Plug>ToggleBackground <ESC><SID>TogBG<ESC>a\nvnoremap <unique> <script> <Plug>ToggleBackground <ESC><SID>TogBG<ESC>gv\nnnoremenu <script> Window.Toggle\\ Background <SID>TogBG\ninoremenu <script> Window.Toggle\\ Background <ESC><SID>TogBG<ESC>a\nvnoremenu <script> Window.Toggle\\ Background <ESC><SID>TogBG<ESC>gv\ntmenu Window.Toggle\\ Background Toggle light and dark background modes\nnnoremenu <script> ToolBar.togglebg <SID>TogBG\ninoremenu <script> ToolBar.togglebg <ESC><SID>TogBG<ESC>a\nvnoremenu <script> ToolBar.togglebg <ESC><SID>TogBG<ESC>gv\ntmenu ToolBar.togglebg Toggle light and dark background modes\nnoremap <SID>TogBG  :call <SID>TogBG()<CR>\n\nfunction! s:TogBG()\n    let &background = ( &background == \"dark\"? \"light\" : \"dark\" )\n    if exists(\"g:colors_name\")\n        exe \"colorscheme \" . g:colors_name\n    endif\nendfunction\n\nif !exists(\":ToggleBG\")\n    command ToggleBG :call s:TogBG()\nendif\n\nfunction! ToggleBackground()\n    echo \"Please update your ToggleBackground mapping. ':help togglebg' for information.\"\nendfunction\n\nfunction! togglebg#map(mapActivation)\n    try\n        exe \"silent! nmap <unique> \".a:mapActivation.\" <Plug>ToggleBackground\"\n        exe \"silent! imap <unique> \".a:mapActivation.\" <Plug>ToggleBackground\"\n        exe \"silent! vmap <unique> \".a:mapActivation.\" <Plug>ToggleBackground\"\n    finally\n        return 0\n    endtry\nendfunction\n\nif !exists(\"no_plugin_maps\") && !hasmapto('<Plug>ToggleBackground')\n    call togglebg#map(\"<F5>\")\nendif\n"
  },
  {
    "path": "vim-colors-solarized/colors/solarized.vim",
    "content": "\" Name:     Solarized vim colorscheme\n\" Author:   Ethan Schoonover <es@ethanschoonover.com>\n\" URL:      http://ethanschoonover.com/solarized\n\"           (see this url for latest release & screenshots)\n\" License:  OSI approved MIT license (see end of this file)\n\" Created:  In the middle of the night\n\" Modified: 2011 May 05\n\"\n\" Usage \"{{{\n\"\n\" ---------------------------------------------------------------------\n\" ABOUT:\n\" ---------------------------------------------------------------------\n\" Solarized is a carefully designed selective contrast colorscheme with dual\n\" light and dark modes that runs in both GUI, 256 and 16 color modes.\n\"\n\" See the homepage above for screenshots and details.\n\"\n\" ---------------------------------------------------------------------\n\" OPTIONS:\n\" ---------------------------------------------------------------------\n\" See the \"solarized.txt\" help file included with this colorscheme (in the \n\" \"doc\" subdirectory) for information on options, usage, the Toggle Background \n\" function and more. If you have already installed Solarized, this is available \n\" from the Solarized menu and command line as \":help solarized\"\n\"\n\" ---------------------------------------------------------------------\n\" INSTALLATION:\n\" ---------------------------------------------------------------------\n\" Two options for installation: manual or pathogen\n\"\n\" MANUAL INSTALLATION OPTION:\n\" ---------------------------------------------------------------------\n\"\n\" 1.  Download the solarized distribution (available on the homepage above)\n\"     and unarchive the file.\n\" 2.  Move `solarized.vim` to your `.vim/colors` directory.\n\" 3.  Move each of the files in each subdirectories to the corresponding .vim\n\"     subdirectory (e.g. autoload/togglebg.vim goes into your .vim/autoload \n\"     directory as .vim/autoload/togglebg.vim).\n\"\n\" RECOMMENDED PATHOGEN INSTALLATION OPTION:\n\" ---------------------------------------------------------------------\n\"\n\" 1.  Download and install Tim Pope's Pathogen from:\n\"     https://github.com/tpope/vim-pathogen\n\"\n\" 2.  Next, move or clone the `vim-colors-solarized` directory so that it is\n\"     a subdirectory of the `.vim/bundle` directory.\n\"\n\"     a. **clone with git:**\n\"\n\"       $ cd ~/.vim/bundle\n\"       $ git clone git://github.com/altercation/vim-colors-solarized.git\n\"\n\"     b. **or move manually into the pathogen bundle directory:**\n\"         In the parent directory of vim-colors-solarized:\n\"\n\"         $ mv vim-colors-solarized ~/.vim/bundle/\n\"\n\" MODIFY VIMRC:\n\"\n\" After either Option 1 or Option 2 above, put the following two lines in your\n\" .vimrc:\n\"\n\"     syntax enable\n\"     set background=dark\n\"     colorscheme solarized\n\"\n\" or, for the light background mode of Solarized:\n\"\n\"     syntax enable\n\"     set background=light\n\"     colorscheme solarized\n\"\n\" I like to have a different background in GUI and terminal modes, so I can use\n\" the following if-then. However, I find vim's background autodetection to be\n\" pretty good and, at least with MacVim, I can leave this background value\n\" assignment out entirely and get the same results.\n\"\n\"     if has('gui_running')\n\"       set background=light\n\"     else\n\"       set background=dark\n\"     endif\n\"\n\" See the Solarized homepage at http://ethanschoonover.com/solarized for\n\" screenshots which will help you select either the light or dark background.\n\"\n\" ---------------------------------------------------------------------\n\" COLOR VALUES\n\" ---------------------------------------------------------------------\n\" Download palettes and files from: http://ethanschoonover.com/solarized\n\"\n\" L\\*a\\*b values are canonical (White D65, Reference D50), other values are\n\" matched in sRGB space.\n\"\n\" SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      sRGB        HSB\n\" --------- ------- ---- -------  ----------- ---------- ----------- -----------\n\" base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21\n\" base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26\n\" base01    #586e75 10/7 brgreen  240 #4e4e4e 45 -07 -07  88 110 117 194  25  46\n\" base00    #657b83 11/7 bryellow 241 #585858 50 -07 -07 101 123 131 195  23  51\n\" base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59\n\" base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63\n\" base2     #eee8d5  7/7 white    254 #d7d7af 92 -00  10 238 232 213  44  11  93\n\" base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99\n\" yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71\n\" orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80\n\" red       #dc322f  1/1 red      160 #d70000 50  65  45 220  50  47   1  79  86\n\" magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83\n\" violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77\n\" blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82\n\" cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63\n\" green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60\n\"\n\" ---------------------------------------------------------------------\n\" COLORSCHEME HACKING\n\" ---------------------------------------------------------------------\n\"\n\" Useful commands for testing colorschemes:\n\" :source $VIMRUNTIME/syntax/hitest.vim\n\" :help highlight-groups\n\" :help cterm-colors\n\" :help group-name\n\"\n\" Useful links for developing colorschemes:\n\" http://www.vim.org/scripts/script.php?script_id=2937\n\" http://vimcasts.org/episodes/creating-colorschemes-for-vim/\n\" http://www.frexx.de/xterm-256-notes/\"\n\"\n\" }}}\n\" Environment Specific Overrides \"{{{\n\" Allow or disallow certain features based on current terminal emulator or \n\" environment.\n\n\" Terminals that support italics\nlet s:terms_italic=[\n            \\\"rxvt\",\n            \\\"gnome-terminal\"\n            \\]\n\" For reference only, terminals are known to be incomptible.\n\" Terminals that are in neither list need to be tested.\nlet s:terms_noitalic=[\n            \\\"iTerm.app\",\n            \\\"Apple_Terminal\"\n            \\]\nif has(\"gui_running\")\n    let s:terminal_italic=1 \" TODO: could refactor to not require this at all\nelse\n    let s:terminal_italic=0 \" terminals will be guilty until proven compatible\n    for term in s:terms_italic\n        if $TERM_PROGRAM =~ term\n            let s:terminal_italic=1\n        endif\n    endfor\nendif\n\n\" }}}\n\" Default option values\"{{{\n\" ---------------------------------------------------------------------\n\" s:options_list is used to autogenerate a list of all non-default options \n\" using \"call SolarizedOptions()\" or with the \"Generate .vimrc commands\" \n\" Solarized menu option. See the \"Menus\" section below for the function itself.\nlet s:options_list=[\n            \\'\" this block of commands has been autogenerated by solarized.vim and',\n            \\'\" includes the current, non-default Solarized option values.',\n            \\'\" To use, place these commands in your .vimrc file (replacing any',\n            \\'\" existing colorscheme commands). See also \":help solarized\"',\n            \\'',\n            \\'\" ------------------------------------------------------------------',\n            \\'\" Solarized Colorscheme Config',\n            \\'\" ------------------------------------------------------------------',\n            \\]\nlet s:colorscheme_list=[\n            \\'syntax enable',\n            \\'set background='.&background,\n            \\'colorscheme solarized',\n            \\]\nlet s:defaults_list=[\n            \\'\" ------------------------------------------------------------------',\n            \\'',\n            \\'\" The following items are available options, but do not need to be',\n            \\'\" included in your .vimrc as they are currently set to their defaults.',\n            \\''\n            \\]\nlet s:lazycat_list=[\n            \\'\" lazy method of appending this onto your .vimrc \":w! >> ~/.vimrc\"',\n            \\'\" ------------------------------------------------------------------',\n            \\]\n\nfunction! s:SetOption(name,default)\n    if type(a:default) == type(0)\n        let l:wrap=''\n        let l:ewrap=''\n    else\n        let l:wrap='\"'\n        let l:ewrap='\\\"'\n    endif\n    if !exists(\"g:solarized_\".a:name) || g:solarized_{a:name}==a:default\n        exe 'let g:solarized_'.a:name.'='.l:wrap.a:default.l:wrap.'\"'\n        exe 'call add(s:defaults_list, \"\\\" let g:solarized_'.a:name.'='.l:ewrap.g:solarized_{a:name}.l:ewrap.'\")'\n    else\n        exe 'call add(s:options_list,  \"let g:solarized_'.a:name.'='.l:ewrap.g:solarized_{a:name}.l:ewrap.'    \\\"default value is '.a:default.'\")'\n    endif\nendfunction\n\nif ($TERM_PROGRAM ==? \"apple_terminal\" && &t_Co < 256)\n    let s:solarized_termtrans_default = 1\nelse\n    let s:solarized_termtrans_default = 0\nendif\ncall s:SetOption(\"termtrans\",s:solarized_termtrans_default)\ncall s:SetOption(\"degrade\",0)\ncall s:SetOption(\"bold\",1)\ncall s:SetOption(\"underline\",1)\ncall s:SetOption(\"italic\",1) \" note that we need to override this later if the terminal doesn't support\ncall s:SetOption(\"termcolors\",16)\ncall s:SetOption(\"contrast\",\"normal\")\ncall s:SetOption(\"visibility\",\"normal\")\ncall s:SetOption(\"diffmode\",\"normal\")\ncall s:SetOption(\"hitrail\",0)\ncall s:SetOption(\"menu\",1)\n\n\"}}}\n\" Colorscheme initialization \"{{{\n\" ---------------------------------------------------------------------\nhi clear\nif exists(\"syntax_on\")\n  syntax reset\nendif\nlet colors_name = \"solarized\"\n\n\"}}}\n\" GUI & CSApprox hexadecimal palettes\"{{{\n\" ---------------------------------------------------------------------\n\"\n\" Set both gui and terminal color values in separate conditional statements\n\" Due to possibility that CSApprox is running (though I suppose we could just\n\" leave the hex values out entirely in that case and include only cterm colors)\n\" We also check to see if user has set solarized (force use of the\n\" neutral gray monotone palette component)\nif (has(\"gui_running\") && g:solarized_degrade == 0)\n    let s:vmode       = \"gui\"\n    let s:base03      = \"#002b36\"\n    let s:base02      = \"#073642\"\n    let s:base01      = \"#586e75\"\n    let s:base00      = \"#657b83\"\n    let s:base0       = \"#839496\"\n    let s:base1       = \"#93a1a1\"\n    let s:base2       = \"#eee8d5\"\n    let s:base3       = \"#fdf6e3\"\n    let s:yellow      = \"#b58900\"\n    let s:orange      = \"#cb4b16\"\n    let s:red         = \"#dc322f\"\n    let s:magenta     = \"#d33682\"\n    let s:violet      = \"#6c71c4\"\n    let s:blue        = \"#268bd2\"\n    let s:cyan        = \"#2aa198\"\n    \"let s:green       = \"#859900\" \"original\n    let s:green       = \"#719e07\" \"experimental\nelseif (has(\"gui_running\") && g:solarized_degrade == 1)\n    \" These colors are identical to the 256 color mode. They may be viewed\n    \" while in gui mode via \"let g:solarized_degrade=1\", though this is not\n    \" recommened and is for testing only.\n    let s:vmode       = \"gui\"\n    let s:base03      = \"#1c1c1c\"\n    let s:base02      = \"#262626\"\n    let s:base01      = \"#4e4e4e\"\n    let s:base00      = \"#585858\"\n    let s:base0       = \"#808080\"\n    let s:base1       = \"#8a8a8a\"\n    let s:base2       = \"#d7d7af\"\n    let s:base3       = \"#ffffd7\"\n    let s:yellow      = \"#af8700\"\n    let s:orange      = \"#d75f00\"\n    let s:red         = \"#af0000\"\n    let s:magenta     = \"#af005f\"\n    let s:violet      = \"#5f5faf\"\n    let s:blue        = \"#0087ff\"\n    let s:cyan        = \"#00afaf\"\n    let s:green       = \"#5f8700\"\nelseif g:solarized_termcolors != 256 && &t_Co >= 16\n    let s:vmode       = \"cterm\"\n    let s:base03      = \"8\"\n    let s:base02      = \"0\"\n    let s:base01      = \"10\"\n    let s:base00      = \"11\"\n    let s:base0       = \"12\"\n    let s:base1       = \"14\"\n    let s:base2       = \"7\"\n    let s:base3       = \"15\"\n    let s:yellow      = \"3\"\n    let s:orange      = \"9\"\n    let s:red         = \"1\"\n    let s:magenta     = \"5\"\n    let s:violet      = \"13\"\n    let s:blue        = \"4\"\n    let s:cyan        = \"6\"\n    let s:green       = \"2\"\nelseif g:solarized_termcolors == 256\n    let s:vmode       = \"cterm\"\n    let s:base03      = \"234\"\n    let s:base02      = \"235\"\n    let s:base01      = \"239\"\n    let s:base00      = \"240\"\n    let s:base0       = \"244\"\n    let s:base1       = \"245\"\n    let s:base2       = \"187\"\n    let s:base3       = \"230\"\n    let s:yellow      = \"136\"\n    let s:orange      = \"166\"\n    let s:red         = \"124\"\n    let s:magenta     = \"125\"\n    let s:violet      = \"61\"\n    let s:blue        = \"33\"\n    let s:cyan        = \"37\"\n    let s:green       = \"64\"\nelse\n    let s:vmode       = \"cterm\"\n    let s:bright      = \"* term=bold cterm=bold\"\n\"   let s:base03      = \"0\".s:bright\n\"   let s:base02      = \"0\"\n\"   let s:base01      = \"2\".s:bright\n\"   let s:base00      = \"3\".s:bright\n\"   let s:base0       = \"4\".s:bright\n\"   let s:base1       = \"6\".s:bright\n\"   let s:base2       = \"7\"\n\"   let s:base3       = \"7\".s:bright\n\"   let s:yellow      = \"3\"\n\"   let s:orange      = \"1\".s:bright\n\"   let s:red         = \"1\"\n\"   let s:magenta     = \"5\"\n\"   let s:violet      = \"5\".s:bright\n\"   let s:blue        = \"4\"\n\"   let s:cyan        = \"6\"\n\"   let s:green       = \"2\"\n    let s:base03      = \"DarkGray\"      \" 0*\n    let s:base02      = \"Black\"         \" 0\n    let s:base01      = \"LightGreen\"    \" 2*\n    let s:base00      = \"LightYellow\"   \" 3*\n    let s:base0       = \"LightBlue\"     \" 4*\n    let s:base1       = \"LightCyan\"     \" 6*\n    let s:base2       = \"LightGray\"     \" 7\n    let s:base3       = \"White\"         \" 7*\n    let s:yellow      = \"DarkYellow\"    \" 3\n    let s:orange      = \"LightRed\"      \" 1*\n    let s:red         = \"DarkRed\"       \" 1\n    let s:magenta     = \"DarkMagenta\"   \" 5\n    let s:violet      = \"LightMagenta\"  \" 5*\n    let s:blue        = \"DarkBlue\"      \" 4\n    let s:cyan        = \"DarkCyan\"      \" 6\n    let s:green       = \"DarkGreen\"     \" 2\n\nendif\n\"}}}\n\" Formatting options and null values for passthrough effect \"{{{\n\" ---------------------------------------------------------------------\n    let s:none            = \"NONE\"\n    let s:none            = \"NONE\"\n    let s:t_none          = \"NONE\"\n    let s:n               = \"NONE\"\n    let s:c               = \",undercurl\"\n    let s:r               = \",reverse\"\n    let s:s               = \",standout\"\n    let s:ou              = \"\"\n    let s:ob              = \"\"\n\"}}}\n\" Background value based on termtrans setting \"{{{\n\" ---------------------------------------------------------------------\nif (has(\"gui_running\") || g:solarized_termtrans == 0)\n    let s:back        = s:base03\nelse\n    let s:back        = \"NONE\"\nendif\n\"}}}\n\" Alternate light scheme \"{{{\n\" ---------------------------------------------------------------------\nif &background == \"light\"\n    let s:temp03      = s:base03\n    let s:temp02      = s:base02\n    let s:temp01      = s:base01\n    let s:temp00      = s:base00\n    let s:base03      = s:base3\n    let s:base02      = s:base2\n    let s:base01      = s:base1\n    let s:base00      = s:base0\n    let s:base0       = s:temp00\n    let s:base1       = s:temp01\n    let s:base2       = s:temp02\n    let s:base3       = s:temp03\n    if (s:back != \"NONE\")\n        let s:back    = s:base03\n    endif\nendif\n\"}}}\n\" Optional contrast schemes \"{{{\n\" ---------------------------------------------------------------------\nif g:solarized_contrast == \"high\"\n    let s:base01      = s:base00\n    let s:base00      = s:base0\n    let s:base0       = s:base1\n    let s:base1       = s:base2\n    let s:base2       = s:base3\n    let s:back        = s:back\nendif\nif g:solarized_contrast == \"low\"\n    let s:back        = s:base02\n    let s:ou          = \",underline\"\nendif\n\"}}}\n\" Overrides dependent on user specified values and environment \"{{{\n\" ---------------------------------------------------------------------\nif (g:solarized_bold == 0 || &t_Co == 8 )\n    let s:b           = \"\"\n    let s:bb          = \",bold\"\nelse\n    let s:b           = \",bold\"\n    let s:bb          = \"\"\nendif\n\nif g:solarized_underline == 0\n    let s:u           = \"\"\nelse\n    let s:u           = \",underline\"\nendif\n\nif g:solarized_italic == 0 || s:terminal_italic == 0\n    let s:i           = \"\"\nelse\n    let s:i           = \",italic\"\nendif\n\"}}}\n\" Highlighting primitives\"{{{\n\" ---------------------------------------------------------------------\n\nexe \"let s:bg_none      = ' \".s:vmode.\"bg=\".s:none   .\"'\"\nexe \"let s:bg_back      = ' \".s:vmode.\"bg=\".s:back   .\"'\"\nexe \"let s:bg_base03    = ' \".s:vmode.\"bg=\".s:base03 .\"'\"\nexe \"let s:bg_base02    = ' \".s:vmode.\"bg=\".s:base02 .\"'\"\nexe \"let s:bg_base01    = ' \".s:vmode.\"bg=\".s:base01 .\"'\"\nexe \"let s:bg_base00    = ' \".s:vmode.\"bg=\".s:base00 .\"'\"\nexe \"let s:bg_base0     = ' \".s:vmode.\"bg=\".s:base0  .\"'\"\nexe \"let s:bg_base1     = ' \".s:vmode.\"bg=\".s:base1  .\"'\"\nexe \"let s:bg_base2     = ' \".s:vmode.\"bg=\".s:base2  .\"'\"\nexe \"let s:bg_base3     = ' \".s:vmode.\"bg=\".s:base3  .\"'\"\nexe \"let s:bg_green     = ' \".s:vmode.\"bg=\".s:green  .\"'\"\nexe \"let s:bg_yellow    = ' \".s:vmode.\"bg=\".s:yellow .\"'\"\nexe \"let s:bg_orange    = ' \".s:vmode.\"bg=\".s:orange .\"'\"\nexe \"let s:bg_red       = ' \".s:vmode.\"bg=\".s:red    .\"'\"\nexe \"let s:bg_magenta   = ' \".s:vmode.\"bg=\".s:magenta.\"'\"\nexe \"let s:bg_violet    = ' \".s:vmode.\"bg=\".s:violet .\"'\"\nexe \"let s:bg_blue      = ' \".s:vmode.\"bg=\".s:blue   .\"'\"\nexe \"let s:bg_cyan      = ' \".s:vmode.\"bg=\".s:cyan   .\"'\"\n\nexe \"let s:fg_none      = ' \".s:vmode.\"fg=\".s:none   .\"'\"\nexe \"let s:fg_back      = ' \".s:vmode.\"fg=\".s:back   .\"'\"\nexe \"let s:fg_base03    = ' \".s:vmode.\"fg=\".s:base03 .\"'\"\nexe \"let s:fg_base02    = ' \".s:vmode.\"fg=\".s:base02 .\"'\"\nexe \"let s:fg_base01    = ' \".s:vmode.\"fg=\".s:base01 .\"'\"\nexe \"let s:fg_base00    = ' \".s:vmode.\"fg=\".s:base00 .\"'\"\nexe \"let s:fg_base0     = ' \".s:vmode.\"fg=\".s:base0  .\"'\"\nexe \"let s:fg_base1     = ' \".s:vmode.\"fg=\".s:base1  .\"'\"\nexe \"let s:fg_base2     = ' \".s:vmode.\"fg=\".s:base2  .\"'\"\nexe \"let s:fg_base3     = ' \".s:vmode.\"fg=\".s:base3  .\"'\"\nexe \"let s:fg_green     = ' \".s:vmode.\"fg=\".s:green  .\"'\"\nexe \"let s:fg_yellow    = ' \".s:vmode.\"fg=\".s:yellow .\"'\"\nexe \"let s:fg_orange    = ' \".s:vmode.\"fg=\".s:orange .\"'\"\nexe \"let s:fg_red       = ' \".s:vmode.\"fg=\".s:red    .\"'\"\nexe \"let s:fg_magenta   = ' \".s:vmode.\"fg=\".s:magenta.\"'\"\nexe \"let s:fg_violet    = ' \".s:vmode.\"fg=\".s:violet .\"'\"\nexe \"let s:fg_blue      = ' \".s:vmode.\"fg=\".s:blue   .\"'\"\nexe \"let s:fg_cyan      = ' \".s:vmode.\"fg=\".s:cyan   .\"'\"\n\nexe \"let s:fmt_none     = ' \".s:vmode.\"=NONE\".          \" term=NONE\".    \"'\"\nexe \"let s:fmt_bold     = ' \".s:vmode.\"=NONE\".s:b.      \" term=NONE\".s:b.\"'\"\nexe \"let s:fmt_bldi     = ' \".s:vmode.\"=NONE\".s:b.      \" term=NONE\".s:b.\"'\"\nexe \"let s:fmt_undr     = ' \".s:vmode.\"=NONE\".s:u.      \" term=NONE\".s:u.\"'\"\nexe \"let s:fmt_undb     = ' \".s:vmode.\"=NONE\".s:u.s:b.  \" term=NONE\".s:u.s:b.\"'\"\nexe \"let s:fmt_undi     = ' \".s:vmode.\"=NONE\".s:u.      \" term=NONE\".s:u.\"'\"\nexe \"let s:fmt_uopt     = ' \".s:vmode.\"=NONE\".s:ou.     \" term=NONE\".s:ou.\"'\"\nexe \"let s:fmt_curl     = ' \".s:vmode.\"=NONE\".s:c.      \" term=NONE\".s:c.\"'\"\nexe \"let s:fmt_ital     = ' \".s:vmode.\"=NONE\".s:i.      \" term=NONE\".s:i.\"'\"\nexe \"let s:fmt_stnd     = ' \".s:vmode.\"=NONE\".s:s.      \" term=NONE\".s:s.\"'\"\nexe \"let s:fmt_revr     = ' \".s:vmode.\"=NONE\".s:r.      \" term=NONE\".s:r.\"'\"\nexe \"let s:fmt_revb     = ' \".s:vmode.\"=NONE\".s:r.s:b.  \" term=NONE\".s:r.s:b.\"'\"\n\" revbb (reverse bold for bright colors) is only set to actual bold in low \n\" color terminals (t_co=8, such as OS X Terminal.app) and should only be used \n\" with colors 8-15.\nexe \"let s:fmt_revbb    = ' \".s:vmode.\"=NONE\".s:r.s:bb.   \" term=NONE\".s:r.s:bb.\"'\"\nexe \"let s:fmt_revbbu   = ' \".s:vmode.\"=NONE\".s:r.s:bb.s:u.\" term=NONE\".s:r.s:bb.s:u.\"'\"\n\nif has(\"gui_running\")\n    exe \"let s:sp_none      = ' guisp=\".s:none   .\"'\"\n    exe \"let s:sp_back      = ' guisp=\".s:back   .\"'\"\n    exe \"let s:sp_base03    = ' guisp=\".s:base03 .\"'\"\n    exe \"let s:sp_base02    = ' guisp=\".s:base02 .\"'\"\n    exe \"let s:sp_base01    = ' guisp=\".s:base01 .\"'\"\n    exe \"let s:sp_base00    = ' guisp=\".s:base00 .\"'\"\n    exe \"let s:sp_base0     = ' guisp=\".s:base0  .\"'\"\n    exe \"let s:sp_base1     = ' guisp=\".s:base1  .\"'\"\n    exe \"let s:sp_base2     = ' guisp=\".s:base2  .\"'\"\n    exe \"let s:sp_base3     = ' guisp=\".s:base3  .\"'\"\n    exe \"let s:sp_green     = ' guisp=\".s:green  .\"'\"\n    exe \"let s:sp_yellow    = ' guisp=\".s:yellow .\"'\"\n    exe \"let s:sp_orange    = ' guisp=\".s:orange .\"'\"\n    exe \"let s:sp_red       = ' guisp=\".s:red    .\"'\"\n    exe \"let s:sp_magenta   = ' guisp=\".s:magenta.\"'\"\n    exe \"let s:sp_violet    = ' guisp=\".s:violet .\"'\"\n    exe \"let s:sp_blue      = ' guisp=\".s:blue   .\"'\"\n    exe \"let s:sp_cyan      = ' guisp=\".s:cyan   .\"'\"\nelse\n    let s:sp_none      = \"\"\n    let s:sp_back      = \"\"\n    let s:sp_base03    = \"\"\n    let s:sp_base02    = \"\"\n    let s:sp_base01    = \"\"\n    let s:sp_base00    = \"\"\n    let s:sp_base0     = \"\"\n    let s:sp_base1     = \"\"\n    let s:sp_base2     = \"\"\n    let s:sp_base3     = \"\"\n    let s:sp_green     = \"\"\n    let s:sp_yellow    = \"\"\n    let s:sp_orange    = \"\"\n    let s:sp_red       = \"\"\n    let s:sp_magenta   = \"\"\n    let s:sp_violet    = \"\"\n    let s:sp_blue      = \"\"\n    let s:sp_cyan      = \"\"\nendif\n\n\"}}}\n\" Basic highlighting\"{{{\n\" ---------------------------------------------------------------------\n\" note that link syntax to avoid duplicate configuration doesn't work with the\n\" exe compiled formats\n\nexe \"hi! Normal\"         .s:fmt_none   .s:fg_base0  .s:bg_back\n\nexe \"hi! Comment\"        .s:fmt_ital   .s:fg_base01 .s:bg_none\n\"       *Comment         any comment\n\nexe \"hi! Constant\"       .s:fmt_none   .s:fg_cyan   .s:bg_none\n\"       *Constant        any constant\n\"        String          a string constant: \"this is a string\"\n\"        Character       a character constant: 'c', '\\n'\n\"        Number          a number constant: 234, 0xff\n\"        Boolean         a boolean constant: TRUE, false\n\"        Float           a floating point constant: 2.3e10\n\nexe \"hi! Identifier\"     .s:fmt_none   .s:fg_blue   .s:bg_none\n\"       *Identifier      any variable name\n\"        Function        function name (also: methods for classes)\n\"\nexe \"hi! Statement\"      .s:fmt_none   .s:fg_green  .s:bg_none\n\"       *Statement       any statement\n\"        Conditional     if, then, else, endif, switch, etc.\n\"        Repeat          for, do, while, etc.\n\"        Label           case, default, etc.\n\"        Operator        \"sizeof\", \"+\", \"*\", etc.\n\"        Keyword         any other keyword\n\"        Exception       try, catch, throw\n\nexe \"hi! PreProc\"        .s:fmt_none   .s:fg_orange .s:bg_none\n\"       *PreProc         generic Preprocessor\n\"        Include         preprocessor #include\n\"        Define          preprocessor #define\n\"        Macro           same as Define\n\"        PreCondit       preprocessor #if, #else, #endif, etc.\n\nexe \"hi! Type\"           .s:fmt_none   .s:fg_yellow .s:bg_none\n\"       *Type            int, long, char, etc.\n\"        StorageClass    static, register, volatile, etc.\n\"        Structure       struct, union, enum, etc.\n\"        Typedef         A typedef\n\nexe \"hi! Special\"        .s:fmt_none   .s:fg_red    .s:bg_none\n\"       *Special         any special symbol\n\"        SpecialChar     special character in a constant\n\"        Tag             you can use CTRL-] on this\n\"        Delimiter       character that needs attention\n\"        SpecialComment  special things inside a comment\n\"        Debug           debugging statements\n\nexe \"hi! Underlined\"     .s:fmt_none   .s:fg_violet .s:bg_none\n\"       *Underlined      text that stands out, HTML links\n\nexe \"hi! Ignore\"         .s:fmt_none   .s:fg_none   .s:bg_none\n\"       *Ignore          left blank, hidden  |hl-Ignore|\n\nexe \"hi! Error\"          .s:fmt_bold   .s:fg_red    .s:bg_none\n\"       *Error           any erroneous construct\n\nexe \"hi! Todo\"           .s:fmt_bold   .s:fg_magenta.s:bg_none\n\"       *Todo            anything that needs extra attention; mostly the\n\"                        keywords TODO FIXME and XXX\n\"\n\"}}}\n\" Extended highlighting \"{{{\n\" ---------------------------------------------------------------------\nif      (g:solarized_visibility==\"high\")\n    exe \"hi! SpecialKey\" .s:fmt_revr   .s:fg_red    .s:bg_none\n    exe \"hi! NonText\"    .s:fmt_bold   .s:fg_red    .s:bg_none\nelseif  (g:solarized_visibility==\"low\")\n    exe \"hi! SpecialKey\" .s:fmt_bold   .s:fg_base02 .s:bg_none\n    exe \"hi! NonText\"    .s:fmt_bold   .s:fg_base02 .s:bg_none\nelse\n    exe \"hi! SpecialKey\" .s:fmt_bold   .s:fg_base00 .s:bg_base02\n    exe \"hi! NonText\"    .s:fmt_bold   .s:fg_base00 .s:bg_none\nendif\nexe \"hi! StatusLine\"     .s:fmt_none   .s:fg_base1  .s:bg_base02 .s:fmt_revbb\nexe \"hi! StatusLineNC\"   .s:fmt_none   .s:fg_base00 .s:bg_base02 .s:fmt_revbb\nexe \"hi! Visual\"         .s:fmt_none   .s:fg_base01 .s:bg_base03 .s:fmt_revbb\nexe \"hi! Directory\"      .s:fmt_none   .s:fg_blue   .s:bg_none\nexe \"hi! ErrorMsg\"       .s:fmt_revr   .s:fg_red    .s:bg_none\nexe \"hi! IncSearch\"      .s:fmt_stnd   .s:fg_orange .s:bg_none\nexe \"hi! Search\"         .s:fmt_revr   .s:fg_yellow .s:bg_none\nexe \"hi! MoreMsg\"        .s:fmt_none   .s:fg_blue   .s:bg_none\nexe \"hi! ModeMsg\"        .s:fmt_none   .s:fg_blue   .s:bg_none\nexe \"hi! LineNr\"         .s:fmt_none   .s:fg_base01 .s:bg_base02\nexe \"hi! Question\"       .s:fmt_bold   .s:fg_cyan   .s:bg_none\nif ( has(\"gui_running\") || &t_Co > 8 )\n    exe \"hi! VertSplit\"  .s:fmt_none   .s:fg_base00 .s:bg_base00\nelse\n    exe \"hi! VertSplit\"  .s:fmt_revbb  .s:fg_base00 .s:bg_base02\nendif\nexe \"hi! Title\"          .s:fmt_bold   .s:fg_orange .s:bg_none\nexe \"hi! VisualNOS\"      .s:fmt_stnd   .s:fg_none   .s:bg_base02 .s:fmt_revbb\nexe \"hi! WarningMsg\"     .s:fmt_bold   .s:fg_red    .s:bg_none\nexe \"hi! WildMenu\"       .s:fmt_none   .s:fg_base2  .s:bg_base02 .s:fmt_revbb\nexe \"hi! Folded\"         .s:fmt_undb   .s:fg_base0  .s:bg_base02  .s:sp_base03\nexe \"hi! FoldColumn\"     .s:fmt_none   .s:fg_base0  .s:bg_base02\nif      (g:solarized_diffmode==\"high\")\nexe \"hi! DiffAdd\"        .s:fmt_revr   .s:fg_green  .s:bg_none\nexe \"hi! DiffChange\"     .s:fmt_revr   .s:fg_yellow .s:bg_none\nexe \"hi! DiffDelete\"     .s:fmt_revr   .s:fg_red    .s:bg_none\nexe \"hi! DiffText\"       .s:fmt_revr   .s:fg_blue   .s:bg_none\nelseif  (g:solarized_diffmode==\"low\")\nexe \"hi! DiffAdd\"        .s:fmt_undr   .s:fg_green  .s:bg_none   .s:sp_green\nexe \"hi! DiffChange\"     .s:fmt_undr   .s:fg_yellow .s:bg_none   .s:sp_yellow\nexe \"hi! DiffDelete\"     .s:fmt_bold   .s:fg_red    .s:bg_none\nexe \"hi! DiffText\"       .s:fmt_undr   .s:fg_blue   .s:bg_none   .s:sp_blue\nelse \" normal\n    if has(\"gui_running\")\nexe \"hi! DiffAdd\"        .s:fmt_bold   .s:fg_green  .s:bg_base02 .s:sp_green\nexe \"hi! DiffChange\"     .s:fmt_bold   .s:fg_yellow .s:bg_base02 .s:sp_yellow\nexe \"hi! DiffDelete\"     .s:fmt_bold   .s:fg_red    .s:bg_base02\nexe \"hi! DiffText\"       .s:fmt_bold   .s:fg_blue   .s:bg_base02 .s:sp_blue\n    else\nexe \"hi! DiffAdd\"        .s:fmt_none   .s:fg_green  .s:bg_base02 .s:sp_green\nexe \"hi! DiffChange\"     .s:fmt_none   .s:fg_yellow .s:bg_base02 .s:sp_yellow\nexe \"hi! DiffDelete\"     .s:fmt_none   .s:fg_red    .s:bg_base02\nexe \"hi! DiffText\"       .s:fmt_none   .s:fg_blue   .s:bg_base02 .s:sp_blue\n    endif\nendif\nexe \"hi! SignColumn\"     .s:fmt_none   .s:fg_base0\nexe \"hi! Conceal\"        .s:fmt_none   .s:fg_blue   .s:bg_none\nexe \"hi! SpellBad\"       .s:fmt_curl   .s:fg_none   .s:bg_none    .s:sp_red\nexe \"hi! SpellCap\"       .s:fmt_curl   .s:fg_none   .s:bg_none    .s:sp_violet\nexe \"hi! SpellRare\"      .s:fmt_curl   .s:fg_none   .s:bg_none    .s:sp_cyan\nexe \"hi! SpellLocal\"     .s:fmt_curl   .s:fg_none   .s:bg_none    .s:sp_yellow\nexe \"hi! Pmenu\"          .s:fmt_none   .s:fg_base0  .s:bg_base02  .s:fmt_revbb\nexe \"hi! PmenuSel\"       .s:fmt_none   .s:fg_base01 .s:bg_base2   .s:fmt_revbb\nexe \"hi! PmenuSbar\"      .s:fmt_none   .s:fg_base2  .s:bg_base0   .s:fmt_revbb\nexe \"hi! PmenuThumb\"     .s:fmt_none   .s:fg_base0  .s:bg_base03  .s:fmt_revbb\nexe \"hi! TabLine\"        .s:fmt_undr   .s:fg_base0  .s:bg_base02  .s:sp_base0\nexe \"hi! TabLineFill\"    .s:fmt_undr   .s:fg_base0  .s:bg_base02  .s:sp_base0\nexe \"hi! TabLineSel\"     .s:fmt_undr   .s:fg_base01 .s:bg_base2   .s:sp_base0  .s:fmt_revbbu\nexe \"hi! CursorColumn\"   .s:fmt_none   .s:fg_none   .s:bg_base02\nexe \"hi! CursorLine\"     .s:fmt_uopt   .s:fg_none   .s:bg_base02  .s:sp_base1\nexe \"hi! ColorColumn\"    .s:fmt_none   .s:fg_none   .s:bg_base02\nexe \"hi! Cursor\"         .s:fmt_none   .s:fg_base03 .s:bg_base0\nhi! link lCursor Cursor\nexe \"hi! MatchParen\"     .s:fmt_bold   .s:fg_red    .s:bg_base01\n\n\"}}}\n\" vim syntax highlighting \"{{{\n\" ---------------------------------------------------------------------\n\"exe \"hi! vimLineComment\" . s:fg_base01 .s:bg_none   .s:fmt_ital\n\"hi! link vimComment Comment\n\"hi! link vimLineComment Comment\nhi! link vimVar Identifier\nhi! link vimFunc Function\nhi! link vimUserFunc Function\nhi! link helpSpecial Special\nhi! link vimSet Normal\nhi! link vimSetEqual Normal\nexe \"hi! vimCommentString\"  .s:fmt_none    .s:fg_violet .s:bg_none\nexe \"hi! vimCommand\"        .s:fmt_none    .s:fg_yellow .s:bg_none\nexe \"hi! vimCmdSep\"         .s:fmt_bold    .s:fg_blue   .s:bg_none\nexe \"hi! helpExample\"       .s:fmt_none    .s:fg_base1  .s:bg_none\nexe \"hi! helpOption\"        .s:fmt_none    .s:fg_cyan   .s:bg_none\nexe \"hi! helpNote\"          .s:fmt_none    .s:fg_magenta.s:bg_none\nexe \"hi! helpVim\"           .s:fmt_none    .s:fg_magenta.s:bg_none\nexe \"hi! helpHyperTextJump\" .s:fmt_undr    .s:fg_blue   .s:bg_none\nexe \"hi! helpHyperTextEntry\".s:fmt_none    .s:fg_green  .s:bg_none\nexe \"hi! vimIsCommand\"      .s:fmt_none    .s:fg_base00 .s:bg_none\nexe \"hi! vimSynMtchOpt\"     .s:fmt_none    .s:fg_yellow .s:bg_none\nexe \"hi! vimSynType\"        .s:fmt_none    .s:fg_cyan   .s:bg_none\nexe \"hi! vimHiLink\"         .s:fmt_none    .s:fg_blue   .s:bg_none\nexe \"hi! vimHiGroup\"        .s:fmt_none    .s:fg_blue   .s:bg_none\nexe \"hi! vimGroup\"          .s:fmt_undb    .s:fg_blue   .s:bg_none\n\"}}}\n\" diff highlighting \"{{{\n\" ---------------------------------------------------------------------\nhi! link diffAdded Statement\nhi! link diffLine Identifier\n\"}}}\n\" git & gitcommit highlighting \"{{{\n\"git\n\"exe \"hi! gitDateHeader\"\n\"exe \"hi! gitIdentityHeader\"\n\"exe \"hi! gitIdentityKeyword\"\n\"exe \"hi! gitNotesHeader\"\n\"exe \"hi! gitReflogHeader\"\n\"exe \"hi! gitKeyword\"\n\"exe \"hi! gitIdentity\"\n\"exe \"hi! gitEmailDelimiter\"\n\"exe \"hi! gitEmail\"\n\"exe \"hi! gitDate\"\n\"exe \"hi! gitMode\"\n\"exe \"hi! gitHashAbbrev\"\n\"exe \"hi! gitHash\"\n\"exe \"hi! gitReflogMiddle\"\n\"exe \"hi! gitReference\"\n\"exe \"hi! gitStage\"\n\"exe \"hi! gitType\"\n\"exe \"hi! gitDiffAdded\"\n\"exe \"hi! gitDiffRemoved\"\n\"gitcommit\n\"exe \"hi! gitcommitSummary\"      \nexe \"hi! gitcommitComment\"      .s:fmt_ital     .s:fg_base01    .s:bg_none\nhi! link gitcommitUntracked gitcommitComment\nhi! link gitcommitDiscarded gitcommitComment\nhi! link gitcommitSelected  gitcommitComment\nexe \"hi! gitcommitUnmerged\"     .s:fmt_bold     .s:fg_green     .s:bg_none\nexe \"hi! gitcommitOnBranch\"     .s:fmt_bold     .s:fg_base01    .s:bg_none\nexe \"hi! gitcommitBranch\"       .s:fmt_bold     .s:fg_magenta   .s:bg_none\nhi! link gitcommitNoBranch gitcommitBranch\nexe \"hi! gitcommitDiscardedType\".s:fmt_none     .s:fg_red       .s:bg_none\nexe \"hi! gitcommitSelectedType\" .s:fmt_none     .s:fg_green     .s:bg_none\n\"exe \"hi! gitcommitUnmergedType\"\n\"exe \"hi! gitcommitType\"\n\"exe \"hi! gitcommitNoChanges\"\n\"exe \"hi! gitcommitHeader\"\nexe \"hi! gitcommitHeader\"       .s:fmt_none     .s:fg_base01    .s:bg_none\nexe \"hi! gitcommitUntrackedFile\".s:fmt_bold     .s:fg_cyan      .s:bg_none\nexe \"hi! gitcommitDiscardedFile\".s:fmt_bold     .s:fg_red       .s:bg_none\nexe \"hi! gitcommitSelectedFile\" .s:fmt_bold     .s:fg_green     .s:bg_none\nexe \"hi! gitcommitUnmergedFile\" .s:fmt_bold     .s:fg_yellow    .s:bg_none\nexe \"hi! gitcommitFile\"         .s:fmt_bold     .s:fg_base0     .s:bg_none\nhi! link gitcommitDiscardedArrow gitcommitDiscardedFile\nhi! link gitcommitSelectedArrow  gitcommitSelectedFile\nhi! link gitcommitUnmergedArrow  gitcommitUnmergedFile\n\"exe \"hi! gitcommitArrow\"\n\"exe \"hi! gitcommitOverflow\"\n\"exe \"hi! gitcommitBlank\"\n\" }}}\n\" html highlighting \"{{{\n\" ---------------------------------------------------------------------\nexe \"hi! htmlTag\"           .s:fmt_none .s:fg_base01 .s:bg_none\nexe \"hi! htmlEndTag\"        .s:fmt_none .s:fg_base01 .s:bg_none\nexe \"hi! htmlTagN\"          .s:fmt_bold .s:fg_base1  .s:bg_none\nexe \"hi! htmlTagName\"       .s:fmt_bold .s:fg_blue   .s:bg_none\nexe \"hi! htmlSpecialTagName\".s:fmt_ital .s:fg_blue   .s:bg_none\nexe \"hi! htmlArg\"           .s:fmt_none .s:fg_base00 .s:bg_none\nexe \"hi! javaScript\"        .s:fmt_none .s:fg_yellow .s:bg_none\n\"}}}\n\" perl highlighting \"{{{\n\" ---------------------------------------------------------------------\nexe \"hi! perlHereDoc\"    . s:fg_base1  .s:bg_back   .s:fmt_none\nexe \"hi! perlVarPlain\"   . s:fg_yellow .s:bg_back   .s:fmt_none\nexe \"hi! perlStatementFileDesc\". s:fg_cyan.s:bg_back.s:fmt_none\n\n\"}}}\n\" tex highlighting \"{{{\n\" ---------------------------------------------------------------------\nexe \"hi! texStatement\"   . s:fg_cyan   .s:bg_back   .s:fmt_none\nexe \"hi! texMathZoneX\"   . s:fg_yellow .s:bg_back   .s:fmt_none\nexe \"hi! texMathMatcher\" . s:fg_yellow .s:bg_back   .s:fmt_none\nexe \"hi! texMathMatcher\" . s:fg_yellow .s:bg_back   .s:fmt_none\nexe \"hi! texRefLabel\"    . s:fg_yellow .s:bg_back   .s:fmt_none\n\"}}}\n\" ruby highlighting \"{{{\n\" ---------------------------------------------------------------------\nexe \"hi! rubyDefine\"     . s:fg_base1  .s:bg_back   .s:fmt_bold\n\"rubyInclude\n\"rubySharpBang\n\"rubyAccess\n\"rubyPredefinedVariable\n\"rubyBoolean\n\"rubyClassVariable\n\"rubyBeginEnd\n\"rubyRepeatModifier\n\"hi! link rubyArrayDelimiter    Special  \" [ , , ]\n\"rubyCurlyBlock  { , , }\n\n\"hi! link rubyClass             Keyword\n\"hi! link rubyModule            Keyword\n\"hi! link rubyKeyword           Keyword\n\"hi! link rubyOperator          Operator\n\"hi! link rubyIdentifier        Identifier\n\"hi! link rubyInstanceVariable  Identifier\n\"hi! link rubyGlobalVariable    Identifier\n\"hi! link rubyClassVariable     Identifier\n\"hi! link rubyConstant          Type\n\"}}}\n\" haskell syntax highlighting\"{{{\n\" ---------------------------------------------------------------------\n\" For use with syntax/haskell.vim : Haskell Syntax File\n\" http://www.vim.org/scripts/script.php?script_id=3034\n\" See also Steffen Siering's github repository:\n\" http://github.com/urso/dotrc/blob/master/vim/syntax/haskell.vim\n\" ---------------------------------------------------------------------\n\"\n\" Treat True and False specially, see the plugin referenced above\nlet hs_highlight_boolean=1\n\" highlight delims, see the plugin referenced above\nlet hs_highlight_delimiters=1\n\nexe \"hi! cPreCondit\". s:fg_orange.s:bg_none   .s:fmt_none\n\nexe \"hi! VarId\"    . s:fg_blue   .s:bg_none   .s:fmt_none\nexe \"hi! ConId\"    . s:fg_yellow .s:bg_none   .s:fmt_none\nexe \"hi! hsImport\" . s:fg_magenta.s:bg_none   .s:fmt_none\nexe \"hi! hsString\" . s:fg_base00 .s:bg_none   .s:fmt_none\n\nexe \"hi! hsStructure\"        . s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! hs_hlFunctionName\"  . s:fg_blue   .s:bg_none\nexe \"hi! hsStatement\"        . s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! hsImportLabel\"      . s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! hs_OpFunctionName\"  . s:fg_yellow .s:bg_none   .s:fmt_none\nexe \"hi! hs_DeclareFunction\" . s:fg_orange .s:bg_none   .s:fmt_none\nexe \"hi! hsVarSym\"           . s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! hsType\"             . s:fg_yellow .s:bg_none   .s:fmt_none\nexe \"hi! hsTypedef\"          . s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! hsModuleName\"       . s:fg_green  .s:bg_none   .s:fmt_undr\nexe \"hi! hsModuleStartLabel\" . s:fg_magenta.s:bg_none   .s:fmt_none\nhi! link hsImportParams      Delimiter\nhi! link hsDelimTypeExport   Delimiter\nhi! link hsModuleStartLabel  hsStructure\nhi! link hsModuleWhereLabel  hsModuleStartLabel\n\n\" following is for the haskell-conceal plugin\n\" the first two items don't have an impact, but better safe\nexe \"hi! hsNiceOperator\"     . s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! hsniceoperator\"     . s:fg_cyan   .s:bg_none   .s:fmt_none\n\n\"}}}\n\" pandoc markdown syntax highlighting \"{{{\n\" ---------------------------------------------------------------------\n\n\"PandocHiLink pandocNormalBlock\nexe \"hi! pandocTitleBlock\"               .s:fg_blue   .s:bg_none   .s:fmt_none\nexe \"hi! pandocTitleBlockTitle\"          .s:fg_blue   .s:bg_none   .s:fmt_bold\nexe \"hi! pandocTitleComment\"             .s:fg_blue   .s:bg_none   .s:fmt_bold\nexe \"hi! pandocComment\"                  .s:fg_base01 .s:bg_none   .s:fmt_ital\nexe \"hi! pandocVerbatimBlock\"            .s:fg_yellow .s:bg_none   .s:fmt_none\nhi! link pandocVerbatimBlockDeep         pandocVerbatimBlock\nhi! link pandocCodeBlock                 pandocVerbatimBlock\nhi! link pandocCodeBlockDelim            pandocVerbatimBlock\nexe \"hi! pandocBlockQuote\"               .s:fg_blue   .s:bg_none   .s:fmt_none\nexe \"hi! pandocBlockQuoteLeader1\"        .s:fg_blue   .s:bg_none   .s:fmt_none\nexe \"hi! pandocBlockQuoteLeader2\"        .s:fg_cyan   .s:bg_none   .s:fmt_none\nexe \"hi! pandocBlockQuoteLeader3\"        .s:fg_yellow .s:bg_none   .s:fmt_none\nexe \"hi! pandocBlockQuoteLeader4\"        .s:fg_red    .s:bg_none   .s:fmt_none\nexe \"hi! pandocBlockQuoteLeader5\"        .s:fg_base0  .s:bg_none   .s:fmt_none\nexe \"hi! pandocBlockQuoteLeader6\"        .s:fg_base01 .s:bg_none   .s:fmt_none\nexe \"hi! pandocListMarker\"               .s:fg_magenta.s:bg_none   .s:fmt_none\nexe \"hi! pandocListReference\"            .s:fg_magenta.s:bg_none   .s:fmt_undr\n\n\" Definitions\n\" ---------------------------------------------------------------------\nlet s:fg_pdef = s:fg_violet\nexe \"hi! pandocDefinitionBlock\"              .s:fg_pdef  .s:bg_none  .s:fmt_none\nexe \"hi! pandocDefinitionTerm\"               .s:fg_pdef  .s:bg_none  .s:fmt_stnd\nexe \"hi! pandocDefinitionIndctr\"             .s:fg_pdef  .s:bg_none  .s:fmt_bold\nexe \"hi! pandocEmphasisDefinition\"           .s:fg_pdef  .s:bg_none  .s:fmt_ital\nexe \"hi! pandocEmphasisNestedDefinition\"     .s:fg_pdef  .s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrongEmphasisDefinition\"     .s:fg_pdef  .s:bg_none  .s:fmt_bold\nexe \"hi! pandocStrongEmphasisNestedDefinition\"   .s:fg_pdef.s:bg_none.s:fmt_bldi\nexe \"hi! pandocStrongEmphasisEmphasisDefinition\" .s:fg_pdef.s:bg_none.s:fmt_bldi\nexe \"hi! pandocStrikeoutDefinition\"          .s:fg_pdef  .s:bg_none  .s:fmt_revr\nexe \"hi! pandocVerbatimInlineDefinition\"     .s:fg_pdef  .s:bg_none  .s:fmt_none\nexe \"hi! pandocSuperscriptDefinition\"        .s:fg_pdef  .s:bg_none  .s:fmt_none\nexe \"hi! pandocSubscriptDefinition\"          .s:fg_pdef  .s:bg_none  .s:fmt_none\n\n\" Tables\n\" ---------------------------------------------------------------------\nlet s:fg_ptable = s:fg_blue\nexe \"hi! pandocTable\"                        .s:fg_ptable.s:bg_none  .s:fmt_none\nexe \"hi! pandocTableStructure\"               .s:fg_ptable.s:bg_none  .s:fmt_none\nhi! link pandocTableStructureTop             pandocTableStructre\nhi! link pandocTableStructureEnd             pandocTableStructre\nexe \"hi! pandocTableZebraLight\"              .s:fg_ptable.s:bg_base03.s:fmt_none\nexe \"hi! pandocTableZebraDark\"               .s:fg_ptable.s:bg_base02.s:fmt_none\nexe \"hi! pandocEmphasisTable\"                .s:fg_ptable.s:bg_none  .s:fmt_ital\nexe \"hi! pandocEmphasisNestedTable\"          .s:fg_ptable.s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrongEmphasisTable\"          .s:fg_ptable.s:bg_none  .s:fmt_bold\nexe \"hi! pandocStrongEmphasisNestedTable\"    .s:fg_ptable.s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrongEmphasisEmphasisTable\"  .s:fg_ptable.s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrikeoutTable\"               .s:fg_ptable.s:bg_none  .s:fmt_revr\nexe \"hi! pandocVerbatimInlineTable\"          .s:fg_ptable.s:bg_none  .s:fmt_none\nexe \"hi! pandocSuperscriptTable\"             .s:fg_ptable.s:bg_none  .s:fmt_none\nexe \"hi! pandocSubscriptTable\"               .s:fg_ptable.s:bg_none  .s:fmt_none\n\n\" Headings\n\" ---------------------------------------------------------------------\nlet s:fg_phead = s:fg_orange\nexe \"hi! pandocHeading\"                      .s:fg_phead .s:bg_none.s:fmt_bold\nexe \"hi! pandocHeadingMarker\"                .s:fg_yellow.s:bg_none.s:fmt_bold\nexe \"hi! pandocEmphasisHeading\"              .s:fg_phead .s:bg_none.s:fmt_bldi\nexe \"hi! pandocEmphasisNestedHeading\"        .s:fg_phead .s:bg_none.s:fmt_bldi\nexe \"hi! pandocStrongEmphasisHeading\"        .s:fg_phead .s:bg_none.s:fmt_bold\nexe \"hi! pandocStrongEmphasisNestedHeading\"  .s:fg_phead .s:bg_none.s:fmt_bldi\nexe \"hi! pandocStrongEmphasisEmphasisHeading\".s:fg_phead .s:bg_none.s:fmt_bldi\nexe \"hi! pandocStrikeoutHeading\"             .s:fg_phead .s:bg_none.s:fmt_revr\nexe \"hi! pandocVerbatimInlineHeading\"        .s:fg_phead .s:bg_none.s:fmt_bold\nexe \"hi! pandocSuperscriptHeading\"           .s:fg_phead .s:bg_none.s:fmt_bold\nexe \"hi! pandocSubscriptHeading\"             .s:fg_phead .s:bg_none.s:fmt_bold\n\n\" Links\n\" ---------------------------------------------------------------------\nexe \"hi! pandocLinkDelim\"                .s:fg_base01 .s:bg_none   .s:fmt_none\nexe \"hi! pandocLinkLabel\"                .s:fg_blue   .s:bg_none   .s:fmt_undr\nexe \"hi! pandocLinkText\"                 .s:fg_blue   .s:bg_none   .s:fmt_undb\nexe \"hi! pandocLinkURL\"                  .s:fg_base00 .s:bg_none   .s:fmt_undr\nexe \"hi! pandocLinkTitle\"                .s:fg_base00 .s:bg_none   .s:fmt_undi\nexe \"hi! pandocLinkTitleDelim\"           .s:fg_base01 .s:bg_none   .s:fmt_undi   .s:sp_base00\nexe \"hi! pandocLinkDefinition\"           .s:fg_cyan   .s:bg_none   .s:fmt_undr   .s:sp_base00\nexe \"hi! pandocLinkDefinitionID\"         .s:fg_blue   .s:bg_none   .s:fmt_bold\nexe \"hi! pandocImageCaption\"             .s:fg_violet .s:bg_none   .s:fmt_undb\nexe \"hi! pandocFootnoteLink\"             .s:fg_green  .s:bg_none   .s:fmt_undr\nexe \"hi! pandocFootnoteDefLink\"          .s:fg_green  .s:bg_none   .s:fmt_bold\nexe \"hi! pandocFootnoteInline\"           .s:fg_green  .s:bg_none   .s:fmt_undb\nexe \"hi! pandocFootnote\"                 .s:fg_green  .s:bg_none   .s:fmt_none\nexe \"hi! pandocCitationDelim\"            .s:fg_magenta.s:bg_none   .s:fmt_none\nexe \"hi! pandocCitation\"                 .s:fg_magenta.s:bg_none   .s:fmt_none\nexe \"hi! pandocCitationID\"               .s:fg_magenta.s:bg_none   .s:fmt_undr\nexe \"hi! pandocCitationRef\"              .s:fg_magenta.s:bg_none   .s:fmt_none\n\n\" Main Styles\n\" ---------------------------------------------------------------------\nexe \"hi! pandocStyleDelim\"               .s:fg_base01 .s:bg_none  .s:fmt_none\nexe \"hi! pandocEmphasis\"                 .s:fg_base0  .s:bg_none  .s:fmt_ital\nexe \"hi! pandocEmphasisNested\"           .s:fg_base0  .s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrongEmphasis\"           .s:fg_base0  .s:bg_none  .s:fmt_bold\nexe \"hi! pandocStrongEmphasisNested\"     .s:fg_base0  .s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrongEmphasisEmphasis\"   .s:fg_base0  .s:bg_none  .s:fmt_bldi\nexe \"hi! pandocStrikeout\"                .s:fg_base01 .s:bg_none  .s:fmt_revr\nexe \"hi! pandocVerbatimInline\"           .s:fg_yellow .s:bg_none  .s:fmt_none\nexe \"hi! pandocSuperscript\"              .s:fg_violet .s:bg_none  .s:fmt_none\nexe \"hi! pandocSubscript\"                .s:fg_violet .s:bg_none  .s:fmt_none\n\nexe \"hi! pandocRule\"                     .s:fg_blue   .s:bg_none  .s:fmt_bold\nexe \"hi! pandocRuleLine\"                 .s:fg_blue   .s:bg_none  .s:fmt_bold\nexe \"hi! pandocEscapePair\"               .s:fg_red    .s:bg_none  .s:fmt_bold\nexe \"hi! pandocCitationRef\"              .s:fg_magenta.s:bg_none   .s:fmt_none\nexe \"hi! pandocNonBreakingSpace\"         . s:fg_red   .s:bg_none  .s:fmt_revr\nhi! link pandocEscapedCharacter          pandocEscapePair\nhi! link pandocLineBreak                 pandocEscapePair\n\n\" Embedded Code\n\" ---------------------------------------------------------------------\nexe \"hi! pandocMetadataDelim\"            .s:fg_base01 .s:bg_none   .s:fmt_none\nexe \"hi! pandocMetadata\"                 .s:fg_blue   .s:bg_none   .s:fmt_none\nexe \"hi! pandocMetadataKey\"              .s:fg_blue   .s:bg_none   .s:fmt_none\nexe \"hi! pandocMetadata\"                 .s:fg_blue   .s:bg_none   .s:fmt_bold\nhi! link pandocMetadataTitle             pandocMetadata\n\n\"}}}\n\" Utility autocommand \"{{{\n\" ---------------------------------------------------------------------\n\" In cases where Solarized is initialized inside a terminal vim session and \n\" then transferred to a gui session via the command `:gui`, the gui vim process \n\" does not re-read the colorscheme (or .vimrc for that matter) so any `has_gui` \n\" related code that sets gui specific values isn't executed.\n\"\n\" Currently, Solarized sets only the cterm or gui values for the colorscheme \n\" depending on gui or terminal mode. It's possible that, if the following \n\" autocommand method is deemed excessively poor form, that approach will be \n\" used again and the autocommand below will be dropped.\n\"\n\" However it seems relatively benign in this case to include the autocommand \n\" here. It fires only in cases where vim is transferring from terminal to gui \n\" mode (detected with the script scope s:vmode variable). It also allows for \n\" other potential terminal customizations that might make gui mode suboptimal.\n\"\nautocmd GUIEnter * if (s:vmode != \"gui\") | exe \"colorscheme \" . g:colors_name | endif\n\"}}}\n\" Highlight Trailing Space {{{\n\" Experimental: Different highlight when on cursorline\nfunction! s:SolarizedHiTrail()\n    if g:solarized_hitrail==0\n        hi! clear solarizedTrailingSpace\n    else\n        syn match solarizedTrailingSpace \"\\s*$\"\n        exe \"hi! solarizedTrailingSpace \" .s:fmt_undr .s:fg_red .s:bg_none .s:sp_red\n    endif\nendfunction  \naugroup SolarizedHiTrail\n    autocmd!\n    if g:solarized_hitrail==1\n        autocmd! Syntax * call s:SolarizedHiTrail()\n        autocmd! ColorScheme * if g:colors_name == \"solarized\" | call s:SolarizedHiTrail() | else | augroup! s:SolarizedHiTrail | endif\n    endif\naugroup END\n\" }}}\n\" Menus \"{{{\n\" ---------------------------------------------------------------------\n\" Turn off Solarized menu by including the following assignment in your .vimrc:\n\"\n\"    let g:solarized_menu=0\n\nfunction! s:SolarizedOptions()\n    new \"new buffer\n    setf vim \"vim filetype\n    let failed = append(0, s:defaults_list)\n    let failed = append(0, s:colorscheme_list)\n    let failed = append(0, s:options_list)\n    let failed = append(0, s:lazycat_list)\n    0 \"jump back to the top\nendfunction\nif !exists(\":SolarizedOptions\")\n    command SolarizedOptions :call s:SolarizedOptions()\nendif\n\nfunction! SolarizedMenu()\n    if exists(\"g:loaded_solarized_menu\")\n        try\n            silent! aunmenu Solarized\n        endtry\n    endif\n    let g:loaded_solarized_menu = 1\n\n    if g:colors_name == \"solarized\" && g:solarized_menu != 0\n\n        amenu &Solarized.&Contrast.&Low\\ Contrast        :let g:solarized_contrast=\"low\"       \\| colorscheme solarized<CR>\n        amenu &Solarized.&Contrast.&Normal\\ Contrast     :let g:solarized_contrast=\"normal\"    \\| colorscheme solarized<CR>\n        amenu &Solarized.&Contrast.&High\\ Contrast       :let g:solarized_contrast=\"high\"      \\| colorscheme solarized<CR>\n        an    &Solarized.&Contrast.-sep-                 <Nop>\n        amenu &Solarized.&Contrast.&Help:\\ Contrast      :help 'solarized_contrast'<CR>\n\n        amenu &Solarized.&Visibility.&Low\\ Visibility    :let g:solarized_visibility=\"low\"     \\| colorscheme solarized<CR>\n        amenu &Solarized.&Visibility.&Normal\\ Visibility :let g:solarized_visibility=\"normal\"  \\| colorscheme solarized<CR>\n        amenu &Solarized.&Visibility.&High\\ Visibility   :let g:solarized_visibility=\"high\"    \\| colorscheme solarized<CR>\n        an    &Solarized.&Visibility.-sep-                 <Nop>\n        amenu &Solarized.&Visibility.&Help:\\ Visibility    :help 'solarized_visibility'<CR>\n\n        amenu &Solarized.&Background.&Toggle\\ Background :ToggleBG<CR>\n        amenu &Solarized.&Background.&Dark\\ Background   :set background=dark  \\| colorscheme solarized<CR>\n        amenu &Solarized.&Background.&Light\\ Background  :set background=light \\| colorscheme solarized<CR>\n        an    &Solarized.&Background.-sep-               <Nop>\n        amenu &Solarized.&Background.&Help:\\ ToggleBG     :help togglebg<CR>\n\n        if g:solarized_bold==0 | let l:boldswitch=\"On\" | else | let l:boldswitch=\"Off\" | endif\n        exe \"amenu &Solarized.&Styling.&Turn\\\\ Bold\\\\ \".l:boldswitch.\" :let g:solarized_bold=(abs(g:solarized_bold-1)) \\\\| colorscheme solarized<CR>\"\n        if g:solarized_italic==0 | let l:italicswitch=\"On\" | else | let l:italicswitch=\"Off\" | endif\n        exe \"amenu &Solarized.&Styling.&Turn\\\\ Italic\\\\ \".l:italicswitch.\" :let g:solarized_italic=(abs(g:solarized_italic-1)) \\\\| colorscheme solarized<CR>\"\n        if g:solarized_underline==0 | let l:underlineswitch=\"On\" | else | let l:underlineswitch=\"Off\" | endif\n        exe \"amenu &Solarized.&Styling.&Turn\\\\ Underline\\\\ \".l:underlineswitch.\" :let g:solarized_underline=(abs(g:solarized_underline-1)) \\\\| colorscheme solarized<CR>\"\n\n        amenu &Solarized.&Diff\\ Mode.&Low\\ Diff\\ Mode    :let g:solarized_diffmode=\"low\"     \\| colorscheme solarized<CR>\n        amenu &Solarized.&Diff\\ Mode.&Normal\\ Diff\\ Mode :let g:solarized_diffmode=\"normal\"  \\| colorscheme solarized<CR>\n        amenu &Solarized.&Diff\\ Mode.&High\\ Diff\\ Mode   :let g:solarized_diffmode=\"high\"    \\| colorscheme solarized<CR>\n\n        if g:solarized_hitrail==0 | let l:hitrailswitch=\"On\" | else | let l:hitrailswitch=\"Off\" | endif\n        exe \"amenu &Solarized.&Experimental.&Turn\\\\ Highlight\\\\ Trailing\\\\ Spaces\\\\ \".l:hitrailswitch.\" :let g:solarized_hitrail=(abs(g:solarized_hitrail-1)) \\\\| colorscheme solarized<CR>\"\n        an    &Solarized.&Experimental.-sep-               <Nop>\n        amenu &Solarized.&Experimental.&Help:\\ HiTrail    :help 'solarized_hitrail'<CR>\n\n        an    &Solarized.-sep1-                          <Nop>\n\n        amenu &Solarized.&Autogenerate\\ options          :SolarizedOptions<CR>\n\n        an    &Solarized.-sep2-                          <Nop>\n\n        amenu &Solarized.&Help.&Solarized\\ Help          :help solarized<CR>\n        amenu &Solarized.&Help.&Toggle\\ Background\\ Help :help togglebg<CR>\n        amenu &Solarized.&Help.&Removing\\ This\\ Menu     :help solarized-menu<CR>\n\n        an 9999.77 &Help.&Solarized\\ Colorscheme         :help solarized<CR>\n        an 9999.78 &Help.&Toggle\\ Background             :help togglebg<CR>\n        an 9999.79 &Help.-sep3-                          <Nop>\n\n    endif\nendfunction\n\nautocmd ColorScheme * if g:colors_name != \"solarized\" | silent! aunmenu Solarized | else | call SolarizedMenu() | endif\n\n\"}}}\n\" License \"{{{\n\" ---------------------------------------------------------------------\n\"\n\" Copyright (c) 2011 Ethan Schoonover\n\"\n\" Permission is hereby granted, free of charge, to any person obtaining a copy\n\" of this software and associated documentation files (the \"Software\"), to deal\n\" in the Software without restriction, including without limitation the rights\n\" to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\" copies of the Software, and to permit persons to whom the Software is\n\" furnished to do so, subject to the following conditions:\n\"\n\" The above copyright notice and this permission notice shall be included in\n\" all copies or substantial portions of the Software.\n\"\n\" THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\" AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\" OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\" THE SOFTWARE.\n\"\n\" vim:foldmethod=marker:foldlevel=0\n\"}}}\n"
  },
  {
    "path": "vim-colors-solarized/doc/solarized.txt",
    "content": "*solarized.vim* for Vim version 7.3 or newer. Modified: 2011 May 05\n\n\n\t\tSolarized Vim Colorscheme by Ethan Schoonover ~\n\nSolarized Colorscheme\t\t\t\t\t   *solarized*\n\t\t\t\t\t\t\t   *solarized-help*\n\t\t\t\t\t\t\t   *solarized-colors*\n\t\t\t\t\t\t\t   *solarized-colorscheme*\n\t\t\t\t\t\t\t   *vim-colors-solarized*\n\nSolarized is a carefully designed selective contrast colorscheme with dual\nlight and dark modes that runs in both GUI, 256 and 16 color modes.\n\nSee the homepage at http://ethanschoonover.com/solarized for screenshots and \ndetails.\n\n0. Install\t\t\t\t|solarized-install|\n1. Solarized Menu\t\t\t|solarized-menu|\n2. Options\t\t\t\t|solarized-options|\n3. Toggle Background\t\t\t|solarized-togglebg|\n4. Terminal Issues\t\t\t|solarized-term|\n\n==============================================================================\n0. Install\t\t\t\t\t\t*solarized-install*\n\nNote: I recommend using Tim Pope's pathogen plugin to install this \ncolorscheme. See https://github.com/tpope/vim-pathogen . If you've installed \npathogen properly you can install Solarized with the following commands, \nfollowed by the .vimrc configuration below.\n\n\t$ cd ~/.vim/bundle\n\t$ git clone https://github.com/altercation/vim-colors-solarized.git\n\nIf you aren't using pathogen, you can use the following three steps to install \nSolarized:\n\n1.  Download the solarized distribution (available on the homepage above)\n    and unarchive the file.\n\n2.  Move `solarized.vim` to your `.vim/colors` directory.\n\n3.  Move each of the files in each subdirectories to the corresponding .vim\n    subdirectory (e.g. autoload/togglebg.vim goes into your .vim/autoload\n    directory as .vim/autoload/togglebg.vim).\n\n\nAfter installation, place the following lines in your .vimrc:\n\n\tsyntax enable\n\tset background=dark\n\tcolorscheme solarized\n\nor, for the light background mode of Solarized:\n\n\tsyntax enable\n\tset background=light\n\tcolorscheme solarized\n\n==============================================================================\n1. Solarized Menu\t\t\t\t\t*solarized-menu*\n\nSolarized makes available a menu when used in Vim GUI mode (gvim, macvim).  \nThis menu includes many of the options detailed below so that you can test out \ndifferent values quickly without modifying your .vimrc file. If you wish to \nturn off this menu permanently, simply place the following line in your .vimrc \nabove the \"colorscheme solarized\" line.\n\n\tlet g:solarized_menu=0\n\n==============================================================================\n2. Toggle Background\t\t\t\t\t*solarized-togglebg*\n\t\t\t\t\t\t\t*toggle-bg* *togglebg*\n\t\t\t\t\t\t\t*toggle-background*\n\nSolarized comes with Toggle Background, a simple plugin to switch between \nlight and dark background modes and reset the colorscheme. This is most useful \nfor colorschemes that support both light and dark modes and in terminals or \ngui vim windows where the background will be properly set.\n\nToggle Background can be accessed by:\n\n    * the Solarized menu (in Vim gui mode)\n    * the Window menu (in Vim gui mode, even if the Solarized menu is off)\n    * the \"yin/yang\" toolbar button (in Vim gui mode)\n    * the default mapping of <F5>\n    * custom key mapping you set in your .vimrc (see below)\n    * command line via \":ToggleBG\" (no quotes)\n\nToggle Background starts with a default mapping to function key <F5>. If you \nare already using this in a mapping, Toggle Background will not map itself to \na default and you will have to map it manually in your .vimrc file, or \nremove/change your existing <F5> mapping to another value. To customize the \nkeyboard mapping in your .vimrc file, use the following line, changing the \n\"<F5>\" value to the key or key combination you wish to use:\n\n\tcall togglebg#map(\"<F5>\")\n\nNote that you'll want to use a single function key or equivalent if you want \nthe plugin to work in all modes (normal, insert, visual).\n\nWhen using the plugin during normal, visual, or insert mode, there should be \nno interruption in workflow. However, if you activate the plugin during \nREPLACE mode, you will switch to standard insert mode (you will leave the \noverwrite replace mode).\n\n==============================================================================\n3. Solarized Terminal Issues\t\t\t\t*solarized-term*\n\nIf you are going to use Solarized in Terminal mode (i.e. not in a GUI version \nlike gvim or macvim), **please please please** consider setting your terminal \nemulator's colorscheme to used the Solarized palette. I've included palettes \nfor some popular terminal emulator as well as Xdefaults in the official \nSolarized download available from the Solarized homepage listed at the top of \nthis help document. If you use Solarized *without* these colors, Solarized \nwill need to be told to degrade its colorscheme to a set compatible with the \nlimited 256 terminal palette (whereas by using the terminal's 16 ansi color \nvalues, you can set the correct, specific values for the Solarized palette).\n\nIf you do use the custom terminal colors, solarized.vim should work out of \nthe box for you. If you are using a terminal emulator that supports 256 \ncolors and don't want to use the custom Solarized terminal colors, you will \nneed to use the degraded 256 colorscheme. To do so, simply add the following \nline *before* the `colorschem solarized` line:\n\n    let g:solarized_termcolors=256\n\nAgain, I recommend just changing your terminal colors to Solarized values \neither manually or via one of the many terminal schemes available for import.\n\n==============================================================================\n4. Solarized Options\t\t\t\t\t*solarized-options*\n\n\nAUTOGENERATE OPTIONS\n\nYou can easily modify and experiment with Solarized display options using the \nSolarized menu when using Vim in gui mode. Once you have things set to your \nliking, you can autogenerate the current option list in a format ready for \ninsertion into your .vimrc file using the Solarized menu \"Autogenerate \nOptions\" command or at the command line with:\n\n    :SolarizedOptions\n\n\nOPTION LIST\n\nSet these in your vimrc file prior to calling the colorscheme.\n\noption name               default     optional\n------------------------------------------------\ng:solarized_termcolors=   16      |   256\ng:solarized_termtrans =   0       |   1\ng:solarized_degrade   =   0       |   1\ng:solarized_bold      =   1       |   0\ng:solarized_underline =   1       |   0\ng:solarized_italic    =   1       |   0\ng:solarized_contrast  =   \"normal\"|   \"high\" or \"low\"\ng:solarized_visibility=   \"normal\"|   \"high\" or \"low\"\ng:solarized_hitrail   =   0       |   1\ng:solarized_menu      =   1       |   0\n------------------------------------------------\n\n\nOPTION DETAILS\n\n------------------------------------------------\ng:solarized_termcolors=   256     |   16\t\t*'solarized_termcolors'*\n------------------------------------------------\nThe most important option if you are using vim in terminal (non gui) mode!\nThis tells Solarized to use the 256 degraded color mode if running in a 256\ncolor capable terminal.  Otherwise, if set to `16` it will use the terminal\nemulators colorscheme (best option as long as you've set the emulators colors\nto the Solarized palette).\n\nIf you are going to use Solarized in Terminal mode (i.e. not in a GUI\nversion like gvim or macvim), **please please please** consider setting your\nterminal emulator's colorscheme to used the Solarized palette. I've included\npalettes for some popular terminal emulator as well as Xdefaults in the\nofficial Solarized download available from:\nhttp://ethanschoonover.com/solarized . If you use Solarized without these\ncolors, Solarized will by default use an approximate set of 256 colors.  It\nisn't bad looking and has been extensively tweaked, but it's still not quite\nthe real thing.\n\n------------------------------------------------\ng:solarized_termtrans =   0       |   1\t\t\t*'solarized_termtrans'*\n------------------------------------------------\nIf you use a terminal emulator with a transparent background and Solarized\nisn't displaying the background color transparently, set this to 1 and\nSolarized will use the default (transparent) background of the terminal\nemulator. *urxvt* required this in my testing; iTerm2 did not.\n\nNote that on Mac OS X Terminal.app, solarized_termtrans is set to 1 by \ndefault as this is almost always the best option. The only exception to this \nis if the working terminfo file supports 256 colors (xterm-256color).\n\n------------------------------------------------\ng:solarized_degrade   =   0       |   1\t\t\t*'solarized_degrade'*\n------------------------------------------------\nFor test purposes only; forces Solarized to use the 256 degraded color mode\nto test the approximate color values for accuracy.\n\n------------------------------------------------\ng:solarized_bold      =   1       |   0\t\t\t*'solarized_bold'*\n------------------------------------------------\n------------------------------------------------\ng:solarized_underline =   1       |   0\t\t\t*'solarized_underline'*\n------------------------------------------------\n------------------------------------------------\ng:solarized_italic    =   1       |   0\t\t\t*'solarized_italic'*\n------------------------------------------------\nIf you wish to stop Solarized from displaying bold, underlined or\nitalicized typefaces, simply assign a zero value to the appropriate\nvariable, for example: `let g:solarized_italic=0`\n\n------------------------------------------------\ng:solarized_contrast  =   \"normal\"|   \"high\" or \"low\"\t*'solarized_contrast'*\n------------------------------------------------\nStick with normal! It's been carefully tested. Setting this option to high\nor low does use the same Solarized palette but simply shifts some values up\nor down in order to expand or compress the tonal range displayed.\n\n------------------------------------------------\ng:solarized_visibility =  \"normal\"|   \"high\" or \"low\" *'solarized_visibility'*\n------------------------------------------------\nSpecial characters such as trailing whitespace, tabs, newlines, when \ndisplayed using \":set list\" can be set to one of three levels depending on \nyour needs.\n\n------------------------------------------------\ng:solarized_hitrail   =   0       |   1\t\t\t*'solarized_hitrail'*\n------------------------------------------------\nVisibility can make listchar entities more visible, but if one has set \ncursorline on, these same listchar values standout somewhat less due to the \nbackground color of the cursorline. g:solarized_hitrail enables highlighting \nof trailing spaces (only one of the listchar types, but a particularly \nimportant one) while in the cursoline in a different manner in order to make \nthem more visible. This may not work consistently as Solarized is using \na pattern match than can be overridden by a more encompassing syntax-native \nmatch such as a comment line.\n\n\n------------------------------------------------\ng:solarized_menu       =  1       |   0\t\t\t*'solarized_menu'*\n------------------------------------------------\nSolarized includes a menu providing access to several of the above\ndisplay related options, including contrast and visibility. This allows\nfor an easy method of testing different values quickly before settling\non a final assignment for your .vimrc. If you wish to turn off this menu,\nassign g:solarized_menu a value of 0.\n\n\n vim:tw=78:noet:ts=8:ft=help:norl:\n"
  },
  {
    "path": "vim-colors-solarized/doc/tags",
    "content": "'solarized_bold'\tsolarized.txt\t/*'solarized_bold'*\n'solarized_contrast'\tsolarized.txt\t/*'solarized_contrast'*\n'solarized_degrade'\tsolarized.txt\t/*'solarized_degrade'*\n'solarized_hitrail'\tsolarized.txt\t/*'solarized_hitrail'*\n'solarized_italic'\tsolarized.txt\t/*'solarized_italic'*\n'solarized_menu'\tsolarized.txt\t/*'solarized_menu'*\n'solarized_termcolors'\tsolarized.txt\t/*'solarized_termcolors'*\n'solarized_termtrans'\tsolarized.txt\t/*'solarized_termtrans'*\n'solarized_underline'\tsolarized.txt\t/*'solarized_underline'*\n'solarized_visibility'\tsolarized.txt\t/*'solarized_visibility'*\nbefore\tsolarized.txt\t/*before*\nsolarized\tsolarized.txt\t/*solarized*\nsolarized-colors\tsolarized.txt\t/*solarized-colors*\nsolarized-colorscheme\tsolarized.txt\t/*solarized-colorscheme*\nsolarized-help\tsolarized.txt\t/*solarized-help*\nsolarized-install\tsolarized.txt\t/*solarized-install*\nsolarized-menu\tsolarized.txt\t/*solarized-menu*\nsolarized-options\tsolarized.txt\t/*solarized-options*\nsolarized-term\tsolarized.txt\t/*solarized-term*\nsolarized-togglebg\tsolarized.txt\t/*solarized-togglebg*\nsolarized.vim\tsolarized.txt\t/*solarized.vim*\ntoggle-background\tsolarized.txt\t/*toggle-background*\ntoggle-bg\tsolarized.txt\t/*toggle-bg*\ntogglebg\tsolarized.txt\t/*togglebg*\nurxvt\tsolarized.txt\t/*urxvt*\nvim-colors-solarized\tsolarized.txt\t/*vim-colors-solarized*\nwithout\tsolarized.txt\t/*without*\n"
  },
  {
    "path": "visualstudio-colors-solarized/vs2005/solarized-dark.vssettings",
    "content": "<UserSettings>\r\n\t<ApplicationIdentity version=\"8.0\"/>\r\n\t<ToolsOptions>\r\n\t\t<ToolsOptionsCategory name=\"Environment\" RegisteredName=\"Environment\"/>\r\n\t</ToolsOptions>\r\n\t<Category name=\"Environment_Group\" RegisteredName=\"Environment_Group\">\r\n\t\t<Category name=\"Environment_FontsAndColors\" Category=\"{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}\" Package=\"{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}\" RegisteredName=\"Environment_FontsAndColors\" PackageName=\"Visual Studio Environment Package\">\r\n\t\t\t<PropertyValue name=\"Version\">2</PropertyValue>\r\n\t\t\t<FontsAndColors Version=\"2.0\">\r\n\t\t\t\t<Categories>\r\n\t\t\t\t\t<Category GUID=\"{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}\" FontIsDefault=\"Yes\">\r\n\t\t\t\t\t\t<Items>\r\n\t\t\t\t\t\t\t<Item Name=\"Plain Text\" Foreground=\"0x00A1A193\" Background=\"0x00362B00\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Selected Text\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Inactive Selected Text\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Indicator Margin\" Foreground=\"0x02000000\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Line Numbers\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Visible White Space\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Bookmark\" Foreground=\"0x0100000B\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Brace Matching (Rectangle)\" Foreground=\"0x02000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Selected\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return\" Foreground=\"0x00363000\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return New Context\" Foreground=\"0x00423607\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Dependent Field\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Field\" Foreground=\"0x01000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Collapsible Text\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Compiler Error\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Name\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Selector\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS String Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Current list location\" Foreground=\"0x00D5E8EE\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Definition Window Current Match\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Disassembly Symbol\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Excluded Code\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Element Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Entity\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Operator\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Server-Side Script\" Foreground=\"0x008236D3\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Tag Delimiter\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Identifier\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Keyword\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Memory Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Number\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Operator\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Other Error\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Preprocessor Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Background\" Foreground=\"0x01000002\" Background=\"0x00E3F6FD\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Current Field\" Foreground=\"0x01000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Dependent Field\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Register Data Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Smart Tag\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"SQL DML Marker\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Stale Code\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String(C# @ Verbatim)\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Syntax Error\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Task List Shortcut\" Foreground=\"0x00363000\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes after save\" Foreground=\"0x02000000\" Background=\"0x00009985\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes before save\" Foreground=\"0x02000000\" Background=\"0x000089B5\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Delegates)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Enums)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Interfaces)\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Value types)\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning Lines Path\" Foreground=\"0x00A50000\" Background=\"0x00E6EFEE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Quotes\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML CData Section\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Class\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Name\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Value\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Text\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Quotes\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML CData Section\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Attribute\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Comment\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Tag\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Text\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XSLT Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t</Items>\r\n\t\t\t\t\t</Category>\r\n\t\t\t\t</Categories>\r\n\t\t\t</FontsAndColors>\r\n\t\t</Category>\r\n\t</Category>\r\n</UserSettings>\r\n"
  },
  {
    "path": "visualstudio-colors-solarized/vs2005/solarized-light.vssettings",
    "content": "<UserSettings>\r\n\t<ApplicationIdentity version=\"8.0\"/>\r\n\t<ToolsOptions>\r\n\t\t<ToolsOptionsCategory name=\"Environment\" RegisteredName=\"Environment\"/>\r\n\t</ToolsOptions>\r\n\t<Category name=\"Environment_Group\" RegisteredName=\"Environment_Group\">\r\n\t\t<Category name=\"Environment_FontsAndColors\" Category=\"{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}\" Package=\"{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}\" RegisteredName=\"Environment_FontsAndColors\" PackageName=\"Visual Studio Environment Package\">\r\n\t\t\t<PropertyValue name=\"Version\">2</PropertyValue>\r\n\t\t\t<FontsAndColors Version=\"2.0\">\r\n\t\t\t\t<Categories>\r\n\t\t\t\t\t<Category GUID=\"{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}\" FontName=\"Consolas\" FontSize=\"12\" CharSet=\"0\" FontIsDefault=\"No\">\r\n\t\t\t\t\t\t<Items>\r\n\t\t\t\t\t\t\t<Item Name=\"Plain Text\" Foreground=\"0x00756E58\" Background=\"0x00E3F6FD\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Selected Text\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Inactive Selected Text\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Indicator Margin\" Foreground=\"0x02000000\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Line Numbers\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Visible White Space\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Bookmark\" Foreground=\"0x0100000B\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Brace Matching (Rectangle)\" Foreground=\"0x02000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Selected\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return\" Foreground=\"0x00363000\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return New Context\" Foreground=\"0x00423607\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Dependent Field\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Field\" Foreground=\"0x01000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Collapsible Text\" Foreground=\"0x00A1A193\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Compiler Error\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Name\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Selector\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS String Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Current list location\" Foreground=\"0x00D5E8EE\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Definition Window Current Match\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Disassembly Symbol\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Excluded Code\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Element Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Entity\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Operator\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Server-Side Script\" Foreground=\"0x008236D3\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Tag Delimiter\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Identifier\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Keyword\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Memory Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Number\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Operator\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Other Error\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Preprocessor Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Background\" Foreground=\"0x01000002\" Background=\"0x00362B00\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Current Field\" Foreground=\"0x01000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Dependent Field\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Register Data Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Smart Tag\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"SQL DML Marker\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Stale Code\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String(C# @ Verbatim)\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Syntax Error\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Task List Shortcut\" Foreground=\"0x00363000\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes after save\" Foreground=\"0x02000000\" Background=\"0x00009985\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes before save\" Foreground=\"0x02000000\" Background=\"0x000089B5\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Delegates)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Enums)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Interfaces)\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Value types)\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning Lines Path\" Foreground=\"0x00A50000\" Background=\"0x00E6EFEE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Quotes\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML CData Section\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Class\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Name\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Value\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Text\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Quotes\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML CData Section\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Attribute\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Comment\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Tag\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Text\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XSLT Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t</Items>\r\n\t\t\t\t\t</Category>\r\n\t\t\t\t</Categories>\r\n\t\t\t</FontsAndColors>\r\n\t\t</Category>\r\n\t</Category>\r\n</UserSettings>\r\n"
  },
  {
    "path": "visualstudio-colors-solarized/vs2008/solarized-dark.vssettings",
    "content": "<UserSettings>\r\n\t<ApplicationIdentity version=\"9.0\"/>\r\n\t<ToolsOptions>\r\n\t\t<ToolsOptionsCategory name=\"Environment\" RegisteredName=\"Environment\"/>\r\n\t</ToolsOptions>\r\n\t<Category name=\"Environment_Group\" RegisteredName=\"Environment_Group\">\r\n\t\t<Category name=\"Environment_FontsAndColors\" Category=\"{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}\" Package=\"{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}\" RegisteredName=\"Environment_FontsAndColors\" PackageName=\"Visual Studio Environment Package\">\r\n\t\t\t<PropertyValue name=\"Version\">2</PropertyValue>\r\n\t\t\t<FontsAndColors Version=\"2.0\">\r\n\t\t\t\t<Categories>\r\n\t\t\t\t\t<Category GUID=\"{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}\" FontIsDefault=\"Yes\">\r\n\t\t\t\t\t\t<Items>\r\n\t\t\t\t\t\t\t<Item Name=\"Plain Text\" Foreground=\"0x00A1A193\" Background=\"0x00362B00\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Selected Text\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Inactive Selected Text\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Indicator Margin\" Foreground=\"0x02000000\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Line Numbers\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Visible White Space\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Bookmark\" Foreground=\"0x0100000B\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Brace Matching (Rectangle)\" Foreground=\"0x02000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Selected\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return\" Foreground=\"0x00363000\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return New Context\" Foreground=\"0x00423607\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Dependent Field\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Field\" Foreground=\"0x01000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Collapsible Text\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Compiler Error\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Name\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Selector\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS String Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Current list location\" Foreground=\"0x00D5E8EE\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Definition Window Current Match\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Disassembly Symbol\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Excluded Code\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Element Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Entity\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Operator\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Server-Side Script\" Foreground=\"0x008236D3\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Tag Delimiter\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Identifier\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Keyword\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Memory Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Number\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Operator\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Other Error\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Preprocessor Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Background\" Foreground=\"0x01000002\" Background=\"0x00E3F6FD\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Current Field\" Foreground=\"0x01000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Dependent Field\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Register Data Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Smart Tag\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"SQL DML Marker\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Stale Code\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String(C# @ Verbatim)\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Syntax Error\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Task List Shortcut\" Foreground=\"0x00363000\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes after save\" Foreground=\"0x02000000\" Background=\"0x00009985\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes before save\" Foreground=\"0x02000000\" Background=\"0x000089B5\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Delegates)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Enums)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Interfaces)\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Value types)\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning Lines Path\" Foreground=\"0x00A50000\" Background=\"0x00E6EFEE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Quotes\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML CData Section\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Class\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Name\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Value\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Text\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Quotes\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML CData Section\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Attribute\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Comment\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Tag\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Text\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XSLT Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t</Items>\r\n\t\t\t\t\t</Category>\r\n\t\t\t\t</Categories>\r\n\t\t\t</FontsAndColors>\r\n\t\t</Category>\r\n\t</Category>\r\n</UserSettings>\r\n"
  },
  {
    "path": "visualstudio-colors-solarized/vs2008/solarized-light.vssettings",
    "content": "<UserSettings>\r\n\t<ApplicationIdentity version=\"9.0\"/>\r\n\t<ToolsOptions>\r\n\t\t<ToolsOptionsCategory name=\"Environment\" RegisteredName=\"Environment\"/>\r\n\t</ToolsOptions>\r\n\t<Category name=\"Environment_Group\" RegisteredName=\"Environment_Group\">\r\n\t\t<Category name=\"Environment_FontsAndColors\" Category=\"{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}\" Package=\"{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}\" RegisteredName=\"Environment_FontsAndColors\" PackageName=\"Visual Studio Environment Package\">\r\n\t\t\t<PropertyValue name=\"Version\">2</PropertyValue>\r\n\t\t\t<FontsAndColors Version=\"2.0\">\r\n\t\t\t\t<Categories>\r\n\t\t\t\t\t<Category GUID=\"{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}\" FontName=\"Consolas\" FontSize=\"12\" CharSet=\"0\" FontIsDefault=\"No\">\r\n\t\t\t\t\t\t<Items>\r\n\t\t\t\t\t\t\t<Item Name=\"Plain Text\" Foreground=\"0x00756E58\" Background=\"0x00E3F6FD\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Selected Text\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Inactive Selected Text\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Indicator Margin\" Foreground=\"0x02000000\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Line Numbers\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Visible White Space\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Bookmark\" Foreground=\"0x0100000B\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Brace Matching (Rectangle)\" Foreground=\"0x02000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Selected\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return\" Foreground=\"0x00363000\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return New Context\" Foreground=\"0x00423607\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Dependent Field\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Field\" Foreground=\"0x01000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Collapsible Text\" Foreground=\"0x00A1A193\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Compiler Error\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Name\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Selector\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS String Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Current list location\" Foreground=\"0x00D5E8EE\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Definition Window Current Match\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Disassembly Symbol\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Excluded Code\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Element Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Entity\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Operator\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Server-Side Script\" Foreground=\"0x008236D3\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Tag Delimiter\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Identifier\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Keyword\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Memory Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Number\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Operator\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Other Error\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Preprocessor Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Background\" Foreground=\"0x01000002\" Background=\"0x00362B00\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Current Field\" Foreground=\"0x01000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Dependent Field\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Register Data Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Smart Tag\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"SQL DML Marker\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Stale Code\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String(C# @ Verbatim)\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Syntax Error\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Task List Shortcut\" Foreground=\"0x00363000\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes after save\" Foreground=\"0x02000000\" Background=\"0x00009985\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes before save\" Foreground=\"0x02000000\" Background=\"0x000089B5\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Delegates)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Enums)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Interfaces)\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Value types)\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning Lines Path\" Foreground=\"0x00A50000\" Background=\"0x00E6EFEE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Quotes\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML CData Section\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Class\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Name\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Value\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Text\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Quotes\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML CData Section\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Attribute\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Comment\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Tag\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Text\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XSLT Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t</Items>\r\n\t\t\t\t\t</Category>\r\n\t\t\t\t</Categories>\r\n\t\t\t</FontsAndColors>\r\n\t\t</Category>\r\n\t</Category>\r\n</UserSettings>\r\n"
  },
  {
    "path": "visualstudio-colors-solarized/vs2010/solarized-dark.vssettings",
    "content": "<UserSettings>\r\n\t<ApplicationIdentity version=\"10.0\"/>\r\n\t<ToolsOptions>\r\n\t\t<ToolsOptionsCategory name=\"Environment\" RegisteredName=\"Environment\"/>\r\n\t</ToolsOptions>\r\n\t<Category name=\"Environment_Group\" RegisteredName=\"Environment_Group\">\r\n\t\t<Category name=\"Environment_FontsAndColors\" Category=\"{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}\" Package=\"{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}\" RegisteredName=\"Environment_FontsAndColors\" PackageName=\"Visual Studio Environment Package\">\r\n\t\t\t<PropertyValue name=\"Version\">2</PropertyValue>\r\n\t\t\t<FontsAndColors Version=\"2.0\">\r\n\t\t\t\t<Categories>\r\n\t\t\t\t\t<Category GUID=\"{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}\" FontIsDefault=\"Yes\">\r\n\t\t\t\t\t\t<Items>\r\n\t\t\t\t\t\t\t<Item Name=\"Plain Text\" Foreground=\"0x00A1A193\" Background=\"0x00362B00\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Selected Text\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Inactive Selected Text\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Indicator Margin\" Foreground=\"0x02000000\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Line Numbers\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Visible White Space\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Bookmark\" Foreground=\"0x0100000B\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Brace Matching (Rectangle)\" Foreground=\"0x02000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Selected\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return\" Foreground=\"0x00363000\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return New Context\" Foreground=\"0x00423607\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Dependent Field\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Field\" Foreground=\"0x01000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Collapsible Text\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Compiler Error\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Name\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Selector\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS String Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Current list location\" Foreground=\"0x00D5E8EE\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Definition Window Current Match\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Disassembly Symbol\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Excluded Code\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Element Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Entity\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Operator\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Server-Side Script\" Foreground=\"0x008236D3\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Tag Delimiter\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Identifier\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Keyword\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Memory Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Number\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Operator\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Other Error\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Preprocessor Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Background\" Foreground=\"0x01000002\" Background=\"0x00E3F6FD\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Current Field\" Foreground=\"0x01000000\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Dependent Field\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Register Data Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Smart Tag\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"SQL DML Marker\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Stale Code\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String(C# @ Verbatim)\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Syntax Error\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Task List Shortcut\" Foreground=\"0x00363000\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes after save\" Foreground=\"0x02000000\" Background=\"0x00009985\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes before save\" Foreground=\"0x02000000\" Background=\"0x000089B5\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Delegates)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Enums)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Interfaces)\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Value types)\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning Lines Path\" Foreground=\"0x00A50000\" Background=\"0x00E6EFEE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Quotes\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML CData Section\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Class\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Name\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Value\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Text\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute\" Foreground=\"0x00969483\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Quotes\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML CData Section\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Comment\" Foreground=\"0x00756E58\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Attribute\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Comment\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Tag\" Foreground=\"0x00756E58\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Text\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XSLT Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t</Items>\r\n\t\t\t\t\t</Category>\r\n\t\t\t\t</Categories>\r\n\t\t\t</FontsAndColors>\r\n\t\t</Category>\r\n\t</Category>\r\n</UserSettings>\r\n"
  },
  {
    "path": "visualstudio-colors-solarized/vs2010/solarized-light.vssettings",
    "content": "<UserSettings>\r\n\t<ApplicationIdentity version=\"10.0\"/>\r\n\t<ToolsOptions>\r\n\t\t<ToolsOptionsCategory name=\"Environment\" RegisteredName=\"Environment\"/>\r\n\t</ToolsOptions>\r\n\t<Category name=\"Environment_Group\" RegisteredName=\"Environment_Group\">\r\n\t\t<Category name=\"Environment_FontsAndColors\" Category=\"{1EDA5DD4-927A-43a7-810E-7FD247D0DA1D}\" Package=\"{DA9FB551-C724-11d0-AE1F-00A0C90FFFC3}\" RegisteredName=\"Environment_FontsAndColors\" PackageName=\"Visual Studio Environment Package\">\r\n\t\t\t<PropertyValue name=\"Version\">2</PropertyValue>\r\n\t\t\t<FontsAndColors Version=\"2.0\">\r\n\t\t\t\t<Categories>\r\n\t\t\t\t\t<Category GUID=\"{A27B4E24-A735-4D1D-B8E7-9716E1E3D8E0}\" FontName=\"Consolas\" FontSize=\"12\" CharSet=\"0\" FontIsDefault=\"No\">\r\n\t\t\t\t\t\t<Items>\r\n\t\t\t\t\t\t\t<Item Name=\"Plain Text\" Foreground=\"0x00756E58\" Background=\"0x00E3F6FD\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Selected Text\" Foreground=\"0x00969483\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Inactive Selected Text\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Indicator Margin\" Foreground=\"0x02000000\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Line Numbers\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Visible White Space\" Foreground=\"0x00D5E8EE\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Bookmark\" Foreground=\"0x0100000B\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Brace Matching (Rectangle)\" Foreground=\"0x02000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Advanced (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Disabled)\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Enabled)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Error)\" Foreground=\"0x00D5E8EE\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Mapped (Warning)\" Foreground=\"0x00E3F6FD\" Background=\"0x002F32DC\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Breakpoint - Selected\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return\" Foreground=\"0x00363000\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Call Return New Context\" Foreground=\"0x00423607\" Background=\"0x0098A12A\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Dependent Field\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Code Snippet Field\" Foreground=\"0x01000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Collapsible Text\" Foreground=\"0x00A1A193\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Compiler Error\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Name\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Property Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS Selector\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"CSS String Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Current list location\" Foreground=\"0x00D5E8EE\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Definition Window Current Match\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Disassembly Symbol\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Excluded Code\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Element Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Entity\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Operator\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Server-Side Script\" Foreground=\"0x008236D3\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"HTML Tag Delimiter\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Identifier\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Keyword\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Memory Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Number\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Operator\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Other Error\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Preprocessor Keyword\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Background\" Foreground=\"0x01000002\" Background=\"0x00362B00\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Current Field\" Foreground=\"0x01000000\" Background=\"0x00423607\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Refactoring Dependent Field\" Foreground=\"0x00423607\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Register Data Changed\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Smart Tag\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"SQL DML Marker\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Stale Code\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"String(C# @ Verbatim)\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Syntax Error\" Foreground=\"0x002F32DC\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Task List Shortcut\" Foreground=\"0x00363000\" Background=\"0x00D28B26\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes after save\" Foreground=\"0x02000000\" Background=\"0x00009985\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Track Changes before save\" Foreground=\"0x02000000\" Background=\"0x000089B5\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Delegates)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Enums)\" Foreground=\"0x00C4716C\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Interfaces)\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"User Types(Value types)\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"Warning Lines Path\" Foreground=\"0x00A50000\" Background=\"0x00E6EFEE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Quotes\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML CData Section\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Class\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Name\" Foreground=\"0x00009985\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Markup Extension Parameter Value\" Foreground=\"0x000089B5\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XAML Text\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute\" Foreground=\"0x00837B65\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Quotes\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Attribute Value\" Foreground=\"0x0098A12A\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML CData Section\" Foreground=\"0x00837B65\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Comment\" Foreground=\"0x00A1A193\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Delimiter\" Foreground=\"0x008236D3\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Attribute\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Comment\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Doc Tag\" Foreground=\"0x00A1A193\" Background=\"0x00D5E8EE\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Name\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"Yes\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Processing Instruction\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XML Text\" Foreground=\"0x00164BCB\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t\t<Item Name=\"XSLT Keyword\" Foreground=\"0x00D28B26\" Background=\"0x02000000\" BoldFont=\"No\"/>\r\n\t\t\t\t\t\t</Items>\r\n\t\t\t\t\t</Category>\r\n\t\t\t\t</Categories>\r\n\t\t\t</FontsAndColors>\r\n\t\t</Category>\r\n\t</Category>\r\n</UserSettings>\r\n"
  },
  {
    "path": "xchat/README.md",
    "content": "# Solarized Colorscheme for XChat\n\nThis is a port of the [Solarized][solarized-homepage] colorscheme for\n[XChat][xchat-homepage]:  \n[XChat Solarized Github Repository][xchat-solarized-github]\n\nOriginal Solarized colorscheme developed by:  \n**Ethan Schoonover**  \n<es@ethanschoonover.com>  \n[Solarized Github Repository][solarized-github]\n\n## Visit the [Solarized homepage][solarized-homepage]\n\nIf you have come across this colorscheme via the\n[XChat-only repository on github][xchat-solarized-github], see the\n[Solarized homepage][solarized-homepage] for screenshots, details, and\ncolorscheme versions for Vim, Mutt, popular terminal emulators, and other\napplications.\n\n[solarized-github]: https://github.com/altercation/solarized\n[solarized-homepage]: http://ethanschoonover.com/solarized\n[xchat-solarized-github]: https://github.com/jtmohr/xchat-colors-solarized\n[xchat-homepage]: http://xchat.org/\n\n## Screenshots\n![Solarized Dark](http://img208.imageshack.us/img208/6127/xchatsolarizeddarkcolor.png)\n\n![Solarized Light](http://img855.imageshack.us/img855/9378/xchatsolarizedlightcolo.png)\n\n## Installation\n\n### XChat Data Directories\nReplace `<username>` with your actual username.\n\n* **Windows Vista/7:**  \n`C:\\Users\\<username>\\AppData\\Roaming\\X-Chat 2\\`\n* **Windows XP:**  \n`C:\\Documents and Settings\\<username>\\Application Data\\X-Chat 2\\`\n* **Linux:**  \n`~/.xchat2/`\n\n### pevents.conf\nThe Solarized theme for XChat was designed using the default `pevents.conf`\nfile.\n\nThe only reason you may need to replace your existing `pevents.conf` file is if\nit is heavily modified.\n\nThe `pevents.conf` included with the theme has 2 modifications:\n\n1. Nick names are wrapped with angle brackets.  \nhttps://toxin.jottit.com/xchat_text_events#03\n\n1. Mode characters ( ~, &, @, %, +) are shown next to nick names.  \nhttp://xchat.org/faq/#q26\n\n### Install the Solarized theme\n1. Exit XChat\n1. Back-up the current `colors.conf` and `pevents.conf` files located in\n   the appropriate XChat Data Directory\n1. Copy the `solarized-dark-colors.conf` or `solarized-light-colors.conf` file\n   to the appropriate XChat Data Directory and rename it to `colors.conf`\n1. **(Optional)** Copy the `pevents.conf` file to the appropriate XChat Data\n   Directory\n1. Restart XChat\n\n## Color Values\n\n### Solarized Dark\n    mIRC colors are mapped 0-15\n    ===========================\n    XChat   Color\n    ---------------\n    0       Default\n    1       Default\n    2       Default\n    3       Default\n    4       Default\n    5       Default\n    6       Default\n    7       Default\n    8       Default\n    9       Default\n    10      Default\n    11      Default\n    12      Default\n    13      Default\n    14      Default\n    15      Default\n\n    Local colors are mapped 16-31\n    =============================\n    XChat   Solarized   Hex         Color Mapping\n    -----   -------------------     ------------------------------------------------\n    16      Orange      #cb4b16     Motd Indicator\n    17      Base 1      #93a1a1     User level indicators ( ~, &, @, %, +)\n    18      Blue        #268bd2     Primary Nick Color (when not using \"Colored nick names\") / Channel Action/Message\n    19      Cyan        #2aa198     Nick Color #1 - Join / You Join\n    20      Violet      #6c71c4     Nick Color #2\n    21      Magenta     #d33682     Channel Msg / Action Hilight\n    22      Blue        #268bd2     Nick Color #3 / Server Messages\n    23      Violet      #6c71c4     Quit / Part Messages\n    24      Red         #dc322f     Nick Color #4 / Notify/Ignore Header\n    25      Yellow      #b58900     Nick Color #5 / User's Angle Bracket Color\n    26      Magenta     #d33682     Nick Color #6 / DCC/Channel Messages\n    27      Base 01     #586e75     Nick Color #7 / Some Whois / Nick Angle Bracket Color\n    28      Green       #859900     Nick Color #8 / Some Whois / NickServ dashes\n    29      Orange      #cb4b16     Nick Color #9 / Channel Topic Color\n    30      Yellow      #b58900     User's Message / Some Whois / Some DCC\n    31      Orange      #cb4b16     User's Nick Color\n\n    XChat special colors are mapped at 256+\n    =======================================\n    XChat   Solarized   Hex         Color Mapping\n    -----   -------------------     ------------------------------------------------\n    256     Base 03     #002b36     Marking Text Forground\n    257     Base 01     #586e75     Marking Text Background\n    258     Base 0      #839496     Text Colors Foreground\n    259     Base 03     #002b36     Text Colors Background\n    260     Cyan        #2aa198     Marker Line\n    261     Blue        #268bd2     New Data\n    262     Orange      #cb4b16     Highlight\n    263     Yellow      #b58900     New Message\n    264     Base 01     #586e75     Away User\n    265     Magenta     #d33682     Spell Checker\n\n### Solarized Light\n    mIRC colors are mapped 0-15\n    ===========================\n    XChat   Color\n    ---------------\n    0       Default\n    1       Default\n    2       Default\n    3       Default\n    4       Default\n    5       Default\n    6       Default\n    7       Default\n    8       Default\n    9       Default\n    10      Default\n    11      Default\n    12      Default\n    13      Default\n    14      Default\n    15      Default\n\n    Local colors are mapped 16-31\n    =============================\n    XChat   Solarized   Hex         Color Mapping\n    -----   -------------------     ------------------------------------------------\n    16      Orange      #cb4b16     Motd Indicator\n    17      Base 01     #586e75     User level indicators ( ~, &, @, %, +)\n    18      Blue        #268bd2     Primary Nick Color (when not using \"Colored nick names\") / Channel Action/Message\n    19      Cyan        #2aa198     Nick Color #1 - Join / You Join\n    20      Violet      #6c71c4     Nick Color #2\n    21      Magenta     #d33682     Channel Msg / Action Hilight\n    22      Blue        #268bd2     Nick Color #3 / Server Messages\n    23      Violet      #6c71c4     Quit / Part Messages\n    24      Red         #dc322f     Nick Color #4 / Notify/Ignore Header\n    25      Yellow      #b58900     Nick Color #5 / User's Angle Bracket Color\n    26      Magenta     #d33682     Nick Color #6 / DCC/Channel Messages\n    27      Base 1      #93a1a1     Nick Color #7 / Some Whois / Nick Angle Bracket Color\n    28      Green       #859900     Nick Color #8 / Some Whois / NickServ dashes\n    29      Orange      #cb4b16     Nick Color #9 / Channel Topic Color\n    30      Yellow      #b58900     User's Message / Some Whois / Some DCC\n    31      Orange      #cb4b16     User's Nick Color\n\n    XChat special colors are mapped at 256+\n    =======================================\n    XChat   Solarized   Hex         Color Mapping\n    -----   -------------------     ------------------------------------------------\n    256     Base 3      #fdf6e3     Marking Text Forground\n    257     Base 1      #93a1a1     Marking Text Background\n    258     Base 00     #657b83     Text Colors Foreground\n    259     Base 3      #fdf6e3     Text Colors Background\n    260     Cyan        #2aa198     Marker Line\n    261     Blue        #268bd2     New Data\n    262     Orange      #cb4b16     Highlight\n    263     Yellow      #b58900     New Message\n    264     Base 1      #93a1a1     Away User\n    265     Magenta     #d33682     Spell Checker\n"
  },
  {
    "path": "xchat/pevents.conf",
    "content": "event_name=Add Notify\nevent_text=%C22*%O$t$1 added to notify list.\n\nevent_name=Ban List\nevent_text=%C22*%O$t$1 Banlist:%C19 $4%C20 $2%C21 $3\n\nevent_name=Banned\nevent_text=%C22*%O$tCannot join%C26 %B$1 %O(You are banned).\n\nevent_name=Beep\nevent_text=\n\nevent_name=Change Nick\nevent_text=%C22*%O$t$1 is now known as $2\n\nevent_name=Channel Action\nevent_text=%C18*$t$1%O $2\n\nevent_name=Channel Action Hilight\nevent_text=%C21*%O$t%C21%B$1%O%C21 $2\n\nevent_name=Channel Ban\nevent_text=%C22*%O$t$1 sets ban on $2\n\nevent_name=Channel Creation\nevent_text=%C22*%O$tChannel $1 created on $2\n\nevent_name=Channel DeHalfOp\nevent_text=%C22*%O$t%C26$1%O removes channel half-operator status from%C26 $2\n\nevent_name=Channel DeOp\nevent_text=%C22*%O$t%C26$1%O removes channel operator status from%C26 $2\n\nevent_name=Channel DeVoice\nevent_text=%C22*%O$t%C26$1%O removes voice from%C26 $2\n\nevent_name=Channel Exempt\nevent_text=%C22*%O$t$1 sets exempt on $2\n\nevent_name=Channel Half-Operator\nevent_text=%C22*%O$t%C26$1%O gives channel half-operator status to%C26 $2\n\nevent_name=Channel INVITE\nevent_text=%C22*%O$t$1 sets invite on $2\n\nevent_name=Channel List\nevent_text=%UChannel          Users   Topic\n\nevent_name=Channel Message\nevent_text=%C27<$4%C17$3%C18$1%C27>%O$t$2\n\nevent_name=Channel Mode Generic\nevent_text=%C22*%O$t$1 sets mode $2$3 $4\n\nevent_name=Channel Modes\nevent_text=%C22*%O$t%C22Channel $1 modes: $2\n\nevent_name=Channel Msg Hilight\nevent_text=$4%C21%B%H<%H$1%H>%H%O%C21$t$2\n\nevent_name=Channel Notice\nevent_text=%C28-%C29$1/$2%C28-%O$t$3\n\nevent_name=Channel Operator\nevent_text=%C22*%O$t%C26$1%O gives channel operator status to%C26 $2\n\nevent_name=Channel Remove Exempt\nevent_text=%C22*%O$t$1 removes exempt on $2\n\nevent_name=Channel Remove Invite\nevent_text=%C22*%O$t$1 removes invite on $2\n\nevent_name=Channel Remove Keyword\nevent_text=%C22*%O$t$1 removes channel keyword\n\nevent_name=Channel Remove Limit\nevent_text=%C22*%O$t$1 removes user limit\n\nevent_name=Channel Set Key\nevent_text=%C22*%O$t$1 sets channel keyword to $2\n\nevent_name=Channel Set Limit\nevent_text=%C22*%O$t$1 sets channel limit to $2\n\nevent_name=Channel UnBan\nevent_text=%C22*%O$t$1 removes ban on $2\n\nevent_name=Channel Voice\nevent_text=%C22*%O$t%C26$1%O gives voice to%C26 $2\n\nevent_name=Connected\nevent_text=%C22*%O$t%C22Connected. Now logging in...\n\nevent_name=Connecting\nevent_text=%C22*%O$t%C22Connecting to $1 ($2) port $3%O...\n\nevent_name=Connection Failed\nevent_text=%C21*%O$t%C21Connection failed. Error: $1\n\nevent_name=CTCP Generic\nevent_text=%C22*%O$tReceived a CTCP $1 from $2\n\nevent_name=CTCP Generic to Channel\nevent_text=%C22*%O$tReceived a CTCP $1 from $2 (to $3)\n\nevent_name=CTCP Send\nevent_text=%C19>%O$1%C19<%O$tCTCP $2\n\nevent_name=CTCP Sound\nevent_text=%C22*%O$tReceived a CTCP Sound $1 from $2\n\nevent_name=CTCP Sound to Channel\nevent_text=%C22*%O$tReceived a CTCP Sound $1 from $2 (to $3)\n\nevent_name=DCC CHAT Abort\nevent_text=%C22*%O$tDCC CHAT to %C26$1%O aborted.\n\nevent_name=DCC CHAT Connect\nevent_text=%C22*%O$tDCC CHAT connection established to %C26$1 %C30[%O$2%C30]\n\nevent_name=DCC CHAT Failed\nevent_text=%C22*%O$tDCC CHAT to %C26$1%O lost ($4).\n\nevent_name=DCC CHAT Offer\nevent_text=%C22*%O$tReceived a DCC CHAT offer from $1\n\nevent_name=DCC CHAT Offering\nevent_text=%C22*%O$tOffering DCC CHAT to $1\n\nevent_name=DCC CHAT Reoffer\nevent_text=%C22*%O$tAlready offering CHAT to $1\n\nevent_name=DCC Conection Failed\nevent_text=%C22*%O$tDCC $1 connect attempt to%C26 $2%O failed (err=$3).\n\nevent_name=DCC Generic Offer\nevent_text=%C22*%O$tReceived '$1%O' from $2\n\nevent_name=DCC Header\nevent_text=%C24,18 Type  To/From    Status  Size    Pos     File         \n\nevent_name=DCC Malformed\nevent_text=%C22*%O$tReceived a malformed DCC request from %C26$1%O.%010%C22*%O$tContents of packet: $2\n\nevent_name=DCC Offer\nevent_text=%C22*%O$tOffering%C26 $1%O to%C26 $2\n\nevent_name=DCC Offer Not Valid\nevent_text=%C22*%O$tNo such DCC offer.\n\nevent_name=DCC RECV Abort\nevent_text=%C22*%O$tDCC RECV%C26 $2%O to%C26 $1%O aborted.\n\nevent_name=DCC RECV Complete\nevent_text=%C22*%O$tDCC RECV%C26 $1%O from%C26 $3%O complete %C30[%C26$4%O cps%C30]%O.\n\nevent_name=DCC RECV Connect\nevent_text=%C22*%O$tDCC RECV connection established to%C26 $1 %C30[%O$2%C30]\n\nevent_name=DCC RECV Failed\nevent_text=%C22*%O$tDCC RECV%C26 $1%O from%C26 $3%O failed ($4).\n\nevent_name=DCC RECV File Open Error\nevent_text=%C22*%O$tDCC RECV: Cannot open $1 for writing ($2).\n\nevent_name=DCC Rename\nevent_text=%C22*%O$tThe file%C26 $1%C already exists, saving it as%C26 $2%O instead.\n\nevent_name=DCC RESUME Request\nevent_text=%C22*%O$t%C26$1 %Ohas requested to resume%C26 $2 %Cfrom%C26 $3%C.\n\nevent_name=DCC SEND Abort\nevent_text=%C22*%O$tDCC SEND%C26 $2%O to%C26 $1%O aborted.\n\nevent_name=DCC SEND Complete\nevent_text=%C22*%O$tDCC SEND%C26 $1%O to%C26 $2%O complete %C30[%C26$3%O cps%C30]%O.\n\nevent_name=DCC SEND Connect\nevent_text=%C22*%O$tDCC SEND connection established to%C26 $1 %C30[%O$2%C30]\n\nevent_name=DCC SEND Failed\nevent_text=%C22*%O$tDCC SEND%C26 $1%O to%C26 $2%O failed. $3\n\nevent_name=DCC SEND Offer\nevent_text=%C22*%O$t%C26$1 %Ohas offered%C26 $2 %O(%C26$3 %Obytes)\n\nevent_name=DCC Stall\nevent_text=%C22*%O$tDCC $1%C26 $2 %Oto%C26 $3 %Cstalled - aborting.\n\nevent_name=DCC Timeout\nevent_text=%C22*%O$tDCC $1%C26 $2 %Oto%C26 $3 %Otimed out - aborting.\n\nevent_name=Delete Notify\nevent_text=%C22*%O$t$1 deleted from notify list.\n\nevent_name=Disconnected\nevent_text=%C22*%O$tDisconnected ($1).\n\nevent_name=Found IP\nevent_text=%C22*%O$tFound your IP: [$1]\n\nevent_name=Generic Message\nevent_text=$1$t$2\n\nevent_name=Ignore Add\nevent_text=%O%C26$1%O added to ignore list.\n\nevent_name=Ignore Changed\nevent_text=Ignore on %C26$1%O changed.\n\nevent_name=Ignore Footer\nevent_text=%C24,18                                                              \n\nevent_name=Ignore Header\nevent_text=%C24,18 Hostmask                  PRIV NOTI CHAN CTCP DCC  INVI UNIG \n\nevent_name=Ignore Remove\nevent_text=%O%C26$1%O removed from ignore list.\n\nevent_name=Ignorelist Empty\nevent_text=  Ignore list is empty.\n\nevent_name=Invite\nevent_text=%C22*%O$tCannot join%C26 %B$1 %O(Channel is invite only).\n\nevent_name=Invited\nevent_text=%C22*%O$tYou have been invited to%C26 $1%O by%C26 $2%C (%C26$3%C)\n\nevent_name=Join\nevent_text=%C19*%O$t%C19%B$1 %B($3) has joined $2\n\nevent_name=Keyword\nevent_text=%C22*%O$tCannot join%C26 %B$1 %O(Requires keyword).\n\nevent_name=Kick\nevent_text=%C21*%O$t%C21$1 has kicked $2 from $3 ($4%O%C21)\n\nevent_name=Killed\nevent_text=%C22*%O$tYou have been killed by $1 ($2%O%C22)\n\nevent_name=Message Send\nevent_text=%C19>%O$1%C19<%O$t$2\n\nevent_name=Motd\nevent_text=%C16*%O$t$1%O\n\nevent_name=MOTD Skipped\nevent_text=%C22*%O$t%C22MOTD Skipped.\n\nevent_name=Nick Clash\nevent_text=%C22*%O$t$1 already in use. Retrying with $2...\n\nevent_name=Nick Failed\nevent_text=%C22*%O$tNickname already in use. Use /NICK to try another.\n\nevent_name=No DCC\nevent_text=%C22*%O$tNo such DCC.\n\nevent_name=No Running Process\nevent_text=%C22*%O$tNo process is currently running\n\nevent_name=Notice\nevent_text=%C28-%C29$1%C28-%O$t$2\n\nevent_name=Notice Send\nevent_text=%C19>%O$1%C19<%O$t$2\n\nevent_name=Notify Empty\nevent_text=$tNotify list is empty.\n\nevent_name=Notify Header\nevent_text=%C24,18 %B  Notify List                           \n\nevent_name=Notify Number\nevent_text=%C22*%O$t$1 users in notify list.\n\nevent_name=Notify Offline\nevent_text=%C22*%O$tNotify: $1 is offline ($3).\n\nevent_name=Notify Online\nevent_text=%C22*%O$tNotify: $1 is online ($3).\n\nevent_name=Open Dialog\nevent_text=\n\nevent_name=Part\nevent_text=%C23*%O$t%C23$1 (%O%C23$2) has left $3\n\nevent_name=Part with Reason\nevent_text=%C23*%O$t%C23$1 (%O%C23$2) has left $3 (%O%C23%B%B$4%O%C23)\n\nevent_name=Ping Reply\nevent_text=%C22*%O$tPing reply from $1: $2 second(s)\n\nevent_name=Ping Timeout\nevent_text=%C22*%O$tNo ping reply for $1 seconds, disconnecting.\n\nevent_name=Private Action\nevent_text=%C18**$t$3$1%O $2 %C18**\n\nevent_name=Private Action to Dialog\nevent_text=%C18*$t$3$1%O $2\n\nevent_name=Private Message\nevent_text=%C28*%C29$3$1%C28*$t%O$2\n\nevent_name=Private Message to Dialog\nevent_text=%C18%H<%H$3$1%H>%H%O$t$2\n\nevent_name=Process Already Running\nevent_text=%C22*%O$tA process is already running\n\nevent_name=Quit\nevent_text=%C23*%O$t%C23$1 has quit (%O%C23%B%B$2%O%C23)\n\nevent_name=Raw Modes\nevent_text=%C22*%O$t$1 sets modes%B %C30[%O$2%B%C30]\n\nevent_name=Receive Wallops\nevent_text=%C28-%C29$1/Wallops%C28-%O$t$2\n\nevent_name=Resolving User\nevent_text=%C22*%O$tLooking up IP number for%C26 $1%O...\n\nevent_name=Server Connected\nevent_text=%C22*%O$t%C22Connected.\n\nevent_name=Server Error\nevent_text=%C22*%O$t$1\n\nevent_name=Server Lookup\nevent_text=%C22*%O$t%C22Looking up $1\n\nevent_name=Server Notice\nevent_text=%C22*%O$t$1\n\nevent_name=Server Text\nevent_text=%C22*%O$t$1\n\nevent_name=SSL Message\nevent_text=%C22*%O$t$1\n\nevent_name=Stop Connection\nevent_text=%C22*%O$tStopped previous connection attempt (pid=$1)\n\nevent_name=Topic\nevent_text=%C29*%O$t%C29Topic for $1%C %C29is: $2\n\nevent_name=Topic Change\nevent_text=%C22*%O$t$1 has changed the topic to: $2\n\nevent_name=Topic Creation\nevent_text=%C29*%O$t%C29Topic for $1%C %C29set by $2%C %C29at $3\n\nevent_name=Unknown Host\nevent_text=%C22*%O$tUnknown host. Maybe you misspelled it?\n\nevent_name=User Limit\nevent_text=%C22*%O$tCannot join%C26 %B$1 %O(User limit reached).\n\nevent_name=Users On Channel\nevent_text=%C22*%O$t%C26Users on $1:%C $2\n\nevent_name=WhoIs Authenticated\nevent_text=%C22*%O$t%C28[%O$1%C28] %O$2%C27 $3\n\nevent_name=WhoIs Away Line\nevent_text=%C22*%O$t%C28[%O$1%C28] %Cis away %C30(%O$2%O%C30)\n\nevent_name=WhoIs Channel/Oper Line\nevent_text=%C22*%O$t%C28[%O$1%C28]%O $2\n\nevent_name=WhoIs End\nevent_text=%C22*%O$t%C28[%O$1%C28] %OEnd of WHOIS list.\n\nevent_name=WhoIs Identified\nevent_text=%C22*%O$t%C28[%O$1%C28]%O $2\n\nevent_name=WhoIs Idle Line\nevent_text=%C22*%O$t%C28[%O$1%C28]%O idle%C26 $2\n\nevent_name=WhoIs Idle Line with Signon\nevent_text=%C22*%O$t%C28[%O$1%C28]%O idle%C26 $2%O, signon:%C26 $3\n\nevent_name=WhoIs Name Line\nevent_text=%C22*%O$t%C28[%O$1%C28] %C30(%O$2@$3%C30)%O: $4\n\nevent_name=WhoIs Real Host\nevent_text=%C22*%O$t%C28[%O$1%C28] %Oreal user@host%C27 $2%O, real IP%C27 $3\n\nevent_name=WhoIs Server Line\nevent_text=%C22*%O$t%C28[%O$1%C28]%O $2\n\nevent_name=WhoIs Special\nevent_text=%C22*%O$t%C28[%O$1%C28]%O $2\n\nevent_name=You Join\nevent_text=%C19*%O$t%C19Now talking on $2\n\nevent_name=You Kicked\nevent_text=%C23*$tYou have been kicked from $2 by $3 ($4%O%C23)\n\nevent_name=You Part\nevent_text=%C23*$tYou have left channel $3\n\nevent_name=You Part with Reason\nevent_text=%C23*$tYou have left channel $3 (%O%C23%B%B$4%O%C23)\n\nevent_name=Your Action\nevent_text=%C18*$t$1%O $2\n\nevent_name=Your Invitation\nevent_text=%C22*%O$tYou've invited%C26 $1%O to%C26 $2%O (%C26$3%O)\n\nevent_name=Your Message\nevent_text=%C31<$4$3$1>%O%C30$t$2\n\nevent_name=Your Nick Changing\nevent_text=%C22*%O$tYou are now known as $2\n\n"
  },
  {
    "path": "xchat/solarized-dark-colors.conf",
    "content": "color_0 = cccc cccc cccc\ncolor_1 = 0000 0000 0000\ncolor_2 = 35c2 35c2 b332\ncolor_3 = 2a3d 8ccc 2a3d\ncolor_4 = c3c3 3b3b 3b3b\ncolor_5 = c7c7 3232 3232\ncolor_6 = 8000 2666 7fff\ncolor_7 = 6666 3636 1f1f\ncolor_8 = d999 a6d3 4147\ncolor_9 = 3d70 cccc 3d70\ncolor_10 = 199a 5555 5555\ncolor_11 = 2eef 8ccc 74df\ncolor_12 = 451e 451e e666\ncolor_13 = b0b0 3737 b0b0\ncolor_14 = 4c4c 4c4c 4c4c\ncolor_15 = 9595 9595 9595\ncolor_16 = cbcb 4b4b 1616\ncolor_17 = 9393 a1a1 a1a1\ncolor_18 = 2626 8b8b d2d2\ncolor_19 = 2a2a a1a1 9898\ncolor_20 = 6c6c 7171 c4c4\ncolor_21 = d3d3 3636 8282\ncolor_22 = 2626 8b8b d2d2\ncolor_23 = 6c6c 7171 c4c4\ncolor_24 = dcdc 3232 2f2f\ncolor_25 = b5b5 8989 0000\ncolor_26 = d3d3 3636 8282\ncolor_27 = 5858 6e6e 7575\ncolor_28 = 8585 9999 0000\ncolor_29 = cbcb 4b4b 1616\ncolor_30 = b5b5 8989 0000\ncolor_31 = cbcb 4b4b 1616\ncolor_256 = 0000 2b2b 3636\ncolor_257 = 5858 6e6e 7575\ncolor_258 = 8383 9494 9696\ncolor_259 = 0000 2b2b 3636\ncolor_260 = 2a2a a1a1 9898\ncolor_261 = 2626 8b8b d2d2\ncolor_262 = cbcb 4b4b 1616\ncolor_263 = b5b5 8989 0000\ncolor_264 = 5858 6e6e 7575\ncolor_265 = d3d3 3636 8282\n"
  },
  {
    "path": "xchat/solarized-light-colors.conf",
    "content": "color_0 = cccc cccc cccc\ncolor_1 = 0000 0000 0000\ncolor_2 = 35c2 35c2 b332\ncolor_3 = 2a3d 8ccc 2a3d\ncolor_4 = c3c3 3b3b 3b3b\ncolor_5 = c7c7 3232 3232\ncolor_6 = 8000 2666 7fff\ncolor_7 = 6666 3636 1f1f\ncolor_8 = d999 a6d3 4147\ncolor_9 = 3d70 cccc 3d70\ncolor_10 = 199a 5555 5555\ncolor_11 = 2eef 8ccc 74df\ncolor_12 = 451e 451e e666\ncolor_13 = b0b0 3737 b0b0\ncolor_14 = 4c4c 4c4c 4c4c\ncolor_15 = 9595 9595 9595\ncolor_16 = cbcb 4b4b 1616\ncolor_17 = 5858 6e6e 7575\ncolor_18 = 2626 8b8b d2d2\ncolor_19 = 2a2a a1a1 9898\ncolor_20 = 6c6c 7171 c4c4\ncolor_21 = d3d3 3636 8282\ncolor_22 = 2626 8b8b d2d2\ncolor_23 = 6c6c 7171 c4c4\ncolor_24 = dcdc 3232 2f2f\ncolor_25 = b5b5 8989 0000\ncolor_26 = d3d3 3636 8282\ncolor_27 = 9393 a1a1 a1a1\ncolor_28 = 8585 9999 0000\ncolor_29 = cbcb 4b4b 1616\ncolor_30 = b5b5 8989 0000\ncolor_31 = cbcb 4b4b 1616\ncolor_256 = fdfd f6f6 e3e3\ncolor_257 = 9393 a1a1 a1a1\ncolor_258 = 6565 7b7b 8383\ncolor_259 = fdfd f6f6 e3e3\ncolor_260 = 2a2a a1a1 9898\ncolor_261 = 2626 8b8b d2d2\ncolor_262 = cbcb 4b4b 1616\ncolor_263 = b5b5 8989 0000\ncolor_264 = 9393 a1a1 a1a1\ncolor_265 = d3d3 3636 8282\n"
  },
  {
    "path": "xfce4-terminal/LICENSE",
    "content": "Copyright (c) 2011 Sasha Gerrand\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n"
  },
  {
    "path": "xfce4-terminal/README.md",
    "content": "Solarized colour scheme for the Xfce4 Terminal\n=============================\n\nDeveloped by Sasha Gerrand <github.com@sgerrand.com>\n\nVisit the [Solarized homepage]\n------------------------------\n\nSee the [Solarized homepage] for screenshots, details and colorscheme versions for Vim, Mutt, popular terminal emulators and other applications.\n\nScreenshots\n-----------\n\n![solarized dark](https://github.com/sgerrand/xfce4-terminal-colors-solarized/raw/master/img/solarized-xfce4-terminal.png)\n\nDownloads\n---------\n\nIf you have come across this colorscheme via the [Vim-only repository] on github, or the [vim.org script] page see the link above to the Solarized homepage or visit the main [Solarized repository].\n\nThe [Xfce4-Terminal-only repository] is kept in sync with the main [Solarized repository] and is for installation convenience only, for instance).  Issues, bug reports, changelogs are centralized at the main [Solarized repository].\n\n[Solarized homepage]:   http://ethanschoonover.com/solarized\n[Solarized repository]: https://github.com/altercation/solarized\n[Xfce4-Terminal-only repository]:  https://github.com/sgerrand/xfce4-terminal-colors-solarized\n\nInstallation\n------------\n\nMove `terminalrc` to your `~/.config/Terminal/` directory. The dark or the light themes are available. To \ninstall the dark version please do the following:\n\n        $ cd xfce4-terminal-colors-solarized\n        $ cp dark/terminalrc ~/.config/Terminal/terminalrc\n\nTo install the light version go with:\n\n        $ cd xfce4-terminal-colors-solarized\n        $ cp light/terminalrc ~/.config/Terminal/terminalrc\n\n"
  },
  {
    "path": "xfce4-terminal/dark/terminalrc",
    "content": "[Configuration]\nColorCursor=#0f0f49499999\nColorForeground=#838394949696\nColorBackground=#00002b2b3636\nColorPalette1=#070736364242\nColorPalette2=#dcdc32322f2f\nColorPalette3=#858599990000\nColorPalette4=#b5b589890000\nColorPalette5=#26268b8bd2d2\nColorPalette6=#d3d336368282\nColorPalette7=#2a2aa1a19898\nColorPalette8=#eeeee8e8d5d5\nColorPalette9=#00002b2b3636\nColorPalette10=#cbcb4b4b1616\nColorPalette11=#58586e6e7575\nColorPalette12=#65657b7b8383\nColorPalette13=#838394949696\nColorPalette14=#6c6c7171c4c4\nColorPalette15=#9393a1a1a1a1\nColorPalette16=#fdfdf6f6e3e3\nTerm=xterm-color\n"
  },
  {
    "path": "xfce4-terminal/light/terminalrc",
    "content": "[Configuration]\nColorCursor=#9393a1a1a1a1\nColorForeground=#00002B2B3636\nColorBackground=#fdfdf6f6e3e3\nColorPalette1=#070736364242\nColorPalette2=#dcdc32322f2f\nColorPalette3=#858599990000\nColorPalette4=#b5b589890000\nColorPalette5=#26268ae0d2d2\nColorPalette6=#d3d336368282\nColorPalette7=#2a2aa1a19898\nColorPalette8=#eeeee8e8d5d5\nColorPalette9=#00002b2b3636\nColorPalette10=#cbcb4b4b1616\nColorPalette11=#65657bfb8383\nColorPalette12=#58586e6e7575\nColorPalette13=#9393a1a1a1a1\nColorPalette14=#6c6c7171c4c4\nColorPalette15=#838394949696\nColorPalette16=#fdfdf6f6e3e3\n"
  },
  {
    "path": "xresources/LICENSE",
    "content": "Copyright (c) 2011 Ethan Schoonover\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n"
  },
  {
    "path": "xresources/README.md",
    "content": "Solarized\n=========\n## Precision colors for machines and people\n\nProject Home: http://ethanschoonover.com/solarized\n\nCollection of implementations: http://github.com/solarized\n\nDeprecated collection: http://github.com/altercation/solarized\n\nXresources Color Scheme\n-----------------------\n\nhttp://github.com/solarized/xresources\n\nUse of color schemes with X Windows is heavily dependent upon one's local\nconfiguration. Please see the fine [Arch Linux wiki](https://wiki.archlinux.org/index.php/Xresources) for guidance on the use of .Xresources and related files.\n\nFurther information on the .Xresources file and its place in the X Window\nSystem can of course be found on [Wikipedia](http://en.wikipedia.org/wiki/X_resources).\n\n"
  },
  {
    "path": "xresources/solarized",
    "content": "! Solarized color scheme for the X Window System\n!\n! http://ethanschoonover.com/solarized\n\n\n! Common\n\n#define S_yellow        #b58900\n#define S_orange        #cb4b16\n#define S_red           #dc322f\n#define S_magenta       #d33682\n#define S_violet        #6c71c4\n#define S_blue          #268bd2\n#define S_cyan          #2aa198\n#define S_green         #859900\n\n\n! Dark\n\n#define S_base03        #002b36\n#define S_base02        #073642\n#define S_base01        #586e75\n#define S_base00        #657b83\n#define S_base0         #839496\n#define S_base1         #93a1a1\n#define S_base2         #eee8d5\n#define S_base3         #fdf6e3\n\n\n! Light\n\n! #define S_base03        #fdf6e3\n! #define S_base02        #eee8d5\n! #define S_base01        #93a1a1\n! #define S_base00        #839496\n! #define S_base0         #657b83\n! #define S_base1         #586e75\n! #define S_base2         #073642\n! #define S_base3         #002b36\n\n\n! To only apply colors to your terminal, for example, prefix\n! the color assignment statement with its name. Example:\n!\n! URxvt*background:            S_base03\n\n*background:              S_base03\n*foreground:              S_base0\n*fading:                  40\n*fadeColor:               S_base03\n*cursorColor:             S_base1\n*pointerColorBackground:  S_base01\n*pointerColorForeground:  S_base1\n\n*color0:                  S_base02\n*color1:                  S_red\n*color2:                  S_green\n*color3:                  S_yellow\n*color4:                  S_blue\n*color5:                  S_magenta\n*color6:                  S_cyan\n*color7:                  S_base2\n*color9:                  S_orange\n*color8:                  S_base03\n*color10:                 S_base01\n*color11:                 S_base00\n*color12:                 S_base0\n*color13:                 S_violet\n*color14:                 S_base1\n*color15:                 S_base3\n\n"
  }
]