Repository: chriskempson/tomorrow-theme
Branch: master
Commit: ccf6666d8881
Files: 150
Total size: 3.2 MB
Directory structure:
gitextract_qgndt51k/
├── .gitignore
├── Ace/
│ ├── tomorrow-night-blue.js
│ ├── tomorrow-night-bright.js
│ ├── tomorrow-night-eighties.js
│ ├── tomorrow-night.js
│ └── tomorrow.js
├── Apple Colour Picker/
│ ├── Tomorrow Night Bright.clr
│ ├── Tomorrow Night Eighties.clr
│ └── Tomorrow Night.clr
├── Atom/
│ ├── README.md
│ ├── Tomorrow/
│ │ ├── index.less
│ │ └── package.json
│ ├── Tomorrow-Night/
│ │ ├── index.less
│ │ └── package.json
│ ├── Tomorrow-Night-Blue/
│ │ ├── index.less
│ │ └── package.json
│ ├── Tomorrow-Night-Bright/
│ │ ├── index.less
│ │ └── package.json
│ └── Tomorrow-Night-Eighties/
│ ├── index.less
│ └── package.json
├── BBEdit/
│ ├── Tomorrow Night.bbcolors
│ └── Tomorrow.bbcolors
├── Brackets/
│ ├── README.md
│ ├── brackets_theme_tomorrow.less
│ ├── brackets_theme_tomorrow_night.less
│ ├── brackets_theme_tomorrow_night_blue.less
│ ├── brackets_theme_tomorrow_night_bright.less
│ └── brackets_theme_tomorrow_night_eighties.less
├── Coda/
│ ├── Tomorrow.seestyle
│ ├── Tomorrow.sss
│ ├── TomorrowNight.seestyle
│ ├── TomorrowNight.sss
│ ├── TomorrowNightBlue.seestyle
│ ├── TomorrowNightBlue.sss
│ ├── TomorrowNightBright.seestyle
│ ├── TomorrowNightBright.sss
│ ├── TomorrowNightEighties.seestyle
│ └── TomorrowNightEighties.sss
├── Console2/
│ ├── README.md
│ └── console.xml
├── Eclipse/
│ ├── Tomorrow-Night-Bright.epf
│ ├── Tomorrow-Night-Bright.xml
│ ├── Tomorrow-Night.epf
│ └── Tomorrow.xml
├── Espresso/
│ └── Tomorrow Night.css
├── GEdit/
│ ├── Tomorrow-Night-Blue.xml
│ ├── Tomorrow-Night-Bright.xml
│ ├── Tomorrow-Night-Eighties.xml
│ ├── Tomorrow-Night.xml
│ └── Tomorrow.xml
├── GNU Emacs/
│ ├── color-theme-tomorrow.el
│ ├── tomorrow-day-theme.el
│ ├── tomorrow-night-blue-theme.el
│ ├── tomorrow-night-bright-theme.el
│ ├── tomorrow-night-eighties-theme.el
│ └── tomorrow-night-theme.el
├── Gnome-Terminal/
│ └── setup-theme.sh
├── Google Chrome Developer Tools/
│ └── Custom.css
├── JetBrains/
│ ├── colors/
│ │ ├── Tomorrow Night Blue.xml
│ │ ├── Tomorrow Night Bright.xml
│ │ ├── Tomorrow Night Eighties.xml
│ │ ├── Tomorrow Night.xml
│ │ └── Tomorrow.xml
│ ├── options/
│ │ └── colors.scheme.xml
│ ├── readme.md
│ └── settings.jar
├── KDE/
│ ├── Tomorrow.colors
│ ├── TomorrowNight.colors
│ ├── TomorrowNightBright.colors
│ └── TomorrowNightEighties.colors
├── LICENSE.md
├── LightPaper/
│ └── Tomorrow Night 80s.txt
├── Mate-Terminal/
│ └── setup-theme.sh
├── Mou/
│ └── Tomorrow Night 80s.txt
├── OS X Terminal/
│ ├── Tomorrow Night Blue.terminal
│ ├── Tomorrow Night Bright.terminal
│ ├── Tomorrow Night Eighties.terminal
│ ├── Tomorrow Night.terminal
│ └── Tomorrow.terminal
├── Photoshop Color Swatches/
│ ├── Tomorrow Complete.aco
│ ├── Tomorrow Night Blue.aco
│ ├── Tomorrow Night Bright.aco
│ ├── Tomorrow Night Eighties.aco
│ ├── Tomorrow Night.aco
│ └── Tomorrow.aco
├── PuTTY/
│ ├── Tomorrow Night.reg
│ └── Tomorrow.reg
├── QtCreator/
│ └── styles/
│ ├── Tomorrow-Night-Blue.xml
│ ├── Tomorrow-Night-Bright.xml
│ ├── Tomorrow-Night-Eighties.xml
│ ├── Tomorrow-Night.xml
│ └── Tomorrow.xml
├── README.md
├── Visual Studio/
│ ├── tomorrow-night-bright.vssettings
│ ├── tomorrow-night-bright.vstheme
│ ├── tomorrow-night-eighties.vssettings
│ ├── tomorrow-night-eighties.vstheme
│ ├── tomorrow-night.vssettings
│ ├── tomorrow-night.vstheme
│ ├── tomorrow.vssettings
│ └── tomorrow.vstheme
├── Web Inspector/
│ ├── README.md
│ ├── Tomorrow Night/
│ │ └── Custom.css
│ └── Tomorrow Night Eighties/
│ └── Custom.css
├── Xcode 4/
│ ├── Tomorrow Night Bright.dvtcolortheme
│ ├── Tomorrow Night Eighties.dvtcolortheme
│ ├── Tomorrow Night.dvtcolortheme
│ └── Tomorrow.dvtcolortheme
├── Xdefaults/
│ ├── Tomorrow
│ ├── Tomorrow Night
│ ├── Tomorrow-Night-Bright
│ ├── XresourceTomorrow
│ ├── XresourceTomorrowNight
│ ├── XresourceTomorrowNightBlue
│ ├── XresourceTomorrowNightBright
│ └── XresourceTomorrowNightEighties
├── iTerm2/
│ ├── Tomorrow Night Blue.itermcolors
│ ├── Tomorrow Night Bright.itermcolors
│ ├── Tomorrow Night Eighties.itermcolors
│ ├── Tomorrow Night.itermcolors
│ └── Tomorrow.itermcolors
├── ipythonqt/
│ ├── readme.md
│ ├── tomorrownight.css
│ └── tomorrownight.py
├── lilyterm/
│ └── default.conf
├── notepad++/
│ ├── tomorrow.xml
│ ├── tomorrow_night.xml
│ ├── tomorrow_night_blue.xml
│ ├── tomorrow_night_bright.xml
│ └── tomorrow_night_eighties.xml
├── termite/
│ ├── Tomorrow/
│ │ └── config
│ └── Tomorrow-Night/
│ └── config
├── textmate/
│ ├── README.md
│ ├── Tomorrow-Night-Blue.tmTheme
│ ├── Tomorrow-Night-Bright.tmTheme
│ ├── Tomorrow-Night-Eighties.tmTheme
│ ├── Tomorrow-Night.tmTheme
│ └── Tomorrow.tmTheme
├── textmate2/
│ ├── README.md
│ └── Tomorrow Theme.tmbundle/
│ ├── Themes/
│ │ ├── Tomorrow-Night-Blue.tmTheme
│ │ ├── Tomorrow-Night-Bright.tmTheme
│ │ ├── Tomorrow-Night-Eighties.tmTheme
│ │ ├── Tomorrow-Night.tmTheme
│ │ └── Tomorrow.tmTheme
│ └── info.plist
└── vim/
└── colors/
├── Tomorrow-Night-Blue.vim
├── Tomorrow-Night-Bright.vim
├── Tomorrow-Night-Eighties.vim
├── Tomorrow-Night.vim
└── Tomorrow.vim
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# OS X
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
================================================
FILE: Ace/tomorrow-night-blue.js
================================================
define(function(require, exports, module) {
var dom = require("pilot/dom");
var cssText = "\
.ace-tomorrow-night-blue .ace_editor {\
border: 2px solid rgb(159, 159, 159);\
}\
\
.ace-tomorrow-night-blue .ace_editor.ace_focus {\
border: 2px solid #327fbd;\
}\
\
.ace-tomorrow-night-blue .ace_gutter {\
width: 50px;\
background: #e8e8e8;\
color: #333;\
overflow : hidden;\
}\
\
.ace-tomorrow-night-blue .ace_gutter-layer {\
width: 100%;\
text-align: right;\
}\
\
.ace-tomorrow-night-blue .ace_gutter-layer .ace_gutter-cell {\
padding-right: 6px;\
}\
\
.ace-tomorrow-night-blue .ace_print_margin {\
width: 1px;\
background: #e8e8e8;\
}\
\
.ace-tomorrow-night-blue .ace_scroller {\
background-color: #002451;\
}\
\
.ace-tomorrow-night-blue .ace_text-layer {\
cursor: text;\
color: #FFFFFF;\
}\
\
.ace-tomorrow-night-blue .ace_cursor {\
border-left: 2px solid #FFFFFF;\
}\
\
.ace-tomorrow-night-blue .ace_cursor.ace_overwrite {\
border-left: 0px;\
border-bottom: 1px solid #FFFFFF;\
}\
\
.ace-tomorrow-night-blue .ace_marker-layer .ace_selection {\
background: #003F8E;\
}\
\
.ace-tomorrow-night-blue .ace_marker-layer .ace_step {\
background: rgb(198, 219, 174);\
}\
\
.ace-tomorrow-night-blue .ace_marker-layer .ace_bracket {\
margin: -1px 0 0 -1px;\
border: 1px solid #404F7D;\
}\
\
.ace-tomorrow-night-blue .ace_marker-layer .ace_active_line {\
background: #00346E;\
}\
\
\
.ace-tomorrow-night-blue .ace_invisible {\
color: #404F7D;\
}\
\
.ace-tomorrow-night-blue .ace_keyword {\
color:#EBBBFF;\
}\
\
.ace-tomorrow-night-blue .ace_keyword.ace_operator {\
color:#99FFFF;\
}\
\
.ace-tomorrow-night-blue .ace_constant {\
\
}\
\
.ace-tomorrow-night-blue .ace_constant.ace_language {\
color:#FFC58F;\
}\
\
.ace-tomorrow-night-blue .ace_constant.ace_library {\
\
}\
\
.ace-tomorrow-night-blue .ace_constant.ace_numeric {\
color:#FFC58F;\
}\
\
.ace-tomorrow-night-blue .ace_invalid {\
color:#FFFFFF;\
background-color:#F99DA5;\
}\
\
.ace-tomorrow-night-blue .ace_invalid.ace_illegal {\
\
}\
\
.ace-tomorrow-night-blue .ace_invalid.ace_deprecated {\
color:#FFFFFF;\
background-color:#EBBBFF;\
}\
\
.ace-tomorrow-night-blue .ace_support {\
\
}\
\
.ace-tomorrow-night-blue .ace_support.ace_function {\
color:#BBDAFF;\
}\
\
.ace-tomorrow-night-blue .ace_function.ace_buildin {\
\
}\
\
.ace-tomorrow-night-blue .ace_string {\
color:#D1F1A9;\
}\
\
.ace-tomorrow-night-blue .ace_string.ace_regexp {\
color:#FF9DA4;\
}\
\
.ace-tomorrow-night-blue .ace_comment {\
color:#7285B7;\
}\
\
.ace-tomorrow-night-blue .ace_comment.ace_doc {\
\
}\
\
.ace-tomorrow-night-blue .ace_comment.ace_doc.ace_tag {\
\
}\
\
.ace-tomorrow-night-blue .ace_variable {\
color:#FF9DA4;\
}\
\
.ace-tomorrow-night-blue .ace_variable.ace_language {\
\
}\
\
.ace-tomorrow-night-blue .ace_xml_pe {\
\
}\
\
.ace-tomorrow-night-blue .ace_meta {\
\
}\
\
.ace-tomorrow-night-blue .ace_meta.ace_tag {\
color:#FF9DA4;\
}\
\
.ace-tomorrow-night-blue .ace_meta.ace_tag.ace_input {\
\
}\
\
.ace-tomorrow-night-blue .ace_entity.ace_other.ace_attribute-name {\
color:#FF9DA4;\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_underline {\
text-decoration:underline;\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading {\
color:#D1F1A9;\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading.ace_1 {\
\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading.ace_2 {\
\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading.ace_3 {\
\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading.ace_4 {\
\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading.ace_5 {\
\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_heading.ace_6 {\
\
}\
\
.ace-tomorrow-night-blue .ace_markup.ace_list {\
\
}\
\
.ace-tomorrow-night-blue .ace_collab.ace_user1 {\
\
}\
";
// import CSS once
dom.importCssString(cssText);
exports.cssClass = "ace-tomorrow-night-blue";
});
================================================
FILE: Ace/tomorrow-night-bright.js
================================================
define(function(require, exports, module) {
var dom = require("pilot/dom");
var cssText = "\
.ace-tomorrow-night-bright .ace_editor {\
border: 2px solid rgb(159, 159, 159);\
}\
\
.ace-tomorrow-night-bright .ace_editor.ace_focus {\
border: 2px solid #327fbd;\
}\
\
.ace-tomorrow-night-bright .ace_gutter {\
width: 50px;\
background: #e8e8e8;\
color: #333;\
overflow : hidden;\
}\
\
.ace-tomorrow-night-bright .ace_gutter-layer {\
width: 100%;\
text-align: right;\
}\
\
.ace-tomorrow-night-bright .ace_gutter-layer .ace_gutter-cell {\
padding-right: 6px;\
}\
\
.ace-tomorrow-night-bright .ace_print_margin {\
width: 1px;\
background: #e8e8e8;\
}\
\
.ace-tomorrow-night-bright .ace_scroller {\
background-color: #000000;\
}\
\
.ace-tomorrow-night-bright .ace_text-layer {\
cursor: text;\
color: #DEDEDE;\
}\
\
.ace-tomorrow-night-bright .ace_cursor {\
border-left: 2px solid #9F9F9F;\
}\
\
.ace-tomorrow-night-bright .ace_cursor.ace_overwrite {\
border-left: 0px;\
border-bottom: 1px solid #9F9F9F;\
}\
\
.ace-tomorrow-night-bright .ace_marker-layer .ace_selection {\
background: #424242;\
}\
\
.ace-tomorrow-night-bright .ace_marker-layer .ace_step {\
background: rgb(198, 219, 174);\
}\
\
.ace-tomorrow-night-bright .ace_marker-layer .ace_bracket {\
margin: -1px 0 0 -1px;\
border: 1px solid #343434;\
}\
\
.ace-tomorrow-night-bright .ace_marker-layer .ace_active_line {\
background: #2A2A2A;\
}\
\
\
.ace-tomorrow-night-bright .ace_invisible {\
color: #343434;\
}\
\
.ace-tomorrow-night-bright .ace_keyword {\
color:#C397D8;\
}\
\
.ace-tomorrow-night-bright .ace_keyword.ace_operator {\
color:#70C0B1;\
}\
\
.ace-tomorrow-night-bright .ace_constant {\
\
}\
\
.ace-tomorrow-night-bright .ace_constant.ace_language {\
color:#E78C45;\
}\
\
.ace-tomorrow-night-bright .ace_constant.ace_library {\
\
}\
\
.ace-tomorrow-night-bright .ace_constant.ace_numeric {\
color:#E78C45;\
}\
\
.ace-tomorrow-night-bright .ace_invalid {\
color:#CED2CF;\
background-color:#DF5F5F;\
}\
\
.ace-tomorrow-night-bright .ace_invalid.ace_illegal {\
\
}\
\
.ace-tomorrow-night-bright .ace_invalid.ace_deprecated {\
color:#CED2CF;\
background-color:#B798BF;\
}\
\
.ace-tomorrow-night-bright .ace_support {\
\
}\
\
.ace-tomorrow-night-bright .ace_support.ace_function {\
color:#7AA6DA;\
}\
\
.ace-tomorrow-night-bright .ace_function.ace_buildin {\
\
}\
\
.ace-tomorrow-night-bright .ace_string {\
color:#B9CA4A;\
}\
\
.ace-tomorrow-night-bright .ace_string.ace_regexp {\
color:#D54E53;\
}\
\
.ace-tomorrow-night-bright .ace_comment {\
color:#969896;\
}\
\
.ace-tomorrow-night-bright .ace_comment.ace_doc {\
\
}\
\
.ace-tomorrow-night-bright .ace_comment.ace_doc.ace_tag {\
\
}\
\
.ace-tomorrow-night-bright .ace_variable {\
color:#D54E53;\
}\
\
.ace-tomorrow-night-bright .ace_variable.ace_language {\
\
}\
\
.ace-tomorrow-night-bright .ace_xml_pe {\
\
}\
\
.ace-tomorrow-night-bright .ace_meta {\
\
}\
\
.ace-tomorrow-night-bright .ace_meta.ace_tag {\
color:#D54E53;\
}\
\
.ace-tomorrow-night-bright .ace_meta.ace_tag.ace_input {\
\
}\
\
.ace-tomorrow-night-bright .ace_entity.ace_other.ace_attribute-name {\
color:#D54E53;\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_underline {\
text-decoration:underline;\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading {\
color:#B9CA4A;\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading.ace_1 {\
\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading.ace_2 {\
\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading.ace_3 {\
\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading.ace_4 {\
\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading.ace_5 {\
\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_heading.ace_6 {\
\
}\
\
.ace-tomorrow-night-bright .ace_markup.ace_list {\
\
}\
\
.ace-tomorrow-night-bright .ace_collab.ace_user1 {\
\
}\
";
// import CSS once
dom.importCssString(cssText);
exports.cssClass = "ace-tomorrow-night-bright";
});
================================================
FILE: Ace/tomorrow-night-eighties.js
================================================
define(function(require, exports, module) {
var dom = require("pilot/dom");
var cssText = "\
.ace-tomorrow-night-eighties .ace_editor {\
border: 2px solid rgb(159, 159, 159);\
}\
\
.ace-tomorrow-night-eighties .ace_editor.ace_focus {\
border: 2px solid #327fbd;\
}\
\
.ace-tomorrow-night-eighties .ace_gutter {\
width: 50px;\
background: #e8e8e8;\
color: #333;\
overflow : hidden;\
}\
\
.ace-tomorrow-night-eighties .ace_gutter-layer {\
width: 100%;\
text-align: right;\
}\
\
.ace-tomorrow-night-eighties .ace_gutter-layer .ace_gutter-cell {\
padding-right: 6px;\
}\
\
.ace-tomorrow-night-eighties .ace_print_margin {\
width: 1px;\
background: #e8e8e8;\
}\
\
.ace-tomorrow-night-eighties .ace_scroller {\
background-color: #2D2D2D;\
}\
\
.ace-tomorrow-night-eighties .ace_text-layer {\
cursor: text;\
color: #CCCCCC;\
}\
\
.ace-tomorrow-night-eighties .ace_cursor {\
border-left: 2px solid #CCCCCC;\
}\
\
.ace-tomorrow-night-eighties .ace_cursor.ace_overwrite {\
border-left: 0px;\
border-bottom: 1px solid #CCCCCC;\
}\
\
.ace-tomorrow-night-eighties .ace_marker-layer .ace_selection {\
background: #515151;\
}\
\
.ace-tomorrow-night-eighties .ace_marker-layer .ace_step {\
background: rgb(198, 219, 174);\
}\
\
.ace-tomorrow-night-eighties .ace_marker-layer .ace_bracket {\
margin: -1px 0 0 -1px;\
border: 1px solid #6A6A6A;\
}\
\
.ace-tomorrow-night-eighties .ace_marker-layer .ace_active_line {\
background: #393939;\
}\
\
\
.ace-tomorrow-night-eighties .ace_invisible {\
color: #6A6A6A;\
}\
\
.ace-tomorrow-night-eighties .ace_keyword {\
color:#CC99CC;\
}\
\
.ace-tomorrow-night-eighties .ace_keyword.ace_operator {\
color:#66CCCC;\
}\
\
.ace-tomorrow-night-eighties .ace_constant {\
\
}\
\
.ace-tomorrow-night-eighties .ace_constant.ace_language {\
color:#F99157;\
}\
\
.ace-tomorrow-night-eighties .ace_constant.ace_library {\
\
}\
\
.ace-tomorrow-night-eighties .ace_constant.ace_numeric {\
color:#F99157;\
}\
\
.ace-tomorrow-night-eighties .ace_invalid {\
color:#CDCDCD;\
background-color:#F2777A;\
}\
\
.ace-tomorrow-night-eighties .ace_invalid.ace_illegal {\
\
}\
\
.ace-tomorrow-night-eighties .ace_invalid.ace_deprecated {\
color:#CDCDCD;\
background-color:#CC99CC;\
}\
\
.ace-tomorrow-night-eighties .ace_support {\
\
}\
\
.ace-tomorrow-night-eighties .ace_support.ace_function {\
color:#6699CC;\
}\
\
.ace-tomorrow-night-eighties .ace_function.ace_buildin {\
\
}\
\
.ace-tomorrow-night-eighties .ace_string {\
color:#99CC99;\
}\
\
.ace-tomorrow-night-eighties .ace_string.ace_regexp {\
\
}\
\
.ace-tomorrow-night-eighties .ace_comment {\
color:#999999;\
}\
\
.ace-tomorrow-night-eighties .ace_comment.ace_doc {\
\
}\
\
.ace-tomorrow-night-eighties .ace_comment.ace_doc.ace_tag {\
\
}\
\
.ace-tomorrow-night-eighties .ace_variable {\
color:#F2777A;\
}\
\
.ace-tomorrow-night-eighties .ace_variable.ace_language {\
\
}\
\
.ace-tomorrow-night-eighties .ace_xml_pe {\
\
}\
\
.ace-tomorrow-night-eighties .ace_meta {\
\
}\
\
.ace-tomorrow-night-eighties .ace_meta.ace_tag {\
color:#F2777A;\
}\
\
.ace-tomorrow-night-eighties .ace_meta.ace_tag.ace_input {\
\
}\
\
.ace-tomorrow-night-eighties .ace_entity.ace_other.ace_attribute-name {\
color:#F2777A;\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_underline {\
text-decoration:underline;\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading {\
color:#99CC99;\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading.ace_1 {\
\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading.ace_2 {\
\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading.ace_3 {\
\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading.ace_4 {\
\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading.ace_5 {\
\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_heading.ace_6 {\
\
}\
\
.ace-tomorrow-night-eighties .ace_markup.ace_list {\
\
}\
\
.ace-tomorrow-night-eighties .ace_collab.ace_user1 {\
\
}\
";
// import CSS once
dom.importCssString(cssText);
exports.cssClass = "ace-tomorrow-night-eighties";
});
================================================
FILE: Ace/tomorrow-night.js
================================================
define(function(require, exports, module) {
var dom = require("pilot/dom");
var cssText = "\
.ace-tomorrow-night .ace_editor {\
border: 2px solid rgb(159, 159, 159);\
}\
\
.ace-tomorrow-night .ace_editor.ace_focus {\
border: 2px solid #327fbd;\
}\
\
.ace-tomorrow-night .ace_gutter {\
width: 50px;\
background: #e8e8e8;\
color: #333;\
overflow : hidden;\
}\
\
.ace-tomorrow-night .ace_gutter-layer {\
width: 100%;\
text-align: right;\
}\
\
.ace-tomorrow-night .ace_gutter-layer .ace_gutter-cell {\
padding-right: 6px;\
}\
\
.ace-tomorrow-night .ace_print_margin {\
width: 1px;\
background: #e8e8e8;\
}\
\
.ace-tomorrow-night .ace_scroller {\
background-color: #1D1F21;\
}\
\
.ace-tomorrow-night .ace_text-layer {\
cursor: text;\
color: #C5C8C6;\
}\
\
.ace-tomorrow-night .ace_cursor {\
border-left: 2px solid #AEAFAD;\
}\
\
.ace-tomorrow-night .ace_cursor.ace_overwrite {\
border-left: 0px;\
border-bottom: 1px solid #AEAFAD;\
}\
\
.ace-tomorrow-night .ace_marker-layer .ace_selection {\
background: #373B41;\
}\
\
.ace-tomorrow-night .ace_marker-layer .ace_step {\
background: rgb(198, 219, 174);\
}\
\
.ace-tomorrow-night .ace_marker-layer .ace_bracket {\
margin: -1px 0 0 -1px;\
border: 1px solid #4B4E55;\
}\
\
.ace-tomorrow-night .ace_marker-layer .ace_active_line {\
background: #282A2E;\
}\
\
\
.ace-tomorrow-night .ace_invisible {\
color: #4B4E55;\
}\
\
.ace-tomorrow-night .ace_keyword {\
color:#B294BB;\
}\
\
.ace-tomorrow-night .ace_keyword.ace_operator {\
color:#8ABEB7;\
}\
\
.ace-tomorrow-night .ace_constant {\
\
}\
\
.ace-tomorrow-night .ace_constant.ace_language {\
color:#DE935F;\
}\
\
.ace-tomorrow-night .ace_constant.ace_library {\
\
}\
\
.ace-tomorrow-night .ace_constant.ace_numeric {\
color:#DE935F;\
}\
\
.ace-tomorrow-night .ace_invalid {\
color:#CED2CF;\
background-color:#DF5F5F;\
}\
\
.ace-tomorrow-night .ace_invalid.ace_illegal {\
\
}\
\
.ace-tomorrow-night .ace_invalid.ace_deprecated {\
color:#CED2CF;\
background-color:#B798BF;\
}\
\
.ace-tomorrow-night .ace_support {\
\
}\
\
.ace-tomorrow-night .ace_support.ace_function {\
color:#81A2BE;\
}\
\
.ace-tomorrow-night .ace_function.ace_buildin {\
\
}\
\
.ace-tomorrow-night .ace_string {\
color:#B5BD68;\
}\
\
.ace-tomorrow-night .ace_string.ace_regexp {\
color:#CC6666;\
}\
\
.ace-tomorrow-night .ace_comment {\
color:#969896;\
}\
\
.ace-tomorrow-night .ace_comment.ace_doc {\
\
}\
\
.ace-tomorrow-night .ace_comment.ace_doc.ace_tag {\
\
}\
\
.ace-tomorrow-night .ace_variable {\
color:#CC6666;\
}\
\
.ace-tomorrow-night .ace_variable.ace_language {\
\
}\
\
.ace-tomorrow-night .ace_xml_pe {\
\
}\
\
.ace-tomorrow-night .ace_meta {\
\
}\
\
.ace-tomorrow-night .ace_meta.ace_tag {\
color:#CC6666;\
}\
\
.ace-tomorrow-night .ace_meta.ace_tag.ace_input {\
\
}\
\
.ace-tomorrow-night .ace_entity.ace_other.ace_attribute-name {\
color:#CC6666;\
}\
\
.ace-tomorrow-night .ace_markup.ace_underline {\
text-decoration:underline;\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading {\
color:#B5BD68;\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading.ace_1 {\
\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading.ace_2 {\
\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading.ace_3 {\
\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading.ace_4 {\
\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading.ace_5 {\
\
}\
\
.ace-tomorrow-night .ace_markup.ace_heading.ace_6 {\
\
}\
\
.ace-tomorrow-night .ace_markup.ace_list {\
\
}\
\
.ace-tomorrow-night .ace_collab.ace_user1 {\
\
}\
";
// import CSS once
dom.importCssString(cssText);
exports.cssClass = "ace-tomorrow-night";
});
================================================
FILE: Ace/tomorrow.js
================================================
define(function(require, exports, module) {
var dom = require("pilot/dom");
var cssText = "\
.ace-tomorrow .ace_editor {\
border: 2px solid rgb(159, 159, 159);\
}\
\
.ace-tomorrow .ace_editor.ace_focus {\
border: 2px solid #327fbd;\
}\
\
.ace-tomorrow .ace_gutter {\
width: 50px;\
background: #e8e8e8;\
color: #333;\
overflow : hidden;\
}\
\
.ace-tomorrow .ace_gutter-layer {\
width: 100%;\
text-align: right;\
}\
\
.ace-tomorrow .ace_gutter-layer .ace_gutter-cell {\
padding-right: 6px;\
}\
\
.ace-tomorrow .ace_print_margin {\
width: 1px;\
background: #e8e8e8;\
}\
\
.ace-tomorrow .ace_scroller {\
background-color: #FFFFFF;\
}\
\
.ace-tomorrow .ace_text-layer {\
cursor: text;\
color: #4D4D4C;\
}\
\
.ace-tomorrow .ace_cursor {\
border-left: 2px solid #AEAFAD;\
}\
\
.ace-tomorrow .ace_cursor.ace_overwrite {\
border-left: 0px;\
border-bottom: 1px solid #AEAFAD;\
}\
\
.ace-tomorrow .ace_marker-layer .ace_selection {\
background: #D6D6D6;\
}\
\
.ace-tomorrow .ace_marker-layer .ace_step {\
background: rgb(198, 219, 174);\
}\
\
.ace-tomorrow .ace_marker-layer .ace_bracket {\
margin: -1px 0 0 -1px;\
border: 1px solid #D1D1D1;\
}\
\
.ace-tomorrow .ace_marker-layer .ace_active_line {\
background: #EFEFEF;\
}\
\
\
.ace-tomorrow .ace_invisible {\
color: #D1D1D1;\
}\
\
.ace-tomorrow .ace_keyword {\
color:#8959A8;\
}\
\
.ace-tomorrow .ace_keyword.ace_operator {\
color:#3E999F;\
}\
\
.ace-tomorrow .ace_constant {\
\
}\
\
.ace-tomorrow .ace_constant.ace_language {\
color:#F5871F;\
}\
\
.ace-tomorrow .ace_constant.ace_library {\
\
}\
\
.ace-tomorrow .ace_constant.ace_numeric {\
color:#F5871F;\
}\
\
.ace-tomorrow .ace_invalid {\
color:#FFFFFF;\
background-color:#C82829;\
}\
\
.ace-tomorrow .ace_invalid.ace_illegal {\
\
}\
\
.ace-tomorrow .ace_invalid.ace_deprecated {\
color:#FFFFFF;\
background-color:#8959A8;\
}\
\
.ace-tomorrow .ace_support {\
\
}\
\
.ace-tomorrow .ace_support.ace_function {\
color:#4271AE;\
}\
\
.ace-tomorrow .ace_function.ace_buildin {\
\
}\
\
.ace-tomorrow .ace_string {\
color:#718C00;\
}\
\
.ace-tomorrow .ace_string.ace_regexp {\
color:#C82829;\
}\
\
.ace-tomorrow .ace_comment {\
color:#8E908C;\
}\
\
.ace-tomorrow .ace_comment.ace_doc {\
\
}\
\
.ace-tomorrow .ace_comment.ace_doc.ace_tag {\
\
}\
\
.ace-tomorrow .ace_variable {\
color:#C82829;\
}\
\
.ace-tomorrow .ace_variable.ace_language {\
\
}\
\
.ace-tomorrow .ace_xml_pe {\
\
}\
\
.ace-tomorrow .ace_meta {\
\
}\
\
.ace-tomorrow .ace_meta.ace_tag {\
color:#C82829;\
}\
\
.ace-tomorrow .ace_meta.ace_tag.ace_input {\
\
}\
\
.ace-tomorrow .ace_entity.ace_other.ace_attribute-name {\
color:#C82829;\
}\
\
.ace-tomorrow .ace_markup.ace_underline {\
text-decoration:underline;\
}\
\
.ace-tomorrow .ace_markup.ace_heading {\
color:#718C00;\
}\
\
.ace-tomorrow .ace_markup.ace_heading.ace_1 {\
\
}\
\
.ace-tomorrow .ace_markup.ace_heading.ace_2 {\
\
}\
\
.ace-tomorrow .ace_markup.ace_heading.ace_3 {\
\
}\
\
.ace-tomorrow .ace_markup.ace_heading.ace_4 {\
\
}\
\
.ace-tomorrow .ace_markup.ace_heading.ace_5 {\
\
}\
\
.ace-tomorrow .ace_markup.ace_heading.ace_6 {\
\
}\
\
.ace-tomorrow .ace_markup.ace_list {\
\
}\
\
.ace-tomorrow .ace_collab.ace_user1 {\
\
}\
";
// import CSS once
dom.importCssString(cssText);
exports.cssClass = "ace-tomorrow";
});
================================================
FILE: Atom/README.md
================================================
To install, copy paste the folders in ~/.atom/packages
================================================
FILE: Atom/Tomorrow/index.less
================================================
.editor, .editor .gutter {
background-color: #FFFFFF;
color: #4D4D4C;
}
.editor.is-focused .cursor {
border-color: #AEAFAD;
}
.editor.is-focused .selection .region {
background-color: #D6D6D6;
}
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: #EFEFEF;
}
.comment {
color: #8E908C;
}
.keyword.operator.class, .constant.other, .source.php.embedded.line {
color: #666969;
}
.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: #C82829;
}
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: #F5871F;
}
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: #C99E00;
}
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #718C00;
}
.keyword.operator, .constant.other.color {
color: #3E999F;
}
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #4271AE;
}
.keyword, .storage, .storage.type {
color: #8959A8;
}
.invalid {
color: #FFFFFF;
background-color: #C82829;
}
.meta.separator {
color: #FFFFFF;
background-color: #4271AE;
}
.invalid.deprecated {
color: #FFFFFF;
background-color: #8959A8;
}
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: #FFFFFF;
}
.markup.inserted.diff, .meta.diff.header.to-file {
background-color: #718c00;
}
.markup.deleted.diff, .meta.diff.header.from-file {
background-color: #c82829;
}
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: #FFFFFF;
background-color: #4271ae;
}
.meta.diff.range {
font-style: italic;
color: #3e999f;
}
================================================
FILE: Atom/Tomorrow/package.json
================================================
{
"name": "tomorrow",
"theme": "syntax",
"version": "0.0.0",
"private": true,
"description": "A short description of your theme",
"repository": "https://github.com/atom/tomorrow",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
}
}
================================================
FILE: Atom/Tomorrow-Night/index.less
================================================
.editor, .editor .gutter {
background-color: #1D1F21;
color: #C5C8C6;
}
.editor.is-focused .cursor {
border-color: #AEAFAD;
}
.editor.is-focused .selection .region {
background-color: #373B41;
}
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: #282A2E;
}
.comment {
color: #969896;
}
.keyword.operator.class, .constant.other, .source.php.embedded.line {
color: #CED1CF;
}
.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: #CC6666;
}
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: #DE935F;
}
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: #F0C674;
}
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #B5BD68;
}
.keyword.operator, .constant.other.color {
color: #8ABEB7;
}
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #81A2BE;
}
.keyword, .storage, .storage.type, .entity.name.tag.css {
color: #B294BB;
}
.invalid {
color: #CED2CF;
background-color: #DF5F5F;
}
.meta.separator {
color: #CED2CF;
background-color: #82A3BF;
}
.invalid.deprecated {
color: #CED2CF;
background-color: #B798BF;
}
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: #FFFFFF;
}
.markup.inserted.diff, .meta.diff.header.to-file {
color: #718c00;
}
.markup.deleted.diff, .meta.diff.header.from-file {
color: #c82829;
}
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: #FFFFFF;
background-color: #4271ae;
}
.meta.diff.range {
font-style: italic;
color: #3e999f;
}
================================================
FILE: Atom/Tomorrow-Night/package.json
================================================
{
"name": "tomorrow--night",
"theme": "syntax",
"version": "0.0.0",
"private": true,
"description": "A short description of your theme",
"repository": "https://github.com/atom/tomorrow--night",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
}
}
================================================
FILE: Atom/Tomorrow-Night-Blue/index.less
================================================
.editor, .editor .gutter {
background-color: #002451;
color: #FFFFFF;
}
.editor.is-focused .cursor {
border-color: #FFFFFF;
}
.editor.is-focused .selection .region {
background-color: #003F8E;
}
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: #00346E;
}
.comment {
color: #7285B7;
}
.keyword.operator.class, .keyword.operator, .constant.other, .source.php.embedded.line {
color: #FFFFFF;
}
.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: #FF9DA4;
}
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: #FFC58F;
}
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: #FFEEAD;
}
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #D1F1A9;
}
.keyword.operator, .constant.other.color {
color: #99FFFF;
}
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #BBDAFF;
}
.keyword, .storage, .storage.type, .entity.name.tag.css {
color: #EBBBFF;
}
.invalid {
color: #FFFFFF;
background-color: #F99DA5;
}
.meta.separator {
color: #FFFFFF;
background-color: #BBDAFE;
}
.invalid.deprecated {
color: #FFFFFF;
background-color: #EBBBFF;
}
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: #FFFFFF;
}
.markup.inserted.diff, .meta.diff.header.to-file {
color: #718c00;
}
.markup.deleted.diff, .meta.diff.header.from-file {
color: #c82829;
}
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: #FFFFFF;
background-color: #4271ae;
}
.meta.diff.range {
font-style: italic;
color: #3e999f;
}
================================================
FILE: Atom/Tomorrow-Night-Blue/package.json
================================================
{
"name": "tomorrow--night--blue",
"theme": "syntax",
"version": "0.0.0",
"private": true,
"description": "A short description of your theme",
"repository": "https://github.com/atom/tomorrow--night--blue",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
}
}
================================================
FILE: Atom/Tomorrow-Night-Bright/index.less
================================================
.editor, .editor .gutter {
background-color: #000000;
color: #DEDEDE;
}
.editor.is-focused .cursor {
border-color: #9F9F9F;
}
.editor.is-focused .selection .region {
background-color: #424242;
}
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: #2A2A2A;
}
.comment {
color: #969896;
}
.keyword.operator.class, .constant.other, .source.php.embedded.line {
color: #EEEEEE;
}
.variable, .support.other.variable, .string.other.link, .string.regexp, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: #D54E53;
}
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: #E78C45;
}
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: #E7C547;
}
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #B9CA4A;
}
.keyword.operator, .constant.other.color {
color: #70C0B1;
}
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #7AA6DA;
}
.keyword, .storage, .storage.type, .entity.name.tag.css {
color: #C397D8;
}
.invalid {
color: #CED2CF;
background-color: #DF5F5F;
}
.meta.separator {
color: #CED2CF;
background-color: #82A3BF;
}
.invalid.deprecated {
color: #CED2CF;
background-color: #B798BF;
}
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: #FFFFFF;
}
.markup.inserted.diff, .meta.diff.header.to-file {
color: #718c00;
}
.markup.deleted.diff, .meta.diff.header.from-file {
color: #c82829;
}
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: #FFFFFF;
background-color: #4271ae;
}
.meta.diff.range {
font-style: italic;
color: #3e999f;
}
================================================
FILE: Atom/Tomorrow-Night-Bright/package.json
================================================
{
"name": "tomorrow--night--bright",
"theme": "syntax",
"version": "0.0.0",
"private": true,
"description": "A short description of your theme",
"repository": "https://github.com/atom/tomorrow--night--bright",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
}
}
================================================
FILE: Atom/Tomorrow-Night-Eighties/index.less
================================================
.editor, .editor .gutter {
background-color: #2D2D2D;
color: #CCCCCC;
}
.editor.is-focused .cursor {
border-color: #CCCCCC;
}
.editor.is-focused .selection .region {
background-color: #515151;
}
.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
background-color: #393939;
}
.comment {
color: #999999;
}
.keyword.operator.class, .constant.other, .source.php.embedded.line {
color: #CCCCCC;
}
.variable, .support.other.variable, .string.other.link, .entity.name.tag, .entity.other.attribute-name, .meta.tag, .declaration.tag, .markup.deleted.git_gutter {
color: #F2777A;
}
.constant.numeric, .constant.language, .support.constant, .constant.character, .variable.parameter, .punctuation.section.embedded, .keyword.other.unit {
color: #F99157;
}
.entity.name.class, .entity.name.type.class, .support.type, .support.class {
color: #FFCC66;
}
.string, .constant.other.symbol, .entity.other.inherited-class, .entity.name.filename, .markup.heading, .markup.inserted.git_gutter {
color: #99CC99;
}
.keyword.operator, .constant.other.color {
color: #66CCCC;
}
.entity.name.function, .meta.function-call, .support.function, .keyword.other.special-method, .meta.block-level, .markup.changed.git_gutter {
color: #6699CC;
}
.keyword, .storage, .storage.type, .entity.name.tag.css {
color: #CC99CC;
}
.invalid {
color: #CDCDCD;
background-color: #F2777A;
}
.meta.separator {
color: #CDCDCD;
background-color: #99CCCC;
}
.invalid.deprecated {
color: #CDCDCD;
background-color: #CC99CC;
}
.markup.inserted.diff, .markup.deleted.diff, .meta.diff.header.to-file, .meta.diff.header.from-file {
color: #FFFFFF;
}
.markup.inserted.diff, .meta.diff.header.to-file {
color: #718c00;
}
.markup.deleted.diff, .meta.diff.header.from-file {
color: #c82829;
}
.meta.diff.header.from-file, .meta.diff.header.to-file {
color: #FFFFFF;
background-color: #4271ae;
}
.meta.diff.range {
font-style: italic;
color: #3e999f;
}
================================================
FILE: Atom/Tomorrow-Night-Eighties/package.json
================================================
{
"name": "tomorrow--night--eighties",
"theme": "syntax",
"version": "0.0.0",
"private": true,
"description": "A short description of your theme",
"repository": "https://github.com/atom/tomorrow--night--eighties",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
}
}
================================================
FILE: BBEdit/Tomorrow Night.bbcolors
================================================
BackgroundColor
rgba(0.152717,0.162021,0.172242,1.000000)
CommentsColor
rgba(0.653906,0.660652,0.653864,1.000000)
CtagsIdentifierColor
rgba(0.878763,0.647087,0.460815,1.000000)
ForegroundColor
rgba(0.814850,0.824182,0.817878,1.000000)
HTMLAnchorColor
rgba(0.197364,0.998946,0.161157,1.000000)
HTMLAttributeNameColor
rgba(0.985749,0.029650,0.990270,1.000000)
HTMLAttributeValueColor
rgba(0.985426,1.000000,0.196267,1.000000)
HTMLImageColor
rgba(0.283430,0.995781,0.995851,1.000000)
HTMLProcessingDirectiveColor
rgba(0.199700,0.000000,0.985944,1.000000)
HTMLTagColor
rgba(0.970809,0.096380,0.097817,1.000000)
HighlightInsertionPoint
InsertionPointLineHighlightColor
rgba(0.209335,0.217515,0.236383,1.000000)
InvisibleOthersColor
rgba(0.281133,0.296574,0.322554,1.000000)
InvisibleSpacesColor
rgba(0.281133,0.296574,0.322554,1.000000)
KeywordsColor
rgba(0.590781,0.693953,0.787496,1.000000)
NumericConstantColor
rgba(0.754676,0.789114,0.496619,1.000000)
PredefinedNamesColor
rgba(0.878763,0.647087,0.460815,1.000000)
PrimaryHighlightColor
rgba(0.281133,0.296574,0.322554,1.000000)
PythonDecoratorColor
rgba(0.819939,0.480777,0.480977,1.000000)
SecondaryHighlightColor
rgba(0.209335,0.217515,0.236383,1.000000)
SpellingColor
rgba(1.0, 0.498039216, 0.498039216,1.0)
StringColor
rgba(0.754676,0.789114,0.496619,1.000000)
UseCustomHighlightColor
================================================
FILE: BBEdit/Tomorrow.bbcolors
================================================
BackgroundColor
rgba(1.0,1.0,1.0,1.0)
CommentsColor
rgba(0.556863,0.564706,0.549020,1.000000)
CtagsIdentifierColor
rgba(0.200000,0.400000,0.600000,1.000000)
ForegroundColor
rgba(0.301961,0.301961,0.298039,1.000000)
HTMLAnchorColor
rgba(0.784314,0.156863,0.160784,1.000000)
HTMLAttributeNameColor
rgba(0.200000,0.400000,0.600000,1.000000)
HTMLAttributeValueColor
rgba(0.709804,0.741176,0.407843,1.000000)
HTMLImageColor
rgba(0.0,0.466666667,0.466666667,1.0)
HTMLProcessingDirectiveColor
rgba(0.698039,0.580392,0.733333,1.000000)
HTMLTagColor
rgba(0.000000,0.000000,0.000000,1.000000)
HighlightInsertionPoint
InsertionPointLineHighlightColor
rgba(0.937255,0.937255,0.937255,1.000000)
InvisibleOthersColor
rgba(0.784314,0.156863,0.160784,1.000000)
InvisibleSpacesColor
rgba(0.498039216,0.498039216,0.498039216,1.0)
KeywordsColor
rgba(0.698039,0.580392,0.733333,1.000000)
NumericConstantColor
rgba(0.2,0.4,0.6,1.0)
PredefinedNamesColor
rgba(0.541176,0.745098,0.717647,1.000000)
PythonDecoratorColor
rgba(0.200, 0.400, 0.600, 1.000)
SpellingColor
rgba(1.0, 0.498039216, 0.498039216,1.0)
StringColor
rgba(0.709804,0.741176,0.407843,1.000000)
UseCustomHighlightColor
VariablesColor
rgba(0.000000,0.000000,0.000000,1.000000)
================================================
FILE: Brackets/README.md
================================================
# Brackets Tomorrow Theme
This is the [Tomorrow Theme](https://github.com/ChrisKempson/Tomorrow-Theme/) for [Brackets](http://brackets.io) by [Ryan Stewart](http://blog.digitalbackcountry.com).
_**These will not work on versions of Brackets prior to sprint 20**_
# Usage
Take these files and drop them into your `styles` directory in the Brackets source code. Then change line 56 of `styles/brackets_shared.less` and replace `brackets_theme_default.less` to whichever version of the Tomorrow theme you want to use.
# By
# Examples
## Tomorrow Night

## Tomorrow

## Tomorrow Night Eighties

## Tomorrow Night Blue

## Tomorrow Night Bright

================================================
FILE: Brackets/brackets_theme_tomorrow.less
================================================
// Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*
* Brackets Default Theme
*
* Defines all the variables that one can configure in a theme. This should
* contain all variables / mixins for UI styling that we want to be able to
* change in a theme.
*
* Throughout the rest of the LESS files we should _only_ use color
* variable names that are on the LHS of the list below. So, if we
* need a new color for some UI element, we should add a variable
* in this file.
*/
/* Overall Colors */
@background: #ffffff;
@current-line: #efefef;
@foreground: #4d4d4c;
@comment: #8e908c;
@red: #c82829;
@orange: #f5871f;
@yellow: #eab700;
@green: #718c00;
@aqua: #3e999f;
@blue: #4271ae;
@purple: #8959a8;
/*
* Background colors are ordered from least "intense" to most "intense"
* So, if the background is light, then @background-color-3 should be
* lightest, -2 should be darker, and -1 should be darker still.
*
* The opposite is true for a dark background -- background-color-3 should be
* the darkest, -2 should be lighter, and -1 should be lighter still.
*/
@background-color-1: lighten(@background, @bc-color-step-size*2);
@background-color-2: lighten(@background, @bc-color-step-size);
@background-color-3: @background;
/*
* @content-color-stronger should be should be further away from the
* background color than @content-color (i.e. more contrasty).
*
* @content-color-weaker should be closer to the background color
* than @content-color (i.e. less contrasty).
*/
@content-color: @foreground;
@content-color-stronger: lighten(@foreground, @bc-color-step-size);
@content-color-weaker: darken(@foreground, @bc-color-step-size);
/* Code Styling */
/* code accent colors */
@accent-keyword: @purple;
@accent-atom: @orange;
@accent-number: @green;
@accent-def: @foreground;
@accent-variable: @orange;
@accent-variable-2: @blue;
@accent-variable-3: @yellow;
@accent-property: @yellow;
@accent-operator: @foreground;
@accent-comment: @comment;
@accent-string: @green;
@accent-string-2: @aqua;
@accent-meta: @red;
@accent-error: @red;
@accent-qualifier: @blue;
@accent-builtin: @yellow;
@accent-bracket: @foreground;
@accent-tag: @blue;
@accent-attribute: @orange;
@accent-header: @purple;
@accent-quote: @blue;
@accent-hr: @orange;
@accent-link: @yellow;
@accent-rangeinfo: @aqua;
@accent-minus: @red;
@accent-plus: @green;
/* inline editor colors */
@inline-background-color-1: darken(@background, @bc-color-step-size);
@inline-background-color-2: darken(@background, @bc-color-step-size*3);
@inline-background-color-3: rgba(0,0,0,0);
@inline-color-1: darken(@foreground, @bc-color-step-size*2);
@inline-color-2: darken(@foreground, @bc-color-step-size);
@inline-color-3: @foreground;
/* Selection colors */
@selection-color-focused: #d2dcf8;
@selection-color-unfocused: #d9d9d9;
/* Code font formatting
*
* NOTE (JRB): In order to get the web font to load early enough, we have a div called "dummy-text" that
* is styled with .code-font().
*
* The platform-specific selector gets added to the body tag *before* document ready time.
* We rely on this behavior to load platform-specific web fonts early.
*/
.code-font() {
color: @content-color;
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
font-size: 12px;
font-family: 'SourceCodePro', monospace;
}
.code-font-win() {
.code-font();
}
.code-font-mac() {
.code-font();
/* Use the Medium weight on the Mac to counterbalance the grayscale antialiasing. */
font-family: 'SourceCodePro-Medium', "MS ゴシック", "MS Gothic", monospace;
}
.code-cursor() {
// to make a block cursor, use something like this:
// background-color: fadeout(@blue, 50%);
// border: none !important;
// to make an I-cursor, use something like this:
border-left: 1px solid @content-color !important;
}
/* Variables and Mixins for non-code UI elements that can be styled */
================================================
FILE: Brackets/brackets_theme_tomorrow_night.less
================================================
// Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*
* Brackets Default Theme
*
* Defines all the variables that one can configure in a theme. This should
* contain all variables / mixins for UI styling that we want to be able to
* change in a theme.
*
* Throughout the rest of the LESS files we should _only_ use color
* variable names that are on the LHS of the list below. So, if we
* need a new color for some UI element, we should add a variable
* in this file.
*/
/* Overall Colors */
@background: #1d1f21;
@current-line: #282a2e;
@foreground: #c5c8c6;
@comment: #969896;
@orange: #de935f;
@blue: #81a2be;
@purple: #b294bb;
@green: #b5bd68;
@red: #cc6666;
@aqua: #8abeb7;
@yellow: #f0c674;
/*
* Background colors are ordered from least "intense" to most "intense"
* So, if the background is light, then @background-color-3 should be
* lightest, -2 should be darker, and -1 should be darker still.
*
* The opposite is true for a dark background -- background-color-3 should be
* the darkest, -2 should be lighter, and -1 should be lighter still.
*/
@background-color-1: lighten(@background, @bc-color-step-size*2);
@background-color-2: lighten(@background, @bc-color-step-size);
@background-color-3: @background;
/*
* @content-color-stronger should be should be further away from the
* background color than @content-color (i.e. more contrasty).
*
* @content-color-weaker should be closer to the background color
* than @content-color (i.e. less contrasty).
*/
@content-color: @foreground;
@content-color-stronger: lighten(@foreground, @bc-color-step-size);
@content-color-weaker: darken(@foreground, @bc-color-step-size);
/* Code Styling */
/* code accent colors */
@accent-keyword: @purple;
@accent-atom: @orange;
@accent-number: @green;
@accent-def: @foreground;
@accent-variable: @orange;
@accent-variable-2: @blue;
@accent-variable-3: @yellow;
@accent-property: @yellow;
@accent-operator: @foreground;
@accent-comment: @comment;
@accent-string: @green;
@accent-string-2: @aqua;
@accent-meta: @red;
@accent-error: @red;
@accent-qualifier: @blue;
@accent-builtin: @yellow;
@accent-bracket: @foreground;
@accent-tag: @blue;
@accent-attribute: @orange;
@accent-header: @purple;
@accent-quote: @blue;
@accent-hr: @orange;
@accent-link: @yellow;
@accent-rangeinfo: @aqua;
@accent-minus: @red;
@accent-plus: @green;
/* inline editor colors */
@inline-background-color-1: lighten(@background, @bc-color-step-size);
@inline-background-color-2: lighten(@background, @bc-color-step-size*2);
@inline-background-color-3: rgba(0,0,0,0);
@inline-color-1: darken(@foreground, @bc-color-step-size*2);
@inline-color-2: darken(@foreground, @bc-color-step-size);
@inline-color-3: @background;
/* Selection colors */
@selection-color-focused: #585858;
@selection-color-unfocused: #424242;
/* Code font formatting
*
* NOTE (JRB): In order to get the web font to load early enough, we have a div called "dummy-text" that
* is styled with .code-font().
*
* The platform-specific selector gets added to the body tag *before* document ready time.
* We rely on this behavior to load platform-specific web fonts early.
*/
.code-font() {
color: @content-color;
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
font-size: 12px;
font-family: 'SourceCodePro', monospace;
}
.code-font-win() {
.code-font();
}
.code-font-mac() {
.code-font();
/* Use the Medium weight on the Mac to counterbalance the grayscale antialiasing. */
font-family: 'SourceCodePro-Medium', "MS ゴシック", "MS Gothic", monospace;
}
.code-cursor() {
// to make a block cursor, use something like this:
// background-color: fadeout(@blue, 50%);
// border: none !important;
// to make an I-cursor, use something like this:
border-left: 1px solid @content-color !important;
}
/* Variables and Mixins for non-code UI elements that can be styled */
================================================
FILE: Brackets/brackets_theme_tomorrow_night_blue.less
================================================
// Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*
* Brackets Default Theme
*
* Defines all the variables that one can configure in a theme. This should
* contain all variables / mixins for UI styling that we want to be able to
* change in a theme.
*
* Throughout the rest of the LESS files we should _only_ use color
* variable names that are on the LHS of the list below. So, if we
* need a new color for some UI element, we should add a variable
* in this file.
*/
/* Overall Colors */
@background: #002451;
@current-line: #00346e;
@foreground: #ffffff;
@comment: #7285b7;
@red: #ff9da4;
@orange: #ffc58f;
@yellow: #ffeead;
@green: #d1f1a9;
@aqua: #99ffff;
@blue: #bbdaff;
@purple: #ebbbff;
/*
* Background colors are ordered from least "intense" to most "intense"
* So, if the background is light, then @background-color-3 should be
* lightest, -2 should be darker, and -1 should be darker still.
*
* The opposite is true for a dark background -- background-color-3 should be
* the darkest, -2 should be lighter, and -1 should be lighter still.
*/
@background-color-1: lighten(@background, @bc-color-step-size*2);
@background-color-2: lighten(@background, @bc-color-step-size);
@background-color-3: @background;
/*
* @content-color-stronger should be should be further away from the
* background color than @content-color (i.e. more contrasty).
*
* @content-color-weaker should be closer to the background color
* than @content-color (i.e. less contrasty).
*/
@content-color: @foreground;
@content-color-stronger: lighten(@foreground, @bc-color-step-size);
@content-color-weaker: darken(@foreground, @bc-color-step-size);
/* Code Styling */
/* code accent colors */
@accent-keyword: @purple;
@accent-atom: @orange;
@accent-number: @green;
@accent-def: @foreground;
@accent-variable: @orange;
@accent-variable-2: @blue;
@accent-variable-3: @yellow;
@accent-property: @yellow;
@accent-operator: @foreground;
@accent-comment: @comment;
@accent-string: @green;
@accent-string-2: @aqua;
@accent-meta: @red;
@accent-error: @red;
@accent-qualifier: @blue;
@accent-builtin: @yellow;
@accent-bracket: @foreground;
@accent-tag: @blue;
@accent-attribute: @orange;
@accent-header: @purple;
@accent-quote: @blue;
@accent-hr: @orange;
@accent-link: @yellow;
@accent-rangeinfo: @aqua;
@accent-minus: @red;
@accent-plus: @green;
/* inline editor colors */
@inline-background-color-1: lighten(@background, @bc-color-step-size);
@inline-background-color-2: lighten(@background, @bc-color-step-size*2);
@inline-background-color-3: rgba(0,0,0,0);
@inline-color-1: darken(@foreground, @bc-color-step-size*2);
@inline-color-2: darken(@foreground, @bc-color-step-size);
@inline-color-3: @background;
/* Selection colors */
@selection-color-focused: #405db1;
@selection-color-unfocused: #4a5c87;
/* Code font formatting
*
* NOTE (JRB): In order to get the web font to load early enough, we have a div called "dummy-text" that
* is styled with .code-font().
*
* The platform-specific selector gets added to the body tag *before* document ready time.
* We rely on this behavior to load platform-specific web fonts early.
*/
.code-font() {
color: @content-color;
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
font-size: 12px;
font-family: 'SourceCodePro', monospace;
}
.code-font-win() {
.code-font();
}
.code-font-mac() {
.code-font();
/* Use the Medium weight on the Mac to counterbalance the grayscale antialiasing. */
font-family: 'SourceCodePro-Medium', "MS ゴシック", "MS Gothic", monospace;
}
.code-cursor() {
// to make a block cursor, use something like this:
// background-color: fadeout(@blue, 50%);
// border: none !important;
// to make an I-cursor, use something like this:
border-left: 1px solid @content-color !important;
}
/* Variables and Mixins for non-code UI elements that can be styled */
================================================
FILE: Brackets/brackets_theme_tomorrow_night_bright.less
================================================
// Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*
* Brackets Default Theme
*
* Defines all the variables that one can configure in a theme. This should
* contain all variables / mixins for UI styling that we want to be able to
* change in a theme.
*
* Throughout the rest of the LESS files we should _only_ use color
* variable names that are on the LHS of the list below. So, if we
* need a new color for some UI element, we should add a variable
* in this file.
*/
/* Overall Colors */
@background: #000000;
@current-line: #2a2a2a;
@foreground: #eaeaea;
@comment: #969896;
@red: #d54e53;
@orange: #e78c45;
@yellow: #e7c547;
@green: #b9ca4a;
@aqua: #70c0b1;
@blue: #7aa6da;
@purple: #c397d8;
/*
* Background colors are ordered from least "intense" to most "intense"
* So, if the background is light, then @background-color-3 should be
* lightest, -2 should be darker, and -1 should be darker still.
*
* The opposite is true for a dark background -- background-color-3 should be
* the darkest, -2 should be lighter, and -1 should be lighter still.
*/
@background-color-1: lighten(@background, @bc-color-step-size*2);
@background-color-2: lighten(@background, @bc-color-step-size);
@background-color-3: @background;
/*
* @content-color-stronger should be should be further away from the
* background color than @content-color (i.e. more contrasty).
*
* @content-color-weaker should be closer to the background color
* than @content-color (i.e. less contrasty).
*/
@content-color: @foreground;
@content-color-stronger: lighten(@foreground, @bc-color-step-size);
@content-color-weaker: darken(@foreground, @bc-color-step-size);
/* Code Styling */
/* code accent colors */
@accent-keyword: @purple;
@accent-atom: @orange;
@accent-number: @green;
@accent-def: @foreground;
@accent-variable: @orange;
@accent-variable-2: @blue;
@accent-variable-3: @yellow;
@accent-property: @yellow;
@accent-operator: @foreground;
@accent-comment: @comment;
@accent-string: @green;
@accent-string-2: @aqua;
@accent-meta: @red;
@accent-error: @red;
@accent-qualifier: @blue;
@accent-builtin: @yellow;
@accent-bracket: @foreground;
@accent-tag: @blue;
@accent-attribute: @orange;
@accent-header: @purple;
@accent-quote: @blue;
@accent-hr: @orange;
@accent-link: @yellow;
@accent-rangeinfo: @aqua;
@accent-minus: @red;
@accent-plus: @green;
/* inline editor colors */
@inline-background-color-1: lighten(@background, @bc-color-step-size);
@inline-background-color-2: lighten(@background, @bc-color-step-size*2);
@inline-background-color-3: rgba(0,0,0,0);
@inline-color-1: darken(@foreground, @bc-color-step-size*2);
@inline-color-2: darken(@foreground, @bc-color-step-size);
@inline-color-3: @background;
/* Selection colors */
@selection-color-focused: #585858;
@selection-color-unfocused: #424242;
/* Code font formatting
*
* NOTE (JRB): In order to get the web font to load early enough, we have a div called "dummy-text" that
* is styled with .code-font().
*
* The platform-specific selector gets added to the body tag *before* document ready time.
* We rely on this behavior to load platform-specific web fonts early.
*/
.code-font() {
color: @content-color;
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
font-size: 12px;
font-family: 'SourceCodePro', monospace;
}
.code-font-win() {
.code-font();
}
.code-font-mac() {
.code-font();
/* Use the Medium weight on the Mac to counterbalance the grayscale antialiasing. */
font-family: 'SourceCodePro-Medium', "MS ゴシック", "MS Gothic", monospace;
}
.code-cursor() {
// to make a block cursor, use something like this:
// background-color: fadeout(@blue, 50%);
// border: none !important;
// to make an I-cursor, use something like this:
border-left: 1px solid @content-color !important;
}
/* Variables and Mixins for non-code UI elements that can be styled */
================================================
FILE: Brackets/brackets_theme_tomorrow_night_eighties.less
================================================
// Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// the rights to use, copy, modify, merge, publish, distribute, sublicense,
// and/or sell copies of the Software, and to permit persons to whom the
// Software is furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
/*
* Brackets Default Theme
*
* Defines all the variables that one can configure in a theme. This should
* contain all variables / mixins for UI styling that we want to be able to
* change in a theme.
*
* Throughout the rest of the LESS files we should _only_ use color
* variable names that are on the LHS of the list below. So, if we
* need a new color for some UI element, we should add a variable
* in this file.
*/
/* Overall Colors */
@background: #2d2d2d;
@current-line: #393939;
@foreground: #cccccc;
@comment: #999999;
@red: #f2777a;
@orange: #f99157;
@yellow: #ffcc66;
@green: #99cc99;
@aqua: #66cccc;
@blue: #6699cc;
@purple: #cc99cc;
/*
* Background colors are ordered from least "intense" to most "intense"
* So, if the background is light, then @background-color-3 should be
* lightest, -2 should be darker, and -1 should be darker still.
*
* The opposite is true for a dark background -- background-color-3 should be
* the darkest, -2 should be lighter, and -1 should be lighter still.
*/
@background-color-1: lighten(@background, @bc-color-step-size*2);
@background-color-2: lighten(@background, @bc-color-step-size);
@background-color-3: @background;
/*
* @content-color-stronger should be should be further away from the
* background color than @content-color (i.e. more contrasty).
*
* @content-color-weaker should be closer to the background color
* than @content-color (i.e. less contrasty).
*/
@content-color: @foreground;
@content-color-stronger: lighten(@foreground, @bc-color-step-size);
@content-color-weaker: darken(@foreground, @bc-color-step-size);
/* Code Styling */
/* code accent colors */
@accent-keyword: @purple;
@accent-atom: @orange;
@accent-number: @green;
@accent-def: @foreground;
@accent-variable: @orange;
@accent-variable-2: @blue;
@accent-variable-3: @yellow;
@accent-property: @yellow;
@accent-operator: @foreground;
@accent-comment: @comment;
@accent-string: @green;
@accent-string-2: @aqua;
@accent-meta: @red;
@accent-error: @red;
@accent-qualifier: @blue;
@accent-builtin: @yellow;
@accent-bracket: @foreground;
@accent-tag: @blue;
@accent-attribute: @orange;
@accent-header: @purple;
@accent-quote: @blue;
@accent-hr: @orange;
@accent-link: @yellow;
@accent-rangeinfo: @aqua;
@accent-minus: @red;
@accent-plus: @green;
/* inline editor colors */
@inline-background-color-1: lighten(@background, @bc-color-step-size);
@inline-background-color-2: lighten(@background, @bc-color-step-size*2);
@inline-background-color-3: rgba(0,0,0,0);
@inline-color-1: darken(@foreground, @bc-color-step-size*2);
@inline-color-2: darken(@foreground, @bc-color-step-size);
@inline-color-3: @background;
/* Selection colors */
@selection-color-focused: #585858;
@selection-color-unfocused: #424242;
/* Code font formatting
*
* NOTE (JRB): In order to get the web font to load early enough, we have a div called "dummy-text" that
* is styled with .code-font().
*
* The platform-specific selector gets added to the body tag *before* document ready time.
* We rely on this behavior to load platform-specific web fonts early.
*/
.code-font() {
color: @content-color;
// line-height must be specified in px not em because the code font and line number font sizes are different.
// Sizing via em will cause the code and line numbers to misalign
line-height: 15px;
font-size: 12px;
font-family: 'SourceCodePro', monospace;
}
.code-font-win() {
.code-font();
}
.code-font-mac() {
.code-font();
/* Use the Medium weight on the Mac to counterbalance the grayscale antialiasing. */
font-family: 'SourceCodePro-Medium', "MS ゴシック", "MS Gothic", monospace;
}
.code-cursor() {
// to make a block cursor, use something like this:
// background-color: fadeout(@blue, 50%);
// border: none !important;
// to make an I-cursor, use something like this:
border-left: 1px solid @content-color !important;
}
/* Variables and Mixins for non-code UI elements that can be styled */
================================================
FILE: Coda/Tomorrow.seestyle
================================================
================================================
FILE: Coda/Tomorrow.sss
================================================
comment {
color:#8e908c;
font-style:italic;
}
constant.numeric {
color:#f5871f;
font-weight:normal;
}
constant.numeric.keyword {
color:#f5871f;
}
keyword {
color:#8959a8;
font-strike-through:none;
font-weight:normal;
}
keyword.control {
color:#4271ae;
}
keyword.type {
color:#8959a8;
}
language.function {
color:#4271ae;
}
language.operator {
color:#4d4d4c;
}
language.variable {
color:#c82829;
}
markup.comment {
color:#8e908c;
font-style:italic;
}
markup.constant.entity {
color:#4271ae;
}
markup.declaration {
color:#8e908c;
}
markup.inline.cdata {
color:#8e908c;
}
markup.processing {
color:#8e908c;
font-style:italic;
font-weight:normal;
}
markup.tag {
color:#c82829;
}
markup.tag.attribute.name {
color:#f5871f;
}
markup.tag.attribute.value {
color:#718c00;
}
meta.default {
background-color:#ffffff;
color:#4d4d4c;
}
meta.higlight.currentline {
background-color:#e9efff;
}
meta.important {
color:#c82829;
}
meta.invalid {
color:#c82829;
font-weight:bold;
}
meta.invisible.characters {
color:#e9efff;
}
meta.link {
color:#636cff;
font-underline:none;
}
string {
color:#718c00;
}
string.regex {
color:#c82829;
}
style.at-rule {
color:#4271ae;
font-style:italic;
font-weight:bold;
}
style.comment {
color:#8e908c;
font-style:italic;
font-weight:normal;
}
style.property.name {
color:#f5871f;
}
style.value.color.rgb-value {
color:#4271ae;
}
style.value.keyword {
color:#8959a8;
}
style.value.numeric {
color:#f5871f;
}
style.value.string {
color:#718c00;
}
support {
color:#4271ae;
}
================================================
FILE: Coda/TomorrowNight.seestyle
================================================
================================================
FILE: Coda/TomorrowNight.sss
================================================
comment {
color:#969896;
font-style:italic;
}
constant.numeric {
color:#de935f;
font-weight:normal;
}
constant.numeric.keyword {
color:#de935f;
}
keyword {
color:#b294bb;
font-strike-through:none;
font-weight:normal;
}
keyword.control {
color:#81a2be;
}
keyword.type {
color:#b294bb;
}
language.function {
color:#81a2be;
}
language.operator {
color:#c5c8c6;
}
language.variable {
color:#cc6666;
}
markup.comment {
color:#969896;
font-style:italic;
}
markup.constant.entity {
color:#81a2be;
}
markup.declaration {
color:#969896;
}
markup.inline.cdata {
color:#969896;
}
markup.processing {
color:#969896;
font-style:italic;
font-weight:normal;
}
markup.tag {
color:#cc6666;
}
markup.tag.attribute.name {
color:#de935f;
}
markup.tag.attribute.value {
color:#b5bd68;
}
meta.default {
background-color:#1d1f21;
color:#c5c8c6;
}
meta.higlight.currentline {
background-color:#282a2e;
}
meta.important {
color:#cc6666;
}
meta.invalid {
color:#cc6666;
font-weight:bold;
}
meta.invisible.characters {
color:#282a2e;
}
meta.link {
color:#636cff;
font-underline:none;
}
string {
color:#b5bd68;
}
string.regex {
color:#cc6666;
}
style.at-rule {
color:#81a2be;
font-style:italic;
font-weight:bold;
}
style.comment {
color:#969896;
font-style:italic;
font-weight:normal;
}
style.property.name {
color:#de935f;
}
style.value.color.rgb-value {
color:#81a2be;
}
style.value.keyword {
color:#b294bb;
}
style.value.numeric {
color:#de935f;
}
style.value.string {
color:#b5bd68;
}
support {
color:#81a2be;
}
================================================
FILE: Coda/TomorrowNightBlue.seestyle
================================================
================================================
FILE: Coda/TomorrowNightBlue.sss
================================================
comment {
color:#7285b7;
font-style:italic;
}
constant.numeric {
color:#ffc58f;
font-weight:normal;
}
constant.numeric.keyword {
color:#ffc58f;
}
keyword {
color:#ebbbff;
font-strike-through:none;
font-weight:normal;
}
keyword.control {
color:#bbdaff;
}
keyword.type {
color:#ebbbff;
}
language.function {
color:#bbdaff;
}
language.operator {
color:#ffffff;
}
language.variable {
color:#ff9da4;
}
markup.comment {
color:#7285b7;
font-style:italic;
}
markup.constant.entity {
color:#bbdaff;
}
markup.declaration {
color:#7285b7;
}
markup.inline.cdata {
color:#7285b7;
}
markup.processing {
color:#7285b7;
font-style:italic;
font-weight:normal;
}
markup.tag {
color:#ff9da4;
}
markup.tag.attribute.name {
color:#ffc58f;
}
markup.tag.attribute.value {
color:#d1f1a9;
}
meta.default {
background-color:#002451;
color:#ffffff;
}
meta.higlight.currentline {
background-color:#00346e;
}
meta.important {
color:#ff9da4;
}
meta.invalid {
color:#ff9da4;
font-weight:bold;
}
meta.invisible.characters {
color:#00346e;
}
meta.link {
color:#636cff;
font-underline:none;
}
string {
color:#d1f1a9;
}
string.regex {
color:#ff9da4;
}
style.at-rule {
color:#bbdaff;
font-style:italic;
font-weight:bold;
}
style.comment {
color:#7285b7;
font-style:italic;
font-weight:normal;
}
style.property.name {
color:#ffc58f;
}
style.value.color.rgb-value {
color:#bbdaff;
}
style.value.keyword {
color:#ebbbff;
}
style.value.numeric {
color:#ffc58f;
}
style.value.string {
color:#d1f1a9;
}
support {
color:#bbdaff;
}
================================================
FILE: Coda/TomorrowNightBright.seestyle
================================================
================================================
FILE: Coda/TomorrowNightBright.sss
================================================
comment {
color:#969896;
font-style:italic;
}
constant.numeric {
color:#e78c45;
font-weight:normal;
}
constant.numeric.keyword {
color:#e78c45;
}
keyword {
color:#c397d8;
font-strike-through:none;
font-weight:normal;
}
keyword.control {
color:#7aa6da;
}
keyword.type {
color:#c397d8;
}
language.function {
color:#7aa6da;
}
language.operator {
color:#eaeaea;
}
language.variable {
color:#d54e53;
}
markup.comment {
color:#969896;
font-style:italic;
}
markup.constant.entity {
color:#7aa6da;
}
markup.declaration {
color:#969896;
}
markup.inline.cdata {
color:#969896;
}
markup.processing {
color:#969896;
font-style:italic;
font-weight:normal;
}
markup.tag {
color:#d54e53;
}
markup.tag.attribute.name {
color:#e78c45;
}
markup.tag.attribute.value {
color:#b9ca4a;
}
meta.default {
background-color:#000000;
color:#eaeaea;
}
meta.higlight.currentline {
background-color:#2a2a2a;
}
meta.important {
color:#d54e53;
}
meta.invalid {
color:#d54e53;
font-weight:bold;
}
meta.invisible.characters {
color:#2a2a2a;
}
meta.link {
color:#636cff;
font-underline:none;
}
string {
color:#b9ca4a;
}
string.regex {
color:#d54e53;
}
style.at-rule {
color:#7aa6da;
font-style:italic;
font-weight:bold;
}
style.comment {
color:#969896;
font-style:italic;
font-weight:normal;
}
style.property.name {
color:#e78c45;
}
style.value.color.rgb-value {
color:#7aa6da;
}
style.value.keyword {
color:#c397d8;
}
style.value.numeric {
color:#e78c45;
}
style.value.string {
color:#b9ca4a;
}
support {
color:#7aa6da;
}
================================================
FILE: Coda/TomorrowNightEighties.seestyle
================================================
================================================
FILE: Coda/TomorrowNightEighties.sss
================================================
comment {
color:#999999;
font-style:italic;
}
constant.numeric {
color:#f99157;
font-weight:normal;
}
constant.numeric.keyword {
color:#f99157;
}
keyword {
color:#cc99cc;
font-strike-through:none;
font-weight:normal;
}
keyword.control {
color:#99cccc;
}
keyword.type {
color:#cc99cc;
}
language.function {
color:#99cccc;
}
language.operator {
color:#cccccc;
}
language.variable {
color:#f2777a;
}
markup.comment {
color:#999999;
font-style:italic;
}
markup.constant.entity {
color:#99cccc;
}
markup.declaration {
color:#999999;
}
markup.inline.cdata {
color:#999999;
}
markup.processing {
color:#999999;
font-style:italic;
font-weight:normal;
}
markup.tag {
color:#f2777a;
}
markup.tag.attribute.name {
color:#f99157;
}
markup.tag.attribute.value {
color:#99cc99;
}
meta.default {
background-color:#2d2d2d;
color:#cccccc;
}
meta.higlight.currentline {
background-color:#393939;
}
meta.important {
color:#f2777a;
}
meta.invalid {
color:#f2777a;
font-weight:bold;
}
meta.invisible.characters {
color:#393939;
}
meta.link {
color:#636cff;
font-underline:none;
}
string {
color:#99cc99;
}
string.regex {
color:#f2777a;
}
style.at-rule {
color:#99cccc;
font-style:italic;
font-weight:bold;
}
style.comment {
color:#999999;
font-style:italic;
font-weight:normal;
}
style.property.name {
color:#f99157;
}
style.value.color.rgb-value {
color:#99cccc;
}
style.value.keyword {
color:#cc99cc;
}
style.value.numeric {
color:#f99157;
}
style.value.string {
color:#99cc99;
}
support {
color:#99cccc;
}
================================================
FILE: Console2/README.md
================================================
To install, close all instances of Console2, then edit your `console.xml` (either local or system-wide, depending on your setup) and replace the `` tags with the those from this folder's `console.xml`.
================================================
FILE: Console2/console.xml
================================================
================================================
FILE: Eclipse/Tomorrow-Night-Bright.epf
================================================
#Tue Sep 04 17:17:04 PDT 2012
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
/instance/org.eclipse.jdt.ui/java_operator=206,209,207
/instance/org.eclipse.jdt.ui/semanticHighlighting.interface.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled=true
/instance/org.eclipse.ui.workbench/resourcetypes=\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
/instance/org.eclipse.wst.sse.ui/useQuickDiffPrefPage=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.inheritedMethodInvocation.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.number.color=222,147,95
/instance/org.eclipse.wst.css.ui/COLON=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.jsdt.ui/java_keyword=178,148,187
/instance/org.eclipse.wst.jsdt.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.wst.css.ui/STRING=\#B5BD68 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/commentText=\#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color=\#DE935F
/instance/org.eclipse.jdt.ui/java_keyword_return=178,148,187
/instance/org.eclipse.wst.xml.ui/doctypeExternalPubref=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.field.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.method.color=129,162,190
/instance/org.eclipse.wst.css.ui/SELECTOR=\#81A2BE | null | false | false | false | false
@org.eclipse.wst.sse.core=1.1.700.v201205171812
/instance/com.adobe.flexide.as.core/asStringColor=\#B5BD68
/instance/org.eclipse.jdt.ui/pf_coloring_value=181,189,104
/instance/org.eclipse.mylyn.context.core/mylyn.attention.migrated=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color=\#ed9d56
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticFinalField.enabled=true
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/instance/org.python.pydev/CLASS_NAME_COLOR=240,198,116
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.formatterprofiles.version=11
/instance/org.eclipse.cdt.ui/semanticHighlighting.class.enabled=true
/instance/org.eclipse.wst.css.ui/CLASS=\#81A2BE | null | false | false | false | false
/instance/org.epic.perleditor/markupColor=197,200,198
/instance/com.adobe.flexide.mxml.core/mxmlTagColor=\#CC6666
/instance/org.eclipse.ui.editors/printMarginColor=197,200,198
@org.eclipse.jdt.core=3.8.1.v20120531-0637
/instance/org.eclipse.datatools.sqltools.sqleditor/Multi-line=comment\=0,0,0,0,0,150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_doc_default=150,152,150
/instance/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.enabled=true
/instance/org.eclipse.php.ui/editorColorComment=\#969896 | null | false | false | false | false
@org.eclipse.wst.jsdt.core=1.1.201.v201203071941
/instance/com.adobe.flexide.as.core/asVarColor=\#CC6666
/instance/com.adobe.flexide.as.core/asReservedColor=\#B294BB
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough=false
/instance/org.eclipse.debug.ui/preferredTargets=default\:default|org.eclipse.php.debug.ui.PHPtoggleTargetFactory\:org.eclipse.php.debug.ui.PHPtoggleTargetFactory|default,org.eclipse.php.debug.ui.PHPtoggleTargetFactory\:default|
/instance/org.eclipse.wst.jsdt.ui/java_comment_task_tag=150,152,150
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticMethodInvocation.enabled=true
/instance/org.eclipse.jst.jsp.ui/tagBorder=\#81A2BE | null | false | false | false | false
/instance/com.adobe.flexide.as.core/asPackageColor=\#C5C8C6
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.parameterVariable.color=204,102,102
/instance/org.eclipse.cdt.ui/semanticHighlighting.function.color=129,162,190
/instance/org.eclipse.datatools.sqltools.sqleditor/Keyword=0,0,0,0,0,178,148,187
/instance/org.eclipse.wst.html.ui/xmlContent=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.tag.enabled=true
/instance/org.eclipse.ui.editors/PHPReadOccurrenceIndicationColor=75,78,85
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.numbers.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.eclipse.dltk.ui/useAnnotationsPrefPage=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.method.color=129,162,190
@org.eclipse.e4.ui.css.swt.theme=0.9.2.v20120523-1955
/instance/org.eclipse.jdt.ui/semanticHighlighting.enum.color=222,147,95
/instance/org.eclipse.jsch.core/org.eclipse.jsch.core.hasMigratedSsh2Preferences=true
/instance/org.eclipse.cdt.ui/c_braces=197,200,198
/instance/com.adobe.flexide.as.core/asCommentColor=\#969896
/instance/org.eclipse.wst.xml.ui/doctypeExtrenalSysref=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
/instance/org.eclipse.ui.editors/writeOccurrenceIndicationColor=75,78,85
/instance/org.eclipse.core.resources/version=1
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.annotation.color=75,78,85
/instance/org.python.pydev/DECORATOR_COLOR=197,200,198
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color=\#81A2BE
/instance/org.eclipse.cdt.ui/c_numbers=222,147,95
@org.eclipse.wst.jsdt.ui=1.1.201.v201204101526
/instance/org.eclipse.ui.editors/deletionIndicationColor=223,95,95
/instance/org.eclipse.jdt.ui/java_default=197,200,198
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariable.enabled=true
/instance/org.eclipse.wst.jsdt.ui/java_doc_link=150,152,150
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.gettersetter.use.is=true
@org.eclipse.wst.html.ui=1.0.700.v201201102037
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.interface.color=178,148,187
/instance/org.eclipse.dltk.validators.core/org.eclipse.dltk.validators.core.PREF_VALIDATOR_XML=\n\n
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled=true
/instance/org.eclipse.jdt.ui/fontPropagated=true
/instance/org.epic.perleditor/operatorColor=206,209,207
/instance/org.eclipse.ui.editors/tabWidth=2
/instance/org.eclipse.php.ui/org.eclipse.php.core.workspaceDefaultLocale=en_US
/instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.wst.server.ui.decorator\:false,org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.jdt.ui.interface.decorator\:false,org.eclipse.jdt.ui.buildpath.decorator\:true,org.eclipse.mylyn.context.ui.decorator.interest\:true,org.eclipse.mylyn.tasks.ui.decorators.task\:true,org.eclipse.mylyn.team.ui.changeset.decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.php.ui.problemsDecorator\:true,org.eclipse.php.ui.override.decorator\:true,org.eclipse.php.ui.problemsDecoratorForIModelElement\:true,org.eclipse.php.ui.includepath.problemsDecorator\:true,org.eclipse.team.cvs.ui.decorator\:false,org.eclipse.ui.LinkedResourceDecorator\:true,org.eclipse.ui.VirtualResourceDecorator\:true,org.eclipse.ui.ContentTypeDecorator\:true,org.eclipse.ui.ResourceFilterDecorator\:false,org.eclipse.wst.jsdt.ui.override.decorator\:true,org.eclipse.wst.server.ui.navigatorDecorator\:true,org.tigris.subversion.subclipse.ui.decorator\:true,
/instance/org.epic.perleditor/numberColor=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.abstractMethodInvocation.color=129,162,190
/instance/org.eclipse.wst.xml.ui/cdataText=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.italic=false
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticField.color=222,147,95
@org.eclipse.ui=3.103.0.v20120521-2329
/instance/org.eclipse.jdt.ui/semanticHighlighting.field.color=222,147,95
/instance/org.eclipse.wst.jsdt.ui/java_default=197,200,198
/instance/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.interface.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.methodDeclarationName.enabled=true
/instance/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_MODE=prompt
/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.codeComplete.localPrefixes=
/instance/org.eclipse.jdt.ui/spelling_ignore_digits=true
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.keyword.enabled=true
/instance/org.eclipse.cdt.ui/asm_label=197,200,198
/instance/org.eclipse.cdt.ui/semanticHighlighting.parameterVariable.color=204,102,102
/instance/org.eclipse.php.ui/org.eclipse.php.ui.text.custom_code_templates=<? ${cursor}
/instance/org.eclipse.wst.html.ui/declBoder=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.jsdt.ui/java_single_line_comment=150,152,150
/instance/org.eclipse.jdt.ui/proposalOrderMigrated=true
/instance/org.eclipse.ui.editors/currentLineColor=40,42,46
/instance/com.adobe.flexide.css.core/cssTextColor=\#C5C8C6
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_NAME=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticField.color=222,147,95
/instance/org.eclipse.ui.editors/searchResultIndicationColor=240,198,116
/instance/org.eclipse.jdt.ui/spelling_ignore_single_letters=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled=true
/instance/com.adobe.flexide.as.core/asOperatorColor=\#CED1CF
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.methodDeclarationName.color=129,162,190
/instance/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_VIRTUAL_FOLDER_MODE=prompt
/instance/org.eclipse.wst.jsdt.web.core/jspIndexState=1
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticField.color=222,147,95
/instance/org.eclipse.wst.jsdt.ui/useAnnotationsPrefPage=true
/instance/org.eclipse.help.base/help_view_open_mode=in_place
/instance/org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.enabled=true
/instance/org.epic.perleditor/AbstractTextEditor.Color.Background.SystemDefault=false
/instance/org.eclipse.jdt.ui/spelling_ignore_non_letters=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.color=204,102,102
/instance/org.eclipse.php.ui/cleanup.remove_trailing_whitespaces_ignore_empty=false
/instance/org.eclipse.wst.html.ui/doctypeName=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/SCRIPT_AREA_BORDER=\#C5C8C6 | null | false | false | false | false
/instance/org.epic.perleditor/functionColor=129,162,190
/instance/org.eclipse.datatools.sqltools.sqleditor/Single=quoted string\=0,0,0,0,0,181,189,104
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.tag.color=206,209,207
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/instance/org.eclipse.php.ui/editorColorString=\#a0a921 | null | false | false | false | false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground=0,0,0
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.ui.editors/lineNumberColor=197,200,198
/instance/org.python.pydev/NUMBER_COLOR=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.enabled=true
/instance/com.adobe.flexide.as.core/asCommentItalic=false
/configuration/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/instance/org.eclipse.wst.sse.ui/showUnknownContentTypeMsg=always
/instance/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.color=129,162,190
/instance/org.eclipse.php.server.core/defaultPHPServer=Default PHP Web Server
/instance/org.python.pydev/CODE_COLOR=197,200,198
/instance/org.tigris.subversion.subclipse.tools.usage/ask_user_for_usage_report_preference=false
/instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.enabled=true
/instance/org.eclipse.dltk.core.index.sql.h2/schemaVersion=0.7
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javatypes.color=240,198,116
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_VALUE=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled=true
/instance/org.eclipse.ui.editors/PHPWriteOccurrenceIndicationColor=75,78,85
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticFinalField.color=222,147,95
/instance/org.eclipse.wst.jsdt.ui/java_operator=206,209,207
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.constantStringsColor=181,189,104
/instance/org.eclipse.e4.ui.css.swt.theme/themeid=org.eclipse.e4.ui.css.theme.e4_default
/instance/org.eclipse.jsch.core/CVSSSH2PreferencePage.PREF_AUTH_METHODS_ORDER=gssapi-with-mic,publickey,password,keyboard-interactive
/instance/org.eclipse.cdt.ui/semanticHighlighting.parameterVariable.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.enabled=true
/instance/org.eclipse.wst.css.ui/COMBINATOR=\#81A2BE | null | false | false | false | false
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.default.color=197,200,198
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.text.custom_templates=
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariable.enabled=true
/instance/com.adobe.flexide.as.core/asFunctionColor=\#81A2BE
/configuration/org.eclipse.core.net/systemProxiesEnabled=false
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.link.color=150,152,150
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.class.enabled=true
\!/=
/instance/org.eclipse.cdt.ui/pp_default=197,200,198
/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.codeComplete.visibilityCheck=enabled
/instance/org.eclipse.ui.workbench/org.eclipse.jface.textfont=1|Monaco|12.0|0|COCOA|1|Monaco;
/instance/org.eclipse.php.ui/org.eclipse.php.ui.editor.templates=
@org.eclipse.dltk.launching=4.0.0.201206120848
/instance/org.eclipse.php.ui/editorColorKeyword=\#c196d9 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/spelling_ignore_mixed=true
/instance/org.eclipse.wst.sse.ui/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotationHover|true|Shift;
/instance/org.eclipse.jdt.ui/spelling_ignore_upper=true
@org.eclipse.jsch.core=1.1.400.v20120522-1148
/instance/org.eclipse.jdt.ui/content_assist_proposals_foreground=0,0,0
/instance/org.eclipse.wst.xml.ui/commentBorder=\#969896 | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.enum.enabled=true
/instance/org.epic.perleditor/AbstractTextEditor.Color.Background=29,31,33
@org.eclipse.ui.editors=3.8.0.v20120523-1540
/instance/org.eclipse.jdt.ui/sourceHoverBackgroundColor=75,78,85
/instance/org.eclipse.wst.xml.ui/declBorder=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.externalSDK.enabled=true
/instance/com.adobe.flexide.mxml.core/mxmlTextColor=\#C5C8C6
/instance/org.eclipse.jst.jsp.ui/tagAttributeValue=\#B5BD68 | null | false | false | false | false
/configuration/org.tigris.subversion.subclipse.tools.usage/last_visit=1346803118663
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/instance/org.eclipse.php.ui/editorColorTask=\#969896 | null | false | false | false | false
/instance/org.eclipse.ui.workbench/org.eclipse.jface.bannerfont=1|Monaco|13.0|0|COCOA|1|Monaco;
/instance/org.eclipse.wst.jsdt.ui/proposalOrderMigrated=true
/instance/com.adobe.flexide.mxml.core/mxmlStringColor=\#B5BD68
/instance/org.eclipse.wst.html.ui/doctypeExternalId=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.annotation.enabled=true
/instance/org.eclipse.datatools.sqltools.sqleditor/Double=quoted string\=0,0,0,0,0,181,189,104
/instance/org.eclipse.ui.ide/platformState=1346038368461
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.methodDeclarationName.color=129,162,190
/instance/org.eclipse.wst.jsdt.ui/hoverModifierMasks=org.eclipse.wst.jsdt.ui.BestMatchHover;0;org.eclipse.wst.jsdt.debug.ui.variable.value.hover;0;org.eclipse.wst.jsdt.ui.ProblemHover;0;org.eclipse.wst.jsdt.ui.NLS;0;org.eclipse.wst.jsdt.ui.JavadocHover;0;org.eclipse.wst.jsdt.ui.JavaSourceHover;131072;
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.eclipse.dltk.launching/org.eclipse.dltk.launching.PREF_INTERPRETER_XML=\n\n
/instance/org.epic.perleditor/invalidColor=75,78,85
/instance/org.eclipse.wst.html.ui/tagBorder=\#CC6666 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.enabled=true
/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.multi=150,152,150
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.methodDeclarationName.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color=\#7ca5df
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariable.enabled=true
/instance/com.adobe.flexide.mxml.core/asASDocColor=\#969896
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticMethodInvocation.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.groovykeywords.color=178,148,187
/instance/org.eclipse.cdt.ui/semanticHighlighting.typeParameter.color=222,147,95
/instance/com.adobe.flexide.mxml.core/mxmlProcessingInstructionColor=\#81A2BE
/instance/org.eclipse.php.core/org.eclipse.php.core.phpForamtterUseTabs=true
@org.eclipse.wst.css.ui=1.0.700.v201201102037
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=
/instance/org.eclipse.ui.workbench/ColorsAndFontsPreferencePage.expandedCategories=Torg.eclipse.ui.workbenchMisc\tTorg.eclipse.team.cvs.ui.fontsandcolors\tTorg.eclipse.mylyn.tasks.ui.presentation\tTorg.eclipse.compare.contentmergeviewer.TextMergeViewer
/instance/org.eclipse.wst.xml.ui/xmlContent=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.class.color=240,198,116
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
/instance/org.eclipse.wst.css.ui/PSEUDO=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground.SystemDefault=false
/instance/org.eclipse.datatools.sqltools.sqleditor/Others=0,0,0,0,0,197,200,198
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.parameterVariable.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.method.enabled=true
@org.eclipse.dltk.validators.core=4.0.0.201206120848
/instance/org.eclipse.ui.workbench/ColorsAndFontsPreferencePage.selectedElement=Torg.eclipse.team.cvs.ui.fontsandcolors
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.inheritedMethodInvocation.enabled=true
/instance/org.eclipse.help.base/dialog_infopop=false
/instance/org.eclipse.jst.jsp.ui/tagAttributeName=\#B294BB | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/tagAttributeValue=\#B5BD68 | null | false | false | false | false
/configuration/org.tigris.subversion.subclipse.tools.usage/visit_count=134
/instance/org.eclipse.jdt.ui/semanticHighlighting.enum.enabled=true
/instance/com.adobe.flexide.css.core/cssNamespaceColor=\#C5C8C6
/instance/com.adobe.flexide.css.core/cssSymbolColor=\#B294BB
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.field.color=222,147,95
/instance/org.epic.perleditor/literal1Color=181,189,104
/instance/org.eclipse.wst.html.ui/commentText=\#969896 | null | false | false | false | false
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=\n\n
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.single=150,152,150
/instance/org.eclipse.jdt.ui/java_string=181,189,104
/instance/org.eclipse.cdt.ui/c_string=181,189,104
/instance/org.epic.perleditor/searchResultIndicationColor=240,198,116
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_DELIM=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.debug.core/org.eclipse.debug.core.USE_STEP_FILTERS=false
/instance/com.adobe.flexide.as.core/asBracketColor=\#C5C8C6
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_OPERATOR=\#81A2BE | null | false | false | false | false
/instance/org.epic.perleditor/printMarginColor=197,200,198
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.deprecatedMember.color=255,255,255
/instance/org.eclipse.wst.xml.ui/piBorder=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground=197,200,198
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.dtdColor=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javakeywords.color=178,148,187
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticField.enabled=true
/instance/org.eclipse.jdt.ui/spelling_locale_initialized=true
/instance/org.eclipse.wst.xml.ui/doctypeExternalId=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticMethod.enabled=true
@org.eclipse.wst.jsdt.web.core=1.0.500.v201205241808
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=\n\n\n\n\n\n
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled=true
/instance/org.eclipse.wst.html.ui/tagAttributeName=\#DE935F | null | false | false | false | false
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.enum.color=222,147,95
/instance/org.eclipse.wst.html.ui/tagName=\#CC6666 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.color=222,147,95
/instance/org.eclipse.php.core/org.eclipse.php.core.taskPriorities=NORMAL,HIGH,NORMAL,NORMAL
/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.codeComplete.argumentSuffixes=
/instance/org.eclipse.php.ui/editorColorPHPDocComment=\#969896 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.class.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color=\#DE935F
/instance/org.eclipse.php.ui/codeStyleNormal=\#C5C8C6 | null | false | false | false | false
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.enum.enabled=true
/instance/com.adobe.flexide.as.core/asInterfaceColor=\#B294BB
/instance/org.eclipse.php.ui/cleanup.remove_trailing_whitespaces=false
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.enabled=true
/instance/org.eclipse.cdt.ui/c_operators=206,209,207
/instance/org.eclipse.wst.sse.ui/useAnnotationsPrefPage=true
@org.eclipse.wst.sse.ui=1.3.100.v201204260100
/instance/org.eclipse.wst.html.ui/newFileTemplateName=New HTML File (4.01 transitional)
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.annotation.enabled=true
/instance/org.eclipse.wst.html.ui/entityReference=\#B294BB | null | false | false | false | false
/instance/org.eclipse.jdt.ui/java_bracket=197,200,198
/instance/com.adobe.flexide.mxml.core/mxmlCommentColor=\#969896
/instance/org.eclipse.ui.workbench/org.eclipse.ui.commands=\n\n\n\n\n\n\n\n\n\n\n\n\n
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.tagsColor=129,162,190
/instance/org.epic.perleditor/literal2Color=181,189,104
/instance/org.python.pydev/STRING_COLOR=181,189,104
/instance/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
/instance/org.epic.perleditor/keyword1Color=178,148,187
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color=\#CC6666
/instance/org.eclipse.wst.sse.ui/content_assist_number_of_computers=7
/instance/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.python.pydev/BACKQUOTES_COLOR=197,200,198
/instance/org.eclipse.jdt.ui/semanticHighlighting.class.color=240,198,116
@org.tigris.subversion.subclipse.ui=1.8.15
/instance/org.eclipse.jdt.ui/spelling_ignore_sentence=true
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.editor.tab.width=
/instance/org.epic.perleditor/variableColor=204,102,102
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.jface.textfont=1|Monaco|12.0|0|COCOA|1|Monaco;
/instance/org.eclipse.wst.jsdt.ui/java_bracket=197,200,198
/instance/org.eclipse.wst.css.ui/COMMENT=\#969896 | null | false | false | false | false
@org.eclipse.php.ui=3.1.1.201208140711
/instance/org.eclipse.ui.browser/browsers=\n\n\n\n
/instance/org.eclipse.jdt.ui/spelling_ignore_java_strings=true
/instance/org.eclipse.pde.ui/Preferences.MainPage.overwriteBuildFilesOnExport=prompt
/instance/org.eclipse.help.base/window_infopop=false
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.method.enabled=true
/instance/org.eclipse.help.base/search_from_browser=false
/instance/org.eclipse.wst.xml.ui/tagAttributeEquals=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/commentText=\#969896 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/tagBorder=\#CC6666 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/entityReference=\#B294BB | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/NORMAL=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/pf_coloring_key=197,200,198
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.abstractMethodInvocation.enabled=true
/instance/org.eclipse.jsch.core/CVSSSH2PreferencePage.PREF_AUTH_METHODS=gssapi-with-mic,publickey,password,keyboard-interactive
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=12
/instance/com.adobe.flexide.css.core/cssCommentColor=\#969896
/instance/org.epic.perleditor/currentLineColor=40,42,46
@org.eclipse.mylyn.monitor.ui=3.8.0.v20120612-0600
/instance/org.eclipse.ui.ide/PROBLEMS_FILTERS_MIGRATE=true
/instance/org.epic.perleditor/errorIndicationColor=240,198,116
/instance/org.eclipse.ui.browser/browser-choice=0
/instance/org.eclipse.core.runtime/content-types/org.eclipse.wst.css.core.csssource/file-extensions=less
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color=\#F0C674
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled=true
/instance/org.python.pydev/KEYWORD_COLOR=178,148,187
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.color=75,78,85
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled=true
@org.eclipse.pde.ui=3.7.0.v20120605-203027
/instance/org.epic.perleditor/keyword2Color=129,162,190
@org.eclipse.ui.workbench=3.103.0.v20120530-1824
/instance/org.tigris.subversion.subclipse.tools.usage/allow_usage_report_preference=true
/instance/org.eclipse.jdt.ui/java_doc_tag=206,209,207
/instance/org.eclipse.wst.css.ui/SEMI_COLON=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.javadoclocations.migrated=true
/instance/org.eclipse.wst.jsdt.ui/java_keyword_return=178,148,187
/instance/org.eclipse.php.core/org.eclipse.php.core.taskTags=TODO,FIXME,XXX,@todo
/instance/org.epic.perleditor/labelColor=197,200,198
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticField.enabled=true
/instance/com.adobe.flexide.as.core/asMetadataColor=\#C5C8C6
/instance/org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.enabled=true
@org.eclipse.php.core=3.1.1.201208140711
/instance/org.eclipse.jdt.ui/java_single_line_comment=150,152,150
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.keyword.color=206,209,207
/instance/org.eclipse.php.ui/editorColorPhpdoc=\#969896 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/content_assist_number_of_computers=13
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled=true
/instance/org.python.pydev/EDITOR_MATCHING_BRACKETS_COLOR=197,200,198
@org.eclipse.core.resources=3.8.0.v20120522-2034
/configuration/org.tigris.subversion.subclipse.tools.usage/first_visit=1311817890307
/instance/com.adobe.flexide.as.core/asASDocColor=\#969896
/instance/org.eclipse.jdt.ui/spelling_ignore_urls=true
/instance/org.eclipse.php.server.core/phpServers=Default PHP Web Serverlocalhosthttp\://localhost
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticMethod.color=129,162,190
/instance/org.eclipse.cdt.ui/pp_header=181,189,104
/instance/org.eclipse.wst.jsdt.ui/java_doc_tag=206,209,207
@org.eclipse.search=3.8.0.v20120523-1540
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.enabled=true
/instance/org.epic.perleditor/taskIndicationColor=150,152,150
/instance/org.epic.perleditor/warningIndicationColor=181,189,104
@org.tigris.subversion.subclipse.tools.usage=1.1.0
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar
/instance/org.epic.perleditor/AbstractTextEditor.Color.Foreground.SystemDefault=false
/instance/org.eclipse.wst.css.ui/newFileTemplateName=New CSS File
/instance/org.eclipse.cdt.ui/semanticHighlighting.namespace.enabled=true
/instance/org.eclipse.wst.xml.ui/tagAttributeValue=\#B5BD68 | null | false | false | false | false
@org.eclipse.ui.ide=3.8.0.v20120521-2329
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.link.enabled=true
@org.eclipse.core.runtime=3.8.0.v20120521-2346
/instance/com.adobe.flexide.mxml.core/mxmlComponentTagColor=\#DE935F
@org.eclipse.dltk.core.index.sql.h2=4.0.0.201206120848
/instance/org.eclipse.cdt.ui/semanticHighlighting.typeParameter.enabled=true
/instance/org.eclipse.cdt.ui/asm_directive=178,148,187
/instance/org.eclipse.ui.workbench/org.eclipse.search.ui.match.highlight=102,100,128
/instance/org.eclipse.jst.jsp.ui/commentBorder=\#969896 | null | false | false | false | false
/instance/com.adobe.flexide.css.core/cssImportColor=\#B294BB
/instance/org.eclipse.wst.css.ui/CURLY_BRACE=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.jsdt.ui/tabWidthPropagated=true
@org.eclipse.help.base=3.6.100.v201206081400
/instance/org.eclipse.cdt.ui/c_multi_line_comment=150,152,150
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color=\#81A2BE
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.tigris.subversion.subclipse.ui/pref_merge_provider=CollabNet Desktop
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.exception.name=e
/instance/org.eclipse.cdt.ui/semanticHighlighting.field.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color=\#CC6666
/instance/org.eclipse.php.ui/useQuickDiffPrefPage=true
/instance/com.adobe.flexide.css.core/cssFontFaceColor=\#B294BB
/instance/org.eclipse.php.ui/editorColorHeredoc=\#969896 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/UNIVERSAL=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.sse.core/task-tag-projects-already-scanned=wepay,iwant
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color=\#81A2BE
/instance/org.eclipse.wst.xml.ui/doctypeName=\#81A2BE | null | false | false | false | false
@org.eclipse.debug.core=3.7.100.v20120521-2012
/instance/org.eclipse.jdt.ui/semanticHighlighting.annotation.color=75,78,85
/instance/org.eclipse.cdt.ui/semanticHighlighting.namespace.color=178,148,187
file_export_version=3.0
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.commentsColor=150,152,150
/configuration/org.eclipse.core.net/proxiesEnabled=false
/instance/org.epic.perleditor/othersIndicationColor=197,200,198
@com.collabnet.subversion.merge=3.0.9
/instance/org.eclipse.wst.xml.ui/tagName=\#CC6666 | null | false | false | false | false
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled=true
/instance/com.adobe.flexide.css.core/cssPropertyNameColor=\#DE935F
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color=\#4B4E55
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color=\#DE935F
/instance/org.eclipse.datatools.sqltools.sqleditor/Identifier=0,0,0,0,0,129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeArgument.enabled=true
/instance/com.adobe.flexide.css.core/cssPropertyValueColor=\#B5BD68
/instance/org.eclipse.jst.jsp.ui/jsp_content=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.cdt.ui/pp_directive=178,148,187
/instance/org.eclipse.cdt.ui/semanticHighlighting.enumerator.enabled=true
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/Users/hau/Documents/workspace
/instance/org.eclipse.cdt.ui/semanticHighlighting.method.enabled=true
/instance/org.epic.perleditor/comment1Color=150,152,150
/instance/org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.enabled=true
/instance/org.eclipse.jst.jsp.ui/tagAttributeEquals=\#C5C8C6 | null | false | false | false | false
@org.eclipse.ant.ui=3.5.300.v20120523-1752
/instance/org.eclipse.ui.ide/TASKS_FILTERS_MIGRATE=true
/instance/com.adobe.flexide.as.core/asASDocItalic=false
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.color=222,147,95
/instance/com.adobe.flexide.as.core/asClassColor=\#F0C674
/instance/org.python.pydev/FUNC_NAME_COLOR=129,162,190
/instance/org.eclipse.datatools.sqltools.sqleditor/Type=0,0,0,0,0,240,198,116
/instance/org.eclipse.php.ui/editorColorNumber=\#ed9d56 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/PROPERTY_VALUE=\#B5BD68 | null | false | false | false | false
/instance/org.eclipse.php.ui/autoAddPhpForPhpStartTags=false
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.strikethrough=false
/instance/org.eclipse.wst.html.ui/doctypeExternalPubref=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.color=75,78,85
/instance/org.eclipse.php.core/org.eclipse.php.core.taskCaseSensitive=enabled
/instance/org.eclipse.php.ui/editorColorVariable=\#df6565 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.strikethrough=false
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.class.color=240,198,116
/instance/org.eclipse.ui.ide/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=always
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.color=129,162,190
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.textColor=197,200,198
/instance/com.adobe.flexide.css.core/cssSelectorColor=\#CC6666
/instance/org.eclipse.ui.editors/javaScriptOccurrenceIndicationColor=75,78,85
/instance/org.eclipse.ui/showIntro=false
/instance/org.eclipse.cdt.ui/c_keyword=178,148,187
/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.codeComplete.argumentPrefixes=
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.processingInstructionsColor=197,200,198
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.multilinecomments.color=150,152,150
/instance/org.eclipse.cdt.ui/semanticHighlighting.enumerator.color=222,147,95
/instance/org.eclipse.mylyn.monitor.ui/org.eclipse.mylyn.monitor.activity.tracking.enabled.checked=true
/instance/org.eclipse.wst.css.ui/PROPERTY_NAME=\#DE935F | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.color=129,162,190
/instance/org.eclipse.jdt.ui/java_doc_keyword=206,209,207
/instance/com.collabnet.subversion.merge/merge_provider_set=true
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background.SystemDefault=false
/instance/org.eclipse.jdt.ui/spelling_user_dictionary_encoding=
/configuration/org.tigris.subversion.subclipse.tools.usage/eclipse_instance_id=12893865421195966371311817892922
/instance/org.epic.perleditor/lineNumberColor=197,200,198
/instance/org.eclipse.wst.css.ui/MEDIA=\#B294BB | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/piContent=\#C5C8C6 | null | false | false | false | false
/instance/org.python.pydev/COMMENT_COLOR=150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_string=181,189,104
/instance/org.eclipse.php.ui/editorColorBoundarymaker=\#C5C8C6 | null | false | false | false | false
/instance/org.epic.perleditor/comment2Color=150,152,150
/instance/org.eclipse.wst.jsdt.ui/org.eclipse.wst.jsdt.ui.text.templates_migrated=true
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
/instance/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.color=129,162,190
/instance/org.eclipse.wst.xml.ui/tagAttributeName=\#DE935F | null | false | false | false | false
@org.eclipse.mylyn.context.core=3.8.0.v20120612-0600
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color=\#F0C674
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariable.enabled=true
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground=84,84,84
/instance/org.eclipse.php.ui/smart_tab=false
/instance/org.eclipse.ui.editors/occurrenceIndicationColor=75,78,85
@org.eclipse.jdt.launching=3.6.100.v20120523-1953
/instance/org.eclipse.wst.css.ui/ID=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.cdt.ui/semanticHighlighting.typedef.enabled=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.6
/instance/org.eclipse.jdt.ui/pf_coloring_comment=150,152,150
/instance/org.eclipse.dltk.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.recognizedTag=206,209,207
/instance/org.eclipse.wst.html.ui/doctypeExtrenalSysref=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.ui.editors/filteredSearchResultIndicationColor=240,198,116
/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
/instance/org.eclipse.cdt.ui/c_type=178,148,187
/instance/org.eclipse.jdt.ui/spelling_ignore_ampersand_in_properties=true
/instance/org.eclipse.wst.jsdt.ui/fontPropagated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.6
/instance/org.eclipse.php.core/org.eclipse.php.core.phpForamtterIndentationSize=1
/instance/org.eclipse.wst.jsdt.ui/hoverModifiers=org.eclipse.wst.jsdt.ui.BestMatchHover;0;org.eclipse.wst.jsdt.debug.ui.variable.value.hover;\!0;org.eclipse.wst.jsdt.ui.ProblemHover;\!0;org.eclipse.wst.jsdt.ui.NLS;\!0;org.eclipse.wst.jsdt.ui.JavadocHover;\!0;org.eclipse.wst.jsdt.ui.JavaSourceHover;Shift;
/instance/org.eclipse.wst.jsdt.ui/java_multi_line_comment=150,152,150
/instance/org.eclipse.cdt.ui/semanticHighlighting.function.enabled=true
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.FindScope=75,78,85
/instance/org.eclipse.cdt.ui/c_comment_task_tag=150,152,150
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background=0,0,0
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline=false
/instance/com.adobe.flexide.as.core/asTextColor=\#C5C8C6
/instance/org.eclipse.wst.css.ui/URI=\#B5BD68 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.underline=false
/instance/com.adobe.flexide.css.core/cssMediaColor=\#B294BB
/instance/org.eclipse.wst.xml.ui/cdataBorder=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.enabled=true
/instance/org.epic.perleditor/bookmarkIndicationColor=150,152,150
/instance/org.eclipse.ui.workbench/editors=\n\n\n\n\n\n\n\n\n\n\n\n\n
/instance/org.python.pydev/SELF_COLOR=197,200,198
/instance/org.eclipse.jdt.ui/content_assist_proposals_background=255,255,255
/instance/org.eclipse.php.ui/useAnnotationsPrefPage=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.number.enabled=true
/instance/org.eclipse.wst.html.ui/tagAttributeEquals=\#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jdt.ui/pf_coloring_assignment=197,200,198
/instance/org.eclipse.jdt.ui/semanticHighlighting.number.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.eclipse.jdt.ui/java_multi_line_comment=150,152,150
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeParameter.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeParameter.enabled=true
/instance/org.eclipse.ui.workbench/RECENT_FILES=8
@org.eclipse.team.ui=3.6.200.v20120522-1148
/instance/org.eclipse.jdt.ui/java_comment_task_tag=150,152,150
/instance/org.eclipse.wst.html.ui/commentBorder=\#969896 | null | false | false | false | false
/instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
/instance/org.epic.perleditor/AbstractTextEditor.Color.Foreground=197,200,198
/instance/org.eclipse.wst.jsdt.ui/java_doc_keyword=206,209,207
/instance/org.eclipse.cdt.ui/c_single_line_comment=150,152,150
/instance/org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.typedef.color=240,198,116
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.strings.color=181,189,104
/instance/org.eclipse.wst.jsdt.ui/sourceHoverBackgroundColor=250,251,197
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeArgument.color=222,147,95
@org.eclipse.wst.xml.ui=1.1.300.v201205022014
/instance/org.eclipse.ui.ide/tipsAndTricks=true
/instance/org.eclipse.dltk.ui/sourceHoverBackgroundColor.SystemDefault=true
/instance/org.eclipse.search/org.eclipse.search.defaultPerspective=org.eclipse.search.defaultPerspective.none
/instance/org.eclipse.cdt.ui/semanticHighlighting.enum.color=222,147,95
/instance/org.eclipse.cdt.ui/c_default=197,200,198
/instance/org.eclipse.jdt.ui/pf_coloring_argument=178,148,187
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticField.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.field.enabled=true
/instance/org.eclipse.php.ui/cleanup.remove_trailing_whitespaces_all=true
@org.eclipse.debug.ui=3.8.0.v20120530-1753
@org.eclipse.core.net=1.2.200.v20120522-1148
@org.eclipse.dltk.ui=4.0.0.201206120848
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monaco|12.0|0|COCOA|1|Monaco;
/instance/org.eclipse.cdt.ui/semanticHighlighting.externalSDK.color=129,162,190
/instance/org.eclipse.php.ui/editorColorLineComment=\#969896 | null | false | false | false | false
/instance/org.eclipse.dltk.ui/sourceHoverBackgroundColor=250,251,197
/instance/org.eclipse.jdt.ui/java_doc_default=150,152,150
/instance/org.eclipse.php.ui/org.eclipse.php.uihoverModifierMasks=org.eclipse.php.ui.editor.hover.BestMatchHover;0;org.eclipse.php.debug.ui.hovers.PHPDebugTextHover;0;org.eclipse.php.xdebug.ui.hover.XDebugTextHover;0;org.eclipse.php.ui.editor.hover.ProblemHover;0;org.eclipse.php.ui.editor.hover.PHPDocumentationHover;0;org.eclipse.php.ui.editor.hover.PHPSourceTextHover;4194304;org.eclipse.php.ui.editor.hover.PHPAnnotationTextHover;0;
/instance/org.eclipse.cdt.ui/semanticHighlighting.method.color=129,162,190
@org.eclipse.jdt.ui=3.8.0.v20120524-1551
/instance/org.eclipse.jdt.ui/semanticHighlighting.number.color=222,147,95
@org.eclipse.php.server.core=3.1.1.201208140711
/instance/com.adobe.flexide.as.core/asTraceColor=\#C5C8C6
/instance/org.eclipse.jdt.ui/semanticHighlighting.field.enabled=true
@org.eclipse.ui.browser=3.4.0.v20120521-2329
/instance/com.adobe.flexide.css.core/cssStringColor=\#B5BD68
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/instance/org.eclipse.ui.ide/quickStart=false
/instance/org.eclipse.wst.jsdt.ui/tagName=129,162,190
/instance/org.eclipse.jdt.ui/java_keyword=178,148,187
/instance/org.eclipse.datatools.sqltools.sqleditor/Single-line=comment\=0,0,0,0,0,150,152,150
/instance/org.eclipse.php.ui/org.eclipse.php.uihoverModifiers=org.eclipse.php.ui.editor.hover.BestMatchHover;0;org.eclipse.php.debug.ui.hovers.PHPDebugTextHover;\!0;org.eclipse.php.xdebug.ui.hover.XDebugTextHover;\!0;org.eclipse.php.ui.editor.hover.ProblemHover;\!0;org.eclipse.php.ui.editor.hover.PHPDocumentationHover;\!0;org.eclipse.php.ui.editor.hover.PHPSourceTextHover;Command;org.eclipse.php.ui.editor.hover.PHPAnnotationTextHover;\!0;
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled=true
/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.codeComplete.localSuffixes=
/instance/org.eclipse.wst.css.ui/ATMARK_RULE=\#81A2BE | null | false | false | false | false
/instance/org.eclipse.ui.workbench/PLUGINS_NOT_ACTIVATED_ON_STARTUP=
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.underline=false
/instance/org.eclipse.jdt.ui/semanticHighlighting.interface.color=178,148,187
/instance/org.eclipse.jdt.ui/java_doc_link=150,152,150
================================================
FILE: Eclipse/Tomorrow-Night-Bright.xml
================================================
================================================
FILE: Eclipse/Tomorrow-Night.epf
================================================
file_export_version=3.0
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.keyword.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.link.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.tag.enabled=true
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
/instance/org.epic.perleditor/AbstractTextEditor.Color.Background.SystemDefault=false
/instance/org.epic.perleditor/AbstractTextEditor.Color.Foreground.SystemDefault=false
/instance/com.adobe.flexide.as.core/asASDocItalic=false
/instance/com.adobe.flexide.as.core/asASDocColor=#969896
/instance/com.adobe.flexide.as.core/asBracketColor=#C5C8C6
/instance/com.adobe.flexide.as.core/asClassColor=#F0C674
/instance/com.adobe.flexide.as.core/asCommentItalic=false
/instance/com.adobe.flexide.as.core/asCommentColor=#969896
/instance/com.adobe.flexide.as.core/asFunctionColor=#81A2BE
/instance/com.adobe.flexide.as.core/asInterfaceColor=#B294BB
/instance/com.adobe.flexide.as.core/asMetadataColor=#C5C8C6
/instance/com.adobe.flexide.as.core/asOperatorColor=#CED1CF
/instance/com.adobe.flexide.as.core/asPackageColor=#C5C8C6
/instance/com.adobe.flexide.as.core/asReservedColor=#B294BB
/instance/com.adobe.flexide.as.core/asStringColor=#B5BD68
/instance/com.adobe.flexide.as.core/asTextColor=#C5C8C6
/instance/com.adobe.flexide.as.core/asTraceColor=#C5C8C6
/instance/com.adobe.flexide.as.core/asVarColor=#CC6666
/instance/com.adobe.flexide.css.core/cssCommentColor=#969896
/instance/com.adobe.flexide.css.core/cssFontFaceColor=#B294BB
/instance/com.adobe.flexide.css.core/cssImportColor=#B294BB
/instance/com.adobe.flexide.css.core/cssMediaColor=#B294BB
/instance/com.adobe.flexide.css.core/cssNamespaceColor=#C5C8C6
/instance/com.adobe.flexide.css.core/cssPropertyNameColor=#DE935F
/instance/com.adobe.flexide.css.core/cssPropertyValueColor=#B5BD68
/instance/com.adobe.flexide.css.core/cssSelectorColor=#CC6666
/instance/com.adobe.flexide.css.core/cssStringColor=#B5BD68
/instance/com.adobe.flexide.css.core/cssSymbolColor=#B294BB
/instance/com.adobe.flexide.css.core/cssTextColor=#C5C8C6
/instance/com.adobe.flexide.mxml.core/asASDocColor=#969896
/instance/com.adobe.flexide.mxml.core/mxmlCommentColor=#969896
/instance/com.adobe.flexide.mxml.core/mxmlComponentTagColor=#DE935F
/instance/com.adobe.flexide.mxml.core/mxmlProcessingInstructionColor=#81A2BE
/instance/com.adobe.flexide.mxml.core/mxmlStringColor=#B5BD68
/instance/com.adobe.flexide.mxml.core/mxmlTagColor=#CC6666
/instance/com.adobe.flexide.mxml.core/mxmlTextColor=#C5C8C6
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.keyword.color=206,209,207
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.link.color=150,152,150
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.groovyDoc.tag.color=206,209,207
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.default.color=197,200,198
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.groovykeywords.color=178,148,187
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javakeywords.color=178,148,187
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.javatypes.color=240,198,116
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.multilinecomments.color=150,152,150
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.numbers.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/groovy.editor.highlight.strings.color=181,189,104
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.abstractMethodInvocation.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.abstractMethodInvocation.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.annotation.color=75,78,85
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.annotation.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.class.color=240,198,116
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.class.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.color=75,78,85
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.underline=false
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.deprecatedMember.strikethrough=false
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.enum.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.enum.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.field.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.field.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.inheritedMethodInvocation.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.inheritedMethodInvocation.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.interface.color=178,148,187
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.interface.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariable.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.method.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.method.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.methodDeclarationName.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.methodDeclarationName.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.number.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.number.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.parameterVariable.color=204,102,102
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.parameterVariable.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticField.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticField.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticFinalField.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticFinalField.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticMethodInvocation.color=129,162,190
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.staticMethodInvocation.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeArgument.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeArgument.enabled=true
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeParameter.color=222,147,95
/instance/org.codehaus.groovy.eclipse.ui/semanticHighlighting.typeParameter.enabled=true
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.commentsColor=150,152,150
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.constantStringsColor=181,189,104
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.dtdColor=129,162,190
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.processingInstructionsColor=197,200,198
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.tagsColor=129,162,190
/instance/org.eclipse.ant.ui/org.eclipse.ant.ui.textColor=197,200,198
/instance/org.eclipse.cdt.ui/asm_directive=178,148,187
/instance/org.eclipse.cdt.ui/asm_label=197,200,198
/instance/org.eclipse.cdt.ui/c_braces=197,200,198
/instance/org.eclipse.cdt.ui/c_comment_task_tag=150,152,150
/instance/org.eclipse.cdt.ui/c_default=197,200,198
/instance/org.eclipse.cdt.ui/c_keyword=178,148,187
/instance/org.eclipse.cdt.ui/c_multi_line_comment=150,152,150
/instance/org.eclipse.cdt.ui/c_numbers=222,147,95
/instance/org.eclipse.cdt.ui/c_operators=206,209,207
/instance/org.eclipse.cdt.ui/c_single_line_comment=150,152,150
/instance/org.eclipse.cdt.ui/c_string=181,189,104
/instance/org.eclipse.cdt.ui/c_type=178,148,187
/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.multi=150,152,150
/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.recognizedTag=206,209,207
/instance/org.eclipse.cdt.ui/org.eclipse.cdt.internal.ui.text.doctools.single=150,152,150
/instance/org.eclipse.cdt.ui/pp_default=197,200,198
/instance/org.eclipse.cdt.ui/pp_directive=178,148,187
/instance/org.eclipse.cdt.ui/pp_header=181,189,104
/instance/org.eclipse.cdt.ui/semanticHighlighting.class.color=240,198,116
/instance/org.eclipse.cdt.ui/semanticHighlighting.class.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.enum.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.enum.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.enumerator.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.enumerator.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.externalSDK.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.externalSDK.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.field.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.field.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.function.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.function.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.functionDeclaration.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariable.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.eclipse.cdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.macroDefinition.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.method.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.method.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.methodDeclaration.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.namespace.color=178,148,187
/instance/org.eclipse.cdt.ui/semanticHighlighting.namespace.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.parameterVariable.color=204,102,102
/instance/org.eclipse.cdt.ui/semanticHighlighting.parameterVariable.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticField.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticField.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticMethod.color=129,162,190
/instance/org.eclipse.cdt.ui/semanticHighlighting.staticMethod.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.typedef.color=240,198,116
/instance/org.eclipse.cdt.ui/semanticHighlighting.typedef.enabled=true
/instance/org.eclipse.cdt.ui/semanticHighlighting.typeParameter.color=222,147,95
/instance/org.eclipse.cdt.ui/semanticHighlighting.typeParameter.enabled=true
/instance/org.eclipse.datatools.sqltools.sqleditor/Double quoted string=0,0,0,0,0,181,189,104
/instance/org.eclipse.datatools.sqltools.sqleditor/Identifier=0,0,0,0,0,129,162,190
/instance/org.eclipse.datatools.sqltools.sqleditor/Keyword=0,0,0,0,0,178,148,187
/instance/org.eclipse.datatools.sqltools.sqleditor/Multi-line comment=0,0,0,0,0,150,152,150
/instance/org.eclipse.datatools.sqltools.sqleditor/Others=0,0,0,0,0,197,200,198
/instance/org.eclipse.datatools.sqltools.sqleditor/Single quoted string=0,0,0,0,0,181,189,104
/instance/org.eclipse.datatools.sqltools.sqleditor/Single-line comment=0,0,0,0,0,150,152,150
/instance/org.eclipse.datatools.sqltools.sqleditor/Type=0,0,0,0,0,240,198,116
/instance/org.eclipse.jdt.ui/java_bracket=197,200,198
/instance/org.eclipse.jdt.ui/java_comment_task_tag=150,152,150
/instance/org.eclipse.jdt.ui/java_default=197,200,198
/instance/org.eclipse.jdt.ui/java_doc_default=150,152,150
/instance/org.eclipse.jdt.ui/java_doc_keyword=206,209,207
/instance/org.eclipse.jdt.ui/java_doc_link=150,152,150
/instance/org.eclipse.jdt.ui/java_doc_tag=206,209,207
/instance/org.eclipse.jdt.ui/java_keyword=178,148,187
/instance/org.eclipse.jdt.ui/java_keyword_return=178,148,187
/instance/org.eclipse.jdt.ui/java_multi_line_comment=150,152,150
/instance/org.eclipse.jdt.ui/java_operator=206,209,207
/instance/org.eclipse.jdt.ui/java_single_line_comment=150,152,150
/instance/org.eclipse.jdt.ui/java_string=181,189,104
/instance/org.eclipse.jdt.ui/pf_coloring_argument=178,148,187
/instance/org.eclipse.jdt.ui/pf_coloring_assignment=197,200,198
/instance/org.eclipse.jdt.ui/pf_coloring_comment=150,152,150
/instance/org.eclipse.jdt.ui/pf_coloring_key=197,200,198
/instance/org.eclipse.jdt.ui/pf_coloring_value=181,189,104
/instance/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.color=129,162,190
/instance/org.eclipse.jdt.ui/semanticHighlighting.abstractMethodInvocation.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.annotation.color=75,78,85
/instance/org.eclipse.jdt.ui/semanticHighlighting.annotation.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.class.color=240,198,116
/instance/org.eclipse.jdt.ui/semanticHighlighting.class.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.color=75,78,85
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.underline=false
/instance/org.eclipse.jdt.ui/semanticHighlighting.deprecatedMember.strikethrough=false
/instance/org.eclipse.jdt.ui/semanticHighlighting.enum.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.enum.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.field.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.field.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.color=129,162,190
/instance/org.eclipse.jdt.ui/semanticHighlighting.inheritedMethodInvocation.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.interface.color=178,148,187
/instance/org.eclipse.jdt.ui/semanticHighlighting.interface.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariable.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.method.color=129,162,190
/instance/org.eclipse.jdt.ui/semanticHighlighting.method.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.color=129,162,190
/instance/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.number.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.number.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.color=204,102,102
/instance/org.eclipse.jdt.ui/semanticHighlighting.parameterVariable.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticField.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticField.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticFinalField.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.color=129,162,190
/instance/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeArgument.enabled=true
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.color=222,147,95
/instance/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.enabled=true
/instance/org.eclipse.jdt.ui/sourceHoverBackgroundColor=75,78,85
/instance/org.eclipse.jst.jsp.ui/commentBorder=#969896 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/commentText=#969896 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/jsp_content=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/SCRIPT_AREA_BORDER=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/tagAttributeEquals=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/tagAttributeName=#B294BB | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/tagAttributeValue=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.jst.jsp.ui/tagBorder=#81A2BE | null | false | false | false | false
/instance/org.eclipse.php.ui/codeStyleNormal=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorBoundarymaker=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorComment=#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorHeredoc=#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorKeyword=#B294BB | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorLineComment=#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorNumber=#DE935F | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorPhpdoc=#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorPHPDocComment=#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorString=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorTask=#969896 | null | false | false | false | false
/instance/org.eclipse.php.ui/editorColorVariable=#CC6666 | null | false | false | false | false
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.color=#F0C674
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ClassHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.color=#DE935F
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ConstantHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.color=#4B4E55
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.underline=false
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.DeprecatedHighlighting.strikethrough=false
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.color=#DE935F
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FieldHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.color=#81A2BE
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.FunctionHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.color=#F0C674
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalClassHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.color=#DE935F
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalConstantHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.color=#81A2BE
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.InternalFunctionHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.color=#81A2BE
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.MethodHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.color=#CC6666
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.ParameterVariableHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.color=#DE935F
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticFieldHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.color=#81A2BE
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.StaticMethodHighlighting.enabled=true
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.color=#CC6666
/instance/org.eclipse.php.ui/semanticHighlighting.org.eclipse.php.internal.ui.editor.highlighters.SuperGlobalHighlighting.enabled=true
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background=29,31,33
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.FindScope=75,78,85
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground=197,200,198
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground=55,59,65
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground=197,200,198
/instance/org.eclipse.ui.editors/currentLineColor=40,42,46
/instance/org.eclipse.ui.editors/deletionIndicationColor=223,95,95
/instance/org.eclipse.ui.editors/filteredSearchResultIndicationColor=240,198,116
/instance/org.eclipse.ui.editors/javaScriptOccurrenceIndicationColor=75,78,85
/instance/org.eclipse.ui.editors/lineNumberColor=197,200,198
/instance/org.eclipse.ui.editors/occurrenceIndicationColor=75,78,85
/instance/org.eclipse.ui.editors/PHPReadOccurrenceIndicationColor=75,78,85
/instance/org.eclipse.ui.editors/PHPWriteOccurrenceIndicationColor=75,78,85
/instance/org.eclipse.ui.editors/printMarginColor=197,200,198
/instance/org.eclipse.ui.editors/searchResultIndicationColor=240,198,116
/instance/org.eclipse.ui.editors/writeOccurrenceIndicationColor=75,78,85
/instance/org.eclipse.wst.css.ui/ATMARK_RULE=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_DELIM=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_NAME=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_OPERATOR=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/ATTRIBUTE_VALUE=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/CLASS=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/COLON=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/COMBINATOR=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/COMMENT=#969896 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/CURLY_BRACE=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/ID=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/MEDIA=#B294BB | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/NORMAL=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/PROPERTY_NAME=#DE935F | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/PROPERTY_VALUE=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/PSEUDO=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/SELECTOR=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/SEMI_COLON=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/STRING=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/UNIVERSAL=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.css.ui/URI=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/commentBorder=#969896 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/commentText=#969896 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/declBoder=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/doctypeExternalId=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/doctypeExternalPubref=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/doctypeExtrenalSysref=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/doctypeName=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/entityReference=#B294BB | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/tagAttributeEquals=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/tagAttributeName=#DE935F | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/tagAttributeValue=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/tagBorder=#CC6666 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/tagName=#CC6666 | null | false | false | false | false
/instance/org.eclipse.wst.html.ui/xmlContent=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.jsdt.ui/java_bracket=197,200,198
/instance/org.eclipse.wst.jsdt.ui/java_comment_task_tag=150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_default=197,200,198
/instance/org.eclipse.wst.jsdt.ui/java_doc_default=150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_doc_keyword=206,209,207
/instance/org.eclipse.wst.jsdt.ui/java_doc_link=150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_doc_tag=206,209,207
/instance/org.eclipse.wst.jsdt.ui/java_keyword=178,148,187
/instance/org.eclipse.wst.jsdt.ui/java_keyword_return=178,148,187
/instance/org.eclipse.wst.jsdt.ui/java_multi_line_comment=150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_operator=206,209,207
/instance/org.eclipse.wst.jsdt.ui/java_single_line_comment=150,152,150
/instance/org.eclipse.wst.jsdt.ui/java_string=181,189,104
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariable.color=204,102,102
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariable.enabled=true
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariableDeclaration.color=204,102,102
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.localVariableDeclaration.enabled=true
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.methodDeclarationName.color=129,162,190
/instance/org.eclipse.wst.jsdt.ui/semanticHighlighting.methodDeclarationName.enabled=true
/instance/org.eclipse.wst.jsdt.ui/tagName=129,162,190
/instance/org.eclipse.wst.xml.ui/cdataBorder=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/cdataText=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/commentBorder=#969896 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/commentText=#969896 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/declBorder=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/doctypeExternalId=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/doctypeExternalPubref=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/doctypeExtrenalSysref=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/doctypeName=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/entityReference=#B294BB | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/piBorder=#81A2BE | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/piContent=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/tagAttributeEquals=#C5C8C6 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/tagAttributeName=#DE935F | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/tagAttributeValue=#B5BD68 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/tagBorder=#CC6666 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/tagName=#CC6666 | null | false | false | false | false
/instance/org.eclipse.wst.xml.ui/xmlContent=#C5C8C6 | null | false | false | false | false
/instance/org.epic.perleditor/AbstractTextEditor.Color.Background=29,31,33
/instance/org.epic.perleditor/AbstractTextEditor.Color.Foreground=197,200,198
/instance/org.epic.perleditor/bookmarkIndicationColor=150,152,150
/instance/org.epic.perleditor/comment1Color=150,152,150
/instance/org.epic.perleditor/comment2Color=150,152,150
/instance/org.epic.perleditor/currentLineColor=40,42,46
/instance/org.epic.perleditor/errorIndicationColor=240,198,116
/instance/org.epic.perleditor/functionColor=129,162,190
/instance/org.epic.perleditor/invalidColor=75,78,85
/instance/org.epic.perleditor/keyword1Color=178,148,187
/instance/org.epic.perleditor/keyword2Color=129,162,190
/instance/org.epic.perleditor/labelColor=197,200,198
/instance/org.epic.perleditor/lineNumberColor=197,200,198
/instance/org.epic.perleditor/literal1Color=181,189,104
/instance/org.epic.perleditor/literal2Color=181,189,104
/instance/org.epic.perleditor/markupColor=197,200,198
/instance/org.epic.perleditor/numberColor=222,147,95
/instance/org.epic.perleditor/operatorColor=206,209,207
/instance/org.epic.perleditor/othersIndicationColor=197,200,198
/instance/org.epic.perleditor/printMarginColor=197,200,198
/instance/org.epic.perleditor/searchResultIndicationColor=240,198,116
/instance/org.epic.perleditor/taskIndicationColor=150,152,150
/instance/org.epic.perleditor/variableColor=204,102,102
/instance/org.epic.perleditor/warningIndicationColor=181,189,104
/instance/org.python.pydev/BACKQUOTES_COLOR=197,200,198
/instance/org.python.pydev/CLASS_NAME_COLOR=240,198,116
/instance/org.python.pydev/CODE_COLOR=197,200,198
/instance/org.python.pydev/COMMENT_COLOR=150,152,150
/instance/org.python.pydev/DECORATOR_COLOR=197,200,198
/instance/org.python.pydev/EDITOR_MATCHING_BRACKETS_COLOR=197,200,198
/instance/org.python.pydev/FUNC_NAME_COLOR=129,162,190
/instance/org.python.pydev/KEYWORD_COLOR=178,148,187
/instance/org.python.pydev/NUMBER_COLOR=222,147,95
/instance/org.python.pydev/SELF_COLOR=197,200,198
/instance/org.python.pydev/STRING_COLOR=181,189,104
/instance/org.scala-ide.sdt.core/syntaxColouring.bracket.colour=215,218,216
/instance/org.scala-ide.sdt.core/syntaxColouring.default.colour=197,200,198
/instance/org.scala-ide.sdt.core/syntaxColouring.keyword.colour=178,148,187
/instance/org.scala-ide.sdt.core/syntaxColouring.multiLineComment.colour=150,152,150
/instance/org.scala-ide.sdt.core/syntaxColouring.multiLineString.colour=181,189,104
/instance/org.scala-ide.sdt.core/syntaxColouring.operator.colour=138,190,183
/instance/org.scala-ide.sdt.core/syntaxColouring.return.colour=178,148,187
/instance/org.scala-ide.sdt.core/syntaxColouring.scaladoc.colour=150,152,150
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.annotation.colour=222,147,95
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.annotation.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.caseClass.colour=240,198,116
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.caseClass.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.caseObject.colour=240,198,116
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.caseObject.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.class.colour=240,198,116
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.class.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.method.colour=129,162,190
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.method.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.methodParam.enabled=false
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.lazyLocalVal.enabled=false
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.lazyTemplateVal.enabled=false
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.localVal.enabled=false
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.localVar.colour=240,201,233
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.localVar.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.object.colour=240,198,116
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.object.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.package.colour=204,102,102
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.package.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVal.enabled=false
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVar.colour=240,201,233
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVar.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVal.colour=242,228,241
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.templateVal.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.trait.colour=138,190,183
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.trait.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.type.colour=240,198,116
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.type.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.typeParameter.colour=240,198,116
/instance/org.scala-ide.sdt.core/syntaxColouring.semantic.typeParameter.enabled=true
/instance/org.scala-ide.sdt.core/syntaxColouring.singleLineComment.colour=150,152,150
/instance/org.scala-ide.sdt.core/syntaxColouring.string.colour=181,189,104
================================================
FILE: Eclipse/Tomorrow.xml
================================================
================================================
FILE: Espresso/Tomorrow Night.css
================================================
/*
@theme Tomorrow Night
@override-placeholders html, xml, css, markdown, ruby, json, sourcecode.js
*/
/* Base */
:document-base {
color: #c5c8c6;
background-color: #1d1f21;
insertion-point-color: #c5c8c6;
selection-background-color: #373b41;
current-line-background-color: #282a2e;
}
tag, source, sourcecode {
spell-check: disabled;
}
tag, tag > string > punctuation {
color: #c5c8c6;
}
tag > name, tag > string.quoted - punctuation, attribute-with-value > string.quoted - punctuation {
oldcolor: #c5c8c6;
}
tag > name {
color: #cc6666;
}
attribute-name, punctuation.definition.tag {
color: #cc6666;
newcolor: #cc6666;
}
tag > string.quoted, tag > attribute-with-value > string.quoted {
color: #b5bd68;
background-color: #1d1f21; /* FIXME */
}
tag > string > punctuation {
font-weight: normal;
}
css.embedded attribute-name, css.embedded punctuation.definition.tag {
color: #DF9F4F;
}
comment, comment > punctuation, tag.doctype, tag.doctype > *, tag.doctype > string.quoted {
color: #969896;
font-weight: normal;
}
tag.h1, tag.h1 * {
font-weight: bold;
color: #000000;
}
string.quoted-alt {
bluecolor: #1a93ae;
bluebackground-color: #f4f9fe;
color: #1aa1a1;
background-color: rgba(235, 252, 254, 0.5);
}
string.quoted {
color: #b5bd68;
}
string.quoted > punctuation {
color: #b5bd68;
}
string.quoted > escape {
font-weight: bold;
background-color: rgba(251, 233, 173, 0.8);
}
variable {
color: #7b8c4d;
}
variable > punctuation {
color: #865fdb;
}
operator {
color: #626fc9;
}
open-bracket, close-bracket {
color: #c5c8c6;
}
support.function, function-call {
color: #8abeb7;
}
keyword.control, storage.type {
color: #6700b9;
}
function > name {
color: #81a2be;
}
js.embedded {
color: #434343;
}
constant.numeric, constant.language {
color: #de935f;
}
invalid {
background-color: #cc6666;
color: #c5c8c6;
}
textile > header {
font-weight: bold;
}
/* HTML */
html.entity.character.constant {
color: #de935f;
}
/* CSS */
css.selector > do {
color: #cc6666;
}
css {
spell-check: disabled;
}
css.selector {
color: #c5c8c6;
}
css.selector entity punctuation {
color: #cc6666;
}
css property-name {
color: #f0c674;
}
css property-value {
color: #de935f;
}
css keyword.important {
color: #CDA869;
}
css rgb-value {
color: #8abeb7;
}
css.at-rule string, css.at-rule string punctuation, media.css > block > punctuation, property-list.css > property-value > punctuation {
color: #c5c8c6;
}
keyword.important.css {
font-weight: bold;
color: #de935f;
}
/* Markdown */
markdown punctuation.brace.square, link.inline, image.inline {
color: #81a2be;
}
markdown punctuation.definition.setext, header.atx > punctuation.definition.begin {
color: #cc6666;
}
markdown blockquote {
color: #969896;
}
markdown list.element > punctuation.definition.begin {
color: #de935f;
}
markdown bold {
color: #f0c674;
}
markdown italic {
color: #b5bd68;
}
markdown bold italic, markdown italic bold {
font-weight: bold;
font-style: italic;
}
markdown url {
color: #c5c8c6;
font-style: italic;
spell-check: disabled;
}
markdown code {
color: #969896;
}
/* Ruby */
ruby x-item-block {
spell-check: disabled;
}
ruby keyword.control {
color: #b294bb;
}
ruby class.definition > name {
color: #f0c674;
}
ruby class.definition > variable.parent, punctuation.extends {
color: #b5bd68;
}
ruby variable.constant {
color: #f0c674;
}
ruby string.quoted, string.quoted > punctuation.definition {
color: #b5bd68;
background-color: #1d1f21;
}
ruby variable.symbol.x-assignment > operator.assignment {
color: #c5c8c6;
}
ruby variable.symbol.x-assignment > name {
color: #b5bd68;
}
ruby parameters > variable, variable.instance, variable.instance > punctuation {
color: #cc6666;
}
ruby variable.function.method {
color: #81a2be;
}
ruby x-item-start > variable, x-item-start > punctuation.brace.curly, x-item-start > punctuation.brace.square {
color: #de935f;
}
ruby operator {
color: #8abeb7;
}
/* JSON */
json variable.property.x-assignment string.quoted, variable.property.x-assignment string.quoted > punctuation.definition.begin, variable.property.x-assignment string.quoted > punctuation.definition.end {
color: #f0c674;
}
json string.quoted, string.quoted > punctuation.definition.begin, string.quoted > punctuation.definition.end {
color: #8abeb7;
}
json operator {
color: #c5c8c6;
}
================================================
FILE: GEdit/Tomorrow-Night-Blue.xml
================================================
tm2gtksw2(Alexandre da Silva)
<_description>GMate Theme - Generated from textmate theme with tm2gtksw2
================================================
FILE: GEdit/Tomorrow-Night-Bright.xml
================================================
tm2gtksw2(Alexandre da Silva)
<_description>GMate Theme - Generated from textmate theme with tm2gtksw2
================================================
FILE: GEdit/Tomorrow-Night-Eighties.xml
================================================
tm2gtksw2(Alexandre da Silva)
<_description>GMate Theme - Generated from textmate theme with tm2gtksw2
================================================
FILE: GEdit/Tomorrow-Night.xml
================================================
tm2gtksw2(Alexandre da Silva)
<_description>GMate Theme - Generated from textmate theme with tm2gtksw2
================================================
FILE: GEdit/Tomorrow.xml
================================================
tm2gtksw2(Alexandre da Silva)
<_description>GMate Theme - Generated from textmate theme with tm2gtksw2
================================================
FILE: GNU Emacs/color-theme-tomorrow.el
================================================
;;; color-theme-tomorrow.el --- GNU Emacs port of the Tomorrow Theme.
;;; Commentary:
;;
;;; Tomorrow Theme
;;
;; Originally by Chris Kempson https://github.com/ChrisKempson/Tomorrow-Theme
;; Ported to GNU Emacs by Chris Charles
;; Rewritten by Steve Purcell for compatibility
;; Update to match master by Donald Curtis
;;; Code:
(defconst color-theme-tomorrow-colors
'((night . ((background . "#1d1f21")
(current-line . "#282a2e")
(selection . "#373b41")
(foreground . "#c5c8c6")
(comment . "#969896")
(red . "#cc6666")
(orange . "#de935f")
(yellow . "#f0c674")
(green . "#b5bd68")
(aqua . "#8abeb7")
(blue . "#81a2be")
(purple . "#b294bb")))
(day . ((background . "#ffffff")
(current-line . "#efefef")
(selection . "#d6d6d6")
(foreground . "#4d4d4c")
(comment . "#8e908c")
(red . "#c82829")
(orange . "#f5871f")
(yellow . "#eab700")
(green . "#718c00")
(aqua . "#3e999f")
(blue . "#4271ae")
(purple . "#8959a8")))
(night-eighties . ((background . "#2d2d2d")
(current-line . "#393939")
(selection . "#515151")
(foreground . "#cccccc")
(comment . "#999999")
(red . "#f2777a")
(orange . "#f99157")
(yellow . "#ffcc66")
(green . "#99cc99")
(aqua . "#66cccc")
(blue . "#6699cc")
(purple . "#cc99cc")))
(night-blue . ((background . "#002451")
(current-line . "#00346e")
(selection . "#003f8e")
(foreground . "#ffffff")
(comment . "#7285b7")
(red . "#ff9da4")
(orange . "#ffc58f")
(yellow . "#ffeead")
(green . "#d1f1a9")
(aqua . "#99ffff")
(blue . "#bbdaff")
(purple . "#ebbbff")))
(night-bright . ((background . "#000000")
(current-line . "#2a2a2a")
(selection . "#424242")
(foreground . "#eaeaea")
(comment . "#969896")
(red . "#d54e53")
(orange . "#e78c45")
(yellow . "#e7c547")
(green . "#b9ca4a")
(aqua . "#70c0b1")
(blue . "#7aa6da")
(purple . "#c397d8")))))
(defmacro color-theme-tomorrow--with-colors (mode &rest body)
"Execute `BODY' in a scope with variables bound to the various tomorrow colors.
`MODE' should be set to either 'day, 'night, 'night-eighties, 'night-blue or 'night-bright."
`(let* ((colors (or (cdr (assoc ,mode color-theme-tomorrow-colors))
(error "no such theme flavor")))
(background (cdr (assoc 'background colors)))
(current-line (cdr (assoc 'current-line colors)))
(selection (cdr (assoc 'selection colors)))
(foreground (cdr (assoc 'foreground colors)))
(comment (cdr (assoc 'comment colors)))
(red (cdr (assoc 'red colors)))
(orange (cdr (assoc 'orange colors)))
(yellow (cdr (assoc 'yellow colors)))
(green (cdr (assoc 'green colors)))
(aqua (cdr (assoc 'aqua colors)))
(blue (cdr (assoc 'blue colors)))
(purple (cdr (assoc 'purple colors)))
(class '((class color) (min-colors 89))))
,@body))
(defmacro color-theme-tomorrow--face-specs ()
"Return a backquote which defines a list of face specs.
It expects to be evaluated in a scope in which the various color
names to which it refers are bound."
(quote
`(;; Standard font lock faces
(default ((,class (:foreground ,foreground :background ,background))))
(bold ((,class (:weight bold))))
(bold-italic ((,class (:slant italic :weight bold))))
(underline ((,class (:underline t))))
(italic ((,class (:slant italic))))
(shadow ((,class (:foreground ,comment))))
(success ((,class (:foreground ,green))))
(error ((,class (:foreground ,red))))
(warning ((,class (:foreground ,orange))))
(outline-4 ((,class (:slant normal :foreground ,comment))))
;; Font-lock stuff
(font-lock-builtin-face ((,class (:foreground ,aqua))))
(font-lock-comment-delimiter-face ((,class (:foreground ,comment :slant italic))))
(font-lock-comment-face ((,class (:foreground ,comment :slant italic))))
(font-lock-constant-face ((,class (:foreground ,aqua))))
(font-lock-doc-face ((,class (:foreground ,comment))))
(font-lock-doc-string-face ((,class (:foreground ,yellow))))
(font-lock-function-name-face ((,class (:foreground ,blue))))
(font-lock-keyword-face ((,class (:foreground ,purple))))
(font-lock-negation-char-face ((,class (:foreground ,green))))
(font-lock-preprocessor-face ((,class (:foreground ,purple))))
(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow))))
(font-lock-regexp-grouping-construct ((,class (:foreground ,purple))))
(font-lock-string-face ((,class (:foreground ,green))))
(font-lock-type-face ((,class (:foreground ,yellow))))
(font-lock-variable-name-face ((,class (:foreground ,orange))))
(font-lock-warning-face ((,class (:weight bold :foreground ,red))))
;; Flymake
(flymake-warnline ((,class (:underline ,orange :background ,background))))
(flymake-errline ((,class (:underline ,red :background ,background))))
;; Clojure errors
(clojure-test-failure-face ((,class (:background nil :inherit flymake-warnline))))
(clojure-test-error-face ((,class (:background nil :inherit flymake-errline))))
(clojure-test-success-face ((,class (:background nil :foreground nil :underline ,green))))
;; For Brian Carper's extended clojure syntax table
(clojure-keyword ((,class (:foreground ,yellow))))
(clojure-parens ((,class (:foreground ,foreground))))
(clojure-braces ((,class (:foreground ,green))))
(clojure-brackets ((,class (:foreground ,yellow))))
(clojure-double-quote ((,class (:foreground ,aqua :background nil))))
(clojure-special ((,class (:foreground ,blue))))
(clojure-java-call ((,class (:foreground ,purple))))
;; Rainbow-delimiters
(rainbow-delimiters-depth-1-face ((,class (:foreground ,purple))))
(rainbow-delimiters-depth-2-face ((,class (:foreground ,blue))))
(rainbow-delimiters-depth-3-face ((,class (:foreground ,aqua))))
(rainbow-delimiters-depth-4-face ((,class (:foreground ,green))))
(rainbow-delimiters-depth-5-face ((,class (:foreground ,yellow))))
(rainbow-delimiters-depth-6-face ((,class (:foreground ,orange))))
(rainbow-delimiters-depth-7-face ((,class (:foreground ,red))))
(rainbow-delimiters-depth-8-face ((,class (:foreground ,comment))))
(rainbow-delimiters-depth-9-face ((,class (:foreground ,foreground))))
(rainbow-delimiters-unmatched-face ((,class (:foreground ,red))))
;; MMM-mode
(mmm-code-submode-face ((,class (:background ,current-line))))
(mmm-comment-submode-face ((,class (:inherit font-lock-comment-face))))
(mmm-output-submode-face ((,class (:background ,current-line))))
;; Search
(match ((,class (:foreground ,blue :background ,background :inverse-video t))))
(isearch ((,class (:foreground ,yellow :background ,background :inverse-video t))))
(isearch-lazy-highlight-face ((,class (:foreground ,aqua :background ,background :inverse-video t))))
(isearch-fail ((,class (:background ,background :inherit font-lock-warning-face :inverse-video t))))
;; IDO
(ido-subdir ((,class (:foreground ,comment))))
(ido-first-match ((,class (:foreground ,orange :weight bold))))
(ido-only-match ((,class (:foreground ,red :weight bold))))
(ido-indicator ((,class (:foreground ,red :background ,background))))
(ido-virtual ((,class (:foreground ,comment))))
;; which-function
(which-func ((,class (:foreground ,blue :background nil :weight bold))))
;; Emacs interface
(cursor ((,class (:background ,red))))
(fringe ((,class (:background ,current-line))))
(linum ((,class (:background ,current-line))))
(hl-line ((,class (:background ,current-line))))
(border ((,class (:background ,current-line))))
(border-glyph ((,class (nil))))
(highlight ((,class (:background ,green))))
(link ((,class (:foreground ,blue))))
(link-visited ((,class (:foreground ,purple))))
(gui-element ((,class (:background ,current-line :foreground ,foreground))))
(mode-line ((,class (:background ,selection :foreground ,foreground))))
(mode-line-inactive ((,class (:background ,current-line :foreground ,foreground))))
(mode-line-buffer-id ((,class (:foreground ,purple :background nil))))
(mode-line-emphasis ((,class (:foreground ,foreground :slant italic))))
(mode-line-highlight ((,class (:foreground ,purple :box nil :weight bold))))
(minibuffer-prompt ((,class (:foreground ,blue))))
(region ((,class (:background ,selection))))
(secondary-selection ((,class (:background ,current-line))))
(header-line ((,class (:inherit mode-line :foreground ,purple :background nil))))
(trailing-whitespace ((,class (:background ,red :foreground ,yellow))))
(whitespace-empty ((,class (:foreground ,red :background ,yellow))))
(whitespace-hspace ((,class (:background ,selection :foreground ,comment))))
(whitespace-indentation ((,class (:background ,yellow :foreground ,red))))
(whitespace-line ((,class (:background ,current-line :foreground ,purple))))
(whitespace-newline ((,class (:foreground ,comment))))
(whitespace-space ((,class (:background ,current-line :foreground ,comment))))
(whitespace-space-after-tab ((,class (:background ,yellow :foreground ,red))))
(whitespace-space-before-tab ((,class (:background ,orange :foreground ,red))))
(whitespace-tab ((,class (:background ,selection :foreground ,comment))))
(whitespace-trailing ((,class (:background ,red :foreground ,yellow))))
;; Parenthesis matching (built-in)
(show-paren-match ((,class (:background ,blue :foreground ,current-line))))
(show-paren-mismatch ((,class (:background ,orange :foreground ,current-line))))
;; Parenthesis matching (mic-paren)
(paren-face-match ((,class (:foreground nil :background nil :inherit show-paren-match))))
(paren-face-mismatch ((,class (:foreground nil :background nil :inherit show-paren-mismatch))))
(paren-face-no-match ((,class (:foreground nil :background nil :inherit show-paren-mismatch))))
;; Parenthesis dimming (parenface)
(paren-face ((,class (:foreground ,comment :background nil))))
(sh-heredoc ((,class (:foreground nil :inherit font-lock-string-face :weight normal))))
(sh-quoted-exec ((,class (:foreground nil :inherit font-lock-preprocessor-face))))
(slime-highlight-edits-face ((,class (:weight bold))))
(slime-repl-input-face ((,class (:weight normal :underline nil))))
(slime-repl-prompt-face ((,class (:underline nil :weight bold :foreground ,purple))))
(slime-repl-result-face ((,class (:foreground ,green))))
(slime-repl-output-face ((,class (:foreground ,blue :background ,background))))
(csv-separator-face ((,class (:foreground ,orange))))
(diff-added ((,class (:foreground ,green))))
(diff-changed ((,class (:foreground ,yellow))))
(diff-removed ((,class (:foreground ,red))))
(diff-header ((,class (:background ,current-line))))
(diff-file-header ((,class (:background ,selection))))
(diff-hunk-header ((,class (:background ,current-line :foreground ,purple))))
(ediff-even-diff-A ((,class (:foreground nil :background nil :inverse-video t))))
(ediff-even-diff-B ((,class (:foreground nil :background nil :inverse-video t))))
(ediff-odd-diff-A ((,class (:foreground ,comment :background nil :inverse-video t))))
(ediff-odd-diff-B ((,class (:foreground ,comment :background nil :inverse-video t))))
(eldoc-highlight-function-argument ((,class (:foreground ,green :weight bold))))
;; undo-tree
(undo-tree-visualizer-default-face ((,class (:foreground ,foreground))))
(undo-tree-visualizer-current-face ((,class (:foreground ,green :weight bold))))
(undo-tree-visualizer-active-branch-face ((,class (:foreground ,red))))
(undo-tree-visualizer-register-face ((,class (:foreground ,yellow))))
;; auctex
(font-latex-bold-face ((,class (:foreground ,green))))
(font-latex-doctex-documentation-face ((,class (:background ,current-line))))
(font-latex-italic-face ((,class (:foreground ,green))))
(font-latex-math-face ((,class (:foreground ,orange))))
(font-latex-sectioning-0-face ((,class (:foreground ,yellow))))
(font-latex-sectioning-1-face ((,class (:foreground ,yellow))))
(font-latex-sectioning-2-face ((,class (:foreground ,yellow))))
(font-latex-sectioning-3-face ((,class (:foreground ,yellow))))
(font-latex-sectioning-4-face ((,class (:foreground ,yellow))))
(font-latex-sectioning-5-face ((,class (:foreground ,yellow))))
(font-latex-sedate-face ((,class (:foreground ,aqua))))
(font-latex-string-face ((,class (:foreground ,yellow))))
(font-latex-verbatim-face ((,class (:foreground ,orange))))
(font-latex-warning-face ((,class (:foreground ,red))))
;; dired+
(diredp-compressed-file-suffix ((,class (:foreground ,blue))))
(diredp-dir-heading ((,class (:foreground nil :background nil :inherit heading))))
(diredp-dir-priv ((,class (:foreground ,aqua :background nil))))
(diredp-exec-priv ((,class (:foreground ,blue :background nil))))
(diredp-executable-tag ((,class (:foreground ,red :background nil))))
(diredp-file-name ((,class (:foreground ,yellow))))
(diredp-file-suffix ((,class (:foreground ,green))))
(diredp-flag-mark-line ((,class (:background nil :inherit highlight))))
(diredp-ignored-file-name ((,class (:foreground ,comment))))
(diredp-link-priv ((,class (:background nil :foreground ,purple))))
(diredp-mode-line-flagged ((,class (:foreground ,red))))
(diredp-mode-line-marked ((,class (:foreground ,green))))
(diredp-no-priv ((,class (:background nil))))
(diredp-number ((,class (:foreground ,yellow))))
(diredp-other-priv ((,class (:background nil :foreground ,purple))))
(diredp-rare-priv ((,class (:foreground ,red :background nil))))
(diredp-read-priv ((,class (:foreground ,green :background nil))))
(diredp-symlink ((,class (:foreground ,purple))))
(diredp-write-priv ((,class (:foreground ,yellow :background nil))))
;; Magit (a patch is pending in magit to make these standard upstream)
(magit-branch ((,class (:foreground ,green))))
(magit-header ((,class (:inherit nil :weight bold))))
(magit-item-highlight ((,class (:inherit highlight :background nil))))
(magit-log-graph ((,class (:foreground ,comment))))
(magit-log-sha1 ((,class (:foreground ,purple))))
(magit-log-head-label-bisect-bad ((,class (:foreground ,red))))
(magit-log-head-label-bisect-good ((,class (:foreground ,green))))
(magit-log-head-label-default ((,class (:foreground ,yellow :box nil :weight bold))))
(magit-log-head-label-local ((,class (:foreground ,blue))))
(magit-log-head-label-remote ((,class (:foreground ,green))))
(magit-log-head-label-tags ((,class (:foreground ,aqua :box nil :weight bold))))
(magit-section-title ((,class (:inherit diff-hunk-header))))
(link ((,class (:foreground nil :underline t))))
(widget-button ((,class (:underline t))))
(widget-field ((,class (:background ,current-line :box (:line-width 1 :color ,foreground)))))
;; Compilation (most faces politely inherit from 'success, 'error, 'warning etc.)
(compilation-column-number ((,class (:foreground ,yellow))))
(compilation-line-number ((,class (:foreground ,yellow))))
(compilation-message-face ((,class (:foreground ,blue))))
(compilation-mode-line-exit ((,class (:foreground ,green))))
(compilation-mode-line-fail ((,class (:foreground ,red))))
(compilation-mode-line-run ((,class (:foreground ,blue))))
;; Grep
(grep-context-face ((,class (:foreground ,comment))))
(grep-error-face ((,class (:foreground ,red :weight bold :underline t))))
(grep-hit-face ((,class (:foreground ,blue))))
(grep-match-face ((,class (:foreground nil :background nil :inherit match))))
(regex-tool-matched-face ((,class (:foreground nil :background nil :inherit match))))
;; mark-multiple
(mm/master-face ((,class (:inherit region :foreground nil :background nil))))
(mm/mirror-face ((,class (:inherit region :foreground nil :background nil))))
(org-agenda-structure ((,class (:foreground ,purple))))
(org-agenda-date ((,class (:foreground ,blue :underline nil))))
(org-agenda-done ((,class (:foreground ,green))))
(org-agenda-dimmed-todo-face ((,class (:foreground ,comment))))
(org-block ((,class (:foreground ,orange))))
(org-code ((,class (:foreground ,yellow))))
(org-column ((,class (:background ,current-line))))
(org-column-title ((,class (:inherit org-column :weight bold :underline t))))
(org-date ((,class (:foreground ,purple :underline t))))
(org-document-info ((,class (:foreground ,aqua))))
(org-document-info-keyword ((,class (:foreground ,green))))
(org-document-title ((,class (:weight bold :foreground ,orange :height 1.44))))
(org-done ((,class (:foreground ,green))))
(org-ellipsis ((,class (:foreground ,comment))))
(org-footnote ((,class (:foreground ,aqua))))
(org-formula ((,class (:foreground ,red))))
(org-hide ((,class (:foreground ,current-line))))
(org-link ((,class (:foreground ,blue))))
(org-scheduled ((,class (:foreground ,green))))
(org-scheduled-previously ((,class (:foreground ,orange))))
(org-scheduled-today ((,class (:foreground ,green))))
(org-special-keyword ((,class (:foreground ,orange))))
(org-table ((,class (:foreground ,purple))))
(org-todo ((,class (:foreground ,red))))
(org-upcoming-deadline ((,class (:foreground ,orange))))
(org-warning ((,class (:weight bold :foreground ,red))))
(markdown-url-face ((,class (:inherit link))))
(markdown-link-face ((,class (:foreground ,blue :underline t))))
(hl-sexp-face ((,class (:background ,current-line))))
(highlight-80+ ((,class (:background ,current-line))))
;; Python-specific overrides
(py-builtins-face ((,class (:foreground ,orange :weight normal))))
;; js2-mode
(js2-warning-face ((,class (:underline ,orange))))
(js2-error-face ((,class (:foreground nil :underline ,red))))
(js2-external-variable-face ((,class (:foreground ,purple))))
(js2-function-param-face ((,class (:foreground ,blue))))
(js2-instance-member-face ((,class (:foreground ,blue))))
(js2-private-function-call-face ((,class (:foreground ,red))))
;; js3-mode
(js3-warning-face ((,class (:underline ,orange))))
(js3-error-face ((,class (:foreground nil :underline ,red))))
(js3-external-variable-face ((,class (:foreground ,purple))))
(js3-function-param-face ((,class (:foreground ,blue))))
(js3-jsdoc-tag-face ((,class (:foreground ,orange))))
(js3-jsdoc-type-face ((,class (:foreground ,aqua))))
(js3-jsdoc-value-face ((,class (:foreground ,yellow))))
(js3-jsdoc-html-tag-name-face ((,class (:foreground ,blue))))
(js3-jsdoc-html-tag-delimiter-face ((,class (:foreground ,green))))
(js3-instance-member-face ((,class (:foreground ,blue))))
(js3-private-function-call-face ((,class (:foreground ,red))))
;; nxml
(nxml-name-face ((,class (:foreground unspecified :inherit font-lock-constant-face))))
(nxml-attribute-local-name-face ((,class (:foreground unspecified :inherit font-lock-variable-name-face))))
(nxml-ref-face ((,class (:foreground unspecified :inherit font-lock-preprocessor-face))))
(nxml-delimiter-face ((,class (:foreground unspecified :inherit font-lock-keyword-face))))
(nxml-delimited-data-face ((,class (:foreground unspecified :inherit font-lock-string-face))))
(rng-error-face ((,class (:underline ,red))))
;; RHTML
(erb-delim-face ((,class (:background ,current-line))))
(erb-exec-face ((,class (:background ,current-line :weight bold))))
(erb-exec-delim-face ((,class (:background ,current-line))))
(erb-out-face ((,class (:background ,current-line :weight bold))))
(erb-out-delim-face ((,class (:background ,current-line))))
(erb-comment-face ((,class (:background ,current-line :weight bold :slant italic))))
(erb-comment-delim-face ((,class (:background ,current-line))))
;; Message-mode
(message-header-other ((,class (:foreground nil :background nil :weight normal))))
(message-header-subject ((,class (:inherit message-header-other :weight bold :foreground ,yellow))))
(message-header-to ((,class (:inherit message-header-other :weight bold :foreground ,orange))))
(message-header-cc ((,class (:inherit message-header-to :foreground nil))))
(message-header-name ((,class (:foreground ,blue :background nil))))
(message-header-newsgroups ((,class (:foreground ,aqua :background nil :slant normal))))
(message-separator ((,class (:foreground ,purple))))
;; Jabber
(jabber-chat-prompt-local ((,class (:foreground ,yellow))))
(jabber-chat-prompt-foreign ((,class (:foreground ,orange))))
(jabber-chat-prompt-system ((,class (:foreground ,yellow :weight bold))))
(jabber-chat-text-local ((,class (:foreground ,yellow))))
(jabber-chat-text-foreign ((,class (:foreground ,orange))))
(jabber-chat-text-error ((,class (:foreground ,red))))
(jabber-roster-user-online ((,class (:foreground ,green))))
(jabber-roster-user-xa ((,class :foreground ,comment)))
(jabber-roster-user-dnd ((,class :foreground ,yellow)))
(jabber-roster-user-away ((,class (:foreground ,orange))))
(jabber-roster-user-chatty ((,class (:foreground ,purple))))
(jabber-roster-user-error ((,class (:foreground ,red))))
(jabber-roster-user-offline ((,class (:foreground ,comment))))
(jabber-rare-time-face ((,class (:foreground ,comment))))
(jabber-activity-face ((,class (:foreground ,purple))))
(jabber-activity-personal-face ((,class (:foreground ,aqua))))
;; Gnus
(gnus-cite-1 ((,class (:inherit outline-1 :foreground nil))))
(gnus-cite-2 ((,class (:inherit outline-2 :foreground nil))))
(gnus-cite-3 ((,class (:inherit outline-3 :foreground nil))))
(gnus-cite-4 ((,class (:inherit outline-4 :foreground nil))))
(gnus-cite-5 ((,class (:inherit outline-5 :foreground nil))))
(gnus-cite-6 ((,class (:inherit outline-6 :foreground nil))))
(gnus-cite-7 ((,class (:inherit outline-7 :foreground nil))))
(gnus-cite-8 ((,class (:inherit outline-8 :foreground nil))))
;; there are several more -cite- faces...
(gnus-header-content ((,class (:inherit message-header-other))))
(gnus-header-subject ((,class (:inherit message-header-subject))))
(gnus-header-from ((,class (:inherit message-header-other-face :weight bold :foreground ,orange))))
(gnus-header-name ((,class (:inherit message-header-name))))
(gnus-button ((,class (:inherit link :foreground nil))))
(gnus-signature ((,class (:inherit font-lock-comment-face))))
(gnus-summary-normal-unread ((,class (:foreground ,blue :weight normal))))
(gnus-summary-normal-read ((,class (:foreground ,foreground :weight normal))))
(gnus-summary-normal-ancient ((,class (:foreground ,aqua :weight normal))))
(gnus-summary-normal-ticked ((,class (:foreground ,orange :weight normal))))
(gnus-summary-low-unread ((,class (:foreground ,comment :weight normal))))
(gnus-summary-low-read ((,class (:foreground ,comment :weight normal))))
(gnus-summary-low-ancient ((,class (:foreground ,comment :weight normal))))
(gnus-summary-high-unread ((,class (:foreground ,yellow :weight normal))))
(gnus-summary-high-read ((,class (:foreground ,green :weight normal))))
(gnus-summary-high-ancient ((,class (:foreground ,green :weight normal))))
(gnus-summary-high-ticked ((,class (:foreground ,orange :weight normal))))
(gnus-summary-cancelled ((,class (:foreground ,red :background nil :weight normal))))
(gnus-group-mail-low ((,class (:foreground ,comment))))
(gnus-group-mail-low-empty ((,class (:foreground ,comment))))
(gnus-group-mail-1 ((,class (:foreground nil :weight normal :inherit outline-1))))
(gnus-group-mail-2 ((,class (:foreground nil :weight normal :inherit outline-2))))
(gnus-group-mail-3 ((,class (:foreground nil :weight normal :inherit outline-3))))
(gnus-group-mail-4 ((,class (:foreground nil :weight normal :inherit outline-4))))
(gnus-group-mail-5 ((,class (:foreground nil :weight normal :inherit outline-5))))
(gnus-group-mail-6 ((,class (:foreground nil :weight normal :inherit outline-6))))
(gnus-group-mail-1-empty ((,class (:inherit gnus-group-mail-1 :foreground ,comment))))
(gnus-group-mail-2-empty ((,class (:inherit gnus-group-mail-2 :foreground ,comment))))
(gnus-group-mail-3-empty ((,class (:inherit gnus-group-mail-3 :foreground ,comment))))
(gnus-group-mail-4-empty ((,class (:inherit gnus-group-mail-4 :foreground ,comment))))
(gnus-group-mail-5-empty ((,class (:inherit gnus-group-mail-5 :foreground ,comment))))
(gnus-group-mail-6-empty ((,class (:inherit gnus-group-mail-6 :foreground ,comment))))
(gnus-group-news-1 ((,class (:foreground nil :weight normal :inherit outline-5))))
(gnus-group-news-2 ((,class (:foreground nil :weight normal :inherit outline-6))))
(gnus-group-news-3 ((,class (:foreground nil :weight normal :inherit outline-7))))
(gnus-group-news-4 ((,class (:foreground nil :weight normal :inherit outline-8))))
(gnus-group-news-5 ((,class (:foreground nil :weight normal :inherit outline-1))))
(gnus-group-news-6 ((,class (:foreground nil :weight normal :inherit outline-2))))
(gnus-group-news-1-empty ((,class (:inherit gnus-group-news-1 :foreground ,comment))))
(gnus-group-news-2-empty ((,class (:inherit gnus-group-news-2 :foreground ,comment))))
(gnus-group-news-3-empty ((,class (:inherit gnus-group-news-3 :foreground ,comment))))
(gnus-group-news-4-empty ((,class (:inherit gnus-group-news-4 :foreground ,comment))))
(gnus-group-news-5-empty ((,class (:inherit gnus-group-news-5 :foreground ,comment))))
(gnus-group-news-6-empty ((,class (:inherit gnus-group-news-6 :foreground ,comment))))
(erc-direct-msg-face ((,class (:foreground ,orange))))
(erc-error-face ((,class (:foreground ,red))))
(erc-header-face ((,class (:foreground ,foreground :background ,selection))))
(erc-input-face ((,class (:foreground ,green))))
(erc-keyword-face ((,class (:foreground ,yellow))))
(erc-current-nick-face ((,class (:foreground ,green))))
(erc-my-nick-face ((,class (:foreground ,green))))
(erc-nick-default-face ((,class (:weight normal :foreground ,purple))))
(erc-nick-msg-face ((,class (:weight normal :foreground ,yellow))))
(erc-notice-face ((,class (:foreground ,comment))))
(erc-pal-face ((,class (:foreground ,orange))))
(erc-prompt-face ((,class (:foreground ,blue))))
(erc-timestamp-face ((,class (:foreground ,aqua))))
(custom-variable-tag ((,class (:foreground ,blue))))
(custom-group-tag ((,class (:foreground ,blue))))
(custom-state ((,class (:foreground ,green))))
)))
(defmacro color-theme-tomorrow--frame-parameter-specs ()
"Return a backquote which defines a list of frame parameter specs.
These are required by color-theme's `color-theme-install', but
not by the new `deftheme' mechanism. It expects to be evaluated
in a scope in which the various color names to which it refers
are bound."
(quote
`(((background-color . ,background)
(background-mode . light)
(border-color . ,foreground)
(cursor-color . ,purple)
(foreground-color . ,foreground)
(mouse-color . ,aqua)))))
(defun color-theme-tomorrow--theme-name (mode)
(intern (format "tomorrow-%s" (symbol-name mode))))
(defmacro color-theme-tomorrow--define-theme (mode)
"Define a theme for the tomorrow variant `MODE'."
(let ((name (color-theme-tomorrow--theme-name mode))
(doc (format "tomorrow-%s" mode)))
`(progn
(deftheme ,name ,doc)
(color-theme-tomorrow--with-colors
',mode
(apply 'custom-theme-set-faces ',name
(color-theme-tomorrow--face-specs))
(custom-theme-set-variables
',name
`(fci-rule-color ,current-line)
`(ansi-color-names-vector (vector ,foreground ,red ,green ,yellow ,blue ,purple ,aqua ,background))
'(ansi-color-faces-vector [default bold shadow italic underline bold bold-italic bold])))
(provide-theme ',name))))
(defun color-theme-tomorrow-real (mode)
"Apply the tomorrow variant theme."
(if (fboundp 'load-theme)
(let ((name (color-theme-tomorrow--theme-name mode)))
(if (> emacs-major-version 23)
(load-theme name t)
(load-theme name)))
(progn
(require 'color-theme)
(color-theme-tomorrow--with-colors
mode
(color-theme-install
`(,(intern (concat "color-theme-tomorrow-" (symbol-name mode)))
,@(color-theme-tomorrow--frame-parameter-specs)
,@(color-theme-tomorrow--face-specs)))
;; ansi-color - comint and other modes that handle terminal color escape sequences
(setq ansi-color-names-vector (vector foreground red green yellow blue purple aqua background))
(setq ansi-color-faces-vector [default bold shadow italic underline bold bold-italic bold])))))
;;;###autoload
(when (boundp 'custom-theme-load-path)
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))
;;;###autoload
(defun color-theme-tomorrow-night ()
(interactive)
(color-theme-tomorrow-real 'night))
;;;###autoload
(defun color-theme-tomorrow ()
(interactive)
(color-theme-tomorrow-real 'day))
;;;###autoload
(defun color-theme-tomorrow-night-bright ()
(interactive)
(color-theme-tomorrow-real 'night-bright))
;;;###autoload
(defun color-theme-tomorrow-night-eighties ()
(interactive)
(color-theme-tomorrow-real 'night-eighties))
;;;###autoload
(defun color-theme-tomorrow-night-blue ()
(interactive)
(color-theme-tomorrow-real 'night-blue))
(provide 'color-theme-tomorrow)
;; Local Variables:
;; byte-compile-warnings: (not cl-functions)
;; End:
;;; color-theme-tomorrow.el ends here
================================================
FILE: GNU Emacs/tomorrow-day-theme.el
================================================
(require 'color-theme-tomorrow)
(color-theme-tomorrow--define-theme day)
================================================
FILE: GNU Emacs/tomorrow-night-blue-theme.el
================================================
(require 'color-theme-tomorrow)
(color-theme-tomorrow--define-theme night-blue)
================================================
FILE: GNU Emacs/tomorrow-night-bright-theme.el
================================================
(require 'color-theme-tomorrow)
(color-theme-tomorrow--define-theme night-bright)
================================================
FILE: GNU Emacs/tomorrow-night-eighties-theme.el
================================================
(require 'color-theme-tomorrow)
(color-theme-tomorrow--define-theme night-eighties)
================================================
FILE: GNU Emacs/tomorrow-night-theme.el
================================================
(require 'color-theme-tomorrow)
(color-theme-tomorrow--define-theme night)
================================================
FILE: Gnome-Terminal/setup-theme.sh
================================================
#!/usr/bin/env bash
[[ -z "$PROFILE_NAME" ]] && PROFILE_NAME=Tomorrow
[[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG=Tomorrow
[[ -z "$DCONF" ]] && DCONF=dconf
[[ -z "$UUIDGEN" ]] && UUIDGEN=uuidgen
dset() {
local key="$1"; shift
local val="$1"; shift
if [[ "$type" == "string" ]]; then
val="'$val'"
fi
"$DCONF" write "$PROFILE_KEY/$key" "$val"
}
# because dconf still doesn't have "append"
dlist_append() {
local key="$1"; shift
local val="$1"; shift
local entries="$(
{
"$DCONF" read "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
echo "'$val'"
} | head -c-1 | tr "\n" ,
)"
"$DCONF" write "$key" "[$entries]"
}
# Newest versions of gnome-terminal use dconf
if which "$DCONF" > /dev/null 2>&1; then
[[ -z "$BASE_KEY_NEW" ]] && BASE_KEY_NEW=/org/gnome/terminal/legacy/profiles:
if [[ -n "`$DCONF list $BASE_KEY_NEW/`" ]]; then
if which "$UUIDGEN" > /dev/null 2>&1; then
PROFILE_SLUG=`uuidgen`
fi
if [[ -n "`$DCONF read $BASE_KEY_NEW/default`" ]]; then
DEFAULT_SLUG=`$DCONF read $BASE_KEY_NEW/default | tr -d \'`
else
DEFAULT_SLUG=`$DCONF list $BASE_KEY_NEW/ | grep '^:' | head -n1 | tr -d :/`
fi
DEFAULT_KEY="$BASE_KEY_NEW/:$DEFAULT_SLUG"
PROFILE_KEY="$BASE_KEY_NEW/:$PROFILE_SLUG"
# copy existing settings from default profile
$DCONF dump "$DEFAULT_KEY/" | $DCONF load "$PROFILE_KEY/"
# add new copy to list of profiles
dlist_append $BASE_KEY_NEW/list "$PROFILE_SLUG"
# update profile values with theme options
dset visible-name "'$PROFILE_NAME'"
dset palette "['rgb(0,0,0)','rgb(145,34,38)','rgb(119,137,0)','rgb(174,123,0)','rgb(29,37,148)','rgb(104,42,155)','rgb(43,102,81)','rgb(146,149,147)','rgb(102,102,102)','rgb(204,102,102)','rgb(181,189,104)','rgb(240,198,116)','rgb(129,182,190)','rgb(178,148,187)','rgb(138,190,183)','rgb(236,235,236)']"
dset background-color "'rgb(29,31,33)'"
dset foreground-color "'rgb(197,200,198)'"
dset bold-color "'rgb(138,186,183)'"
dset bold-color-same-as-fg "false"
dset use-theme-colors "false"
unset PROFILE_NAME
unset PROFILE_SLUG
unset DCONF
unset UUIDGEN
exit 0
fi
fi
# Fallback for Gnome 2 and early Gnome 3
[[ -z "$GCONFTOOL" ]] && GCONFTOOL=gconftool
[[ -z "$BASE_KEY" ]] && BASE_KEY=/apps/gnome-terminal/profiles
PROFILE_KEY="$BASE_KEY/$PROFILE_SLUG"
gset() {
local type="$1"; shift
local key="$1"; shift
local val="$1"; shift
"$GCONFTOOL" --set --type "$type" "$PROFILE_KEY/$key" -- "$val"
}
# because gconftool doesn't have "append"
glist_append() {
local type="$1"; shift
local key="$1"; shift
local val="$1"; shift
local entries="$(
{
"$GCONFTOOL" --get "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
echo "$val"
} | head -c-1 | tr "\n" ,
)"
"$GCONFTOOL" --set --type list --list-type $type "$key" "[$entries]"
}
# append the Tomorrow profile to the profile list
glist_append string /apps/gnome-terminal/global/profile_list "$PROFILE_SLUG"
gset string visible_name "$PROFILE_NAME"
gset string palette "#000000000000:#919122222626:#777789890000:#AEAE7B7B0000:#1D1D25259494:#68682a2a9b9b:#2B2B66665151:#929295959393:#666666666666:#CCCC66666666:#B5B5BDBD6868:#F0F0C6C67474:#8181A2A2BEBE:#B2B29494BBBB:#8A8ABEBEB7B7:#ECECEBEBECEC"
gset string background_color "#1d1d1f1f2121"
gset string foreground_color "#c5c5c8c8c6c6"
gset string bold_color "#8A8ABEBEB7B7"
gset bool bold_color_same_as_fg "false"
gset bool use_theme_colors "false"
gset bool use_theme_background "false"
unset PROFILE_NAME
unset PROFILE_SLUG
unset DCONF
unset UUIDGEN
================================================
FILE: Google Chrome Developer Tools/Custom.css
================================================
/**********************************************/
/* UNHOLY MARRIAGE - Completing the port of Tomorrow-Night to Chrome DevTools
/* Based on the Tomorrow Night color scheme by Chris Kempson
/* http://github.com/chriskempson/tomorrow-theme
/*
/* Built on the mnml Theme for Chrome DevTools by Michael P. Pfeiffer
/* https://github.com/frontdevDE/mnml-devtools-theme
/*
/* Which was, in turn, based on a Gist by Ben Truyman. Further attr:
/* https://gist.github.com/3040634
/*
/**********************************************/
#-webkit-web-inspector ::selection {
background: #888;
opacity: 1;
}
#-webkit-web-inspector #toolbar {
background: -webkit-linear-gradient(#555555, #333333) !important;
border-top: 5px solid #c96666 !important;
border-bottom: 1px solid #444444 !important;
padding-top: 0 !important;
height: 50px !important;
}
#-webkit-web-inspector #toolbar .toolbar-label {
color: #ffffff !important;
}
#-webkit-web-inspector #toolbar .toggled-on .toolbar-label {
color: #ffffff !important;
}
#-webkit-web-inspector #toolbar .toolbar-item {
height: 45px !important;
padding: 10px 15px !important;
}
#-webkit-web-inspector #toolbar .toolbar-item .toolbar-icon {
-webkit-filter: grayscale(0.3);
-webkit-transform: scale(0.9);
}
#-webkit-web-inspector #toolbar .toolbar-item.toggleable.toggled-on {
background: -webkit-linear-gradient(#444444, #333333) !important;
padding: 10px 13px !important;
}
#-webkit-web-inspector #toolbar .toolbar-item.close-left {
padding-right: 22px !important;
}
#-webkit-web-inspector #toolbar-controls {
margin-top: 2px !important;
color: #ffffff !important;
}
#-webkit-web-inspector #toolbar-search-item {
margin-top: 12px !important;
}
#-webkit-web-inspector #main {
top: 50px !important;
}
#-webkit-web-inspector #search-results-matches {
color: #eee !important;
text-shadow: none !important;
}
#-webkit-web-inspector #search {
background: #1d1f21 !important;
}
#-webkit-web-inspector .resources-divider-label {
color: #ffffff !important;
}
#-webkit-web-inspector .crumbs .crumb {
display: none;
}
#-webkit-web-inspector .status-bar {
border-color: #444444 !important;
background: #1d1f21 !important;
}
#-webkit-web-inspector .status-bar-item {
border-color: #444444 !important;
-webkit-filter: grayscale(0.75);
color: #666666 !important;
text-shadow: none !important;
}
#-webkit-web-inspector .status-bar-item .long-click-glyph {
display: none;
}
#-webkit-web-inspector .status-bar-items {
border: 0 !important;
}
#-webkit-web-inspector .glyph {
background-color: #666666 !important;
}
#-webkit-web-inspector .glyph.shadow {
display: none;
}
#-webkit-web-inspector button.status-bar-item.toggled-on .glyph {
background-color: #d9d9d9 !important;
}
#-webkit-web-inspector #error-warning-count {
color: #666666 !important;
margin-right: 5px;
}
#-webkit-web-inspector #error-count-img,
#-webkit-web-inspector #warning-count-img {
opacity: .5;
-webkit-filter: grayscale(0.5);
}
#-webkit-web-inspector .scope-bar {
padding: 0 3px !important;
}
#-webkit-web-inspector .scope-bar li {
margin: 1px 2px 0 !important;
padding: 2px 5px !important;
color: #666666 !important;
text-shadow: none !important;
}
#-webkit-web-inspector .scope-bar li.selected,
#-webkit-web-inspector .scope-bar li:hover,
#-webkit-web-inspector .scope-bar li:active {
color: #d9d9d9 !important;
background: #333 !important;
}
#-webkit-web-inspector .scope-bar-divider {
height: 13px !important;
margin: 0 2px;
background-color: #444444 !important;
}
#-webkit-web-inspector .status-bar-select-container {
position: relative;
background: none !important;
}
#-webkit-web-inspector .status-bar-select-container:after {
content: "";
display: block;
position: absolute;
top: 7px;
right: 3px;
width: 0;
height: 0;
opacity: .75;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 8px solid #666666;
}
#-webkit-web-inspector .timeline-records-counter {
color: #666666 !important;
text-shadow: none !important;
}
#-webkit-web-inspector .timeline-category-statusbar-item {
line-height: 20px !important;
margin-left: 5px !important;
}
#-webkit-web-inspector .timeline-category-statusbar-item:first-child {
margin-left: 0 !important;
}
#-webkit-web-inspector .timeline-category-statusbar-item .timeline-category-checkbox {
margin-right: 5px !important;
border-radius: 0 !important;
}
#-webkit-web-inspector .timeline-category-statusbar-item .timeline-category-checkbox:before {
top: -2px !important;
left: -1px !important;
}
/**********************************************/
/* Console
/**********************************************/
/**********************************************/
/* Messages
/**********************************************/
#-webkit-web-inspector #console-messages {
font-family: 'DroidSansMono', Menlo, monospace !important;
background: #1C1E21;
}
#-webkit-web-inspector #console-messages a {
color: #666 !important;
}
#-webkit-web-inspector #console-messages a:hover {
color: #999 !important;
}
#-webkit-web-inspector .console-message {
color: #F1F1F1 !important;
}
#-webkit-web-inspector .console-message,
#-webkit-web-inspector .console-user-command {
border-bottom: 1px solid #444 !important;
}
#-webkit-web-inspector .console-user-command > .console-message-text {
color: #C4C7C6 !important;
}
#-webkit-web-inspector .console-formatted-number {
color: #EEC574 !important;
}
#-webkit-web-inspector .console-formatted-string {
color: #B5BC67 !important;
}
#-webkit-web-inspector .console-formatted-object {
color: #7C7C7C !important;
}
#-webkit-web-inspector .console-formatted-function {
color: #FFF !important;
}
#-webkit-web-inspector .console-formatted-regexp {
color: #c96666 !important;
}
#-webkit-web-inspector .console-group-messages .section .header .title {
color: #F1F1F1 !important;
}
#-webkit-web-inspector .console-group-messages .section .header::before,
#-webkit-web-inspector .properties-tree li.parent::before {
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
}
#-webkit-web-inspector .console-group-messages .section.expanded .header::before,
#-webkit-web-inspector .properties-tree li.parent.expanded::before {
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
}
@-webkit-keyframes webkit-error-level {
0% {
color: #f77 !important;
}
50% {
color: #f22 !important;
}
100% {
color: #f77 !important;
}
}
#-webkit-web-inspector .console-message-text {
color: #c5c8c6;
}
#-webkit-web-inspector .console-error-level .console-message-text .title {
color: #f66 !important;
-webkit-animation-name: webkit-error-level;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-timing-function: ease-in-out;
}
#-webkit-web-inspector .console-user-command::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTMzNzdGNUZDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTMzNzdGNjBDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y1REMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y1RUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia6udAAAAB5SURBVHjaYvz//z8DMYAFxli9ejWI6oByK5AVhYaGIhRCgQsQGwOxIFTxe5gEE5pCVyA+C8RpQLwbqgmrwvdQxauhis6AbMamEASUkEwCabyHTWE51BQlqBNMoDSKQhckX3dCFd3DCB4g2AP16VkoGwUwEhvgAAEGAAzQHBRSxqPRAAAAAElFTkSuQmCC) !important;
}
/**********************************************/
/* Prompt
/**********************************************/
#-webkit-web-inspector #console-prompt {
color: #F1F1F1 !important;
}
#-webkit-web-inspector #console-prompt::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjRGNTc2MTZDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjRGNTc2MTdDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y2MUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y2MkMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf0eOsAAAB4SURBVHjaYvz//z8DMYAFxph+BqyhA8qtQFaUacKIUAgFLkBsDMSCUMXvYRJMaApdgfgsEKcB8W6oJqwK30MVr4YqOgPEodgUgoASkkkgjfewKSyHmqIEdYIJlEZR6ILk606oonsYwQMEe6A+PQtlowBGYgMcIMAAF2wcFPVNZx8AAAAASUVORK5CYII=) !important;
color: #FFF !important;
}
#-webkit-web-inspector #network-container th,
#-webkit-web-inspector #network-container td,
#-webkit-web-inspector #network-container .data-grid,
#-webkit-web-inspector #network-container .network-summary-bar {
color: #ffffff;
background: #1d1f21 !important;
border-color: #444444 !important;
}
#-webkit-web-inspector #network-container th {
padding-left: 10px !important;
}
#-webkit-web-inspector #network-container .network-summary-bar {
border-top: 1px solid #444444;
}
#-webkit-web-inspector #network-container .network-graph-label {
color: #ffffff !important;
text-shadow: none !important;
}
#-webkit-web-inspector #network-container .timeline-column select {
color: #ffffff !important;
}
/**********************************************/
/* Elements/Network/Scripts
/**********************************************/
/**********************************************/
/* Layout
/**********************************************/
#-webkit-web-inspector .script-view,
#-webkit-web-inspector .properties-tree,
#-webkit-web-inspector .pane,
#-webkit-web-inspector .breakpoint-list li,
#-webkit-web-inspector .pane > .body .info {
color: #CCC !important;
}
#-webkit-web-inspector .script-view,
#-webkit-web-inspector .text-editor-contents,
#-webkit-web-inspector .pane.expanded,
#-webkit-web-inspector #elements-content,
#-webkit-web-inspector .resource-view.json {
background: #1C1E21 !important;
font-size: 12px !important;
}
#-webkit-web-inspector .highlight {
color: #F1F1F1;
}
#-webkit-web-inspector li.hovered:not(.selected) .selection {
background: rgba(255, 255, 255, 0.2) !important;
}
#-webkit-web-inspector #elements-content .selected {
background-color: #373B41 !important;
}
#-webkit-web-inspector .styles-sidebar-separator,
#-webkit-web-inspector .pane > .title {
position: relative;
height: 23px !important;
padding-left: 20px !important;
line-height: 20px !important;
border-top-color: #666 !important;
border-bottom-color: #333 !important;
font-weight: normal !important;
color: rgba(255, 255, 255, 0.85) !important;
text-shadow: none !important;
text-overflow: ellipsis !important;
background-image: -webkit-linear-gradient(#555555, #333333) !important;
}
#-webkit-web-inspector .styles-sidebar-separator:before,
#-webkit-web-inspector .pane > .title:before {
content: "" !important;
position: absolute;
top: 5px;
left: 7px;
width: 0 !important;
height: 0 !important;
border-left: 8px solid #666666;
border-bottom: 4px solid transparent;
border-top: 4px solid transparent;
}
#-webkit-web-inspector .pane.expanded > .title:before {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 8px solid #666666;
}
#-webkit-web-inspector .sidebar-pane-subtitle {
right: 5px !important;
font-size: 11px !important;
}
#-webkit-web-inspector .sidebar-pane-subtitle input[type=checkbox] {
margin-right: 3px;
}
#-webkit-web-inspector .pane > .title > button,
#-webkit-web-inspector .pane > .title > select {
-webkit-filter: invert(1);
}
#-webkit-web-inspector .metrics .position,
#-webkit-web-inspector .metrics .margin,
#-webkit-web-inspector .metrics .border,
#-webkit-web-inspector .metrics .padding,
#-webkit-web-inspector .metrics .content {
color: #fff !important;
border-color: #fff !important;
}
#-webkit-web-inspector .metrics .position {
background: #35393c !important;
}
#-webkit-web-inspector .metrics .margin {
background: #4d5257 !important;
}
#-webkit-web-inspector .metrics .border {
background: #656c72 !important;
}
#-webkit-web-inspector .metrics .padding {
background: #7d858d !important;
}
#-webkit-web-inspector .metrics .content {
background: #989fa5 !important;
}
#-webkit-web-inspector .metrics .label,
#-webkit-web-inspector .metrics .top,
#-webkit-web-inspector .metrics .bottom,
#-webkit-web-inspector .metrics .right,
#-webkit-web-inspector .metrics .left {
color: #fff !important;
}
/**********************************************/
/* HTML
/**********************************************/
#-webkit-web-inspector .webkit-html-comment {
color: #7c7c7c !important;
}
#-webkit-web-inspector .webkit-html-tag {
color: #C96666 !important;
}
#-webkit-web-inspector .webkit-html-attribute-name {
color: #C96666 !important;
}
#-webkit-web-inspector .webkit-html-attribute-value {
color: #B5BC67 !important;
}
#-webkit-web-inspector .webkit-html-text-node .webkit-html-css-node {
color: #C2C3C3 !important;
}
#-webkit-web-inspector .webkit-html-js-node {
color: #c2c3c3 !important;
}
#-webkit-web-inspector .webkit-html-resource-link,
#-webkit-web-inspector .webkit-html-external-link {
color: #EEC574 !important;
}
/**********************************************/
/* CSS
/**********************************************/
#-webkit-web-inspector .webkit-css-comment {
color: #7C7C7C !important;
}
#-webkit-web-inspector .webkit-css-selector,
#-webkit-web-inspector .styles-selector,
#-webkit-web-inspector .styles-section .selector-matches {
color: #C96666 !important;
}
#-webkit-web-inspector .styles-section .selector {
color: #EEC574 !important;
}
#-webkit-web-inspector .webkit-css-property {
color: #EEC574 !important;
}
#-webkit-web-inspector .webkit-css-keyword {
color: #db925f !important;
}
#-webkit-web-inspector .webkit-css-number,
#-webkit-web-inspector .properties-tree .value {
color: #db925f !important;
}
#-webkit-web-inspector .webkit-css-important,
#-webkit-web-inspector .webkit-css-at-rule {
color: #b094bb !important;
}
#-webkit-web-inspector .webkit-css-string {
color: #b5bc67 !important;
}
#-webkit-web-inspector .webkit-css-url {
color: #eec574 !important;
}
/**********************************************/
/* JavaScript
/**********************************************/
#-webkit-web-inspector .sidebar-separator {
padding: 3px 5px 5px !important;
background: #242729 !important;
color: #b3b3b3 !important;
text-shadow: none !important;
}
#-webkit-web-inspector .webkit-line-content,
#-webkit-web-inspector .webkit-javascript-ident {
color: #ffffff !important;
}
#-webkit-web-inspector .webkit-javascript-keyword {
color: #db925f !important;
}
#-webkit-web-inspector .webkit-javascript-comment {
color: #7c7c7c !important;
}
#-webkit-web-inspector .webkit-javascript-string {
color: #b5bc67 !important;
}
#-webkit-web-inspector .webkit-javascript-number {
color: #db925f !important;
}
#-webkit-web-inspector .webkit-javascript-regexp {
color: #c96666 !important;
}
#-webkit-web-inspector .section .properties .name,
#-webkit-web-inspector .event-properties .name {
color: #82a1be !important;
}
#-webkit-web-inspector .popover {
color: #ffffff !important;
}
#-webkit-web-inspector .popover .arrow {
display: none;
}
#-webkit-web-inspector .popover .network-timing-bar {
background: #808080 !important;
border-color: #808080 !important;
}
#-webkit-web-inspector .network-timing-bar-title {
color: #ffffff !important;
}
#-webkit-web-inspector .editing,
#-webkit-web-inspector .editing * {
color: #FFF !important;
background-color: #000 !important;
}
#-webkit-web-inspector .styles-section.read-only {
background: #373B41 !important;
}
#-webkit-web-inspector .styles-section,
#-webkit-web-inspector .subtitle {
color: #7C7C7C !important;
background: #1d1f21 !important;
}
#-webkit-web-inspector .split-view-sidebar-right {
background: #222 !important;
}
#-webkit-web-inspector .section > .header::before,
#-webkit-web-inspector .properties-tree li.parent::before,
#-webkit-web-inspector .event-bars .event-bar .header::before,
#-webkit-web-inspector .outline-disclosure li.parent::before,
#-webkit-web-inspector .styles-section.matched-styles .properties li.parent .expand-element {
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
}
#-webkit-web-inspector .styles-section .properties li.parent::before,
#-webkit-web-inspector .styles-section .properties li.parent.expanded::before {
content: none !important;
}
#-webkit-web-inspector .styles-section.matched-styles .properties li.parent .expand-element {
margin-right: 1px !important;
margin-left: -5px !important;
opacity: 0.6 !important;
}
#-webkit-web-inspector .outline-disclosure ol li {
line-height: 16px;
}
#-webkit-web-inspector .outline-disclosure ol li.selected {
outline: 1px solid rgba(255, 255, 255, 0.1);
line-height: 16px;
}
#-webkit-web-inspector .section.expanded > .header::before,
#-webkit-web-inspector .properties-tree li.parent.expanded::before,
#-webkit-web-inspector .event-bars .event-bar.expanded .header::before,
#-webkit-web-inspector .outline-disclosure li.parent.expanded::before,
#-webkit-web-inspector .styles-section.matched-styles .properties li.parent.expanded .expand-element {
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
}
#-webkit-web-inspector .child-editing {
color: #fff !important;
}
#-webkit-web-inspector .section .properties .name,
#-webkit-web-inspector .event-properties .name {
color: #82a1be !important;
}
#-webkit-web-inspector .styles-selector {
color: #c96666 !important;
}
#-webkit-web-inspector .section .header {
color: #CCC !important;
}
#-webkit-web-inspector .properties .value {
color: #c2c3c3 !important;
}
#-webkit-web-inspector .event-bars .event-bar .header .title {
color: #969796 !important;
text-shadow: none !important;
}
#-webkit-web-inspector .console-formatted-number {
color: #eec574 !important;
}
#-webkit-web-inspector .console-formatted-string {
color: #b5bc67 !important;
}
#-webkit-web-inspector .console-formatted-object,
#-webkit-web-inspector .console-formatted-node,
#-webkit-web-inspector .console-formatted-array {
color: #7C7C7C !important;
}
#-webkit-web-inspector .console-formatted-function {
color: #fff !important;
}
#-webkit-web-inspector .console-formatted-regexp {
color: #c96666 !important;
}
#-webkit-web-inspector .styles-element-state-pane {
background: #373B41 !important;
}
#-webkit-web-inspector .placard:nth-of-type(2n) {
background: #333 !important;
}
#-webkit-web-inspector .placard.selected {
background-image: -webkit-linear-gradient(#c96666, #6f2727) !important;
border-top-color: #6f2727 !important;
}
#-webkit-web-inspector .placard .title {
color: #CCC !important;
}
#-webkit-web-inspector .placard .subtitle {
color: rgba(255, 255, 255, 0.7) !important;
}
#-webkit-web-inspector .popover {
background-color: rgba(0, 0, 0, 0.9) !important;
border: 10px solid rgba(0, 0, 0, 0.9) !important;
border-radius: 10px !important;
-webkit-border-image: none !important;
margin-left: 10px !important;
}
#-webkit-web-inspector .popover .arrow {
background-image: none !important;
border-color: transparent transparent #000 transparent !important;
border-style: solid;
border-width: 10px;
width: 0 !important;
height: 0 !important;
bottom: -2px !important;
left: 0;
}
#-webkit-web-inspector .popover.bottom-left-arrow .arrow,
#-webkit-web-inspector .popover.bottom-right-arrow .arrow {
border-color: #000 transparent transparent transparent !important;
}
#-webkit-web-inspector .popover.left-top-arrow .arrow,
#-webkit-web-inspector .popover.left-bottom-arrow .arrow {
border-color: transparent #000 transparent transparent !important;
}
#-webkit-web-inspector .popover.right-top-arrow .arrow,
#-webkit-web-inspector .popover.right-bottom-arrow .arrow {
border-color: transparent transparent #000 transparent !important;
}
#-webkit-web-inspector .popover .source-frame-popover-title {
color: #c5c8c6 !important;
}
#-webkit-web-inspector .popover .source-frame-popover-tree {
border-top-color: #444 !important;
}
#-webkit-web-inspector .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement,
#-webkit-web-inspector .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment {
background: #333 !important;
border-radius: 5px !important;
}
#-webkit-web-inspector .webkit-execution-line.webkit-line-content {
background-color: #242729 !important;
outline: 1px solid #000000 !important;
}
body.compact .help-window-outer {
top: 50px !important;
}
/****************************************/
/*Custom Rules */
/*Added: 9/25/13 */
/*By: Patrick Lindsay */
/****************************************/
#-webkit-web-inspector .split-view-contents{
background-color: rgb(36,39,41);
}
#-webkit-web-inspector .sidebar-pane-toolbar{
color: white;
}
#-webkit-web-inspector .panel.elements .sidebar-pane-toolbar select, #-webkit-web-inspector .panel.elements .sidebar-pane-toolbar button{
-webkit-filter:invert(100%);
}
#-webkit-web-inspector .expand-element{-webkit-filter:invert(100%);}
/*************************************************/
/*Sources Panel */
/*Added: 9/30/13 */
/*Modified: 10/3/13 */
/*By: Patrick Lindsay */
/*Colors discerned from */
/*http://github.com/chriskempson/tomorrow-theme/ */
/*************************************************/
.CodeMirror span.cm-js-keyword {color: #b294bb !important;}
.CodeMirror span.cm-js-number {color: #de935f !important;}
.CodeMirror span.cm-js-comment {color: #969896 !important;}
.CodeMirror span.cm-js-string {color: #b5bd68 !important;}
.CodeMirror span.cm-js-string-2 {color: #b5bd68 !important;}
.CodeMirror span.cm-js-variable {color: #81a2be !important;}
.CodeMirror span.cm-css-keyword { color: #b294bb !important;}
.CodeMirror span.cm-css-number {color: #de935f !important;}
.CodeMirror span.cm-css-comment {color: #969896 !important;}
.CodeMirror span.cm-css-def {color: #cc6666 !important;}
.CodeMirror span.cm-css-meta {color: #cc6666 !important;}
.CodeMirror span.cm-css-atom {color: #8abeb7 !important;}
.CodeMirror span.cm-css-string {color: #b5bd68 !important;}
.CodeMirror span.cm-css-string-2 {color: #de935f !important;}
.CodeMirror span.cm-css-link {color: #b5bd68 !important;}
.CodeMirror span.cm-css-variable {color: #cc6666 !important;}
.CodeMirror span.cm-css-variable-2 {color: #de935f !important;}
.CodeMirror span.cm-css-property {color: #f0c674 !important;}
.CodeMirror span.cm-css-qualifier {color: #cc6666 !important;}
.CodeMirror span.cm-css-operator {color: #cc6666 !important;}
.CodeMirror span.cm-css-tag {color: #b294bb !important;}
.CodeMirror span.cm-css-builtin {color: #cc6666 !important;}
.CodeMirror span.cm-xml-meta, .CodeMirror span.cm-html-meta {color: #c5c8c6 !important;}
.CodeMirror span.cm-xml-comment, .CodeMirror span.cm-html-comment {color: #969896 !important;}
.CodeMirror span.cm-xml-string, .CodeMirror span.cm-html-string {color: #b5bd68 !important;}
.CodeMirror span.cm-xml-tag, .CodeMirror span.cm-html-tag {color: #cc6666 !important;}
.CodeMirror span.cm-xml-error, .CodeMirror span.cm-html-error {color: #cc6666 !important;}
.CodeMirror span.cm-xml-attribute, .CodeMirror span.cm-html-attribute {color: #bdb568 !important;}
.CodeMirror span.cm-xml-link, .CodeMirror span.cm-html-link {color: #8abeb7 !important;}
.CodeMirror-cursor{border-color:white !important}
.CodeMirror pre{color: #c5c8c6 !important;}
/**********************************************************/
/* Backwards Compatibility (CodeMirror for Chrome <= 29) */
/* Added: 10/3/2013 */
/* By: Patrick Lindsay */
/**********************************************************/
.cm-s-web-inspector-js span.cm-keyword {color: #b294bb !important;}
.cm-s-web-inspector-js span.cm-number {color: #de935f !important;}
.cm-s-web-inspector-js span.cm-comment {color: #969896 !important;}
.cm-s-web-inspector-js span.cm-string {color: #b5bd68 !important;}
.cm-s-web-inspector-js span.cm-string-2 {color: #b5bd68 !important;}
.cm-s-web-inspector-js span.cm-variable {color: #81a2be !important;}
.cm-s-web-inspector-css span.cm-keyword { color: #b294bb !important;}
.cm-s-web-inspector-css span.cm-number {color: #de935f !important;}
.cm-s-web-inspector-css span.cm-comment {color: #969896 !important;}
.cm-s-web-inspector-css span.cm-def {color: #cc6666 !important;}
.cm-s-web-inspector-css span.cm-meta {color: #cc6666 !important;}
.cm-s-web-inspector-css span.cm-atom {color: #8abeb7 !important;}
.cm-s-web-inspector-css span.cm-string {color: #b5bd68 !important;}
.cm-s-web-inspector-css span.cm-string-2 {color: #de935f !important;}
.cm-s-web-inspector-css span.cm-link {color: #b5bd68 !important;}
.cm-s-web-inspector-css span.cm-variable {color: #cc6666 !important;}
.cm-s-web-inspector-css span.cm-variable-2 {color: #de935f !important;}
.cm-s-web-inspector-css span.cm-property {color: #f0c674 !important;}
.cm-s-web-inspector-css span.cm-qualifier {color: #cc6666 !important;}
.cm-s-web-inspector-css span.cm-operator {color: #cc6666 !important;}
.cm-s-web-inspector-css span.cm-tag {color: #b294bb !important;}
.cm-s-web-inspector-css span.cm-builtin {color: #cc6666 !important;}
.cm-s-web-inspector-html span.cm-meta {color: #c5c8c6 !important;}
.cm-s-web-inspector-html span.cm-comment {color: #969896 !important;}
.cm-s-web-inspector-html span.cm-string {color: #b5bd68 !important;}
.cm-s-web-inspector-html span.cm-tag {color: #cc6666 !important;}
.cm-s-web-inspector-html span.cm-attribute {color: #bdb568 !important;}
.cm-s-web-inspector-html span.cm-link {color: #8abeb7 !important;}
================================================
FILE: JetBrains/colors/Tomorrow Night Blue.xml
================================================
================================================
FILE: JetBrains/colors/Tomorrow Night Bright.xml
================================================
================================================
FILE: JetBrains/colors/Tomorrow Night Eighties.xml
================================================
================================================
FILE: JetBrains/colors/Tomorrow Night.xml
================================================
================================================
FILE: JetBrains/colors/Tomorrow.xml
================================================
================================================
FILE: JetBrains/options/colors.scheme.xml
================================================
================================================
FILE: JetBrains/readme.md
================================================
# Jetbrains - Tomorrow Themes #
Color schemes for the IntelliJ, PyCharm, PhpStorm, WebStorm and RubyMine IDEs. Has color scheme support for the following languages: C/C++, Java, PHP, Ruby, Python, Scala, Javascript, Coffeescript, Freemarker, Velocity, Smarty, Twig, HAML, YAML, CSS, LESS, SASS, XML, HTML, Apache, XPath, Django, Regex, SQL, GQL and many more.
To install the theme, import the settings.jar within IntelliJ, or PHPStorm, etc.
* Author: Miles Johnson
* Master: https://github.com/ChrisKempson/Tomorrow-Theme
* Fork: https://github.com/milesj/Tomorrow-Theme
Please report any issues or suggestions to the fork listed above. Thanks!
================================================
FILE: KDE/Tomorrow.colors
================================================
[ColorEffects:Disabled]
Color=212,168,105
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=213,180,133
ColorAmount=0
ColorEffect=0
ContrastAmount=0.25
ContrastEffect=2
Enable=false
IntensityAmount=0.05
IntensityEffect=2
[Colors:Button]
BackgroundAlternate=226,226,226
BackgroundNormal=214,214,214
DecorationFocus=66,113,174
DecorationHover=137,89,168
ForegroundActive=77,77,76
ForegroundInactive=142,144,140
ForegroundLink=234,183,0
ForegroundNegative=200,40,41
ForegroundNeutral=113,140,0
ForegroundNormal=77,77,76
ForegroundPositive=62,153,159
ForegroundVisited=245,135,31
[Colors:Selection]
BackgroundAlternate=226,226,226
BackgroundNormal=214,214,214
DecorationFocus=66,113,174
DecorationHover=137,89,168
ForegroundActive=77,77,76
ForegroundInactive=142,144,140
ForegroundLink=234,183,0
ForegroundNegative=200,40,41
ForegroundNeutral=113,140,0
ForegroundNormal=77,77,76
ForegroundPositive=62,153,159
ForegroundVisited=245,135,31
[Colors:Tooltip]
BackgroundAlternate=226,226,226
BackgroundNormal=214,214,214
DecorationFocus=66,113,174
DecorationHover=137,89,168
ForegroundActive=77,77,76
ForegroundInactive=142,144,140
ForegroundLink=234,183,0
ForegroundNegative=200,40,41
ForegroundNeutral=113,140,0
ForegroundNormal=77,77,76
ForegroundPositive=62,153,159
ForegroundVisited=245,135,31
[Colors:View]
BackgroundAlternate=239,239,239
BackgroundNormal=255,255,255
DecorationFocus=66,113,174
DecorationHover=137,89,168
ForegroundActive=77,77,76
ForegroundInactive=142,144,140
ForegroundLink=234,183,0
ForegroundNegative=200,40,41
ForegroundNeutral=113,140,0
ForegroundNormal=77,77,76
ForegroundPositive=62,153,159
ForegroundVisited=245,135,31
[Colors:Window]
BackgroundAlternate=226,226,226
BackgroundNormal=214,214,214
DecorationFocus=66,113,174
DecorationHover=137,89,168
ForegroundActive=77,77,76
ForegroundInactive=142,144,140
ForegroundLink=234,183,0
ForegroundNegative=200,40,41
ForegroundNeutral=113,140,0
ForegroundNormal=77,77,76
ForegroundPositive=62,153,159
ForegroundVisited=245,135,31
[General]
ColorScheme=Tomorrow
Name=Tomorrow
shadeSortColumn=true
[KDE]
contrast=7
[WM]
activeBackground=255,255,255
activeBlend=239,239,239
activeForeground=77,77,76
inactiveBackground=214,214,214
inactiveBlend=226,226,226
inactiveForeground=77,77,76
================================================
FILE: KDE/TomorrowNight.colors
================================================
[ColorEffects:Disabled]
Color=212,168,105
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=213,180,133
ColorAmount=0
ColorEffect=0
ContrastAmount=0.25
ContrastEffect=2
Enable=false
IntensityAmount=0.05
IntensityEffect=2
[Colors:Button]
BackgroundAlternate=67,71,77
BackgroundNormal=55,59,65
DecorationFocus=129,162,190
DecorationHover=178,148,187
ForegroundActive=197,200,198
ForegroundInactive=150,152,150
ForegroundLink=240,198,116
ForegroundNegative=204,102,102
ForegroundNeutral=181,189,104
ForegroundNormal=197,200,198
ForegroundPositive=138,190,183
ForegroundVisited=222,147,95
[Colors:Selection]
BackgroundAlternate=67,71,77
BackgroundNormal=55,59,65
DecorationFocus=129,162,190
DecorationHover=178,148,187
ForegroundActive=197,200,198
ForegroundInactive=150,152,150
ForegroundLink=240,198,116
ForegroundNegative=204,102,102
ForegroundNeutral=181,189,104
ForegroundNormal=197,200,198
ForegroundPositive=138,190,183
ForegroundVisited=222,147,95
[Colors:Tooltip]
BackgroundAlternate=67,71,77
BackgroundNormal=55,59,65
DecorationFocus=129,162,190
DecorationHover=178,148,187
ForegroundActive=197,200,198
ForegroundInactive=150,152,150
ForegroundLink=240,198,116
ForegroundNegative=204,102,102
ForegroundNeutral=181,189,104
ForegroundNormal=197,200,198
ForegroundPositive=138,190,183
ForegroundVisited=222,147,95
[Colors:View]
BackgroundAlternate=40,42,46
BackgroundNormal=29,31,33
DecorationFocus=129,162,190
DecorationHover=178,148,187
ForegroundActive=197,200,198
ForegroundInactive=150,152,150
ForegroundLink=240,198,116
ForegroundNegative=204,102,102
ForegroundNeutral=181,189,104
ForegroundNormal=197,200,198
ForegroundPositive=138,190,183
ForegroundVisited=222,147,95
[Colors:Window]
BackgroundAlternate=67,71,77
BackgroundNormal=55,59,65
DecorationFocus=129,162,190
DecorationHover=178,148,187
ForegroundActive=197,200,198
ForegroundInactive=150,152,150
ForegroundLink=240,198,116
ForegroundNegative=204,102,102
ForegroundNeutral=181,189,104
ForegroundNormal=197,200,198
ForegroundPositive=138,190,183
ForegroundVisited=222,147,95
[General]
ColorScheme=Tomorrow Night
Name=Tomorrow Night
shadeSortColumn=true
[KDE]
contrast=7
[WM]
activeBackground=29,31,33
activeBlend=40,42,46
activeForeground=197,200,198
inactiveBackground=55,59,65
inactiveBlend=67,71,77
inactiveForeground=197,200,198
================================================
FILE: KDE/TomorrowNightBright.colors
================================================
[ColorEffects:Disabled]
Color=212,168,105
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=213,180,133
ColorAmount=0
ColorEffect=0
ContrastAmount=0.25
ContrastEffect=2
Enable=false
IntensityAmount=0.05
IntensityEffect=2
[Colors:Button]
BackgroundAlternate=78,78,78
BackgroundNormal=66,66,66
DecorationFocus=122,166,218
DecorationHover=195,151,216
ForegroundActive=234,234,234
ForegroundInactive=150,152,150
ForegroundLink=231,197,71
ForegroundNegative=213,78,83
ForegroundNeutral=185,202,74
ForegroundNormal=234,234,234
ForegroundPositive=112,192,177
ForegroundVisited=231,140,69
[Colors:Selection]
BackgroundAlternate=78,78,78
BackgroundNormal=66,66,66
DecorationFocus=122,166,218
DecorationHover=195,151,216
ForegroundActive=234,234,234
ForegroundInactive=150,152,150
ForegroundLink=231,197,71
ForegroundNegative=213,78,83
ForegroundNeutral=185,202,74
ForegroundNormal=234,234,234
ForegroundPositive=112,192,177
ForegroundVisited=231,140,69
[Colors:Tooltip]
BackgroundAlternate=78,78,78
BackgroundNormal=66,66,66
DecorationFocus=122,166,218
DecorationHover=195,151,216
ForegroundActive=234,234,234
ForegroundInactive=150,152,150
ForegroundLink=231,197,71
ForegroundNegative=213,78,83
ForegroundNeutral=185,202,74
ForegroundNormal=234,234,234
ForegroundPositive=112,192,177
ForegroundVisited=231,140,69
[Colors:View]
BackgroundAlternate=42,42,42
BackgroundNormal=0,0,0
DecorationFocus=122,166,218
DecorationHover=195,151,216
ForegroundActive=234,234,234
ForegroundInactive=150,152,150
ForegroundLink=231,197,71
ForegroundNegative=213,78,83
ForegroundNeutral=185,202,74
ForegroundNormal=234,234,234
ForegroundPositive=112,192,177
ForegroundVisited=231,140,69
[Colors:Window]
BackgroundAlternate=78,78,78
BackgroundNormal=66,66,66
DecorationFocus=122,166,218
DecorationHover=195,151,216
ForegroundActive=234,234,234
ForegroundInactive=150,152,150
ForegroundLink=231,197,71
ForegroundNegative=213,78,83
ForegroundNeutral=185,202,74
ForegroundNormal=234,234,234
ForegroundPositive=112,192,177
ForegroundVisited=231,140,69
[General]
ColorScheme=Tomorrow Night Bright
Name=Tomorrow Night Bright
shadeSortColumn=true
[KDE]
contrast=7
[WM]
activeBackground=0,0,0
activeBlend=42,42,42
activeForeground=234,234,234
inactiveBackground=66,66,66
inactiveBlend=78,78,78
inactiveForeground=234,234,234
================================================
FILE: KDE/TomorrowNightEighties.colors
================================================
[ColorEffects:Disabled]
Color=212,168,105
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
IntensityAmount=0.25
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=213,180,133
ColorAmount=0
ColorEffect=0
ContrastAmount=0.25
ContrastEffect=2
Enable=false
IntensityAmount=0.05
IntensityEffect=2
[Colors:Button]
BackgroundAlternate=93,93,93
BackgroundNormal=81,81,81
DecorationFocus=102,153,204
DecorationHover=204,153,204
ForegroundActive=204,204,204
ForegroundInactive=153,153,153
ForegroundLink=255,204,102
ForegroundNegative=242,119,122
ForegroundNeutral=153,204,153
ForegroundNormal=204,204,204
ForegroundPositive=102,204,204
ForegroundVisited=249,145,87
[Colors:Selection]
BackgroundAlternate=93,93,93
BackgroundNormal=81,81,81
DecorationFocus=102,153,204
DecorationHover=204,153,204
ForegroundActive=204,204,204
ForegroundInactive=153,153,153
ForegroundLink=255,204,102
ForegroundNegative=242,119,122
ForegroundNeutral=153,204,153
ForegroundNormal=204,204,204
ForegroundPositive=102,204,204
ForegroundVisited=249,145,87
[Colors:Tooltip]
BackgroundAlternate=93,93,93
BackgroundNormal=81,81,81
DecorationFocus=102,153,204
DecorationHover=204,153,204
ForegroundActive=204,204,204
ForegroundInactive=153,153,153
ForegroundLink=255,204,102
ForegroundNegative=242,119,122
ForegroundNeutral=153,204,153
ForegroundNormal=204,204,204
ForegroundPositive=102,204,204
ForegroundVisited=249,145,87
[Colors:View]
BackgroundAlternate=57,57,57
BackgroundNormal=45,45,45
DecorationFocus=102,153,204
DecorationHover=204,153,204
ForegroundActive=204,204,204
ForegroundInactive=153,153,153
ForegroundLink=255,204,102
ForegroundNegative=242,119,122
ForegroundNeutral=153,204,153
ForegroundNormal=204,204,204
ForegroundPositive=102,204,204
ForegroundVisited=249,145,87
[Colors:Window]
BackgroundAlternate=93,93,93
BackgroundNormal=81,81,81
DecorationFocus=102,153,204
DecorationHover=204,153,204
ForegroundActive=204,204,204
ForegroundInactive=153,153,153
ForegroundLink=255,204,102
ForegroundNegative=242,119,122
ForegroundNeutral=153,204,153
ForegroundNormal=204,204,204
ForegroundPositive=102,204,204
ForegroundVisited=249,145,87
[General]
ColorScheme=Tomorrow Night Eighties
Name=Tomorrow Night Eighties
shadeSortColumn=true
[KDE]
contrast=7
[WM]
activeBackground=45,45,45
activeBlend=57,57,57
activeForeground=204,204,204
inactiveBackground=81,81,81
inactiveBlend=93,93,93
inactiveForeground=204,204,204
================================================
FILE: LICENSE.md
================================================
LICENSE
Tomorrow Theme is released under the MIT License:
Copyright (C) 2011 [Chris Kempson](https://github.com/chriskempson)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
================================================
FILE: LightPaper/Tomorrow Night 80s.txt
================================================
editor
foreground: cccccc
background: 2d2d2d
caret: cc99cc
editor-selection
foreground: ffffff
background: 515151
H1
foreground: 66cccc
font-style: bold
font-size: 24px
H2
foreground: 66cccc
font-style: bold
font-size: 20px
H3
foreground: 66cccc
font-size: 17px
H4
foreground: 66cccc
font-size: 15px
H5
foreground: 66cccc
font-size: 13px
H6
foreground: 66cccc
font-size: 11px
EMPH
foreground: ffcc66
font-style: italic
STRONG
foreground: f99157
font-style: bold
HRULE
foreground: 999999
LIST_BULLET
foreground: 6699cc
LIST_ENUMERATOR
foreground: 6699cc
LINK
foreground: 99cc99
AUTO_LINK_URL
foreground: 99cc99
AUTO_LINK_EMAIL
foreground: 99cc99
REFERENCE
foreground: 66cccc
IMAGE
foreground: cc99cc
CODE
foreground: 999999
VERBATIM
foreground: 999999
HTML_ENTITY
foreground: cc99cc
COMMENT
foreground: 888888
BLOCKQUOTE
foreground: f2777a
================================================
FILE: Mate-Terminal/setup-theme.sh
================================================
#!/usr/bin/env bash
[[ -z "$PROFILE_NAME" ]] && PROFILE_NAME=Tomorrow
[[ -z "$PROFILE_SLUG" ]] && PROFILE_SLUG=Tomorrow
[[ -z "$GCONFTOOL" ]] && GCONFTOOL=mateconftool-2
[[ -z "$BASE_KEY" ]] && BASE_KEY=/apps/mate-terminal/profiles
PROFILE_KEY="$BASE_KEY/$PROFILE_SLUG"
gset() {
local type="$1"; shift
local key="$1"; shift
local val="$1"; shift
"$GCONFTOOL" --set --type "$type" "$PROFILE_KEY/$key" -- "$val"
}
# because gconftool doesn't have "append"
glist_append() {
local type="$1"; shift
local key="$1"; shift
local val="$1"; shift
local entries="$(
{
"$GCONFTOOL" --get "$key" | tr -d '[]' | tr , "\n" | fgrep -v "$val"
echo "$val"
} | head -c-1 | tr "\n" ,
)"
"$GCONFTOOL" --set --type list --list-type $type "$key" "[$entries]"
}
# append the Tomorrow profile to the profile list
glist_append string /apps/mate-terminal/global/profile_list "$PROFILE_SLUG"
gset string visible_name "$PROFILE_NAME"
gset string palette "#000000000000:#919122222626:#777789890000:#AEAE7B7B0000:#1D1D25259494:#68682a2a9b9b:#2B2B66665151:#929295959393:#666666666666:#CCCC66666666:#B5B5BDBD6868:#F0F0C6C67474:#8181A2A2BEBE:#B2B29494BBBB:#8A8ABEBEB7B7:#ECECEBEBECEC"
gset string background_color "#1d1d1f1f2121"
gset string foreground_color "#c5c5c8c8c6c6"
gset string bold_color "#8A8ABEBEB7B7"
gset bool bold_color_same_as_fg "false"
gset bool use_theme_colors "false"
gset bool use_theme_background "false"
================================================
FILE: Mou/Tomorrow Night 80s.txt
================================================
editor
foreground: cccccc
background: 2d2d2d
caret: cc99cc
editor-selection
foreground: ffffff
background: 515151
H1
foreground: 66cccc
font-style: bold
font-size: 24px
H2
foreground: 66cccc
font-style: bold
font-size: 20px
H3
foreground: 66cccc
font-size: 17px
H4
foreground: 66cccc
font-size: 15px
H5
foreground: 66cccc
font-size: 13px
H6
foreground: 66cccc
font-size: 11px
EMPH
foreground: ffcc66
font-style: italic
STRONG
foreground: f99157
font-style: bold
HRULE
foreground: 999999
LIST_BULLET
foreground: 6699cc
LIST_ENUMERATOR
foreground: 6699cc
LINK
foreground: 99cc99
AUTO_LINK_URL
foreground: 99cc99
AUTO_LINK_EMAIL
foreground: 99cc99
REFERENCE
foreground: 66cccc
IMAGE
foreground: cc99cc
CODE
foreground: 999999
VERBATIM
foreground: 999999
HTML_ENTITY
foreground: cc99cc
COMMENT
foreground: 888888
BLOCKQUOTE
foreground: f2777a
================================================
FILE: OS X Terminal/Tomorrow Night Blue.terminal
================================================
ANSIBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMCAw
IDAAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljc4MDM5MjE1NjkgMC44ODYyNzQ1MDk4IDAuOTk2MDc4NDMxNAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMCAw
IDAAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIBrightBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljc4MDM5MjE1NjkgMC44ODYyNzQ1MDk4IDAuOTk2MDc4NDMxNAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightCyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjY2Mjc0NTA5OCAwLjk5MjE1Njg2MjcgMC45OTYwNzg0MzE0ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg1MDk4MDM5MjIgMC45NDUwOTgwMzkyIDAuNzI5NDExNzY0NwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjkzNzI1NDkwMiAwLjc5NjA3ODQzMTQgMC45OTYwNzg0MzE0ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBwx
IDAuNjkwMTk2MDc4NCAwLjcwNTg4MjM1MjkAEAGAAtIQERITWiRjbGFzc25hbWVYJGNs
YXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290
gAEIERojLTI3O0FITltigYOFipWepqmyxMfMAAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAA
AAAAAAAAAM4=
ANSIBrightWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIBrightYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBsx
IDAuOTM3MjU0OTAyIDAuNzI5NDExNzY0NwAQAYAC0hAREhNaJGNsYXNzbmFtZVgkY2xh
c3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RcYVHJvb3SA
AQgRGiMtMjc7QUhOW2KAgoSJlJ2lqLHDxssAAAAAAAABAQAAAAAAAAAZAAAAAAAAAAAA
AAAAAAAAzQ==
ANSICyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjY2Mjc0NTA5OCAwLjk5MjE1Njg2MjcgMC45OTYwNzg0MzE0ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg1MDk4MDM5MjIgMC45NDUwOTgwMzkyIDAuNzI5NDExNzY0NwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjkzNzI1NDkwMiAwLjc5NjA3ODQzMTQgMC45OTYwNzg0MzE0ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBwx
IDAuNjkwMTk2MDc4NCAwLjcwNTg4MjM1MjkAEAGAAtIQERITWiRjbGFzc25hbWVYJGNs
YXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290
gAEIERojLTI3O0FITltigYOFipWepqmyxMfMAAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAA
AAAAAAAAAM4=
ANSIWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBsx
IDAuOTM3MjU0OTAyIDAuNzQ1MDk4MDM5MgAQAYAC0hAREhNaJGNsYXNzbmFtZVgkY2xh
c3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RcYVHJvb3SA
AQgRGiMtMjc7QUhOW2KAgoSJlJ2lqLHDxssAAAAAAAABAQAAAAAAAAAZAAAAAAAAAAAA
AAAAAAAAzQ==
BackgroundAlphaInactive
1
BackgroundBlur
0.0
BackgroundColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECAw
LjAwNzg0MzEzNzI1NSAwLjIgMC4zODQzMTM3MjU1ABABgALSEBESE1okY2xhc3NuYW1l
WCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2ZXLRFxhU
cm9vdIABCBEaIy0yNztBSE5bYoWHiY6ZoqqttsjL0AAAAAAAAAEBAAAAAAAAABkAAAAA
AAAAAAAAAAAAAADS
BackgroundSettingsForInactiveWindows
Bell
BlinkText
CharacterEncoding
4
CursorBlink
CursorColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
CursorType
2
DisableANSIColor
Font
YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs
YXNzI0AsAAAAAAAAEBCAAoADXxAaU2F1Y2VDb2RlUG93ZXJsaW5lLVJlZ3VsYXLSExQV
FlokY2xhc3NuYW1lWCRjbGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRB
cmNoaXZlctEaG1Ryb290gAEIERojLTI3PEJLUltiaXJ0dniVmqWutbjB09bbAAAAAAAA
AQEAAAAAAAAAHAAAAAAAAAAAAAAAAAAAAN0=
FontAntialias
FontWidthSpacing
0.99596774193548387
Linewrap
ProfileCurrentVersion
2.02
ScrollbackLines
0.0
SelectionColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjAxOTYwNzg0MzE0IDAuMzM3MjU0OTAyIDAuNjE1Njg2Mjc0NQAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ShouldLimitScrollback
0
ShowActiveProcessInTitle
ShowCommandKeyInTitle
ShowDimensionsInTitle
ShowShellCommandInTitle
ShowWindowSettingsNameInTitle
TextBoldColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
TextColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
UseBoldFonts
UseBrightBold
name
Tomorrow Night Blue
shellExitAction
0
type
Window Settings
useOptionAsMetaKey
================================================
FILE: OS X Terminal/Tomorrow Night Bright.terminal
================================================
ANSIBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjU1Njg2Mjc3MTUgMC43MTc2NDcwNzU3IDAuODc0NTA5ODcxABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMCAw
IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIBrightBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjU2MDc4NDMzOTkgMC43MjE1Njg2NDQgMC44NjY2NjY3MzQyABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightCyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjUyMTU2ODY1NiAwLjc5MjE1NjkzNDcgMC43NDkwMTk2MjI4ABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjcyOTQxMTc4MDggMC43Njg2Mjc1MjQ0IDAuMzkyMTU2ODk5ABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjgwMzkyMTYzOTkgMC42Nzg0MzEzOTE3IDAuODY2NjY2NzM0MgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg1ODgyMzU5NzQgMC40MDM5MjE2MDQyIDAuNDA3ODQzMTcyNgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAKAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIBrightYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjkxNzY0NzEyMzMgMC44MDAwMDAwNzE1IDAuNDExNzY0NzQwOQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSICyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjUxMzcyNTUxOTIgMC43OTIxNTY5MzQ3IDAuNzQ5MDE5NjIyOAAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcyOTQxMTc4MDggMC43NzI1NDkwOTI4IDAuMzY0NzA1ODkwNAAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjgwNzg0MzIwODMgMC42NzQ1MDk4MjMzIDAuODcwNTg4MzAyNgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg2NjY2NjczNDIgMC40MDAwMDAwMzU4IDAuNDAwMDAwMDM1OAAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx
IDEAEAKAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
ANSIYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjkyMTU2ODY5MTcgMC44MDM5MjE2Mzk5IDAuMzgwMzkyMTkzOAAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
BackgroundAlphaInactive
0.80000000000000004
BackgroundBlur
0.0
BackgroundBlurInactive
0.14999999999999999
BackgroundColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMCAw
IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa
rK+0AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALY=
BackgroundSettingsForInactiveWindows
Bell
CursorBlink
CursorColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjkzMzMzMzM5NjkgMC45MzMzMzMzOTY5IDAuOTMzMzMzMzk2OQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
CursorType
0
Font
YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs
YXNzI0AmAAAAAAAAEBCAAoADXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj
bGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290
gAEIERojLTI3PEJLUltiaXJ0dniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA
AAAAAAAAAAAAAM4=
FontAntialias
ProfileCurrentVersion
2.02
SelectionColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMyOTQxMTc3NDkgMC4zMjk0MTE3NzQ5IDAuMzI5NDExNzc0OQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ShowActiveProcessInTitle
ShowCommandKeyInTitle
ShowDimensionsInTitle
TextBoldColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjkzMzMzMzM5NjkgMC45MzMzMzMzOTY5IDAuOTMzMzMzMzk2OQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
TextColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjkzMzMzMzM5NjkgMC45MzMzMzMzOTY5IDAuOTMzMzMzMzk2OQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
UseBoldFonts
UseBrightBold
name
Tomorrow Night Bright
shellExitAction
0
type
Window Settings
useOptionAsMetaKey
================================================
FILE: OS X Terminal/Tomorrow Night Eighties.terminal
================================================
ANSIBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMxNzY0NzA1ODggMC4zMTc2NDcwNTg4IDAuMzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC40
IDAuNiAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIBrightBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMxNzY0NzA1ODggMC4zMTc2NDcwNTg4IDAuMzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC40
IDAuNiAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIBrightCyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC40
IDAuOCAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIBrightGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC42
IDAuOCAwLjYAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIBrightMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC44
IDAuNiAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIBrightRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljk0OTAxOTYwNzggMC40NjY2NjY2NjY3IDAuNDc4NDMxMzcyNQAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC44
IDAuOCAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIBrightYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NKMSAw
LjggMC40ABABgALSEBESE1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNP
YmplY3RfEA9OU0tleWVkQXJjaGl2ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYm1vcXaB
ipKVnrCzuAAAAAAAAAEBAAAAAAAAABkAAAAAAAAAAAAAAAAAAAC6
ANSICyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC40
IDAuOCAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC42
IDAuOCAwLjYAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC44
IDAuNiAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljk0OTAxOTYwNzggMC40NjY2NjY2NjY3IDAuNDc4NDMxMzcyNQAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC44
IDAuOCAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
ANSIYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NKMSAw
LjggMC40ABABgALSEBESE1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNP
YmplY3RfEA9OU0tleWVkQXJjaGl2ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYm1vcXaB
ipKVnrCzuAAAAAAAAAEBAAAAAAAAABkAAAAAAAAAAAAAAAAAAAC6
BackgroundAlphaInactive
1
BackgroundBlur
0.0
BackgroundColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjE3NjQ3MDU4ODIgMC4xNzY0NzA1ODgyIDAuMTc2NDcwNTg4MgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
BackgroundSettingsForInactiveWindows
Bell
BlinkText
CharacterEncoding
4
CursorBlink
CursorColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcxNzY0NzA1ODggMC43MzMzMzMzMzMzIDAuNzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
CursorType
0
Font
YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs
YXNzI0AmAAAAAAAAEBCAAoADXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj
bGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290
gAEIERojLTI3PEJLUltiaXJ0dniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA
AAAAAAAAAAAAAM4=
FontAntialias
FontWidthSpacing
0.99596774193548387
Linewrap
ProfileCurrentVersion
2.02
ScrollbackLines
0.0
SelectionColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMxNzY0NzA1ODggMC4zMTc2NDcwNTg4IDAuMzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ShouldLimitScrollback
0
ShowActiveProcessInTitle
ShowCommandKeyInTitle
ShowDimensionsInTitle
ShowWindowSettingsNameInTitle
TextBoldColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC44
IDAuOCAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
TextColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NMMC44
IDAuOCAwLjgAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhO
U09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltib3Fz
eIOMlJegsrW6AAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAAAAAAAAAAALw=
UseBoldFonts
UseBrightBold
name
Tomorrow Night Eighties
shellExitAction
0
type
Window Settings
useOptionAsMetaKey
================================================
FILE: OS X Terminal/Tomorrow Night.terminal
================================================
ANSIBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjE3MzMxNDI4NjMgMC4xODUwMjcxMTI3IDAuMjAwMDI1NDc1NQAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjI1MDk4MDM5MjIgMC4zNzI1NDkwMTk2IDAuNDU0OTAxOTYwOAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjEzODczMjM2NTUgMC4xNDgxMDgwOTY0IDAuMTYwMTEzNzkwOAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjI1MDk4MDM5MjIgMC4zNzI1NDkwMTk2IDAuNDU0OTAxOTYwOAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightCyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMwNTg4MjM1MjkgMC40OTAxOTYwNzg0IDAuNDcwNTg4MjM1MwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjU2MDc4NDMxMzcgMC41ODQzMTM3MjU1IDAuMjc4NDMxMzcyNQAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjQ0MzEzNzI1NDkgMC4zMDU4ODIzNTI5IDAuNDYyNzQ1MDk4ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjUwMTk2MDc4NDMgMC4xNDExNzY0NzA2IDAuMTQ5MDE5NjA3OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcxNzY0NzA1ODggMC43MzMzMzMzMzMzIDAuNzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg0MzEzNzI1NDkgMC42MzUyOTQxMTc2IDAuMzAxOTYwNzg0MwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSICyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMwNTg4MjM1MjkgMC40OTAxOTYwNzg0IDAuNDcwNTg4MjM1MwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjU2MDc4NDMxMzcgMC41ODQzMTM3MjU1IDAuMjc4NDMxMzcyNQAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjQ0MzEzNzI1NDkgMC4zMDU4ODIzNTI5IDAuNDYyNzQ1MDk4ABABgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjUwMTk2MDc4NDMgMC4xNDExNzY0NzA2IDAuMTQ5MDE5NjA3OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcxNzY0NzA1ODggMC43MzMzMzMzMzMzIDAuNzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg0MzEzNzI1NDkgMC42MzUyOTQxMTc2IDAuMzAxOTYwNzg0MwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
BackgroundAlphaInactive
1
BackgroundBlur
0.0
BackgroundColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjExMzcyNTQ5MDIgMC4xMjE1Njg2Mjc1IDAuMTI5NDExNzY0NwAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
BackgroundSettingsForInactiveWindows
Bell
BlinkText
CharacterEncoding
4
CursorBlink
CursorColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcxNzY0NzA1ODggMC43MzMzMzMzMzMzIDAuNzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
CursorType
0
Font
YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs
YXNzI0AmAAAAAAAAEBCAAoADXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj
bGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290
gAEIERojLTI3PEJLUltiaXJ0dniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA
AAAAAAAAAAAAAM4=
FontAntialias
FontWidthSpacing
0.99596774193548387
Linewrap
ProfileCurrentVersion
2.02
ScrollbackLines
0.0
SelectionColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEB4w
LjE4ODIzNTI5NDEgMC4yIDAuMjE5NjA3ODQzMQAQAYAC0hAREhNaJGNsYXNzbmFtZVgk
Y2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hpdmVy0RcYVHJv
b3SAAQgRGiMtMjc7QUhOW2KDhYeMl6Coq7TGyc4AAAAAAAABAQAAAAAAAAAZAAAAAAAA
AAAAAAAAAAAA0A==
ShouldLimitScrollback
0
ShowActiveProcessInTitle
ShowCommandKeyInTitle
ShowDimensionsInTitle
ShowWindowSettingsNameInTitle
TextBoldColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcxNzY0NzA1ODggMC43MzMzMzMzMzMzIDAuNzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
TextColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjcxNzY0NzA1ODggMC43MzMzMzMzMzMzIDAuNzE3NjQ3MDU4OAAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
UseBoldFonts
UseBrightBold
name
Tomorrow Night
shellExitAction
0
type
Window Settings
useOptionAsMetaKey
================================================
FILE: OS X Terminal/Tomorrow.terminal
================================================
ANSIBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjM3NjQ3MDYyNTQgMC4zNzY0NzA2MjU0IDAuMzcyNTQ5MDI3MgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjYyMzUyOTQzNDIgMC42MzEzNzI1NzEgMC42MTk2MDc4NjU4ABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightBlackColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjM3NjQ3MDYyNTQgMC4zNzY0NzA2MjU0IDAuMzcyNTQ5MDI3MgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightBlueColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjI5NDExNzY1OTMgMC42NTg4MjM1NDk3IDAuNjg2Mjc0NTI4NQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightCyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMyMTU2ODYzODEgMC41MjU0OTAyMjQ0IDAuNzM3MjU0OTE3NgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBww
LjUxMzcyNTUxOTIgMC42MDc4NDMxNjA2IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNs
YXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290
gAEIERojLTI3O0FITltigYOFipWepqmyxMfMAAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAA
AAAAAAAAAM4=
ANSIBrightMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjYxMTc2NDcyOSAwLjQ0MzEzNzI4ODEgMC43MTc2NDcwNzU3ABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIBrightRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjgzMTM3MjYxODcgMC4yNDMxMzcyNzAyIDAuMjExNzY0NzIzMQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIBrightWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBww
LjkzNzI1NDk2NTMgMC43NjA3ODQzODc2IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNs
YXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290
gAEIERojLTI3O0FITltigYOFipWepqmyxMfMAAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAA
AAAAAAAAAM4=
ANSIBrightYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBww
Ljk0NTA5ODEwMjEgMC43NzI1NDkwOTI4IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNs
YXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290
gAEIERojLTI3O0FITltigYOFipWepqmyxMfMAAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAA
AAAAAAAAAM4=
ANSICyanColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjMyMTU2ODYzODEgMC41MjU0OTAyMjQ0IDAuNzM3MjU0OTE3NgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIGreenColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBww
LjUxMzcyNTUxOTIgMC42MDc4NDMxNjA2IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNs
YXNzZXNXTlNDb2xvcqISFFhOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290
gAEIERojLTI3O0FITltigYOFipWepqmyxMfMAAAAAAAAAQEAAAAAAAAAGQAAAAAAAAAA
AAAAAAAAAM4=
ANSIMagentaColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjYxMTc2NDcyOSAwLjQ0MzEzNzI4ODEgMC43MTc2NDcwNzU3ABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
ANSIRedColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjI5NDExNzY1OTMgMC42NTg4MjM1NDk3IDAuNjg2Mjc0NTI4NQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIWhiteColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljk0OTAxOTY3MDUgMC45NDkwMTk2NzA1IDAuOTQ5MDE5NjcwNQAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ANSIYellowColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljk3NjQ3MDY0OTIgMC42MDAwMDAwMjM4IDAuMTUyOTQxMTgyMwAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
BackgroundBlur
0.0
BackgroundColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OV05TV2hpdGVcTlNDb2xvclNwYWNlViRjbGFzc0Ix
ABAEgALSEBESE1okY2xhc3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3Rf
EA9OU0tleWVkQXJjaGl2ZXLRFxhUcm9vdIABCBEaIy0yNztBSFBdZGdpa3B7hIyPmKqt
sgAAAAAAAAEBAAAAAAAAABkAAAAAAAAAAAAAAAAAAAC0
CursorColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECYw
LjYxNTY4NjI5NzQgMC42MTk2MDc4NjU4IDAuNjExNzY0NzI5ABACgALSEBESE1okY2xh
c3NuYW1lWCRjbGFzc2VzV05TQ29sb3KiEhRYTlNPYmplY3RfEA9OU0tleWVkQXJjaGl2
ZXLRFxhUcm9vdIABCBEaIy0yNztBSE5bYouNj5SfqLCzvM7R1gAAAAAAAAEBAAAAAAAA
ABkAAAAAAAAAAAAAAAAAAADY
Font
YnBsaXN0MDDUAQIDBAUGGBlYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKQHCBESVSRudWxs1AkKCwwNDg8QVk5TU2l6ZVhOU2ZGbGFnc1ZOU05hbWVWJGNs
YXNzI0AmAAAAAAAAEBCAAoADXU1lbmxvLVJlZ3VsYXLSExQVFlokY2xhc3NuYW1lWCRj
bGFzc2VzVk5TRm9udKIVF1hOU09iamVjdF8QD05TS2V5ZWRBcmNoaXZlctEaG1Ryb290
gAEIERojLTI3PEJLUltiaXJ0dniGi5afpqmyxMfMAAAAAAAAAQEAAAAAAAAAHAAAAAAA
AAAAAAAAAAAAAM4=
FontAntialias
ProfileCurrentVersion
2.02
SelectionColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
Ljg3MDU4ODMwMjYgMC44NzA1ODgzMDI2IDAuODcwNTg4MzAyNgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
ShowActiveProcessInTitle
ShowCommandKeyInTitle
ShowDimensionsInTitle
TextBoldColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjM3NjQ3MDYyNTQgMC4zNzY0NzA2MjU0IDAuMzcyNTQ5MDI3MgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
TextColor
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjM3NjQ3MDYyNTQgMC4zNzY0NzA2MjU0IDAuMzcyNTQ5MDI3MgAQAoAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
dmVy0RcYVHJvb3SAAQgRGiMtMjc7QUhOW2KMjpCVoKmxtL3P0tcAAAAAAAABAQAAAAAA
AAAZAAAAAAAAAAAAAAAAAAAA2Q==
UseBoldFonts
UseBrightBold
name
Tomorrow
shellExitAction
0
type
Window Settings
useOptionAsMetaKey
================================================
FILE: QtCreator/styles/Tomorrow-Night-Blue.xml
================================================
================================================
FILE: QtCreator/styles/Tomorrow-Night-Bright.xml
================================================
================================================
FILE: QtCreator/styles/Tomorrow-Night-Eighties.xml
================================================
================================================
FILE: QtCreator/styles/Tomorrow-Night.xml
================================================
================================================
FILE: QtCreator/styles/Tomorrow.xml
================================================
================================================
FILE: README.md
================================================
# Tomorrow Theme
After having spent several years using, tweaking and refining a personal editor theme since 2005, I decided it was time to publicly release "Tomorrow Theme" on the _14th of February 2011_. Tomorrow theme is a colourful theme with muted colours and sensible syntax highlighting.
A theme should aid your work by providing easily identifiable colours that add meaning and enhance legibility. This was the main focus when developing Tomorrow Theme.
## Take a look!





## Colour Palettes
### Tomorrow Night

### Tomorrow

### Tomorrow Night Eighties

### Tomorrow Night Blue

### Tomorrow Night Bright

================================================
FILE: Visual Studio/tomorrow-night-bright.vssettings
================================================
2
================================================
FILE: Visual Studio/tomorrow-night-bright.vstheme
================================================
================================================
FILE: Visual Studio/tomorrow-night-eighties.vssettings
================================================
2
================================================
FILE: Visual Studio/tomorrow-night-eighties.vstheme
================================================
================================================
FILE: Visual Studio/tomorrow-night.vssettings
================================================
2
================================================
FILE: Visual Studio/tomorrow-night.vstheme
================================================
================================================
FILE: Visual Studio/tomorrow.vssettings
================================================
2
================================================
FILE: Visual Studio/tomorrow.vstheme
================================================
================================================
FILE: Web Inspector/README.md
================================================
# Google Chrome Web Inspector Tomorrow Theme
Copy Custom.css to your user style sheet folder
Mac:
~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css
Windows Vista/7:
C:\Users\YourUsername\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
Windows XP:
C:\Documents and Settings\YourUsername\Local Settings\Application Data\Chrome\User Data\Default\User StyleSheets\Custom.css
Ubuntu (Chromium):
~/.config/chromium/Default/User\ StyleSheets/Custom.css
================================================
FILE: Web Inspector/Tomorrow Night/Custom.css
================================================
/*
Tomorrow Nigth Color Scheme and Theme (Chrome WebInspector)
2012 Lior Hakim (www.liorhakim.com)
https://github.com/ChrisKempson/Tomorrow-Theme
http://darcyclarke.me/design/skin-your-chrome-inspector/
if you want to create your own color scheme just select the color name
with the comment than search and replace
*/
ignore{
/* HSL */
color:/*tomorroe-night-Background*/hsl(210,6%,12%)!important;
color:/*tomorroe-night-CurrentLine*/hsl(236, 10%, 33%)!important;
color:/*tomorroe-night-Selection*/hsl(216, 8%, 24%)!important;
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
color:/*tomorroe-night-Comment*/hsl(120,0%,59%)!important;
color:/*tomorroe-night-Red*/hsl(0,50%,60%)!important;
color:/*tomorroe-night-Orange*/hsl(24,65%,62%)!important;
color:/*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
color:/*tomorroe-night-Green*/hsl(65,39%,57%)!important;
color:/*tomorroe-night-Aqua*/hsl(171,28%,64%)!important;
color:/*tomorroe-night-Blue*/hsl(207,31%,62%)!important;
color:/*tomorroe-night-Purple*/hsl(286,22%,65%)!important;
/* HEX */
color:/*tomorroe-night-Background*/#1d1f21!important;
color:/*tomorroe-night-CurrentLine*/#282a2e!important;
color:/*tomorroe-night-Selection*/#373b41!important;
color:/*tomorroe-night-Foreground*/#c5c8c6!important;
color:/*tomorroe-night-Comment*/#969896!important;
color:/*tomorroe-night-Red*/#cc6666!important;
color:/*tomorroe-night-Orange*/#de935f!important;
color:/*tomorroe-night-Yellow*/#f0c674!important;
color:/*tomorroe-night-Green*/#b5bd68!important;
color:/*tomorroe-night-Aqua*/#8abeb7!important;
color:/*tomorroe-night-Blue*/#81a2be!important;
color:/*tomorroe-night-Purple*/#b294bb!important;
}
/**********************************************/
/* Console
/**********************************************/
/**********************************************/
/* Messages
/**********************************************/
#-webkit-web-inspector #console-messages {
font-family: 'ProggyClean', 'DroidSansMono', Menlo, monospace !important;
background: /*tomorroe-night-Background*/hsl(210,6%,12%) ;
}
#-webkit-web-inspector #console-messages a {
color: /*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
}
#-webkit-web-inspector #console-messages a:hover {
color: /*tomorroe-night-Green*/hsl(65,39%,57%) !important;
}
#-webkit-web-inspector #console-messages .console-message {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector #console-messages .console-message,
#-webkit-web-inspector .console-user-command {
border-bottom: 1px solid /*tomorroe-night-CurrentLine*/hsl(236, 10%, 33%) !important;
}
#-webkit-web-inspector #console-messages .console-user-command > .console-message-text {
color: /*tomorroe-night-Blue*/hsl(207,31%,62%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-number,
#-webkit-web-inspector .popover .console-formatted-number {
color: /*tomorroe-night-Orange*/hsl(24,65%,62%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-string,
#-webkit-web-inspector .popover .console-formatted-string {
color: /*tomorroe-night-Green*/hsl(65,39%,57%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-object,
#-webkit-web-inspector .popover .console-formatted-object {
color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-function,
#-webkit-web-inspector .popover .console-formatted-function {
color: /*tomorroe-night-Purple*/hsl(286,22%,65%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-regexp,
#-webkit-web-inspector .popover .console-formatted-regexp{
color: /*tomorroe-night-Aqua*/hsl(171,28%,64%)!important;
}
#-webkit-web-inspector #console-messages .console-formatted-null,
#-webkit-web-inspector .popover .console-formatted-null{
color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-array,
#-webkit-web-inspector .popover .console-formatted-array{
color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important;
}
#-webkit-web-inspector .popover .console-formatted-boolean{
color: /*tomorroe-night-Orange*/hsl(24,65%,62%) !important;
}
#-webkit-web-inspector #console-messages .console-group-messages .section .header .title {
color: /*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
}
#-webkit-web-inspector #console-messages .section .properties .name, .event-properties .name {
color: /*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
}
#-webkit-web-inspector #console-messages .console-group-messages .section .header::before,
#-webkit-web-inspector #console-messages .properties-tree li.parent::before {
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
}
#-webkit-web-inspector #console-messages .console-group-messages .section.expanded .header::before,
#-webkit-web-inspector #console-messages .properties-tree li.parent.expanded::before {
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
}
@-webkit-keyframes webkit-error-level {
0% { color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important }
50% { color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important }
100% { color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important }
}
#-webkit-web-inspector #console-messages .console-error-level .console-message-text {
color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important;
-webkit-animation-name: webkit-error-level;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-timing-function: ease-in-out;
}
#-webkit-web-inspector #console-messages .console-user-command::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTMzNzdGNUZDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTMzNzdGNjBDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y1REMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y1RUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia6udAAAAB5SURBVHjaYvz//z8DMYAFxli9ejWI6oByK5AVhYaGIhRCgQsQGwOxIFTxe5gEE5pCVyA+C8RpQLwbqgmrwvdQxauhis6AbMamEASUkEwCabyHTWE51BQlqBNMoDSKQhckX3dCFd3DCB4g2AP16VkoGwUwEhvgAAEGAAzQHBRSxqPRAAAAAElFTkSuQmCC) !important;
}
/**********************************************/
/* Prompt
/**********************************************/
#-webkit-web-inspector #console-prompt {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%) !important;
}
#-webkit-web-inspector #console-prompt::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjRGNTc2MTZDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjRGNTc2MTdDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y2MUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y2MkMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf0eOsAAAB4SURBVHjaYvz//z8DMYAFxph+BqyhA8qtQFaUacKIUAgFLkBsDMSCUMXvYRJMaApdgfgsEKcB8W6oJqwK30MVr4YqOgPEodgUgoASkkkgjfewKSyHmqIEdYIJlEZR6ILk606oonsYwQMEe6A+PQtlowBGYgMcIMAAF2wcFPVNZx8AAAAASUVORK5CYII=) !important;
color: #fff !important;
}
/**********************************************/
/* View Source
/**********************************************/
#-webkit-web-inspector .webkit-line-number {
background: /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .webkit-line-content {
background: /*tomorroe-night-Background*/hsl(210,6%,12%) !important;
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
/**********************************************/
/* Elements/Network
/**********************************************/
/**********************************************/
/* Layout
/**********************************************/
#-webkit-web-inspector #storage-views .script-view,
#-webkit-web-inspector #network-views .script-view,
#-webkit-web-inspector #script-resource-views .script-view {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector #storage-views .script-view,
#-webkit-web-inspector #elements-content,
#-webkit-web-inspector #network-views .text-editor-contents,
#-webkit-web-inspector#script-resource-views .script-view {
background: /*tomorroe-night-Background*/hsl(210,6%,12%) !important;
font-size: 12px !important;
}
#-webkit-web-inspector #elements-content .highlight {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%);
}
#-webkit-web-inspector #elements-content li.hovered:not(.selected) .selection {
background: rgba(255, 255, 255, .2) !important;
}
#-webkit-web-inspector #elements-content .selection.selected {
z-index: 0 !important;
}
#-webkit-web-inspector #elements-content ol:focus li.selected .selection {
background: /*tomorroe-night-CurrentLine*/rgba(255, 255, 255, .2) !important;
}
#-webkit-web-inspector .outline-disclosure li.selected .selection {
background: /*tomorroe-night-CurrentLine*/rgba(255, 255, 255, .2) !important;
}
#-webkit-web-inspector #elements-content .selected .highlight {
position: relative;
z-index: 2;
}
#-webkit-web-inspector #elements-content .selected {
background-color: /*tomorroe-night-CurrentLine*/hsl(236, 10%, 33%,2) !important;
}
#-webkit-web-inspector #elements-content .editing {
background-color: #242424 !important;
}
#-webkit-web-inspector .console-group-messages .section .header::before
,#-webkit-web-inspector .section .header::before
,#-webkit-web-inspector .properties-tree li.parent::before
,#-webkit-web-inspector #elements-content .parent::before
,#-webkit-web-inspector .outline-disclosure li.parent::before{
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
}
#-webkit-web-inspector .console-group-messages .section.expanded .header::before
,#-webkit-web-inspector .section.expanded .header::before
,#-webkit-web-inspector .properties-tree li.parent.expanded::before
,#-webkit-web-inspector #elements-content .parent.expanded::before
,#-webkit-web-inspector .outline-disclosure li.parent.expanded::before{
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
}
#-webkit-web-inspector .timeline-expandable-collapsed{
background-image: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png)!important;
}
#-webkit-web-inspector .timeline-expandable-expanded{
background-image: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png)!important;
}
/**********************************************/
/* HTML
/**********************************************/
#-webkit-web-inspector .webkit-html-comment {
color: /*tomorroe-night-Comment*/hsl(120,0%,59%) !important;
}
#-webkit-web-inspector .webkit-html-tag {
color: /*tomorroe-night-Blue*/hsl(207,31%,62%) !important;
}
#-webkit-web-inspector .webkit-html-attribute-name{
color: /*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
}
#-webkit-web-inspector .webkit-html-attribute-value {
color: /*tomorroe-night-Green*/hsl(65,39%,57%) !important;
}
#-webkit-web-inspector .webkit-html-css-node {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .webkit-html-js-node {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .webkit-html-external-link {
color: /*tomorroe-night-Green*/hsl(65,39%,57%) !important;
}
/**********************************************/
/* CSS
/**********************************************/
#-webkit-web-inspector .webkit-css-comment {
color: /*tomorroe-night-Comment*/hsl(120,0%,59%) !important;
}
#-webkit-web-inspector .webkit-css-selector,.styles-selector {
color: /*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
}
#-webkit-web-inspector .webkit-css-property,.styles-section.read-only {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .webkit-css-keyword, #-webkit-web-inspector .value{
color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important;
}
#-webkit-web-inspector .webkit-css-number {
color: /*tomorroe-night-Orange*/hsl(24,65%,62%) !important;
}
#-webkit-web-inspector .webkit-css-at-rule {
color: /*tomorroe-night-Purple*/hsl(286,22%,65%) !important;
}
#-webkit-web-inspector .webkit-css-string {
color: /*tomorroe-night-Green*/hsl(65,39%,57%) !important;
}
#-webkit-web-inspector .webkit-css-url {
color: /*tomorroe-night-Blue*/hsl(207,31%,62%) !important;
}
/**********************************************/
/* JavaScript
/**********************************************/
#-webkit-web-inspector .webkit-javascript-ident {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .webkit-javascript-keyword {
color: /*tomorroe-night-Purple*/hsl(286,22%,65%) !important;
}
#-webkit-web-inspector .webkit-javascript-comment {
color: /*tomorroe-night-Comment*/hsl(120,0%,59%) !important;
}
#-webkit-web-inspector .webkit-javascript-string {
color: /*tomorroe-night-Green*/hsl(65,39%,57%) !important;
}
#-webkit-web-inspector .webkit-javascript-number {
color: /*tomorroe-night-Orange*/hsl(24,65%,62%) !important;
}
#-webkit-web-inspector .webkit-javascript-regexp {
color: /*tomorroe-night-Aqua*/hsl(171,28%,64%)!important;
}
/* ToolBars*/
#-webkit-web-inspector #toolbar{
background-image: 0!important;
background:#444!important;
border-bottom: 1px solid #222!important;
}
#-webkit-web-inspector .toolbar-label{
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
text-shadow: #000 0 1px 0!important;
}
/* Status Bar*/
#-webkit-web-inspector #main-status-bar{
background:#444!important;
}
#-webkit-web-inspector .crumbs .crumb.selected{
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
text-shadow: #000 0 1px 0!important;
}
#-webkit-web-inspector .crumbs .crumb{
color:#000!important;
text-shadow: #555 0 1px 0!important;
}
select.status-bar-item:active{
color:hsl(140,2%,77%)!important;
}
select.status-bar-item{
color:hsl(140,2%,77%)!important;
text-shadow:#000 0 1px 0!important;
background:#777!important;
-webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2!important;
}
#-webkit-web-inspector button.status-bar-item {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsl(0, 0%, 59%)), to(hsl(140,2%,77%)))!important;
}
#-webkit-web-inspector .status-bar{
background:#444!important;
}
select.status-bar-item {
background: /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
}
.crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover {
-webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
}
#network-filter.scope-bar li,.scope-bar li {
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
text-shadow: #000 0 1px 0!important;
}
.network-log-grid.data-grid .network-summary-bar {
background-color: /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
}
.network-item-view .tabbed-pane-header {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsl(0, 0%, 59%)), to(hsl(140,2%,77%)))!important;
}
.resource-view.image img.resource-image-view {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAtSURBVChTY+Tl5f3PgAXIy8tjE2ZgwiqKR3A4aGDU0dHBGkoPHz4cDSVYCAAAAmgFwGB1l78AAAAASUVORK5CYII=)!important;
}
/* SideBar */
#-webkit-web-inspector #main-panels{
background:/*tomorroe-night-Background*/hsl(210,6%,12%);
}
#-webkit-web-inspector .styles-section.read-only,.styles-section.read-only .webkit-css-property{
background:#444!important;
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .styles-section .header .subtitle {
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
.panel-enabler-view{
background-color:/*tomorroe-night-Background*/hsl(210,6%,12%) !important;
}
/* Foreground*/
#-webkit-web-inspector #main-panels
,#-webkit-web-inspector .placard:nth-of-type(2n-1) .title
,#-webkit-web-inspector .breakpoint-list li
,#-webkit-web-inspector .section .header
,#-webkit-web-inspector .pane > .body .info
,#-webkit-web-inspector .placard:nth-of-type(2n-1) .subtitle
,#-webkit-web-inspector .webkit-javascript-ident{
color: hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .text-editor-lines {
background:/*tomorroe-night-Background*/hsl(210,6%,12%) !important;
}
#-webkit-web-inspector .split-view-sidebar-left {
border-right: 1px solid /*tomorroe-night-Comment*/hsl(120,0%,59%)!important;
}
/* Network */
#-webkit-web-inspector .tabbed-pane-content{
background:/*tomorroe-night-Background*/hsl(210,6%,12%);
}
#-webkit-web-inspector .outline-disclosure > ol {
color:/*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .network-log-grid.data-grid td{
border-right: 1px solid #000!important;
background:/*tomorroe-night-Background*/hsl(210,6%,12%);!important;
}
#-webkit-web-inspector .network-log-grid.data-grid td.method-column, .network-log-grid.data-grid td.status-column, .network-log-grid.data-grid td.type-column, .network-log-grid.data-grid td.initiator-column, .network-log-grid.data-grid td.size-column, .network-log-grid.data-grid td.time-column {
background:#444!important;
border-right: 1px solid #000!important;
}
#-webkit-web-inspector .network-header-subtitle {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .network-log-grid.data-grid .network-summary-bar {
background:/*tomorroe-night-Background*/hsl(210,6%,12%);!important;
}
/* Data Grid*/
#-webkit-web-inspector .data-grid th {
background-image:0!important;
background:/*tomorroe-night-Comment*/hsl(120,0%,59%) !important;
border: 1px solid /*tomorroe-night-CurrentLine*/hsl(236, 10%, 33%)!important;
color:/*tomorroe-night-Background*/hsl(210,6%,12%);
}
#-webkit-web-inspector .data-container tr{
background:/*tomorroe-night-Background*/hsl(210,6%,12%);
}
#-webkit-web-inspector .data-container tr:nth-of-type(2n-1){
background:#444;
}
#-webkit-web-inspector .data-container td {
border-right: 1px solid #000!important;
}
#-webkit-web-inspector .data-grid tr.selected {
background-color: /*tomorroe-night-Blue*/hsl(207,31%,62%) !important ;
}
/*Audit*/
#-webkit-web-inspector .audit-result {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
/*Side Bar*/
.pane > .title{
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333))!important;
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
text-shadow: /*tomorroe-night-Background*/hsl(210,6%,12%) 0 1px 0!important;
border-top: 1px solid #222!important;
border-bottom: 1px solid #111!important;
}
#-webkit-web-inspector .inactive .sidebar {
background-color: #444!important;
}
#-webkit-web-inspector .sidebar {
background-color: /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .section .properties .value.error{
color: /*tomorroe-night-Red*/hsl(0,50%,60%) !important;
}
#-webkit-web-inspector .sidebar-tree-section {
color: /*tomorroe-night-Comment*/hsl(120,0%,59%) !important;
text-shadow: #000!important 0 0px 0;
}
#-webkit-web-inspector .webkit-html-external-link, .webkit-html-resource-link {
color: /*tomorroe-night-Blue*/hsl(207,31%,62%) !important;
}
#-webkit-web-inspector .webkit-html-attribute-value.webkit-html-resource-link{
color: /*tomorroe-night-Aqua*/hsl(171,28%,64%) !important;
}
#-webkit-web-inspector .base-storage-tree-element-subtitle {
color: /*tomorroe-night-Comment*/hsl(120,0%,59%) !important ;
}
#-webkit-web-inspector .pane > .body .placard + .info {
color:/*tomorroe-night-Background*/hsl(210, 6%, 15%) !important ;
}
#-webkit-web-inspector .breakpoint-list li.breakpoint-hit {
color:/*tomorroe-night-Background*/hsl(210, 6%, 15%) !important;
}
#-webkit-web-inspector .editing, #-webkit-web-inspector .editing * {
outline: 1px solid /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
background-color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
color: /* whiter foreground to make editing visible */hsl(210,6%,88%)!important;
}
#-webkit-web-inspector .section .properties .name,
#-webkit-web-inspector .event-properties .name {
color:/*tomorroe-night-Yellow*/hsl(39,80%,69%)!important;
}
#-webkit-web-inspector .section .properties .name.editing
,#-webkit-web-inspector .webkit-css-property.editing{
color:/*tomorroe-night-Background*/hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .child-editing
,#-webkit-web-inspector #elements-content .editing,
,#-webkit-web-inspector .editing{
background-color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
color: /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .text-editor-lines {
border-right: 1px solid hsl(210, 4%, 20%)!important;
}
/* Time Line */
#-webkit-web-inspector .popover .content{
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
}
#-webkit-web-inspector #timeline-overview-grid {
background:/*tomorroe-night-Background*/hsl(210, 6%, 15%) !important;
}
#-webkit-web-inspector .timeline-graph-side.even {
background-color: hsla(0, 0%, 0%, 0.45);
}
#-webkit-web-inspector #counters > .timeline-records-counter {
color: /*tomorroe-night-Foreground*/hsl(140,2%,77%)!important;
text-shadow: #000 0 1px 0!important;
}
#-webkit-web-inspector .sidebar-tree-item{
color:/*tomorroe-night-Background*/hsl(210, 6%, 15%) !important;
}
/* Pop over */
#-webkit-web-inspector .popover {
-webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAYAAAA5gg06AAAAQklEQVR42u3BMQEAAADCoPVPbQo/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICLAaytAAGa/8ryAAAAAElFTkSuQmCC)!important;
}
#-webkit-web-inspector .popover .arrow {
background-image: 0!important;
background: #555!important;
margin-bottom: -13px!important;
-webkit-transform: rotate(45deg);
margin-top: -11px!important;
z-index: -1;
}
#-webkit-web-inspector .source-frame-popover-title{
color:hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .source-frame-popover-tree {
border-top: 1px solid hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .popover .separator{
color:hsl(140,2%,77%)!important;
}
#-webkit-web-inspector .source-frame-eval-expression
,#-webkit-web-inspector .source-frame-eval-expression .webkit-javascript-ident{
border: 1px solid hsl(140,2%,77%)!important;
margin: -1px;
background-color: hsl(140,2%,77%)!important;
color:hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .popover .properties .name{
color: hsl(287,23%,67%)!important;
}
#-webkit-web-inspector .popover {
-webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAYAAAA5gg06AAAAQklEQVR42u3BMQEAAADCoPVPbQo/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICLAaytAAGa/8ryAAAAAElFTkSuQmCC)!important;
}
#-webkit-web-inspector .popover::before {
background:#555 !important;
width: 100%;
height: 100%;
content: ' ';
position: relative;
display: block;
z-index: 0;
border-radius: 8px;
top: -6px;
padding: 6px;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar
#-webkit-web-inspector ,#elements-content::-webkit-scrollbar
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar{
width: 8px;
height: 8px;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar-thumb
,#-webkit-web-inspector #elements-content::-webkit-scrollbar-thumb
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar-thumb
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar-thumb{
background-color: rgba(255,255,255, 0.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
border-radius:4px;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar-button
,#-webkit-web-inspector #elements-content::-webkit-scrollbar-button
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar-button
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar-button{
width: 0;
height: 0;
display: none;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar-corner
,#-webkit-web-inspector #elements-content::-webkit-scrollbar-corner
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar-corner
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar-corner{
background-color: transparent;
}
================================================
FILE: Web Inspector/Tomorrow Night Eighties/Custom.css
================================================
/*
Tomorrow Nigth Color Scheme and Theme (Chrome WebInspector)
2013 github.com/adr-enal-in - http://adr.enal.in
https://github.com/ChrisKempson/Tomorrow-Theme
http://darcyclarke.me/design/skin-your-chrome-inspector/
if you want to create your own color scheme just select the color name
with the comment than search and replace
*/
ignore{
/* HSL */
color:/*tomorroe-night-Background*/hsl(0,0%,18%)!important;
color:/*tomorroe-night-CurrentLine*/hsl(0,0%,22%)!important;
color:/*tomorroe-night-Selection*/hsl(0,0%,32%)!important;
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
color:/*tomorroe-night-Comment*/hsl(0,0%,60%)!important;
color:/*tomorroe-night-Red*/hsl(359,83%,71%)!important;
color:/*tomorroe-night-Orange*/hsl(21,93%,66%)!important;
color:/*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
color:/*tomorroe-night-Green*/hsl(120,33%,70%)!important;
color:/*tomorroe-night-Aqua*/hsl(180,50%,60%)!important;
color:/*tomorroe-night-Blue*/hsl(210,50%,60%)!important;
color:/*tomorroe-night-Purple*/hsl(300,33%,70%)!important;
/* HEX */
color:/*tomorroe-night-Background*/#2d2d2d!important;
color:/*tomorroe-night-CurrentLine*/#393939!important;
color:/*tomorroe-night-Selection*/#515151!important;
color:/*tomorroe-night-Foreground*/#cccccc!important;
color:/*tomorroe-night-Comment*/#999999!important;
color:/*tomorroe-night-Red*/#f2777a!important;
color:/*tomorroe-night-Orange*/#f99157!important;
color:/*tomorroe-night-Yellow*/#ffcc66!important;
color:/*tomorroe-night-Green*/#99cc99!important;
color:/*tomorroe-night-Aqua*/#66cccc!important;
color:/*tomorroe-night-Blue*/#6699cc!important;
color:/*tomorroe-night-Purple*/#cc99cc!important;
}
/**********************************************/
/* Console
/**********************************************/
/**********************************************/
/* Messages
/**********************************************/
#-webkit-web-inspector #console-messages {
font-family: 'ProggyClean', 'DroidSansMono', Menlo, monospace !important;
background: /*tomorroe-night-Background*/hsl(0,0%,18%) ;
}
#-webkit-web-inspector #console-messages a {
color: /*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
}
#-webkit-web-inspector #console-messages a:hover {
color: /*tomorroe-night-Green*/hsl(120,33%,70%) !important;
}
#-webkit-web-inspector #console-messages .console-message {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector #console-messages .console-message,
#-webkit-web-inspector .console-user-command {
border-bottom: 1px solid /*tomorroe-night-CurrentLine*/hsl(0,0%,22%) !important;
}
#-webkit-web-inspector #console-messages .console-user-command > .console-message-text {
color: /*tomorroe-night-Blue*/hsl(210,50%,60%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-number,
#-webkit-web-inspector .popover .console-formatted-number {
color: /*tomorroe-night-Orange*/hsl(21,93%,66%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-string,
#-webkit-web-inspector .popover .console-formatted-string {
color: /*tomorroe-night-Green*/hsl(120,33%,70%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-object,
#-webkit-web-inspector .popover .console-formatted-object {
color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-function,
#-webkit-web-inspector .popover .console-formatted-function {
color: /*tomorroe-night-Purple*/hsl(300,33%,70%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-regexp,
#-webkit-web-inspector .popover .console-formatted-regexp{
color: /*tomorroe-night-Aqua*/hsl(180,50%,60%)!important;
}
#-webkit-web-inspector #console-messages .console-formatted-null,
#-webkit-web-inspector .popover .console-formatted-null{
color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important;
}
#-webkit-web-inspector #console-messages .console-formatted-array,
#-webkit-web-inspector .popover .console-formatted-array{
color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important;
}
#-webkit-web-inspector .popover .console-formatted-boolean{
color: /*tomorroe-night-Orange*/hsl(21,93%,66%) !important;
}
#-webkit-web-inspector #console-messages .console-group-messages .section .header .title {
color: /*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
}
#-webkit-web-inspector #console-messages .section .properties .name, .event-properties .name {
color: /*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
}
#-webkit-web-inspector #console-messages .console-group-messages .section .header::before,
#-webkit-web-inspector #console-messages .properties-tree li.parent::before {
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
}
#-webkit-web-inspector #console-messages .console-group-messages .section.expanded .header::before,
#-webkit-web-inspector #console-messages .properties-tree li.parent.expanded::before {
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
}
@-webkit-keyframes webkit-error-level {
0% { color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important }
50% { color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important }
100% { color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important }
}
#-webkit-web-inspector #console-messages .console-error-level .console-message-text {
color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important;
-webkit-animation-name: webkit-error-level;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-timing-function: ease-in-out;
}
#-webkit-web-inspector #console-messages .console-user-command::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTMzNzdGNUZDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTMzNzdGNjBDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y1REMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y1RUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia6udAAAAB5SURBVHjaYvz//z8DMYAFxli9ejWI6oByK5AVhYaGIhRCgQsQGwOxIFTxe5gEE5pCVyA+C8RpQLwbqgmrwvdQxauhis6AbMamEASUkEwCabyHTWE51BQlqBNMoDSKQhckX3dCFd3DCB4g2AP16VkoGwUwEhvgAAEGAAzQHBRSxqPRAAAAAElFTkSuQmCC) !important;
}
/**********************************************/
/* Prompt
/**********************************************/
#-webkit-web-inspector #console-prompt {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%) !important;
}
#-webkit-web-inspector #console-prompt::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjRGNTc2MTZDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjRGNTc2MTdDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y2MUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y2MkMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf0eOsAAAB4SURBVHjaYvz//z8DMYAFxph+BqyhA8qtQFaUacKIUAgFLkBsDMSCUMXvYRJMaApdgfgsEKcB8W6oJqwK30MVr4YqOgPEodgUgoASkkkgjfewKSyHmqIEdYIJlEZR6ILk606oonsYwQMEe6A+PQtlowBGYgMcIMAAF2wcFPVNZx8AAAAASUVORK5CYII=) !important;
color: #fff !important;
}
/**********************************************/
/* View Source
/**********************************************/
#-webkit-web-inspector .webkit-line-number {
background: /*tomorroe-night-Background*/hsl(0,0%,18%)!important;
}
#-webkit-web-inspector .webkit-line-content {
background: /*tomorroe-night-Background*/hsl(0,0%,18%) !important;
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
/**********************************************/
/* Elements/Network
/**********************************************/
/**********************************************/
/* Layout
/**********************************************/
#-webkit-web-inspector #storage-views .script-view,
#-webkit-web-inspector #network-views .script-view,
#-webkit-web-inspector #script-resource-views .script-view {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector #storage-views .script-view,
#-webkit-web-inspector #elements-content,
#-webkit-web-inspector #network-views .text-editor-contents,
#-webkit-web-inspector#script-resource-views .script-view {
background: /*tomorroe-night-Background*/hsl(0,0%,18%) !important;
font-size: 12px !important;
}
#-webkit-web-inspector #elements-content .highlight {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%);
}
#-webkit-web-inspector #elements-content li.hovered:not(.selected) .selection {
background: rgba(255, 255, 255, .2) !important;
}
#-webkit-web-inspector #elements-content .selection.selected {
z-index: 0 !important;
}
#-webkit-web-inspector #elements-content ol:focus li.selected .selection {
background: /*tomorroe-night-CurrentLine*/hsl(0,0%,22%) !important;
}
#-webkit-web-inspector .outline-disclosure li.selected .selection {
background: /*tomorroe-night-CurrentLine*/hsl(0,0%,22%) !important;
}
#-webkit-web-inspector #elements-content .selected .highlight {
position: relative;
z-index: 2;
}
#-webkit-web-inspector #elements-content .selected {
background-color: /*tomorroe-night-CurrentLine*/hsl(0,0%,22%) !important;
}
#-webkit-web-inspector #elements-content .editing {
background-color: #242424 !important;
}
#-webkit-web-inspector .console-group-messages .section .header::before
,#-webkit-web-inspector .section .header::before
,#-webkit-web-inspector .properties-tree li.parent::before
,#-webkit-web-inspector #elements-content .parent::before
,#-webkit-web-inspector .outline-disclosure li.parent::before{
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important;
}
#-webkit-web-inspector .console-group-messages .section.expanded .header::before
,#-webkit-web-inspector .section.expanded .header::before
,#-webkit-web-inspector .properties-tree li.parent.expanded::before
,#-webkit-web-inspector #elements-content .parent.expanded::before
,#-webkit-web-inspector .outline-disclosure li.parent.expanded::before{
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important;
}
#-webkit-web-inspector .timeline-expandable-collapsed{
background-image: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png)!important;
}
#-webkit-web-inspector .timeline-expandable-expanded{
background-image: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png)!important;
}
/**********************************************/
/* HTML
/**********************************************/
#-webkit-web-inspector .webkit-html-comment {
color: /*tomorroe-night-Comment*/hsl(0,0%,60%) !important;
}
#-webkit-web-inspector .webkit-html-tag {
color: /*tomorroe-night-Blue*/hsl(210,50%,60%) !important;
}
#-webkit-web-inspector .webkit-html-attribute-name{
color: /*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
}
#-webkit-web-inspector .webkit-html-attribute-value {
color: /*tomorroe-night-Green*/hsl(120,33%,70%) !important;
}
#-webkit-web-inspector .webkit-html-css-node {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .webkit-html-js-node {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .webkit-html-external-link {
color: /*tomorroe-night-Green*/hsl(120,33%,70%) !important;
}
/**********************************************/
/* CSS
/**********************************************/
#-webkit-web-inspector .webkit-css-comment {
color: /*tomorroe-night-Comment*/hsl(0,0%,60%) !important;
}
#-webkit-web-inspector .webkit-css-selector,.styles-selector {
color: /*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
}
#-webkit-web-inspector .webkit-css-property,.styles-section.read-only {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .webkit-css-keyword, #-webkit-web-inspector .value{
color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important;
}
#-webkit-web-inspector .webkit-css-number {
color: /*tomorroe-night-Orange*/hsl(21,93%,66%) !important;
}
#-webkit-web-inspector .webkit-css-at-rule {
color: /*tomorroe-night-Purple*/hsl(300,33%,70%) !important;
}
#-webkit-web-inspector .webkit-css-string {
color: /*tomorroe-night-Green*/hsl(120,33%,70%) !important;
}
#-webkit-web-inspector .webkit-css-url {
color: /*tomorroe-night-Blue*/hsl(210,50%,60%) !important;
}
/**********************************************/
/* JavaScript
/**********************************************/
#-webkit-web-inspector .webkit-javascript-ident {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .webkit-javascript-keyword {
color: /*tomorroe-night-Purple*/hsl(300,33%,70%) !important;
}
#-webkit-web-inspector .webkit-javascript-comment {
color: /*tomorroe-night-Comment*/hsl(0,0%,60%) !important;
}
#-webkit-web-inspector .webkit-javascript-string {
color: /*tomorroe-night-Green*/hsl(120,33%,70%) !important;
}
#-webkit-web-inspector .webkit-javascript-number {
color: /*tomorroe-night-Orange*/hsl(21,93%,66%) !important;
}
#-webkit-web-inspector .webkit-javascript-regexp {
color: /*tomorroe-night-Aqua*/hsl(180,50%,60%)!important;
}
/* ToolBars*/
#-webkit-web-inspector #toolbar{
background-image: 0!important;
background:#444!important;
border-bottom: 1px solid #222!important;
}
#-webkit-web-inspector .toolbar-label{
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
text-shadow: #000 0 1px 0!important;
}
/* Status Bar*/
#-webkit-web-inspector #main-status-bar{
background:#444!important;
}
#-webkit-web-inspector .crumbs .crumb.selected{
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
text-shadow: #000 0 1px 0!important;
}
#-webkit-web-inspector .crumbs .crumb{
color:#000!important;
text-shadow: #555 0 1px 0!important;
}
select.status-bar-item:active{
color:hsl(0,0%,80%)!important;
}
select.status-bar-item{
color:hsl(0,0%,80%)!important;
text-shadow:#000 0 1px 0!important;
background:#777!important;
-webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2!important;
}
#-webkit-web-inspector button.status-bar-item {
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsl(0, 0%, 59%)), to(hsl(0,0%,80%)))!important;
}
#-webkit-web-inspector .status-bar{
background:#444!important;
}
select.status-bar-item {
background: /*tomorroe-night-Background*/hsl(0,0%,18%)!important;
}
.crumbs .crumb.selected.end, .crumbs .crumb.selected.end:hover {
-webkit-border-image: url(Images/segmentSelectedEndChromium.png) 0 2 0 2;
}
#network-filter.scope-bar li,.scope-bar li {
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
text-shadow: #000 0 1px 0!important;
}
.network-log-grid.data-grid .network-summary-bar {
background-color: /*tomorroe-night-Background*/hsl(0,0%,18%)!important;
}
.network-item-view .tabbed-pane-header {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsl(0, 0%, 59%)), to(hsl(0,0%,80%)))!important;
}
.resource-view.image img.resource-image-view {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAtSURBVChTY+Tl5f3PgAXIy8tjE2ZgwiqKR3A4aGDU0dHBGkoPHz4cDSVYCAAAAmgFwGB1l78AAAAASUVORK5CYII=)!important;
}
/* SideBar */
#-webkit-web-inspector #main-panels{
background:/*tomorroe-night-Background*/hsl(0,0%,18%);
}
#-webkit-web-inspector .styles-section.read-only,.styles-section.read-only .webkit-css-property{
background:#444!important;
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .styles-section .header .subtitle {
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
.panel-enabler-view{
background-color:/*tomorroe-night-Background*/hsl(0,0%,18%) !important;
}
/* Foreground*/
#-webkit-web-inspector #main-panels
,#-webkit-web-inspector .placard:nth-of-type(2n-1) .title
,#-webkit-web-inspector .breakpoint-list li
,#-webkit-web-inspector .section .header
,#-webkit-web-inspector .pane > .body .info
,#-webkit-web-inspector .placard:nth-of-type(2n-1) .subtitle
,#-webkit-web-inspector .webkit-javascript-ident{
color: hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .text-editor-lines {
background:/*tomorroe-night-Background*/hsl(0,0%,18%) !important;
}
#-webkit-web-inspector .split-view-sidebar-left {
border-right: 1px solid /*tomorroe-night-Comment*/hsl(0,0%,60%)!important;
}
/* Network */
#-webkit-web-inspector .tabbed-pane-content{
background:/*tomorroe-night-Background*/hsl(0,0%,18%);
}
#-webkit-web-inspector .outline-disclosure > ol {
color:/*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .network-log-grid.data-grid td{
border-right: 1px solid #000!important;
background:/*tomorroe-night-Background*/hsl(0,0%,18%);!important;
}
#-webkit-web-inspector .network-log-grid.data-grid td.method-column, .network-log-grid.data-grid td.status-column, .network-log-grid.data-grid td.type-column, .network-log-grid.data-grid td.initiator-column, .network-log-grid.data-grid td.size-column, .network-log-grid.data-grid td.time-column {
background:#444!important;
border-right: 1px solid #000!important;
}
#-webkit-web-inspector .network-header-subtitle {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .network-log-grid.data-grid .network-summary-bar {
background:/*tomorroe-night-Background*/hsl(0,0%,18%);!important;
}
/* Data Grid*/
#-webkit-web-inspector .data-grid th {
background-image:0!important;
background:/*tomorroe-night-Comment*/hsl(0,0%,60%) !important;
border: 1px solid /*tomorroe-night-CurrentLine*/hsl(0,0%,22%) !important;
color:/*tomorroe-night-Background*/hsl(0,0%,18%);
}
#-webkit-web-inspector .data-container tr{
background:/*tomorroe-night-Background*/hsl(0,0%,18%);
}
#-webkit-web-inspector .data-container tr:nth-of-type(2n-1){
background:#444;
}
#-webkit-web-inspector .data-container td {
border-right: 1px solid #000!important;
}
#-webkit-web-inspector .data-grid tr.selected {
background-color: /*tomorroe-night-Blue*/hsl(210,50%,60%) !important ;
}
/*Audit*/
#-webkit-web-inspector .audit-result {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
/*Side Bar*/
.pane > .title{
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333))!important;
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
text-shadow: /*tomorroe-night-Background*/hsl(0,0%,18%) 0 1px 0!important;
border-top: 1px solid #222!important;
border-bottom: 1px solid #111!important;
}
#-webkit-web-inspector .inactive .sidebar {
background-color: #444!important;
}
#-webkit-web-inspector .sidebar {
background-color: /*tomorroe-night-Background*/hsl(0,0%,18%)!important;
}
#-webkit-web-inspector .section .properties .value.error{
color: /*tomorroe-night-Red*/hsl(359,83%,71%) !important;
}
#-webkit-web-inspector .sidebar-tree-section {
color: /*tomorroe-night-Comment*/hsl(0,0%,60%) !important;
text-shadow: #000!important 0 0px 0;
}
#-webkit-web-inspector .webkit-html-external-link, .webkit-html-resource-link {
color: /*tomorroe-night-Blue*/hsl(210,50%,60%) !important;
}
#-webkit-web-inspector .webkit-html-attribute-value.webkit-html-resource-link{
color: /*tomorroe-night-Aqua*/hsl(180,50%,60%) !important;
}
#-webkit-web-inspector .base-storage-tree-element-subtitle {
color: /*tomorroe-night-Comment*/hsl(0,0%,60%) !important ;
}
#-webkit-web-inspector .pane > .body .placard + .info {
color:/*tomorroe-night-Background*/hsl(210, 6%, 15%) !important ;
}
#-webkit-web-inspector .breakpoint-list li.breakpoint-hit {
color:/*tomorroe-night-Background*/hsl(210, 6%, 15%) !important;
}
#-webkit-web-inspector .editing, #-webkit-web-inspector .editing * {
outline: 1px solid /*tomorroe-night-Background*/hsl(210,6%,12%)!important;
background-color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
color: /* whiter foreground to make editing visible */hsl(210,6%,88%)!important;
}
#-webkit-web-inspector .section .properties .name,
#-webkit-web-inspector .event-properties .name {
color:/*tomorroe-night-Yellow*/hsl(40,100%,70%)!important;
}
#-webkit-web-inspector .section .properties .name.editing
,#-webkit-web-inspector .webkit-css-property.editing{
color:/*tomorroe-night-Background*/hsl(0,0%,18%)!important;
}
#-webkit-web-inspector .child-editing
,#-webkit-web-inspector #elements-content .editing,
,#-webkit-web-inspector .editing{
background-color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
color: /*tomorroe-night-Background*/hsl(0,0%,18%)!important;
}
#-webkit-web-inspector .text-editor-lines {
border-right: 1px solid hsl(210, 4%, 20%)!important;
}
/* Time Line */
#-webkit-web-inspector .popover .content{
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
}
#-webkit-web-inspector #timeline-overview-grid {
background:/*tomorroe-night-Background*/hsl(0,0%,18%) !important;
}
#-webkit-web-inspector .timeline-graph-side.even {
background-color: hsla(0, 0%, 0%, 0.45);
}
#-webkit-web-inspector #counters > .timeline-records-counter {
color: /*tomorroe-night-Foreground*/hsl(0,0%,80%)!important;
text-shadow: #000 0 1px 0!important;
}
#-webkit-web-inspector .sidebar-tree-item{
color:/*tomorroe-night-Background*/hsl(0,0%,18%) !important;
}
/* Pop over */
#-webkit-web-inspector .popover {
-webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAYAAAA5gg06AAAAQklEQVR42u3BMQEAAADCoPVPbQo/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICLAaytAAGa/8ryAAAAAElFTkSuQmCC)!important;
}
#-webkit-web-inspector .popover .arrow {
background-image: 0!important;
background: #555!important;
margin-bottom: -13px!important;
-webkit-transform: rotate(45deg);
margin-top: -11px!important;
z-index: -1;
}
#-webkit-web-inspector .source-frame-popover-title{
color:hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .source-frame-popover-tree {
border-top: 1px solid hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .popover .separator{
color:hsl(0,0%,80%)!important;
}
#-webkit-web-inspector .source-frame-eval-expression
,#-webkit-web-inspector .source-frame-eval-expression .webkit-javascript-ident{
border: 1px solid hsl(0,0%,80%)!important;
margin: -1px;
background-color: hsl(0,0%,80%)!important;
color:hsl(210,6%,12%)!important;
}
#-webkit-web-inspector .popover .properties .name{
color: hsl(287,23%,67%)!important;
}
#-webkit-web-inspector .popover {
-webkit-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAYAAAA5gg06AAAAQklEQVR42u3BMQEAAADCoPVPbQo/oAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICLAaytAAGa/8ryAAAAAElFTkSuQmCC)!important;
}
#-webkit-web-inspector .popover::before {
background:#555 !important;
width: 100%;
height: 100%;
content: ' ';
position: relative;
display: block;
z-index: 0;
border-radius: 8px;
top: -6px;
padding: 6px;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar
#-webkit-web-inspector ,#elements-content::-webkit-scrollbar
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar{
width: 8px;
height: 8px;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar-thumb
,#-webkit-web-inspector #elements-content::-webkit-scrollbar-thumb
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar-thumb
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar-thumb{
background-color: rgba(255,255,255, 0.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10),inset 0 -1px 0 rgba(0, 0, 0, 0.07);
border-radius:4px;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar-button
,#-webkit-web-inspector #elements-content::-webkit-scrollbar-button
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar-button
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar-button{
width: 0;
height: 0;
display: none;
}
#-webkit-web-inspector .split-view-sidebar-right::-webkit-scrollbar-corner
,#-webkit-web-inspector #elements-content::-webkit-scrollbar-corner
,#-webkit-web-inspector .tabbed-pane-content::-webkit-scrollbar-corner
,#-webkit-web-inspector .text-editor-contents::-webkit-scrollbar-corner{
background-color: transparent;
}
================================================
FILE: Xcode 4/Tomorrow Night Bright.dvtcolortheme
================================================
DVTConsoleDebuggerInputTextColor
0.897185 0.897357 0.897156 1
DVTConsoleDebuggerInputTextFont
Menlo-Bold - 11.0
DVTConsoleDebuggerOutputTextColor
0.897185 0.897357 0.897156 1
DVTConsoleDebuggerOutputTextFont
Menlo-Bold - 12.0
DVTConsoleDebuggerPromptTextColor
0.409739 0.571471 0.844841 1
DVTConsoleDebuggerPromptTextFont
Menlo-Bold - 12.0
DVTConsoleExectuableInputTextColor
0.897185 0.897357 0.897156 1
DVTConsoleExectuableInputTextFont
Menlo-Bold - 12.0
DVTConsoleExectuableOutputTextColor
0.897185 0.897357 0.897156 1
DVTConsoleExectuableOutputTextFont
Menlo-Bold - 12.0
DVTConsoleTextBackgroundColor
0 0 0 1
DVTConsoleTextInsertionPointColor
0.897185 0.897357 0.897156 1
DVTConsoleTextSelectionColor
0.198543 0.198582 0.198537 1
DVTDebuggerInstructionPointerColor
0.674115 0.76923 0.0847647 1
DVTSourceTextBackground
0 0 0 1
DVTSourceTextBlockDimBackgroundColor
0.5 0.5 0.5 1
DVTSourceTextInsertionPointColor
0.897185 0.897357 0.897156 1
DVTSourceTextInvisiblesColor
0.198543 0.198582 0.198537 1
DVTSourceTextSelectionColor
0.198543 0.198582 0.198537 1
DVTSourceTextSyntaxColors
xcode.syntax.attribute
0.869861 0.478962 0.146381 1
xcode.syntax.character
0.869861 0.478962 0.146381 1
xcode.syntax.comment
0.517317 0.52609 0.516067 1
xcode.syntax.comment.doc
0.517317 0.52609 0.516067 1
xcode.syntax.comment.doc.keyword
0.705922 0.496111 0.83689 1
xcode.syntax.identifier.class
0.878132 0.741812 0.0564746 1
xcode.syntax.identifier.class.system
0.878132 0.741812 0.0564746 1
xcode.syntax.identifier.constant
0.897185 0.897357 0.897156 1
xcode.syntax.identifier.constant.system
0.897185 0.897357 0.897156 1
xcode.syntax.identifier.function
0.878132 0.741812 0.0564746 1
xcode.syntax.identifier.function.system
0.409739 0.571471 0.844841 1
xcode.syntax.identifier.macro
0.38239 0.708845 0.628655 1
xcode.syntax.identifier.macro.system
0.38239 0.708845 0.628655 1
xcode.syntax.identifier.type
0.781264 0.221137 0.248336 1
xcode.syntax.identifier.type.system
0.869861 0.478962 0.146381 1
xcode.syntax.identifier.variable
0.781264 0.221137 0.248336 1
xcode.syntax.identifier.variable.system
0.781264 0.221137 0.248336 1
xcode.syntax.keyword
0.705922 0.496111 0.83689 1
xcode.syntax.number
0.869861 0.478962 0.146381 1
xcode.syntax.plain
0.897185 0.897357 0.897156 1
xcode.syntax.preprocessor
0.781264 0.221137 0.248336 1
xcode.syntax.string
0.674115 0.76923 0.0847647 1
xcode.syntax.url
0.409739 0.571471 0.844841 1
DVTSourceTextSyntaxFonts
xcode.syntax.attribute
Menlo-Regular - 14.0
xcode.syntax.character
Menlo-Regular - 14.0
xcode.syntax.comment
Menlo-Regular - 14.0
xcode.syntax.comment.doc
Menlo-Regular - 14.0
xcode.syntax.comment.doc.keyword
Menlo-Regular - 14.0
xcode.syntax.identifier.class
Menlo-Regular - 14.0
xcode.syntax.identifier.class.system
Menlo-Regular - 14.0
xcode.syntax.identifier.constant
Menlo-Regular - 14.0
xcode.syntax.identifier.constant.system
Menlo-Regular - 14.0
xcode.syntax.identifier.function
Menlo-Regular - 14.0
xcode.syntax.identifier.function.system
Menlo-Regular - 14.0
xcode.syntax.identifier.macro
Menlo-Regular - 14.0
xcode.syntax.identifier.macro.system
Menlo-Regular - 14.0
xcode.syntax.identifier.type
Menlo-Regular - 14.0
xcode.syntax.identifier.type.system
Menlo-Regular - 14.0
xcode.syntax.identifier.variable
Menlo-Regular - 14.0
xcode.syntax.identifier.variable.system
Menlo-Regular - 14.0
xcode.syntax.keyword
Menlo-Regular - 14.0
xcode.syntax.number
Menlo-Regular - 14.0
xcode.syntax.plain
Menlo-Regular - 14.0
xcode.syntax.preprocessor
Menlo-Regular - 14.0
xcode.syntax.string
Menlo-Regular - 14.0
xcode.syntax.url
Menlo-Regular - 14.0
================================================
FILE: Xcode 4/Tomorrow Night Eighties.dvtcolortheme
================================================
DVTConsoleDebuggerInputTextColor
0.755591 0.755568 0.755581 1
DVTConsoleDebuggerInputTextFont
Menlo-Bold - 12.0
DVTConsoleDebuggerOutputTextColor
0.755591 0.755568 0.755581 1
DVTConsoleDebuggerOutputTextFont
Menlo-Bold - 12.0
DVTConsoleDebuggerPromptTextColor
0.506524 0.633807 0.747343 1
DVTConsoleDebuggerPromptTextFont
Menlo-Bold - 12.0
DVTConsoleExectuableInputTextColor
0.755591 0.755568 0.755581 1
DVTConsoleExectuableInputTextFont
Menlo-Bold - 12.0
DVTConsoleExectuableOutputTextColor
0.755591 0.755568 0.755581 1
DVTConsoleExectuableOutputTextFont
Menlo-Bold - 12.0
DVTConsoleTextBackgroundColor
0.13233 0.132326 0.132329 1
DVTConsoleTextInsertionPointColor
0.770437 0.783913 0.778299 1
DVTConsoleTextSelectionColor
0.249687 0.249679 0.249683 1
DVTDebuggerInstructionPointerColor
0.708155 0.741288 0.405974 1
DVTSourceTextBackground
0.13233 0.132326 0.132329 1
DVTSourceTextBlockDimBackgroundColor
0.5 0.5 0.5 1
DVTSourceTextInsertionPointColor
0.755591 0.755568 0.755581 1
DVTSourceTextInvisiblesColor
0.249687 0.249679 0.249683 1
DVTSourceTextSelectionColor
0.249687 0.249679 0.249683 1
DVTSourceTextSyntaxColors
xcode.syntax.attribute
0.961064 0.489363 0.27364 1
xcode.syntax.character
0.961064 0.489363 0.27364 1
xcode.syntax.comment
0.529648 0.529632 0.529641 1
xcode.syntax.comment.doc
0.529648 0.529632 0.529641 1
xcode.syntax.comment.doc.keyword
0.750159 0.515181 0.755272 1
xcode.syntax.identifier.class
0.99502 0.761244 0.328821 1
xcode.syntax.identifier.class.system
0.99502 0.761244 0.328821 1
xcode.syntax.identifier.constant
0.755591 0.755568 0.755581 1
xcode.syntax.identifier.constant.system
0.755591 0.755568 0.755581 1
xcode.syntax.identifier.function
0.99502 0.761244 0.328821 1
xcode.syntax.identifier.function.system
0.331338 0.524022 0.75472 1
xcode.syntax.identifier.macro
0.341683 0.762099 0.755029 1
xcode.syntax.identifier.macro.system
0.341683 0.762099 0.755029 1
xcode.syntax.identifier.type
0.925674 0.373705 0.404131 1
xcode.syntax.identifier.type.system
0.961064 0.489363 0.27364 1
xcode.syntax.identifier.variable
0.925674 0.373705 0.404131 1
xcode.syntax.identifier.variable.system
0.925674 0.373705 0.404131 1
xcode.syntax.keyword
0.750159 0.515181 0.755272 1
xcode.syntax.number
0.961064 0.489363 0.27364 1
xcode.syntax.plain
0.755591 0.755568 0.755581 1
xcode.syntax.preprocessor
0.925674 0.373705 0.404131 1
xcode.syntax.string
0.536806 0.766265 0.530051 1
xcode.syntax.url
0.331338 0.524022 0.75472 1
DVTSourceTextSyntaxFonts
xcode.syntax.attribute
Menlo-Regular - 12.0
xcode.syntax.character
Menlo-Regular - 12.0
xcode.syntax.comment
Menlo-Regular - 12.0
xcode.syntax.comment.doc
Menlo-Regular - 12.0
xcode.syntax.comment.doc.keyword
Menlo-Regular - 12.0
xcode.syntax.identifier.class
Menlo-Regular - 12.0
xcode.syntax.identifier.class.system
Menlo-Regular - 12.0
xcode.syntax.identifier.constant
Menlo-Regular - 12.0
xcode.syntax.identifier.constant.system
Menlo-Regular - 12.0
xcode.syntax.identifier.function
Menlo-Regular - 12.0
xcode.syntax.identifier.function.system
Menlo-Regular - 12.0
xcode.syntax.identifier.macro
Menlo-Regular - 12.0
xcode.syntax.identifier.macro.system
Menlo-Regular - 12.0
xcode.syntax.identifier.type
Menlo-Regular - 12.0
xcode.syntax.identifier.type.system
Menlo-Regular - 12.0
xcode.syntax.identifier.variable
Menlo-Regular - 12.0
xcode.syntax.identifier.variable.system
Menlo-Regular - 12.0
xcode.syntax.keyword
Menlo-Regular - 12.0
xcode.syntax.number
Menlo-Regular - 12.0
xcode.syntax.plain
Menlo-Regular - 12.0
xcode.syntax.preprocessor
Menlo-Regular - 12.0
xcode.syntax.string
Menlo-Regular - 12.0
xcode.syntax.url
Menlo-Regular - 12.0
================================================
FILE: Xcode 4/Tomorrow Night.dvtcolortheme
================================================
DVTConsoleDebuggerInputTextColor
0.770437 0.783913 0.778299 1
DVTConsoleDebuggerInputTextFont
Menlo-Bold - 12.0
DVTConsoleDebuggerOutputTextColor
0.770437 0.783913 0.778299 1
DVTConsoleDebuggerOutputTextFont
Menlo-Bold - 12.0
DVTConsoleDebuggerPromptTextColor
0.506524 0.633807 0.747343 1
DVTConsoleDebuggerPromptTextFont
Menlo-Bold - 12.0
DVTConsoleExectuableInputTextColor
0.770437 0.783913 0.778299 1
DVTConsoleExectuableInputTextFont
Menlo-Bold - 12.0
DVTConsoleExectuableOutputTextColor
0.770437 0.783913 0.778299 1
DVTConsoleExectuableOutputTextFont
Menlo-Bold - 12.0
DVTConsoleTextBackgroundColor
0.112404 0.120126 0.130254 1
DVTConsoleTextInsertionPointColor
0.770437 0.783913 0.778299 1
DVTConsoleTextSelectionColor
0.216386 0.231364 0.2553 1
DVTDebuggerInstructionPointerColor
0.708155 0.741288 0.405974 1
DVTSourceTextBackground
0.112404 0.120126 0.130254 1
DVTSourceTextBlockDimBackgroundColor
0.5 0.5 0.5 1
DVTSourceTextInsertionPointColor
0.770437 0.783913 0.778299 1
DVTSourceTextInvisiblesColor
0.293494 0.306201 0.33183 1
DVTSourceTextSelectionColor
0.216386 0.231364 0.2553 1
DVTSourceTextSyntaxColors
xcode.syntax.attribute
0.868731 0.575814 0.373674 1
xcode.syntax.character
0.868731 0.575814 0.373674 1
xcode.syntax.comment
0.589928 0.594322 0.589154 1
xcode.syntax.comment.doc
0.589928 0.594322 0.589154 1
xcode.syntax.comment.doc.keyword
0.696639 0.58008 0.734811 1
xcode.syntax.identifier.class
0.939447 0.774972 0.455114 1
xcode.syntax.identifier.class.system
0.939447 0.774972 0.455114 1
xcode.syntax.identifier.constant
0.770437 0.783913 0.778299 1
xcode.syntax.identifier.constant.system
0.770437 0.783913 0.778299 1
xcode.syntax.identifier.function
0.939447 0.774972 0.455114 1
xcode.syntax.identifier.function.system
0.506524 0.633807 0.747343 1
xcode.syntax.identifier.macro
0.550924 0.745364 0.717924 1
xcode.syntax.identifier.macro.system
0.550924 0.745364 0.717924 1
xcode.syntax.identifier.type
0.801655 0.399344 0.401992 1
xcode.syntax.identifier.type.system
0.868731 0.575814 0.373674 1
xcode.syntax.identifier.variable
0.801655 0.399344 0.401992 1
xcode.syntax.identifier.variable.system
0.801655 0.399344 0.401992 1
xcode.syntax.keyword
0.696639 0.58008 0.734811 1
xcode.syntax.number
0.868731 0.575814 0.373674 1
xcode.syntax.plain
0.770437 0.783913 0.778299 1
xcode.syntax.preprocessor
0.801655 0.399344 0.401992 1
xcode.syntax.string
0.708155 0.741288 0.405974 1
xcode.syntax.url
0.506524 0.633807 0.747343 1
DVTSourceTextSyntaxFonts
xcode.syntax.attribute
Menlo-Regular - 12.0
xcode.syntax.character
Menlo-Regular - 12.0
xcode.syntax.comment
Menlo-Regular - 12.0
xcode.syntax.comment.doc
Menlo-Regular - 12.0
xcode.syntax.comment.doc.keyword
Menlo-Regular - 12.0
xcode.syntax.identifier.class
Menlo-Regular - 12.0
xcode.syntax.identifier.class.system
Menlo-Regular - 12.0
xcode.syntax.identifier.constant
Menlo-Regular - 12.0
xcode.syntax.identifier.constant.system
Menlo-Regular - 12.0
xcode.syntax.identifier.function
Menlo-Regular - 12.0
xcode.syntax.identifier.function.system
Menlo-Regular - 12.0
xcode.syntax.identifier.macro
Menlo-Regular - 12.0
xcode.syntax.identifier.macro.system
Menlo-Regular - 12.0
xcode.syntax.identifier.type
Menlo-Regular - 12.0
xcode.syntax.identifier.type.system
Menlo-Regular - 12.0
xcode.syntax.identifier.variable
Menlo-Regular - 12.0
xcode.syntax.identifier.variable.system
Menlo-Regular - 12.0
xcode.syntax.keyword
Menlo-Regular - 12.0
xcode.syntax.number
Menlo-Regular - 12.0
xcode.syntax.plain
Menlo-Regular - 12.0
xcode.syntax.preprocessor
Menlo-Regular - 12.0
xcode.syntax.string
Menlo-Regular - 12.0
xcode.syntax.url
Menlo-Regular - 12.0
================================================
FILE: Xcode 4/Tomorrow.dvtcolortheme
================================================
DVTConsoleDebuggerInputTextColor
0.793012 0.152623 0.143433 1
DVTConsoleDebuggerInputTextFont
Consolas - 12.0
DVTConsoleDebuggerOutputTextColor
0.793012 0.152623 0.143433 1
DVTConsoleDebuggerOutputTextFont
Consolas - 12.0
DVTConsoleDebuggerPromptTextColor
0.303557 0.303796 0.299714 1
DVTConsoleDebuggerPromptTextFont
Consolas - 12.0
DVTConsoleExectuableInputTextColor
0.303557 0.303796 0.299714 1
DVTConsoleExectuableInputTextFont
Consolas - 12.0
DVTConsoleExectuableOutputTextColor
0.303557 0.303796 0.299714 1
DVTConsoleExectuableOutputTextFont
Consolas - 12.0
DVTConsoleTextBackgroundColor
0.999873 1 0.999841 1
DVTConsoleTextInsertionPointColor
0.303557 0.303796 0.299714 1
DVTConsoleTextSelectionColor
0.83978 0.839941 0.839753 1
DVTDebuggerInstructionPointerColor
0.971483 0.530718 0.0375477 1
DVTSourceTextBackground
0.999873 1 0.999841 1
DVTSourceTextBlockDimBackgroundColor
0.5 0.5 0.5 1
DVTSourceTextInsertionPointColor
0.303557 0.303796 0.299714 1
DVTSourceTextInvisiblesColor
0.935976 0.936156 0.935946 1
DVTSourceTextSelectionColor
0.83978 0.839941 0.839753 1
DVTSourceTextSyntaxColors
xcode.syntax.attribute
0.971483 0.530718 0.0375477 1
xcode.syntax.character
0.971483 0.530718 0.0375477 1
xcode.syntax.comment
0.555162 0.564683 0.5504 1
xcode.syntax.comment.doc
0.555162 0.564683 0.5504 1
xcode.syntax.comment.doc.keyword
0.540796 0.340821 0.667724 0.8
xcode.syntax.identifier.class
0.22806 0.598894 0.628281 1
xcode.syntax.identifier.class.system
0.22806 0.598894 0.628281 1
xcode.syntax.identifier.constant
0.923358 0.725624 0 1
xcode.syntax.identifier.constant.system
0.923358 0.725624 0 1
xcode.syntax.identifier.function
0.25043 0.439404 0.691119 1
xcode.syntax.identifier.function.system
0.25043 0.439404 0.691119 1
xcode.syntax.identifier.macro
0.540796 0.340821 0.667724 1
xcode.syntax.identifier.macro.system
0.540796 0.340821 0.667724 1
xcode.syntax.identifier.type
0.793012 0.152623 0.143433 1
xcode.syntax.identifier.type.system
0.971483 0.530718 0.0375477 1
xcode.syntax.identifier.variable
0.793012 0.152623 0.143433 1
xcode.syntax.identifier.variable.system
0.793012 0.152623 0.143433 1
xcode.syntax.keyword
0.540796 0.340821 0.667724 1
xcode.syntax.number
0.971483 0.530718 0.0375477 1
xcode.syntax.plain
0.303557 0.303796 0.299714 1
xcode.syntax.preprocessor
0.793012 0.152623 0.143433 1
xcode.syntax.string
0.440623 0.556631 0 1
xcode.syntax.url
0.25043 0.439404 0.691119 1
DVTSourceTextSyntaxFonts
xcode.syntax.attribute
Consolas - 12.0
xcode.syntax.character
Consolas - 12.0
xcode.syntax.comment
Consolas - 12.0
xcode.syntax.comment.doc
Consolas - 12.0
xcode.syntax.comment.doc.keyword
Consolas - 12.0
xcode.syntax.identifier.class
Consolas - 12.0
xcode.syntax.identifier.class.system
Consolas - 12.0
xcode.syntax.identifier.constant
Consolas - 12.0
xcode.syntax.identifier.constant.system
Consolas - 12.0
xcode.syntax.identifier.function
Consolas - 12.0
xcode.syntax.identifier.function.system
Consolas - 12.0
xcode.syntax.identifier.macro
Consolas - 12.0
xcode.syntax.identifier.macro.system
Consolas - 12.0
xcode.syntax.identifier.type
Consolas - 12.0
xcode.syntax.identifier.type.system
Consolas - 12.0
xcode.syntax.identifier.variable
Consolas - 12.0
xcode.syntax.identifier.variable.system
Consolas - 12.0
xcode.syntax.keyword
Consolas - 12.0
xcode.syntax.number
Consolas - 12.0
xcode.syntax.plain
Consolas - 12.0
xcode.syntax.preprocessor
Consolas - 12.0
xcode.syntax.string
Consolas - 12.0
xcode.syntax.url
Consolas - 12.0
================================================
FILE: Xdefaults/Tomorrow
================================================
!-- Tomorrow Color Scheme
! Names of the original color are in parenthesis.
! With the exception of DarkYellow (which is Orange) and Yellow
! (which is Yellow), bright colors were derived by simply upping the 'value'
! of each color by 22. This number was derived from maxing out the value on
! Red.
*foreground: #4d4d4c
*background: #fafafa
! CursorColor (Selection)
*cursorColor: #d6d6d6
! Black + Grey (Comment)
*color0: #000000
*color8: #8e908c
! Red + Bright Red
*color1: #c82829
*color9: #ff3334
! Green + Bright Green
*color2: #718c00
*color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*color3: #f5871f
*color11: #eab700
! Blue + Bright Blue
*color4: #4271ae
*color12: #5795e6
! Magenta (Purple) + Bright Magenta
*color5: #8959a8
*color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*color6: #3e999f
*color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*color7: #d6d6d6
*color15: #efefef
================================================
FILE: Xdefaults/Tomorrow Night
================================================
*foreground: #c5c8c6
*background: #1d1f21
*cursorColor: #aeafad
*color0: #000000
*color1: #912226
*color2: #778900
*color3: #ae7b00
*color4: #1d2594
*color5: #682a9b
*color6: #2b6651
*color7: #929593
*color8: #666666
*color9: #cc6666
*color10: #b5bd68
*color11: #f0c674
*color12: #81a2be
*color13: #b294bb
*color14: #8abeb7
*color15: #ecebec
================================================
FILE: Xdefaults/Tomorrow-Night-Bright
================================================
*foreground: #eaeaea
*background: #000000
*cursorColor: #aeafad
*color0: #000000
*color1: #912226
*color2: #778900
*color3: #ae7b00
*color4: #1d2594
*color5: #682a9b
*color6: #2b6651
*color7: #929593
*color8: #666666
*color9: #cc6666
*color10: #b5bd68
*color11: #f0c674
*color12: #81a2be
*color13: #b294bb
*color14: #8abeb7
*color15: #ecebec
================================================
FILE: Xdefaults/XresourceTomorrow
================================================
!Tomorrow
#define t_background #ffffff
#define t_current_line #efefef
#define t_selection #d6d6d6
#define t_foreground #4d4d4c
#define t_comment #8e908c
#define t_red #c82829
#define t_orange #f5871f
#define t_yellow #eab700
#define t_green #718c00
#define t_aqua #3e999f
#define t_blue #4271ae
#define t_purple #8959a8
*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad
! Black / Grey
*.color0: #000000
*.color8: #666666
! Red / Bright Red
*.color1: t_red
*.color9: #FF3334
! Green + Bright Green
*.color2: t_green
*.color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow
! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue
! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
================================================
FILE: Xdefaults/XresourceTomorrowNight
================================================
!TomorrowNight
#define t_background #1d1f21
#define t_current_line #282a2e
#define t_selection #373b41
#define t_foreground #c5c8c6
#define t_comment #969896
#define t_red #cc6666
#define t_orange #de935f
#define t_yellow #f0c674
#define t_green #b5bd68
#define t_aqua #8abeb7
#define t_blue #81a2be
#define t_purple #b294bb
*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad
! Black / Grey
*.color0: #000000
*.color8: #666666
! Red / Bright Red
*.color1: t_red
*.color9: #FF3334
! Green + Bright Green
*.color2: t_green
*.color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow
! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue
! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
================================================
FILE: Xdefaults/XresourceTomorrowNightBlue
================================================
!TomorrowNightBlue
#define t_background #002451
#define t_current_line #00346e
#define t_selection #003f8e
#define t_foreground #ffffff
#define t_comment #7285b7
#define t_red #ff9da4
#define t_orange #ffc58f
#define t_yellow #ffeead
#define t_green #d1f1a9
#define t_aqua #99ffff
#define t_blue #bbdaff
#define t_purple #ebbbff
*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad
! Black / Grey
*.color0: #000000
*.color8: #666666
! Red / Bright Red
*.color1: t_red
*.color9: #FF3334
! Green + Bright Green
*.color2: t_green
*.color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow
! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue
! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
================================================
FILE: Xdefaults/XresourceTomorrowNightBright
================================================
!TomorrowNightBright
#define t_background #000000
#define t_current_line #2a2a2a
#define t_selection #424242
#define t_foreground #eaeaea
#define t_comment #969896
#define t_red #d54e53
#define t_orange #e78c45
#define t_yellow #e7c547
#define t_green #b9ca4a
#define t_aqua #70c0b1
#define t_blue #7aa6da
#define t_purple #c397d8
*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad
! Black / Grey
*.color0: #000000
*.color8: #666666
! Red / Bright Red
*.color1: t_red
*.color9: #FF3334
! Green + Bright Green
*.color2: t_green
*.color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow
! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue
! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
================================================
FILE: Xdefaults/XresourceTomorrowNightEighties
================================================
!TomorrowNightEighties
#define t_background #2d2d2d
#define t_current_line #393939
#define t_selection #515151
#define t_foreground #cccccc
#define t_comment #999999
#define t_red #f2777a
#define t_orange #f99157
#define t_yellow #ffcc66
#define t_green #99cc99
#define t_aqua #66cccc
#define t_blue #6699cc
#define t_purple #cc99cc
*.foreground: t_foreground
*.background: t_background
*.cursorColor: #aeafad
! Black / Grey
*.color0: #000000
*.color8: #666666
! Red / Bright Red
*.color1: t_red
*.color9: #FF3334
! Green + Bright Green
*.color2: t_green
*.color10: #9ec400
! Yellow (Orange) + Bright Yellow (Yellow)
*.color3: t_orange
*.color11: t_yellow
! Blue + Bright Blue
*.color4: t_blue
*.color12: t_blue
! Magenta (Purple) + Bright Magenta
*.color5: t_purple
*.color13: #b777e0
! Cyan (Aqua) + Bright Cyan
*.color6: t_aqua
*.color14: #54ced6
! Light Grey (Selection) + White (Current Line)
*.color7: t_selection
*.color15: t_current_line
================================================
FILE: iTerm2/Tomorrow Night Blue.itermcolors
================================================
Ansi 0 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 1 Color
Blue Component
0.64313725490196072
Green Component
0.61568627450980395
Red Component
1
Ansi 10 Color
Blue Component
0.66274509800000003
Green Component
0.94509803920000002
Red Component
0.81960784310000001
Ansi 11 Color
Blue Component
0.67843137249999996
Green Component
0.93333333330000001
Red Component
1
Ansi 12 Color
Blue Component
1
Green Component
0.85490196080000003
Red Component
0.73333333329999995
Ansi 13 Color
Blue Component
1
Green Component
0.73333333329999995
Red Component
0.92156862750000001
Ansi 14 Color
Blue Component
1
Green Component
1
Red Component
0.59999999999999998
Ansi 15 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 2 Color
Blue Component
0.66274509803921566
Green Component
0.94509803921568625
Red Component
0.81960784313725488
Ansi 3 Color
Blue Component
0.67843137254901964
Green Component
0.93333333333333335
Red Component
1
Ansi 4 Color
Blue Component
1
Green Component
0.85490196078431369
Red Component
0.73333333333333328
Ansi 5 Color
Blue Component
1
Green Component
0.73333333333333328
Red Component
0.92156862745098034
Ansi 6 Color
Blue Component
1
Green Component
1
Red Component
0.59999999999999998
Ansi 7 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 8 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 9 Color
Blue Component
0.64313725489999995
Green Component
0.61568627450000002
Red Component
1
Background Color
Blue Component
0.31764705882352939
Green Component
0.14117647058823529
Red Component
0.0
Bold Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Cursor Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Cursor Text Color
Blue Component
0.5568627451
Green Component
0.2470588235
Red Component
0.0
Foreground Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Selected Text Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Selection Color
Blue Component
0.55686274509803924
Green Component
0.24705882352941178
Red Component
0.0
================================================
FILE: iTerm2/Tomorrow Night Bright.itermcolors
================================================
Ansi 0 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 1 Color
Blue Component
0.32549019607843138
Green Component
0.30588235294117649
Red Component
0.83529411764705885
Ansi 10 Color
Blue Component
0.2901960784
Green Component
0.79215686269999996
Red Component
0.72549019609999998
Ansi 11 Color
Blue Component
0.2784313725
Green Component
0.7725490196
Red Component
0.90588235289999997
Ansi 12 Color
Blue Component
0.85490196080000003
Green Component
0.65098039220000004
Red Component
0.47843137250000001
Ansi 13 Color
Blue Component
0.84705882349999995
Green Component
0.59215686270000001
Red Component
0.76470588240000004
Ansi 14 Color
Blue Component
0.69411764710000001
Green Component
0.75294117650000003
Red Component
0.43921568630000002
Ansi 15 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 2 Color
Blue Component
0.29019607843137252
Green Component
0.792156862745098
Red Component
0.72549019607843135
Ansi 3 Color
Blue Component
0.27843137254901962
Green Component
0.77254901960784317
Red Component
0.90588235294117647
Ansi 4 Color
Blue Component
0.85490196078431369
Green Component
0.65098039215686276
Red Component
0.47843137254901957
Ansi 5 Color
Blue Component
0.84705882352941175
Green Component
0.59215686274509804
Red Component
0.76470588235294112
Ansi 6 Color
Blue Component
0.69411764705882351
Green Component
0.75294117647058822
Red Component
0.4392156862745098
Ansi 7 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 8 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 9 Color
Blue Component
0.32549019610000002
Green Component
0.30588235289999999
Red Component
0.83529411760000005
Background Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Bold Color
Blue Component
0.91648769379999995
Green Component
0.91671288009999996
Red Component
0.91654461620000005
Cursor Color
Blue Component
0.91648769379999995
Green Component
0.91671288009999996
Red Component
0.91654461620000005
Cursor Text Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Foreground Color
Blue Component
0.91648769378662109
Green Component
0.91671288013458252
Red Component
0.91654461622238159
Selected Text Color
Blue Component
0.91648769378662109
Green Component
0.91671288013458252
Red Component
0.91654461622238159
Selection Color
Blue Component
0.26020613312721252
Green Component
0.26027005910873413
Red Component
0.26022228598594666
================================================
FILE: iTerm2/Tomorrow Night Eighties.itermcolors
================================================
Ansi 0 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 1 Color
Blue Component
0.47843137254901957
Green Component
0.46666666666666667
Red Component
0.94901960784313721
Ansi 10 Color
Blue Component
0.59999999999999998
Green Component
0.80000000000000004
Red Component
0.59999999999999998
Ansi 11 Color
Blue Component
0.40000000000000002
Green Component
0.80000000000000004
Red Component
1
Ansi 12 Color
Blue Component
0.80000000000000004
Green Component
0.59999999999999998
Red Component
0.40000000000000002
Ansi 13 Color
Blue Component
0.80000000000000004
Green Component
0.59999999999999998
Red Component
0.80000000000000004
Ansi 14 Color
Blue Component
0.80000000000000004
Green Component
0.80000000000000004
Red Component
0.40000000000000002
Ansi 15 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 2 Color
Blue Component
0.59999999999999998
Green Component
0.80000000000000004
Red Component
0.59999999999999998
Ansi 3 Color
Blue Component
0.40000000000000002
Green Component
0.80000000000000004
Red Component
1
Ansi 4 Color
Blue Component
0.80000000000000004
Green Component
0.59999999999999998
Red Component
0.40000000000000002
Ansi 5 Color
Blue Component
0.80000000000000004
Green Component
0.59999999999999998
Red Component
0.80000000000000004
Ansi 6 Color
Blue Component
0.80000000000000004
Green Component
0.80000000000000004
Red Component
0.40000000000000002
Ansi 7 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 8 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 9 Color
Blue Component
0.47843137250000001
Green Component
0.46666666670000001
Red Component
0.94901960780000005
Background Color
Blue Component
0.1764705882352941
Green Component
0.1764705882352941
Red Component
0.1764705882352941
Bold Color
Blue Component
0.80000000000000004
Green Component
0.80000000000000004
Red Component
0.80000000000000004
Cursor Color
Blue Component
0.80000000000000004
Green Component
0.80000000000000004
Red Component
0.80000000000000004
Cursor Text Color
Blue Component
0.1764705882
Green Component
0.1764705882
Red Component
0.1764705882
Foreground Color
Blue Component
0.80000000000000004
Green Component
0.80000000000000004
Red Component
0.80000000000000004
Selected Text Color
Blue Component
0.80000000000000004
Green Component
0.80000000000000004
Red Component
0.80000000000000004
Selection Color
Blue Component
0.31764705882352939
Green Component
0.31764705882352939
Red Component
0.31764705882352939
================================================
FILE: iTerm2/Tomorrow Night.itermcolors
================================================
Ansi 0 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 1 Color
Blue Component
0.40000000000000002
Green Component
0.40000000000000002
Red Component
0.80000000000000004
Ansi 10 Color
Blue Component
0.40784313729999999
Green Component
0.74117647060000003
Red Component
0.70980392160000005
Ansi 11 Color
Blue Component
0.4549019608
Green Component
0.77647058820000003
Red Component
0.94117647059999998
Ansi 12 Color
Blue Component
0.74509803919999995
Green Component
0.63529411759999999
Red Component
0.50588235290000005
Ansi 13 Color
Blue Component
0.73333333329999995
Green Component
0.58039215690000001
Red Component
0.69803921570000005
Ansi 14 Color
Blue Component
0.71764705880000002
Green Component
0.74509803919999995
Red Component
0.54117647059999996
Ansi 15 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 2 Color
Blue Component
0.40784313725490196
Green Component
0.74117647058823533
Red Component
0.70980392156862748
Ansi 3 Color
Blue Component
0.45490196078431372
Green Component
0.77647058823529413
Red Component
0.94117647058823528
Ansi 4 Color
Blue Component
0.74509803921568629
Green Component
0.63529411764705879
Red Component
0.50588235294117645
Ansi 5 Color
Blue Component
0.73333333333333328
Green Component
0.58039215686274503
Red Component
0.69803921568627447
Ansi 6 Color
Blue Component
0.71764705882352942
Green Component
0.74509803921568629
Red Component
0.54117647058823526
Ansi 7 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 8 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 9 Color
Blue Component
0.40000000000000002
Green Component
0.40000000000000002
Red Component
0.80000000000000004
Background Color
Blue Component
0.12941177189350128
Green Component
0.12156862765550613
Red Component
0.11372549086809158
Bold Color
Blue Component
0.77647058820000003
Green Component
0.7843137255
Red Component
0.7725490196
Cursor Color
Blue Component
0.77647058820000003
Green Component
0.7843137255
Red Component
0.7725490196
Cursor Text Color
Blue Component
0.12941177189350128
Green Component
0.12156862765550613
Red Component
0.11372549086809158
Foreground Color
Blue Component
0.77647058823529413
Green Component
0.78431372549019607
Red Component
0.77254901960784317
Selected Text Color
Blue Component
0.77647058820000003
Green Component
0.7843137255
Red Component
0.7725490196
Selection Color
Blue Component
0.25490196078431371
Green Component
0.23137254901960785
Red Component
0.21568627450980393
================================================
FILE: iTerm2/Tomorrow.itermcolors
================================================
Ansi 0 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 1 Color
Blue Component
0.16078431372549018
Green Component
0.15686274509803921
Red Component
0.78431372549019607
Ansi 10 Color
Blue Component
0.0
Green Component
0.54901960780000003
Red Component
0.4431372549
Ansi 11 Color
Blue Component
0.0
Green Component
0.71764705880000002
Red Component
0.91764705879999997
Ansi 12 Color
Blue Component
0.68235294120000001
Green Component
0.4431372549
Red Component
0.25882352939999997
Ansi 13 Color
Blue Component
0.6588235294
Green Component
0.34901960780000002
Red Component
0.53725490200000003
Ansi 14 Color
Blue Component
0.62352941179999999
Green Component
0.59999999999999998
Red Component
0.24313725489999999
Ansi 15 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 2 Color
Blue Component
0.0
Green Component
0.5490196078431373
Red Component
0.44313725490196076
Ansi 3 Color
Blue Component
0.0
Green Component
0.71764705882352942
Red Component
0.91764705882352937
Ansi 4 Color
Blue Component
0.68235294117647061
Green Component
0.44313725490196076
Red Component
0.25882352941176467
Ansi 5 Color
Blue Component
0.6588235294117647
Green Component
0.34901960784313724
Red Component
0.53725490196078429
Ansi 6 Color
Blue Component
0.62352941176470589
Green Component
0.59999999999999998
Red Component
0.24313725490196078
Ansi 7 Color
Blue Component
0.99999129772186279
Green Component
0.99997437000274658
Red Component
1
Ansi 8 Color
Blue Component
0.0
Green Component
0.0
Red Component
0.0
Ansi 9 Color
Blue Component
0.16078431369999999
Green Component
0.15686274510000001
Red Component
0.7843137255
Background Color
Blue Component
1
Green Component
1
Red Component
1
Bold Color
Blue Component
0.29803921570000003
Green Component
0.30196078430000001
Red Component
0.30196078430000001
Cursor Color
Blue Component
0.29803921570000003
Green Component
0.30196078430000001
Red Component
0.30196078430000001
Cursor Text Color
Blue Component
1
Green Component
1
Red Component
1
Foreground Color
Blue Component
0.29803921568627451
Green Component
0.30196078431372547
Red Component
0.30196078431372547
Selected Text Color
Blue Component
0.29803921570000003
Green Component
0.30196078430000001
Red Component
0.30196078430000001
Selection Color
Blue Component
0.83921568627450982
Green Component
0.83921568627450982
Red Component
0.83921568627450982
================================================
FILE: ipythonqt/readme.md
================================================
# Tomorrow Night Theme for IPython Qt Console
## Usage:
Copy tomorrownight.py to PYTHONHOME/Lib/site-packages/PYGMENTS_FOLDER/styles, and run
$ ipython qtconsole --style=tomorrownight --stylesheet=/path/to/tomorrownight.css
If you want a different font from the default, you have to specify it on the command
line by adding
--ConsoleWidget.font_family="Font Family" --ConsoleWidget.font_size=NUMBER
to the command.
## Development info:
* Author: André Risnes
* Master: https://github.com/ChrisKempson/Tomorrow-Theme
* Fork: https://github.com/AndreRisnes/Tomorrow-Theme
Please report any issues or suggestions to the fork.
================================================
FILE: ipythonqt/tomorrownight.css
================================================
QPlainTextEdit, QTextEdit {
background-color: #1d1f21;
color: #c5c8c6;
selection-background-color: #373b41
}
.error { color: #cc6666; }
.in-prompt { color: #b5bd68 }
.in-prompt-number { font-weight: normal; }
.out-prompt { color: #8abeb7; }
.out-prompt-number { font-weight: normal; }
================================================
FILE: ipythonqt/tomorrownight.py
================================================
# -*- coding: utf-8 -*-
"""
pygments.styles.autumn
~~~~~~~~~~~~~~~~~~~~~~
Tomorrow Night theme for ipython qtconsole (invoke with
ipython qtconsole --style=tomorrownight)
See https://github.com/chriskempson/tomorrow-theme for theme info
:copyright: Copyright 2012 André Risnes, risnes@gmail.com
:license: BSD, see LICENSE for details.
"""
from pygments.style import Style
from pygments.token import Keyword, Name, Comment, String, Error, \
Number, Operator, Generic, Whitespace, Text, Punctuation
class TomorrownightStyle(Style):
"""
Tomorrow Night theme for ipython qtconsole
"""
background_color = '#1d1f21'
highlight_color = '#373b41'
styles = {
Whitespace: background_color,
Text: '#c5c8c6',
Punctuation: '#81a2be',
Comment: '#b5bd68',
Comment.Preproc: 'italic #b5bd68',
Comment.Special: 'italic #b5bd68',
Keyword: '#81a2be',
Keyword.Type: '#f0c674',
Keyword.Namespace: '#de935f',
Operator.Word: '#81a2be',
Name: '#de935f',
Name.Builtin: '#de935f',
Name.Function: '#8abeb7',
Name.Class: '#f0c674',
Name.Namespace: '#81a2be',
Name.Variable: '#de935f',
Name.Constant: '#c5c8c6',
Name.Entity: 'bold #00aaaa',
Name.Attribute: '#de935f',
Name.Tag: 'bold #b5bd68',
Name.Decorator: '#cc6666',
String: '#b5bd68',
String.Symbol: '#b5bd68',
String.Regex: '#b5bd68',
Number: '#cc6666',
Generic.Heading: 'bold #c5c8c6',
Generic.Subheading: 'bold #c5c8c6',
Generic.Deleted: '#de935f',
Generic.Inserted: '#8abeb7',
Generic.Error: '#cc6666',
Generic.Emph: 'italic',
Generic.Strong: 'bold',
Generic.Prompt: '#b5bd68',
Generic.Output: '#c5c8c6',
Generic.Traceback: '#c5c8c6',
Error: '#cc6666'
}
================================================
FILE: lilyterm/default.conf
================================================
[main]
# Auto save settings when closing window.
auto_save = 0
# The version of this profile's format. DO NOT EDIT IT!
version = 0.9.9
# The default font name of vte terminal.
font_name = Consolas 8
# The default column of vte terminal.
column = 80
# The default row of vte terminal.
row = 24
# Use true opacity in vte box.
# 0: do NOT use rgba, 1: force to use rgba.
# Left it blank will enable it automatically
# if the window manager were composited.
# Disable it will disable transparent_window, too.
use_rgba =
# Start up with fullscreen.
fullscreen = 0
# Transparent window. Only enabled when the window manager were composited.
transparent_window = 0
# The opacity of transparent window.
window_opacity = 0.050
# The opacity of transparent window when inactive.
# Left it blank to disable this feature.
window_opacity_inactive = 0.200
# Use transparent background.
# It will use true transparent if the window manager were composited.
transparent_background = 0
# The saturation of transparent background.
background_saturation = 0.150
# Scroll the background image along with the text.
scroll_background = 0
# Sets a background image.
background_image =
# Confirm to execute command with -e/-x/--execute option.
confirm_to_execute_command = 1
# Don't need to confirm for executing a program if it's in the whitelist,
# separate with .
execute_command_whitelist =
# Launching executed command in a new tab instead of opening a new window.
execute_command_in_new_tab = 1
# If a program is running on foreground,
# Don't need to confirm for terminating it if it's in the whitelist,
# separate with .
foreground_program_whitelist = bash dash csh ksh tcsh zsh screen
# If a program is running in background,
# Don't need to confirm for terminating it if it's in the whitelist,
# separate with .
background_program_whitelist = bash dash csh ksh tcsh zsh su
# Confirm before pasting texts to vte terminal.
confirm_to_paste = 1
# If the program is running on foreground,,
# Don't need to confirm for pasting texts to it if it's in the whitelist,
# separate with .
paste_texts_whitelist = editor vi vim elvis nano emacs emacs23 nano joe ne mg ssh
# Confirm to close multi tabs.
confirm_to_close_multi_tabs = 0
# Shows [Transparent Background], [Background Saturation]
# [Transparent Window] and [Window Opacity] on right click menu.
show_background_menu = 1
# Shows [Change the foreground color]
# and [Change the background color] on right click menu.
show_color_selection_menu = 1
# Shows [Increase window size], [Decrease window size],
# [Reset to default font/size] and [Reset to system font/size]
# on right click menu.
show_resize_menu = 1
# The ratio when resizing font via function key <+> and <->.
# 0: the font size is +/- 1 when resizing.
font_resize_ratio = 0.000
# The ratio when resizing window via right click menu.
# 0: the font size is +/- 1 when resizing window.
window_resize_ratio = 1.120
# When user double clicks on a text, which character will be selected.
word_chars = -A-Za-z0-9_.+!@&=/~%
# The lines of scrollback history. -1 means unlimited (vte >= 0.22.3).
scrollback_lines = 1024
# Shows scroll_bar or not.
# 0: Never shows the scroll_bar; 1: Always shows the scroll_bar.
# Left it blank: Hide when fullscreen, or scrollback_lines = 0.
show_scroll_bar = 0
# The position of scroll_bar.
# 0: scroll_bar is on left; 1: scroll_bar is on right.
scroll_bar_position = 1
# Shows input method menu on right click menu.
show_input_method_menu = 0
# Shows change page name menu on right click menu.
show_change_page_name_menu = 1
# Shows exit menu on right click menu.
show_exit_menu = 1
# Enable hyperlink in vte terminal.
enable_hyperlink = 1
# Sets whether or not the cursor will blink in vte terminal.
# 0: Follow GTK+ settings for cursor blinking.
# 1: Cursor blinks.
# 2: Cursor does not blink.
cursor_blinks = 0
# Shows copy/paste menu on right click menu.
show_copy_paste_menu = 1
# Embed the copy/paste menu to the main menu.
embedded_copy_paste_menu = 1
# Sets whether or not the terminal will beep
# when the child outputs the "bl" sequence.
audible_bell = 0
# Sets whether or not the terminal will flash
# when the child outputs the "bl" sequence.
visible_bell = 1
# Sets whether or not the window's urgent tag will be set
# when the child outputs the "bl" sequence.
urgent_bell = 0
# Which string the terminal should send to an application
# when the user presses the Delete or Backspace keys.
# 0: VTE_ERASE_AUTO
# 1: VTE_ERASE_ASCII_BACKSPACE
# 2: VTE_ERASE_ASCII_DELETE
# 3: VTE_ERASE_DELETE_SEQUENCE
# 4: VTE_ERASE_TTY
erase_binding = 2
# Sets the shape of the cursor drawn.
# 0: VTE_CURSOR_SHAPE_BLOCK
# 1: VTE_CURSOR_SHAPE_IBEAM
# 2: VTE_CURSOR_SHAPE_UNDERLINE
cursor_shape = 0
# The default locale used when initing a vte terminal.
# You may use "zh_TW", "zh_TW.Big5", or "zh_TW.UTF-8" here.
default_locale =
# The locales list on right click menu, separate with .
# You may use "ja_JP", "ja_JP.EUC-JP", or "ja_JP.UTF-8" here.
# You may want to use "UTF-8" here if you have no locale data installed.
# Left it blank will disable locale and encoding select menu items.
locales_list = UTF-8
# Sets what type of terminal attempts to emulate.
# It will also set the TERM environment.
# Unless you are interested in this feature, always use "xterm".
emulate_term = xterm
# The environment 'VTE_CJK_WIDTH' used when initing a vte terminal.
# 0: get via environment; 1: use narrow ideograph; 2: use wide ideograph.
VTE_CJK_WIDTH = 1
# The geometry of window when starting.
# A reasonable example value is "80x24+0+0",
# witch means "WIDTH x HEIGHT {+-} XOFFSET {+-} YOFFSET", and NO SPACE in it.
# Notice that it will overwrite the default column and row settings above.
geometry =
[page]
# The max character width of page name.
page_width = 16
# Show the tabs bar or not.
# 0: Never shows the tabs ; 1: Always shows the tabs bar.
# Left it blank: Hide when fullscreen, or tabs number = 1.
show_tabs_bar =
# The position of tabs bar.
# 0: Top, 1: bottom.
tabs_bar_position = 0
# The label of tabs will fill the tab bar.
fill_tabs_bar = 0
# The page name used for a new page.
page_name = Terminal
# The page names list used for new pages, separate with .
page_names = Terminal
# Reuse the page name in the page names list.
reuse_page_names = 1
# Shows a (number no) on the page name.
page_shows_number = 1
# Shows the foreground running command on the page name.
page_shows_current_cmdline = 1
# Shows the terminal's idea of what the window's title should be.
page_shows_window_title = 1
# Shows current directory on the page name.
page_shows_current_dir = 1
# Check if the running command is root privileges.
check_root_privileges = 1
# Shows current encoding on the page name.
page_shows_encoding = 1
# Bold the text of current page name.
bold_current_page_name = 1
# Bold the text of action page name.
bold_action_page_name = 1
# Shows the page name of current page on window title.
window_title_shows_current_page = 1
# Append a package name (- LilyTerm) to the window title.
window_title_append_package_name = 1
# Shows a close button [X] on current tab.
show_close_button_on_tab = 1
# Shows a close button [X] on all tabs.
show_close_button_on_all_tabs = 0
# Use colorful text on page.
use_color_page = 1
# The color used for showing Window Title on page name.
# You may use black, #000000 or #000000000000 here.
page_win_title_color = #9A6401
# The color used for showing Running Command on page name.
# You may use black, #000000 or #000000000000 here.
page_cmdline_color = #1C1CDC
# The color used for showing Current Dir on page name.
# You may use black, #000000 or #000000000000 here.
page_dir_color = #215E3E
# The color used for showing Custom Tab Name on page name.
# You may use black, #000000 or #000000000000 here.
page_custom_color = #9C0A81
# The color used for showing Root Privileges on page name.
# You may use black, #000000 or #000000000000 here.
page_root_color = #BE0020
# The color used for showing Normal Text on page name.
# You may use black, #000000 or #000000000000 here.
page_normal_color = #333333
[key]
# Disable/Enable hyperlinks, function keys and right click menu.
# Left it blank to disable this function key.
disable_key_binding = Ctrl grave
# Add a new tab.
# Left it blank to disable this function key.
new_tab_key = Ctrl T
# Close current tab.
# Left it blank to disable this function key.
close_tab_key =
# Rename the page name of current tab.
# Left it blank to disable this function key.
edit_label_key =
# Find the strings matching the search regex.
# Left it blank to disable this function key.
find_key = Ctrl F
# Find the previous string matching the search regex.
# Left it blank to disable this function key.
find_key_prev = Shift F3
# Find the next string matching the search regex.
# Left it blank to disable this function key.
find_key_next = F3
# Switch to prev tab.
# Left it blank to disable this function key.
prev_tab_key = Ctrl Page_Up
# Switch to next tab.
# Left it blank to disable this function key.
next_tab_key = Ctrl Page_Down
# Switch to first tab.
# Left it blank to disable this function key.
first_tab_key = Ctrl Home
# Switch to last tab.
# Left it blank to disable this function key.
last_tab_key = Ctrl End
# Move current page forward.
# Left it blank to disable this function key.
move_tab_forward = Ctrl bracketleft
# Move current page backward.
# Left it blank to disable this function key.
move_tab_backward = Ctrl bracketright
# Move current page to first.
# Left it blank to disable this function key.
move_tab_first = Ctrl Up
# Move current page to last.
# Left it blank to disable this function key.
move_tab_last = Ctrl Down
# Switch to #1 tab directly.
# Left it blank to disable this function key.
switch_to_tab_1 = Ctrl F1
# Switch to #2 tab directly.
# Left it blank to disable this function key.
switch_to_tab_2 = Ctrl F2
# Switch to #3 tab directly.
# Left it blank to disable this function key.
switch_to_tab_3 = Ctrl F3
# Switch to #4 tab directly.
# Left it blank to disable this function key.
switch_to_tab_4 = Ctrl F4
# Switch to #5 tab directly.
# Left it blank to disable this function key.
switch_to_tab_5 = Ctrl F5
# Switch to #6 tab directly.
# Left it blank to disable this function key.
switch_to_tab_6 = Ctrl F6
# Switch to #7 tab directly.
# Left it blank to disable this function key.
switch_to_tab_7 = Ctrl F7
# Switch to #8 tab directly.
# Left it blank to disable this function key.
switch_to_tab_8 = Ctrl F8
# Switch to #9 tab directly.
# Left it blank to disable this function key.
switch_to_tab_9 = Ctrl F9
# Switch to #10 tab directly.
# Left it blank to disable this function key.
switch_to_tab_10 = Ctrl F10
# Switch to #11 tab directly.
# Left it blank to disable this function key.
switch_to_tab_11 = Ctrl F11
# Switch to #12 tab directly.
# Left it blank to disable this function key.
switch_to_tab_12 = Ctrl F12
# Open a new window with current dir.
# Left it blank to disable this function key.
new_window =
# Select all the text in the Vte Terminal box.
# Left it blank to disable this function key.
select_all = Ctrl O
# Copy the text to clipboard.
# Left it blank to disable this function key.
copy_clipboard = Ctrl Delete
# Paste the text in clipboard.
# Left it blank to disable this function key.
paste_clipboard = Ctrl Insert
# Paste the text in the primary clipboard.
# Left it blank to disable this function key.
paste_clipboard in primary = Shift Insert
# Increase the font size of current tab.
# Left it blank to disable this function key.
increase_font_size = Ctrl equal
# Decrease the font size of current tab.
# Left it blank to disable this function key.
decrease_font_size = Ctrl minus
# Reset the font of current tab to original size.
# Left it blank to disable this function key.
reset_font_size = Ctrl Return
# Try to maximum the window to use all available space on your display.
# Left it blank to disable this function key.
max_window = Alt F11
# Asks to place window in the fullscreen/unfullscreen state.
# Left it blank to disable this function key.
full_screen = Alt Return
# Emulate a mouse scroll up event on Vte Terminal box.
# Left it blank to disable this function key.
scroll_up = Shift Left
# Emulate a mouse scroll down event on Vte Terminal box.
# Left it blank to disable this function key.
scroll_down = Shift Right
# Asks to scroll up 1 line on Vte Terminal box.
# Left it blank to disable this function key.
scroll_up_1_line = Shift Up
# Asks to scroll down 1 line on Vte Terminal box.
# Left it blank to disable this function key.
scroll_down_1_line = Shift Down
[color]
# The main ansi color theme used in vte.
# Possible values are linux, xterm, rxvt, and tango.
# or left it blank to use the default settings form libvte.
theme =
# Invert the ansi colors, like invert the darkred to red, darkblue to bule.
invert_color = 0
# The brightness for ansi colors used in terminal.
brightness = 0.200
# The brightness for ansi colors used in terminal when inactive.
# Left it blank to disable this feature.
inactive_brightness = -2.000
# colors from https://github.com/chriskempson/tomorrow-theme/blob/master/Xdefaults/Tomorrow%20Night
# The normal text color used in vte terminal.
# You may use black, #000000 or #000000000000 here.
foreground_color = #c5c8c6
# Sets the background color for text which is under the cursor.
# You may use black, #000000 or #000000000000 here.
cursor_color = #aeafad
# The background color used in vte terminal.
# You may use black, #000000 or #000000000000 here.
background_color = #1d1f21
Color0 = #000000
Color1 = #912226
Color2 = #778900
Color3 = #ae7b00
Color4 = #1d2594
Color5 = #682a9b
Color6 = #2b6651
Color7 = #929593
Color8 = #666666
Color9 = #cc6666
Color10 = #b5bd68
Color11 = #f0c674
Color12 = #81a2be
Color13 = #b294bb
Color14 = #8abeb7
Color15 = #ecebec
[command]
# The parameters of the APPLICATION should be separated with , if any.
#
# method = {0,1,2}
# 0: Open the hyperlink in new tab.
# Use it if the command were using CLI, like w3m.
# 1: Open the hyperlink with gdk_spawn_on_screen_with_pipes().
# Use it if the command were using GUI, like firefox.
# 2: Open the hyperlink in new window,
# Use it if you not sure.
#
# VTE_CJK_WIDTH = {0,1,2}
# 0: get via environment
# 1: use narrow ideograph
# 2: use wide ideograph.
#
# The ENVIRONS will apply to the application, separated with , too.
#
# The LOCALE will apply to the application as locale environs.
# You may use "zh_TW", "zh_TW.Big5", or "zh_TW.UTF-8" here.
# Left it blank to use the locale environs from current page.
# The web browser using for http(s)://
web_browser = firefox
web_method = 1
web_VTE_CJK_WIDTH = 0
web_environ =
web_locale =
# The ftp client using for ftp(s)://
ftp_client = firefox
ftp_method = 1
ftp_VTE_CJK_WIDTH = 0
ftp_environ =
ftp_locale =
# The file manager using for file:// and [Open current directory with file manager]
file_manager = firefox
file_method = 1
file_VTE_CJK_WIDTH = 0
file_environ =
file_locale =
# The email client using for user@host
email_client = thunderbird
email_method = 1
email_VTE_CJK_WIDTH = 0
email_environ =
email_locale =
================================================
FILE: notepad++/tomorrow.xml
================================================
synthesize
NSString NSObject NSView NSWindow NSArray NSNumber NSUserDefaults NSNotification NSNotificationCenter CALayer CGColorRef NSEvent NSPoint NSSize NSRect CGPoint CGSize CGRect CGFloat unichar NSSet NSDictionary NSMutableString
if else for while
bool long int char
================================================
FILE: notepad++/tomorrow_night.xml
================================================
synthesize
NSString NSObject NSView NSWindow NSArray NSNumber NSUserDefaults NSNotification NSNotificationCenter CALayer CGColorRef NSEvent NSPoint NSSize NSRect CGPoint CGSize CGRect CGFloat unichar NSSet NSDictionary NSMutableString
if else for while
if else for while
if else for while
bool long int char
if else for while
bool long int char
================================================
FILE: notepad++/tomorrow_night_blue.xml
================================================
if else for while
bool long int char
================================================
FILE: notepad++/tomorrow_night_bright.xml
================================================
synthesize
NSString NSObject NSView NSWindow NSArray NSNumber NSUserDefaults NSNotification NSNotificationCenter CALayer CGColorRef NSEvent NSPoint NSSize NSRect CGPoint CGSize CGRect CGFloat unichar NSSet NSDictionary NSMutableString
if else for while
if else for while
if else for while
bool long int char
if else for while
bool long int char
================================================
FILE: notepad++/tomorrow_night_eighties.xml
================================================
if else for while
bool long int char
================================================
FILE: termite/Tomorrow/config
================================================
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = Monospace 9
scrollback_lines = 1000
search_wrap = true
#icon_name = terminal
#geometry = 640x480
# "system", "on" or "off"
cursor_blink = system
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
#browser = firefox
# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%:_=+@~
# set size hints for the window
#size_hints = false
# emit escape sequences for other keys modified by Control
#modify_other_keys = false
[colors]
foreground = #4d4d4c
foreground_bold = #000000
#foreground_dim = #888888
#background = #ededed
background = #ffffff
#cursor = #d6d6d6
# if unset, will reverse foreground and background
highlight = #d6d6d6
# colors from color0 to color254 can be set
# Black + Grey
color0 = #1d1f21
color8 = #8e908c
# Red + Bright Red
color1 = #c82829
color9 = #ff3334
# Green + Bright Green
color2 = #718c00
color10 = #89aa00
# Yellow (Orange) + Bright Yellow (Yellow)
color3 = #f5871f
color11 = #eab700
# Blue + Bright Blue
color4 = #4271ae
color12 = #5795e6
# Magenta (Purple) + Bright Magenta
color5 = #8959a8
color13 = #b777e0
# Cyan (Aqua) + Bright Cyan
color6 = #3e999f
color14 = #66BDC3
# Light Grey (Selection) + White (Current Line)
color7 = #d6d6d6
color15 = #efefef
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s
================================================
FILE: termite/Tomorrow-Night/config
================================================
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
visible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = Monospace 9
scrollback_lines = 1000
search_wrap = true
#icon_name = terminal
#geometry = 640x480
# "system", "on" or "off"
cursor_blink = system
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
#browser = firefox
# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%:_=+@~
# set size hints for the window
#size_hints = false
# emit escape sequences for other keys modified by Control
#modify_other_keys = false
[colors]
foreground = #c5c8c6
foreground_bold = #ffffff
#foreground_dim = #888888
#background = #ededed
background = #1d1f21
#cursor = #aeafad
# if unset, will reverse foreground and background
highlight = #d6d6d6
# colors from color0 to color254 can be set
# Black + Grey
color0 = #1d1f21
color8 = #969896
# Red + Bright Red
color1 = #912226
color9 = #cc6666
# Green + Bright Green
color2 = #778900
color10 = #b5bd68
# Yellow (Orange) + Bright Yellow (Yellow)
color3 = #ae7b00
color11 = #f0c674
# Blue + Bright Blue
color4 = #1d2594
color12 = #81a2be
# Magenta (Purple) + Bright Magenta
color5 = #682a9b
color13 = #b294bb
# Cyan (Aqua) + Bright Cyan
color6 = #2b6651
color14 = #8abeb7
# Light Grey (Selection) + White (Current Line)
color7 = #929593
color15 = #ecebec
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini cms=#%s
================================================
FILE: textmate/README.md
================================================
# TextMate Tomorrow Theme
The TextMate version of [Tomorrow Theme](https://github.com/ChrisKempson/Tomorrow-Theme).
## Take a look!
Tomorrow theme variations in shown in TextMate with Ruby code.





================================================
FILE: textmate/Tomorrow-Night-Blue.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night - Blue
settings
settings
background
#002451
caret
#FFFFFF
foreground
#FFFFFF
invisibles
#404F7D
lineHighlight
#00346E
selection
#003F8E
name
Comment
scope
comment
settings
foreground
#7285B7
name
Foreground, Operator
scope
keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#FFFFFF
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#FF9DA4
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#FFC58F
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#FFEEAD
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, entity.name.filename, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#D1F1A9
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#99FFFF
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#BBDAFF
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#EBBBFF
name
Invalid
scope
invalid
settings
background
#F99DA5
fontStyle
foreground
#FFFFFF
name
Separator
scope
meta.separator
settings
background
#BBDAFE
foreground
#FFFFFF
name
Deprecated
scope
invalid.deprecated
settings
background
#EBBBFF
fontStyle
foreground
#FFFFFF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
3F4BB232-3C3A-4396-99C0-06A9573715E9
colorSpaceName
sRGB
================================================
FILE: textmate/Tomorrow-Night-Bright.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night - Bright
settings
settings
background
#000000
caret
#9F9F9F
foreground
#DEDEDE
invisibles
#343434
lineHighlight
#2A2A2A
selection
#424242
gutter
#191919
gutterForeground
#404040
name
Comment
scope
comment
settings
foreground
#969896
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#EEEEEE
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#D54E53
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#E78C45
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#E7C547
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, entity.name.filename, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#B9CA4A
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#70C0B1
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#7AA6DA
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#C397D8
name
Invalid
scope
invalid
settings
background
#DF5F5F
fontStyle
foreground
#CED2CF
name
Separator
scope
meta.separator
settings
background
#82A3BF
foreground
#CED2CF
name
Deprecated
scope
invalid.deprecated
settings
background
#B798BF
fontStyle
foreground
#CED2CF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
33D8C715-AD3A-455B-8DF2-56F708909FFE
colorSpaceName
sRGB
================================================
FILE: textmate/Tomorrow-Night-Eighties.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night - Eighties
settings
settings
background
#2D2D2D
caret
#CCCCCC
foreground
#CCCCCC
invisibles
#6A6A6A
lineHighlight
#393939
selection
#515151
name
Comment
scope
comment
settings
foreground
#999999
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#CCCCCC
name
Variable, String Link, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#F2777A
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#F99157
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#FFCC66
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, entity.name.filename, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#99CC99
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#66CCCC
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#6699CC
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#CC99CC
name
Invalid
scope
invalid
settings
background
#F2777A
fontStyle
foreground
#CDCDCD
name
Separator
scope
meta.separator
settings
background
#99CCCC
foreground
#CDCDCD
name
Deprecated
scope
invalid.deprecated
settings
background
#CC99CC
fontStyle
foreground
#CDCDCD
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
DE477E5B-BD4D-46B0-BF80-2EA32A2814D5
colorSpaceName
sRGB
================================================
FILE: textmate/Tomorrow-Night.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night
settings
settings
background
#1D1F21
caret
#AEAFAD
foreground
#C5C8C6
invisibles
#4B4E55
lineHighlight
#282A2E
selection
#373B41
name
Comment
scope
comment
settings
foreground
#969896
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#CED1CF
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#CC6666
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#DE935F
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#F0C674
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, entity.name.filename, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#B5BD68
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#8ABEB7
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#81A2BE
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#B294BB
name
Invalid
scope
invalid
settings
background
#DF5F5F
fontStyle
foreground
#CED2CF
name
Separator
scope
meta.separator
settings
background
#82A3BF
foreground
#CED2CF
name
Deprecated
scope
invalid.deprecated
settings
background
#B798BF
fontStyle
foreground
#CED2CF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
F96223EB-1A60-4617-92F3-D24D4F13DB09
colorSpaceName
sRGB
================================================
FILE: textmate/Tomorrow.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow
settings
settings
background
#FFFFFF
caret
#AEAFAD
foreground
#4D4D4C
invisibles
#D1D1D1
lineHighlight
#EFEFEF
selection
#D6D6D6
name
Comment
scope
comment
settings
foreground
#8E908C
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#666969
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#C82829
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#F5871F
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#C99E00
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, entity.name.filename, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#718C00
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#3E999F
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#4271AE
name
Keyword, Storage
scope
keyword, storage, storage.type
settings
fontStyle
foreground
#8959A8
name
Invalid
scope
invalid
settings
background
#C82829
fontStyle
foreground
#FFFFFF
name
Separator
scope
meta.separator
settings
background
#4271AE
foreground
#FFFFFF
name
Deprecated
scope
invalid.deprecated
settings
background
#8959A8
fontStyle
foreground
#FFFFFF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
background
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
background
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
82CCD69C-F1B1-4529-B39E-780F91F07604
colorSpaceName
sRGB
================================================
FILE: textmate2/README.md
================================================
# TextMate 2 Tomorrow Theme
The TextMate 2 version of [Tomorrow Theme](https://github.com/ChrisKempson/Tomorrow-Theme).
## Take a look!
Tomorrow theme variations in shown in TextMate 2 with Ruby code.





================================================
FILE: textmate2/Tomorrow Theme.tmbundle/Themes/Tomorrow-Night-Blue.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night - Blue
settings
settings
background
#002451
caret
#FFFFFF
foreground
#FFFFFF
invisibles
#404F7D
lineHighlight
#00346E
selection
#003F8E
name
Comment
scope
comment
settings
foreground
#7285B7
name
Foreground, Operator
scope
keyword.operator.class, keyword.operator, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#FFFFFF
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#FF9DA4
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#FFC58F
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#FFEEAD
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#D1F1A9
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#99FFFF
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#BBDAFF
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#EBBBFF
name
Invalid
scope
invalid
settings
background
#F99DA5
fontStyle
foreground
#FFFFFF
name
Separator
scope
meta.separator
settings
background
#BBDAFE
foreground
#FFFFFF
name
Deprecated
scope
invalid.deprecated
settings
background
#EBBBFF
fontStyle
foreground
#FFFFFF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
3F4BB232-3C3A-4396-99C0-06A9573715E9
================================================
FILE: textmate2/Tomorrow Theme.tmbundle/Themes/Tomorrow-Night-Bright.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night - Bright
settings
settings
background
#000000
caret
#9F9F9F
foreground
#DEDEDE
invisibles
#343434
lineHighlight
#2A2A2A
selection
#424242
name
Comment
scope
comment
settings
foreground
#969896
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#EEEEEE
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#D54E53
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#E78C45
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#E7C547
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#B9CA4A
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#70C0B1
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#7AA6DA
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#C397D8
name
Invalid
scope
invalid
settings
background
#DF5F5F
fontStyle
foreground
#CED2CF
name
Separator
scope
meta.separator
settings
background
#82A3BF
foreground
#CED2CF
name
Deprecated
scope
invalid.deprecated
settings
background
#B798BF
fontStyle
foreground
#CED2CF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
33D8C715-AD3A-455B-8DF2-56F708909FFE
================================================
FILE: textmate2/Tomorrow Theme.tmbundle/Themes/Tomorrow-Night-Eighties.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night - Eighties
settings
settings
background
#2D2D2D
caret
#CCCCCC
foreground
#CCCCCC
invisibles
#6A6A6A
lineHighlight
#393939
selection
#515151
name
Comment
scope
comment
settings
foreground
#999999
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#CCCCCC
name
Variable, String Link, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#F2777A
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#F99157
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#FFCC66
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#99CC99
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#66CCCC
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#6699CC
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#CC99CC
name
Invalid
scope
invalid
settings
background
#F2777A
fontStyle
foreground
#CDCDCD
name
Separator
scope
meta.separator
settings
background
#99CCCC
foreground
#CDCDCD
name
Deprecated
scope
invalid.deprecated
settings
background
#CC99CC
fontStyle
foreground
#CDCDCD
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
DE477E5B-BD4D-46B0-BF80-2EA32A2814D5
================================================
FILE: textmate2/Tomorrow Theme.tmbundle/Themes/Tomorrow-Night.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow Night
settings
settings
background
#1D1F21
caret
#AEAFAD
foreground
#C5C8C6
invisibles
#4B4E55
lineHighlight
#282A2E
selection
#373B41
name
Comment
scope
comment
settings
foreground
#969896
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#CED1CF
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#CC6666
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#DE935F
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#F0C674
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#B5BD68
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#8ABEB7
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#81A2BE
name
Keyword, Storage
scope
keyword, storage, storage.type, entity.name.tag.css
settings
fontStyle
foreground
#B294BB
name
Invalid
scope
invalid
settings
background
#DF5F5F
fontStyle
foreground
#CED2CF
name
Separator
scope
meta.separator
settings
background
#82A3BF
foreground
#CED2CF
name
Deprecated
scope
invalid.deprecated
settings
background
#B798BF
fontStyle
foreground
#CED2CF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
foreground
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
foreground
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
F96223EB-1A60-4617-92F3-D24D4F13DB09
================================================
FILE: textmate2/Tomorrow Theme.tmbundle/Themes/Tomorrow.tmTheme
================================================
comment
http://chriskempson.com
name
Tomorrow
settings
settings
background
#FFFFFF
caret
#AEAFAD
foreground
#4D4D4C
invisibles
#D1D1D1
lineHighlight
#EFEFEF
selection
#D6D6D6
name
Comment
scope
comment
settings
foreground
#8E908C
name
Foreground
scope
keyword.operator.class, constant.other, source.php.embedded.line
settings
fontStyle
foreground
#666969
name
Variable, String Link, Regular Expression, Tag Name, GitGutter deleted
scope
variable, support.other.variable, string.other.link, string.regexp, entity.name.tag, entity.other.attribute-name, meta.tag, declaration.tag, markup.deleted.git_gutter
settings
foreground
#C82829
name
Number, Constant, Function Argument, Tag Attribute, Embedded
scope
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, punctuation.section.embedded, keyword.other.unit
settings
fontStyle
foreground
#F5871F
name
Class, Support
scope
entity.name.class, entity.name.type.class, support.type, support.class
settings
fontStyle
foreground
#C99E00
name
String, Symbols, Inherited Class, Markup Heading, GitGutter inserted
scope
string, constant.other.symbol, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter
settings
fontStyle
foreground
#718C00
name
Operator, Misc
scope
keyword.operator, constant.other.color
settings
foreground
#3E999F
name
Function, Special Method, Block Level, GitGutter changed
scope
entity.name.function, meta.function-call, support.function, keyword.other.special-method, meta.block-level, markup.changed.git_gutter
settings
fontStyle
foreground
#4271AE
name
Keyword, Storage
scope
keyword, storage, storage.type
settings
fontStyle
foreground
#8959A8
name
Invalid
scope
invalid
settings
background
#C82829
fontStyle
foreground
#FFFFFF
name
Separator
scope
meta.separator
settings
background
#4271AE
foreground
#FFFFFF
name
Deprecated
scope
invalid.deprecated
settings
background
#8959A8
fontStyle
foreground
#FFFFFF
name
Diff foreground
scope
markup.inserted.diff, markup.deleted.diff, meta.diff.header.to-file, meta.diff.header.from-file
settings
foreground
#FFFFFF
name
Diff insertion
scope
markup.inserted.diff, meta.diff.header.to-file
settings
background
#718c00
name
Diff deletion
scope
markup.deleted.diff, meta.diff.header.from-file
settings
background
#c82829
name
Diff header
scope
meta.diff.header.from-file, meta.diff.header.to-file
settings
foreground
#FFFFFF
background
#4271ae
name
Diff range
scope
meta.diff.range
settings
fontStyle
italic
foreground
#3e999f
uuid
82CCD69C-F1B1-4529-B39E-780F91F07604
================================================
FILE: textmate2/Tomorrow Theme.tmbundle/info.plist
================================================
contactEmailRot13
contactName
Tomorrow Theme
description
New shiny bundle for X.
name
Tomorrow Theme
uuid
7B9E2F31-10F7-4E86-B86D-AD69B682FE18
================================================
FILE: vim/colors/Tomorrow-Night-Blue.vim
================================================
" Tomorrow Night Blue - Full Colour and 256 Colour
" http://chriskempson.com
"
" Hex colour conversion functions borrowed from the theme "Desert256""
" Default GUI Colours
let s:foreground = "ffffff"
let s:background = "002451"
let s:selection = "003f8e"
let s:line = "00346e"
let s:comment = "7285b7"
let s:red = "ff9da4"
let s:orange = "ffc58f"
let s:yellow = "ffeead"
let s:green = "d1f1a9"
let s:aqua = "99ffff"
let s:blue = "bbdaff"
let s:purple = "ebbbff"
let s:window = "4d5057"
hi clear
syntax reset
let g:colors_name = "Tomorrow-Night-Blue"
if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Returns an approximate grey index for the given grey level
fun grey_number(x)
if &t_Co == 88
if a:x < 23
return 0
elseif a:x < 69
return 1
elseif a:x < 103
return 2
elseif a:x < 127
return 3
elseif a:x < 150
return 4
elseif a:x < 173
return 5
elseif a:x < 196
return 6
elseif a:x < 219
return 7
elseif a:x < 243
return 8
else
return 9
endif
else
if a:x < 14
return 0
else
let l:n = (a:x - 8) / 10
let l:m = (a:x - 8) % 10
if l:m < 5
return l:n
else
return l:n + 1
endif
endif
endif
endfun
" Returns the actual grey level represented by the grey index
fun grey_level(n)
if &t_Co == 88
if a:n == 0
return 0
elseif a:n == 1
return 46
elseif a:n == 2
return 92
elseif a:n == 3
return 115
elseif a:n == 4
return 139
elseif a:n == 5
return 162
elseif a:n == 6
return 185
elseif a:n == 7
return 208
elseif a:n == 8
return 231
else
return 255
endif
else
if a:n == 0
return 0
else
return 8 + (a:n * 10)
endif
endif
endfun
" Returns the palette index for the given grey index
fun grey_colour(n)
if &t_Co == 88
if a:n == 0
return 16
elseif a:n == 9
return 79
else
return 79 + a:n
endif
else
if a:n == 0
return 16
elseif a:n == 25
return 231
else
return 231 + a:n
endif
endif
endfun
" Returns an approximate colour index for the given colour level
fun rgb_number(x)
if &t_Co == 88
if a:x < 69
return 0
elseif a:x < 172
return 1
elseif a:x < 230
return 2
else
return 3
endif
else
if a:x < 75
return 0
else
let l:n = (a:x - 55) / 40
let l:m = (a:x - 55) % 40
if l:m < 20
return l:n
else
return l:n + 1
endif
endif
endif
endfun
" Returns the actual colour level for the given colour index
fun rgb_level(n)
if &t_Co == 88
if a:n == 0
return 0
elseif a:n == 1
return 139
elseif a:n == 2
return 205
else
return 255
endif
else
if a:n == 0
return 0
else
return 55 + (a:n * 40)
endif
endif
endfun
" Returns the palette index for the given R/G/B colour indices
fun rgb_colour(x, y, z)
if &t_Co == 88
return 16 + (a:x * 16) + (a:y * 4) + a:z
else
return 16 + (a:x * 36) + (a:y * 6) + a:z
endif
endfun
" Returns the palette index to approximate the given R/G/B colour levels
fun colour(r, g, b)
" Get the closest grey
let l:gx = grey_number(a:r)
let l:gy = grey_number(a:g)
let l:gz = grey_number(a:b)
" Get the closest colour
let l:x = rgb_number(a:r)
let l:y = rgb_number(a:g)
let l:z = rgb_number(a:b)
if l:gx == l:gy && l:gy == l:gz
" There are two possibilities
let l:dgr = grey_level(l:gx) - a:r
let l:dgg = grey_level(l:gy) - a:g
let l:dgb = grey_level(l:gz) - a:b
let l:dgrey = (l:dgr * l:dgr) + (l:dgg * l:dgg) + (l:dgb * l:dgb)
let l:dr = rgb_level(l:gx) - a:r
let l:dg = rgb_level(l:gy) - a:g
let l:db = rgb_level(l:gz) - a:b
let l:drgb = (l:dr * l:dr) + (l:dg * l:dg) + (l:db * l:db)
if l:dgrey < l:drgb
" Use the grey
return grey_colour(l:gx)
else
" Use the colour
return rgb_colour(l:x, l:y, l:z)
endif
else
" Only one possibility
return rgb_colour(l:x, l:y, l:z)
endif
endfun
" Returns the palette index to approximate the 'rrggbb' hex string
fun rgb(rgb)
let l:r = ("0x" . strpart(a:rgb, 0, 2)) + 0
let l:g = ("0x" . strpart(a:rgb, 2, 2)) + 0
let l:b = ("0x" . strpart(a:rgb, 4, 2)) + 0
return colour(l:r, l:g, l:b)
endfun
" Sets the highlighting for the given group
fun X(group, fg, bg, attr)
if a:fg != ""
exec "hi " . a:group . " guifg=#" . a:fg . " ctermfg=" . rgb(a:fg)
endif
if a:bg != ""
exec "hi " . a:group . " guibg=#" . a:bg . " ctermbg=" . rgb(a:bg)
endif
if a:attr != ""
exec "hi " . a:group . " gui=" . a:attr . " cterm=" . a:attr
endif
endfun
" Vim Highlighting
call X("Normal", s:foreground, s:background, "")
call X("LineNr", s:selection, "", "")
call X("NonText", s:selection, "", "")
call X("SpecialKey", s:selection, "", "")
call X("Search", s:background, s:yellow, "")
call X("TabLine", s:window, s:foreground, "reverse")
call X("TabLineFill", s:window, s:foreground, "reverse")
call X("StatusLine", s:window, s:yellow, "reverse")
call X("StatusLineNC", s:window, s:foreground, "reverse")
call X("VertSplit", s:window, s:window, "none")
call X("Visual", "", s:selection, "")
call X("Directory", s:blue, "", "")
call X("ModeMsg", s:green, "", "")
call X("MoreMsg", s:green, "", "")
call X("Question", s:green, "", "")
call X("WarningMsg", s:red, "", "")
call X("MatchParen", "", s:selection, "")
call X("Folded", s:comment, s:background, "")
call X("FoldColumn", "", s:background, "")
if version >= 700
call X("CursorLine", "", s:line, "none")
call X("CursorColumn", "", s:line, "none")
call X("PMenu", s:foreground, s:selection, "none")
call X("PMenuSel", s:foreground, s:selection, "reverse")
call X("SignColumn", "", s:background, "none")
end
if version >= 703
call X("ColorColumn", "", s:line, "none")
end
" Standard Highlighting
call X("Comment", s:comment, "", "")
call X("Todo", s:comment, s:background, "")
call X("Title", s:comment, "", "")
call X("Identifier", s:red, "", "none")
call X("Statement", s:foreground, "", "")
call X("Conditional", s:foreground, "", "")
call X("Repeat", s:foreground, "", "")
call X("Structure", s:purple, "", "")
call X("Function", s:blue, "", "")
call X("Constant", s:orange, "", "")
call X("Keyword", s:orange, "", "")
call X("String", s:green, "", "")
call X("Special", s:foreground, "", "")
call X("PreProc", s:purple, "", "")
call X("Operator", s:aqua, "", "none")
call X("Type", s:blue, "", "none")
call X("Define", s:purple, "", "none")
call X("Include", s:blue, "", "")
"call X("Ignore", "666666", "", "")
" Vim Highlighting
call X("vimCommand", s:red, "", "none")
" C Highlighting
call X("cType", s:yellow, "", "")
call X("cStorageClass", s:purple, "", "")
call X("cConditional", s:purple, "", "")
call X("cRepeat", s:purple, "", "")
" PHP Highlighting
call X("phpVarSelector", s:red, "", "")
call X("phpKeyword", s:purple, "", "")
call X("phpRepeat", s:purple, "", "")
call X("phpConditional", s:purple, "", "")
call X("phpStatement", s:purple, "", "")
call X("phpMemberSelector", s:foreground, "", "")
" Ruby Highlighting
call X("rubySymbol", s:green, "", "")
call X("rubyConstant", s:yellow, "", "")
call X("rubyAccess", s:yellow, "", "")
call X("rubyAttribute", s:blue, "", "")
call X("rubyInclude", s:blue, "", "")
call X("rubyLocalVariableOrMethod", s:orange, "", "")
call X("rubyCurlyBlock", s:orange, "", "")
call X("rubyStringDelimiter", s:green, "", "")
call X("rubyInterpolationDelimiter", s:orange, "", "")
call X("rubyConditional", s:purple, "", "")
call X("rubyRepeat", s:purple, "", "")
call X("rubyControl", s:purple, "", "")
call X("rubyException", s:purple, "", "")
" Crystal Highlighting
call X("crystalSymbol", s:green, "", "")
call X("crystalConstant", s:yellow, "", "")
call X("crystalAccess", s:yellow, "", "")
call X("crystalAttribute", s:blue, "", "")
call X("crystalInclude", s:blue, "", "")
call X("crystalLocalVariableOrMethod", s:orange, "", "")
call X("crystalCurlyBlock", s:orange, "", "")
call X("crystalStringDelimiter", s:green, "", "")
call X("crystalInterpolationDelimiter", s:orange, "", "")
call X("crystalConditional", s:purple, "", "")
call X("crystalRepeat", s:purple, "", "")
call X("crystalControl", s:purple, "", "")
call X("crystalException", s:purple, "", "")
" Python Highlighting
call X("pythonInclude", s:purple, "", "")
call X("pythonStatement", s:purple, "", "")
call X("pythonConditional", s:purple, "", "")
call X("pythonRepeat", s:purple, "", "")
call X("pythonException", s:purple, "", "")
call X("pythonFunction", s:blue, "", "")
call X("pythonPreCondit", s:purple, "", "")
call X("pythonRepeat", s:aqua, "", "")
call X("pythonExClass", s:orange, "", "")
" JavaScript Highlighting
call X("javaScriptBraces", s:foreground, "", "")
call X("javaScriptFunction", s:purple, "", "")
call X("javaScriptConditional", s:purple, "", "")
call X("javaScriptRepeat", s:purple, "", "")
call X("javaScriptNumber", s:orange, "", "")
call X("javaScriptMember", s:orange, "", "")
call X("javascriptNull", s:orange, "", "")
call X("javascriptGlobal", s:blue, "", "")
call X("javascriptStatement", s:red, "", "")
" CoffeeScript Highlighting
call X("coffeeRepeat", s:purple, "", "")
call X("coffeeConditional", s:purple, "", "")
call X("coffeeKeyword", s:purple, "", "")
call X("coffeeObject", s:yellow, "", "")
" HTML Highlighting
call X("htmlTag", s:red, "", "")
call X("htmlTagName", s:red, "", "")
call X("htmlArg", s:red, "", "")
call X("htmlScriptTag", s:red, "", "")
" Diff Highlighting
call X("diffAdd", "", "4c4e39", "")
call X("diffDelete", s:background, s:red, "")
call X("diffChange", "", "2b5b77", "")
call X("diffText", s:line, s:blue, "")
" ShowMarks Highlighting
call X("ShowMarksHLl", s:orange, s:background, "none")
call X("ShowMarksHLo", s:purple, s:background, "none")
call X("ShowMarksHLu", s:yellow, s:background, "none")
call X("ShowMarksHLm", s:aqua, s:background, "none")
" Lua Highlighting
call X("luaStatement", s:purple, "", "")
call X("luaRepeat", s:purple, "", "")
call X("luaCondStart", s:purple, "", "")
call X("luaCondElseif", s:purple, "", "")
call X("luaCond", s:purple, "", "")
call X("luaCondEnd", s:purple, "", "")
" Cucumber Highlighting
call X("cucumberGiven", s:blue, "", "")
call X("cucumberGivenAnd", s:blue, "", "")
" Go Highlighting
call X("goDirective", s:purple, "", "")
call X("goDeclaration", s:purple, "", "")
call X("goStatement", s:purple, "", "")
call X("goConditional", s:purple, "", "")
call X("goConstants", s:orange, "", "")
call X("goTodo", s:yellow, "", "")
call X("goDeclType", s:blue, "", "")
call X("goBuiltins", s:purple, "", "")
call X("goRepeat", s:purple, "", "")
call X("goLabel", s:purple, "", "")
" Clojure Highlighting
call X("clojureConstant", s:orange, "", "")
call X("clojureBoolean", s:orange, "", "")
call X("clojureCharacter", s:orange, "", "")
call X("clojureKeyword", s:green, "", "")
call X("clojureNumber", s:orange, "", "")
call X("clojureString", s:green, "", "")
call X("clojureRegexp", s:green, "", "")
call X("clojureParen", s:aqua, "", "")
call X("clojureVariable", s:yellow, "", "")
call X("clojureCond", s:blue, "", "")
call X("clojureDefine", s:purple, "", "")
call X("clojureException", s:red, "", "")
call X("clojureFunc", s:blue, "", "")
call X("clojureMacro", s:blue, "", "")
call X("clojureRepeat", s:blue, "", "")
call X("clojureSpecial", s:purple, "", "")
call X("clojureQuote", s:blue, "", "")
call X("clojureUnquote", s:blue, "", "")
call X("clojureMeta", s:blue, "", "")
call X("clojureDeref", s:blue, "", "")
call X("clojureAnonArg", s:blue, "", "")
call X("clojureRepeat", s:blue, "", "")
call X("clojureDispatch", s:blue, "", "")
" Scala Highlighting
call X("scalaKeyword", s:purple, "", "")
call X("scalaKeywordModifier", s:purple, "", "")
call X("scalaOperator", s:blue, "", "")
call X("scalaPackage", s:red, "", "")
call X("scalaFqn", s:foreground, "", "")
call X("scalaFqnSet", s:foreground, "", "")
call X("scalaImport", s:purple, "", "")
call X("scalaBoolean", s:orange, "", "")
call X("scalaDef", s:purple, "", "")
call X("scalaVal", s:purple, "", "")
call X("scalaVar", s:aqua, "", "")
call X("scalaClass", s:purple, "", "")
call X("scalaObject", s:purple, "", "")
call X("scalaTrait", s:purple, "", "")
call X("scalaDefName", s:blue, "", "")
call X("scalaValName", s:foreground, "", "")
call X("scalaVarName", s:foreground, "", "")
call X("scalaClassName", s:foreground, "", "")
call X("scalaType", s:yellow, "", "")
call X("scalaTypeSpecializer", s:yellow, "", "")
call X("scalaAnnotation", s:orange, "", "")
call X("scalaNumber", s:orange, "", "")
call X("scalaDefSpecializer", s:yellow, "", "")
call X("scalaClassSpecializer", s:yellow, "", "")
call X("scalaBackTick", s:green, "", "")
call X("scalaRoot", s:foreground, "", "")
call X("scalaMethodCall", s:blue, "", "")
call X("scalaCaseType", s:yellow, "", "")
call X("scalaLineComment", s:comment, "", "")
call X("scalaComment", s:comment, "", "")
call X("scalaDocComment", s:comment, "", "")
call X("scalaDocTags", s:comment, "", "")
call X("scalaEmptyString", s:green, "", "")
call X("scalaMultiLineString", s:green, "", "")
call X("scalaUnicode", s:orange, "", "")
call X("scalaString", s:green, "", "")
call X("scalaStringEscape", s:green, "", "")
call X("scalaSymbol", s:orange, "", "")
call X("scalaChar", s:orange, "", "")
call X("scalaXml", s:green, "", "")
call X("scalaConstructorSpecializer", s:yellow, "", "")
call X("scalaBackTick", s:blue, "", "")
" Git
call X("diffAdded", s:green, "", "")
call X("diffRemoved", s:red, "", "")
call X("gitcommitSummary", "", "", "bold")
" Delete Functions
delf X
delf rgb
delf colour
delf rgb_colour
delf rgb_level
delf rgb_number
delf grey_colour
delf grey_level
delf grey_number
endif
set background=dark
================================================
FILE: vim/colors/Tomorrow-Night-Bright.vim
================================================
" Tomorrow Night Bright - Full Colour and 256 Colour
" http://chriskempson.com
"
" Hex colour conversion functions borrowed from the theme "Desert256""
" Default GUI Colours
let s:foreground = "eaeaea"
let s:background = "000000"
let s:selection = "424242"
let s:line = "2a2a2a"
let s:comment = "969896"
let s:red = "d54e53"
let s:orange = "e78c45"
let s:yellow = "e7c547"
let s:green = "b9ca4a"
let s:aqua = "70c0b1"
let s:blue = "7aa6da"
let s:purple = "c397d8"
let s:window = "4d5057"
hi clear
syntax reset
let g:colors_name = "Tomorrow-Night-Bright"
if has("gui_running") || &t_Co == 88 || &t_Co == 256
" Returns an approximate grey index for the given grey level
fun grey_number(x)
if &t_Co == 88
if a:x < 23
return 0
elseif a:x < 69
return 1
elseif a:x < 103
return 2
elseif a:x < 127
return 3
elseif a:x < 150
return 4
elseif a:x < 173
return 5
elseif a:x < 196
return 6
elseif a:x < 219
return 7
elseif a:x < 243
return 8
else
return 9
endif
else
if a:x < 14
return 0
else
let l:n = (a:x - 8) / 10
let l:m = (a:x - 8) % 10
if l:m < 5
return l:n
else
return l:n + 1
endif
endif
endif
endfun
" Returns the actual grey level represented by the grey index
fun grey_level(n)
if &t_Co == 88
if a:n == 0
return 0
elseif a:n == 1
return 46
elseif a:n == 2
return 92
elseif a:n == 3
return 115
elseif a:n == 4
return 139
elseif a:n == 5
return 162
elseif a:n == 6
return 185
elseif a:n == 7
return 208
elseif a:n == 8
return 231
else
return 255
endif
else
if a:n == 0
return 0
else
return 8 + (a:n * 10)
endif
endif
endfun
" Returns the palette index for the given grey index
fun grey_colour(n)
if &t_Co == 88
if a:n == 0
return 16
elseif a:n == 9
return 79
else
return 79 + a:n
endif
else
if a:n == 0
return 16
elseif a:n == 25
return 231
else
return 231 + a:n
endif
endif
endfun
" Returns an approximate colour index for the given colour level
fun rgb_number(x)
if &t_Co == 88
if a:x < 69
return 0
elseif a:x < 172
return 1
elseif a:x < 230
return 2
else
return 3
endif
else
if a:x < 75
return 0
else
let l:n = (a:x - 55) / 40
let l:m = (a:x - 55) % 40
if l:m < 20
return l:n
else
return l:n + 1
endif
endif
endif
endfun
" Returns the actual colour level for the given colour index
fun