Skip to content

Instantly share code, notes, and snippets.

@loadedsith
Created April 3, 2019 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0 to your computer and use it in GitHub Desktop.
Save loadedsith/8b6cdb9950d0c1e48096c36ddee11dc0 to your computer and use it in GitHub Desktop.
{ gutterSettings = {
foreground = '#d35791ff';
background = '#000c00cf';
divider = '#008040';
icons = '#d35791';
iconsHover = '#d35791';
iconsPressed = '#d35791';
selectionBackground = '#87355B';
selectionBorder = '#008040';
selectionForeground = '#ffffff';
selectionIcons = '#ffffff';
selectionIconsHover = '#008040';
selectionIconsPressed = '#00f040';
};
settings = (
{ settings = {
fontStyle = '';
foreground = '#E6D7E6';
background = '#211e1ef4';
caret = '#008040';
invisibles = '#3F2D2D';
selection = '#6F2c32';
lineHighlight = '#353030';
};
},
{ name = 'Comments';
scope = 'comment, comment.block';
settings = { foreground = '#7d9077'; };
},
{ name = 'Alternating Tabs';
scope = 'meta.even-tab';
settings = {
fontStyle = 'foldGuide';
background = '#ffffff08';
};
},
{ name = 'Alternating Tabs';
scope = 'meta.odd-tab';
settings = {
fontStyle = 'foldGuide';
foreground = '#e300bb';
background = '#00000008';
};
},
{ name = 'Strings';
scope = 'string';
settings = {
foreground = '#AD9361';
background = '#211e1e';
};
},
{ name = 'Numbers';
scope = 'constant.numeric';
settings = {
foreground = '#CCCCCC';
background = '#211e1e';
};
},
{ name = 'Keywords';
scope = 'keyword, keyword.control.js';
settings = {
foreground = '#6CE26A';
background = '#211e1e';
};
},
{ name = 'Preprocessor Line';
scope = 'meta.preprocessor';
settings = {
foreground = '#dcdf73';
background = '#211e1e';
};
},
{ name = 'Preprocessor Directive';
scope = 'keyword.control.import';
settings = {
fontStyle = 'bold';
foreground = '#E6D7E6';
background = '#211e1e';
};
},
{ name = 'Functions';
scope = 'support.function';
settings = {
foreground = '#6CE26A';
background = '#211e1e';
};
},
{ name = 'Function result';
scope = 'declaration.function function-result';
settings = {
foreground = '#0000FF';
background = '#211e1e';
};
},
{ name = 'Function name';
scope = 'declaration.function function-name';
settings = {
fontStyle = 'bold';
foreground = '#E6D7E6';
background = '#211e1e';
};
},
{ name = 'Function argument name';
scope = 'declaration.function argument-name';
settings = {
fontStyle = 'bold';
foreground = '#E6D7E6';
background = '#211e1e';
};
},
{ name = 'Function argument type';
scope = 'declaration.function function-arg-type';
settings = {
foreground = '#0000FF';
background = '#211e1e';
};
},
{ name = 'Function argument variable';
scope = 'declaration.function function-argument';
settings = {
fontStyle = 'italic';
foreground = '#E6D7E6';
background = '#211e1e';
};
},
{ name = 'Class name';
scope = 'declaration.class class-name';
settings = {
fontStyle = 'underline';
foreground = '#E6D7E6';
background = '#211e1e';
};
},
{ name = 'Class inheritance';
scope = 'declaration.class class-inheritance';
settings = {
fontStyle = 'italic,underline';
foreground = '#E6D7E6';
background = '#211e1e';
};
},
{ name = 'diffMarkers';
scope = 'comment.merge-marker.yours, comment.merge-marker.end, comment.merge-marker.theirs';
settings = {
foreground = '#00ffaa';
background = '#44112C';
};
},
{ name = 'Warning';
scope = 'invalid.warning';
settings = {
foreground = '#ffffff';
background = '#ad9361';
};
},
{ name = 'Invalid';
scope = 'invalid';
settings = {
fontStyle = 'bold';
foreground = '#FFF9F9';
background = '#d1524d';
};
},
{ name = 'Invalid Trailing Whitespace';
scope = 'invalid.deprecated.trailing-whitespace';
settings = {
foreground = '#E6D7E6';
background = '#FFD0D0';
};
},
{ name = 'Section';
scope = 'declaration.section section-name';
settings = {
fontStyle = 'italic';
foreground = '#E6D7E6';
};
},
{ name = 'Interpolation';
scope = 'string.interpolation';
settings = { foreground = '#C10006'; };
},
{ name = 'Regular Expressions';
scope = 'string.regexp';
settings = { foreground = '#666666'; };
},
{ name = 'Variables';
scope = 'variable';
settings = { foreground = '#C1C144'; };
},
{ name = 'Constants';
scope = 'constant, support.constant';
settings = { foreground = '#6782D3'; };
},
{ name = 'Character Constants';
scope = 'constant.character';
settings = { foreground = '#AFA472'; };
},
{ name = 'Language Constants';
scope = 'constant.language';
settings = {
fontStyle = 'bold';
foreground = '#6CE26A';
};
},
{ name = 'Embedded Code';
scope = 'embedded';
settings = {
fontStyle = 'underline';
foreground = '#E6D7E6';
};
},
{ name = 'Tag name';
scope = 'keyword.markup.element-name';
settings = { foreground = '#858EF4'; };
},
{ name = 'Attribute name';
scope = 'keyword.markup.attribute-name, entity.name.type.attribute-name';
settings = { foreground = '#D25B95'; };
},
{ name = 'Attribute with Value';
scope = 'meta.attribute-with-value';
settings = { foreground = '#9B456F'; };
},
{ name = 'Exceptions';
scope = 'keyword.exception';
settings = {
fontStyle = 'bold';
foreground = '#C82255';
};
},
{ name = 'Operators';
scope = 'keyword.operator';
settings = { foreground = '#3ED6A8'; };
},
{ name = 'Control Structures';
scope = 'keyword.control';
settings = {
fontStyle = 'bold';
foreground = '#6969FA';
};
},
{ name = 'Alternating Tabs';
scope = 'meta.even-tab';
settings = {
fontStyle = 'foldGuide';
foreground = '#5A445C';
};
},
{ name = 'TMLangDef: Keys';
scope = 'support.constant.tm-language-def, support.constant.name.tm-language-def';
settings = { foreground = '#7171F3'; };
},
{ name = 'Doc Info Xml';
scope = 'meta.tag.preprocessor.xml';
settings = { foreground = '#68685B'; };
},
{ name = 'Doc Type';
scope = 'meta.tag.sgml.doctype';
settings = { foreground = '#888888'; };
},
{ name = 'Doc Info Dtd';
scope = 'string.quoted.docinfo.doctype.DTD';
settings = {
fontStyle = 'italic';
foreground = '#E6D7E6';
};
},
{ name = 'Server Side Includes';
scope = 'comment.other.server-side-include.xhtml, comment.other.server-side-include.html';
settings = { foreground = '#909090'; };
},
{ name = 'Tag';
scope = 'text.html declaration.tag, text.html meta.tag, source.scss entity.name.tag, text.html entity.name.tag.xhtml';
settings = { foreground = '#48d62c'; };
},
{ name = 'Attribute';
scope = 'keyword.markup.attribute-name';
settings = { foreground = '#9B456F'; };
},
{ name = 'Phpdocs';
scope = 'keyword.other.phpdoc.php';
settings = { foreground = '#777777'; };
},
{ name = 'Other';
scope = 'keyword.other.jsdoc.type';
settings = { foreground = '#77ff77'; };
},
{ name = 'Include Require';
scope = 'keyword.other.include.php';
settings = { foreground = '#C82255'; };
},
{ name = 'Constants Core Predefined';
scope = 'support.constant.core.php';
settings = {
fontStyle = 'bold';
foreground = '#DE8E20';
};
},
{ name = 'Constants Standard Predefined';
scope = 'support.constant.std.php';
settings = {
fontStyle = 'bold';
foreground = '#DE8E10';
};
},
{ name = 'Variables Globals';
scope = 'variable.other.global.php';
settings = { foreground = '#B72E1D'; };
},
{ name = 'Variables Safer Globals';
scope = 'variable.other.global.safer.php';
settings = { foreground = '#00FF00'; };
},
{ name = 'Strings Single Quoted';
scope = 'string.quoted.single.php';
settings = { foreground = '#CEA4B5'; };
},
{ name = 'Keywords Storage';
scope = 'keyword.storage.php';
settings = { foreground = '#6969FA'; };
},
{ name = 'Strings Double Quoted';
scope = 'string.quoted.double.php';
settings = { foreground = '#CEA4B5'; };
},
{ name = 'Selectors Id';
scope = 'entity.other.attribute-name.id.css';
settings = { foreground = '#EC9E00'; };
},
{ name = 'Selectors Elements';
scope = 'entity.name.tag.css';
settings = {
fontStyle = 'bold';
foreground = '#91d506';
};
},
{ name = 'Selectors Class Name';
scope = 'entity.other.attribute-name.class.css';
settings = { foreground = '#EDCA06'; };
},
{ name = 'Selectors Pseudo Class';
scope = 'entity.other.attribute-name.pseudo-class.css';
settings = { foreground = '#9b456f'; };
},
{ name = 'Invalid Comma';
scope = 'invalid.bad-comma.css';
settings = {
foreground = '#FFFFFF';
background = '#FF0000';
};
},
{ name = 'Property Value';
scope = 'support.constant.property-value.css';
settings = { foreground = '#d2679a'; };
},
{ name = 'Property Keyword';
scope = 'support.type.property-name.css, storage.modifier';
settings = { foreground = '#E1C96B'; };
},
{ name = 'Font Names';
scope = 'support.constant.font-name.css';
settings = { foreground = '#cea4b5'; };
},
{ name = 'Units';
scope = 'keyword.other.unit.css';
settings = { foreground = '#6969FA'; };
},
{ name = 'Strings Single Quoted';
scope = 'string.quoted.single.js';
settings = { foreground = '#C1538A'; };
},
{ name = 'Strings Single Double';
scope = 'string.quoted.double.js';
settings = { foreground = '#C1538A'; };
},
{ name = 'Constructor';
scope = 'keyword.operator.new.js';
settings = { foreground = '#6EBD87'; };
},
{ name = 'Storage Type';
scope = 'storage.type';
settings = { foreground = '#6EBD87'; };
},
{ name = 'Comment';
scope = 'comment.line.number-sign.r';
settings = {
fontStyle = 'italic';
foreground = '#279797';
};
},
{ name = 'Comment';
scope = 'comment.line.number-sign-tick.r';
settings = {
fontStyle = 'italic';
foreground = '#C5060B';
};
},
{ name = 'Comment';
scope = 'comment.line.number-sign-plus.r';
settings = {
fontStyle = 'italic';
foreground = '#ff00ff';
};
},
{ name = 'Markdown Code';
scope = 'markup.raw.block.markdown';
settings = { foreground = '#CEA4B5'; };
},
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment