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 ![Brackets Tomorrow Night](https://raw.github.com/ryanstewart/tomorrow-theme/Brackets/Brackets/examples/brackets-tomorrow-night.png) ## Tomorrow ![Brackets Tomorrow](https://raw.github.com/ryanstewart/tomorrow-theme/Brackets/Brackets/examples/brackets-tomorrow.png) ## Tomorrow Night Eighties ![Brackets Tomorrow Night Eighties](https://raw.github.com/ryanstewart/tomorrow-theme/Brackets/Brackets/examples/brackets-tomorrow-night-eighties.png) ## Tomorrow Night Blue ![Brackets Tomorrow Night Blue](https://raw.github.com/ryanstewart/tomorrow-theme/Brackets/Brackets/examples/brackets-tomorrow-night-blue.png) ## Tomorrow Night Bright ![Brackets Tomorrow Night Bright](https://raw.github.com/ryanstewart/tomorrow-theme/Brackets/Brackets/examples/brackets-tomorrow-night-bright.png) ================================================ 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 ================================================