diff --git a/README.md b/README.md index c2915d6..b6f62f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ vi-sublime-theme ================ -A theme for SublimeText 2 that mimics many of the default Vi syntax highlighting rules +A theme for SublimeText 2 that mimics many of the default Vim syntax highlighting rules Specail thanks to [@aziz](https://github.com/aziz/tmTheme-Editor) for providing much of the boiler-plate as well as an easy color picker. diff --git a/Vi.tmTheme b/Vi.tmTheme deleted file mode 100644 index 9a5eed8..0000000 --- a/Vi.tmTheme +++ /dev/null @@ -1,727 +0,0 @@ - - - - - author - Diego Carrion (0x783czar) - comment - A theme for SublimeText 2 that mimics many of the default Vi syntax highlighting rules - name - Vi - settings - - - settings - - background - #1b1b1a - caret - #2bbbc6 - foreground - #f8f8f8 - invisibles - #5d5d5d - lineHighlight - #434343 - selection - #484848 - findHighlight - #ffe792 - inactiveSelection - #baa767 - gutterForeground - #d89400 - guide - #73797b30 - activeGuide - #73797b60 - - - - name - Comment - scope - comment - settings - - fontStyle - italic - foreground - #0792ff - - - - name - Constant - scope - constant - settings - - foreground - #f0231b - - - - name - Entity - scope - entity - settings - - fontStyle - - foreground - #f8f8f8 - - - - name - Keyword - scope - keyword - settings - - fontStyle - - foreground - #f69e00 - - - - name - Storage - scope - storage - settings - - fontStyle - - foreground - #18bb45 - - - - name - String - scope - string - settings - - fontStyle - - foreground - #f02300 - - - - name - Support - scope - support - settings - - fontStyle - - foreground - #18bb45 - - - - name - Variable - scope - variable - settings - - foreground - #f8f8f8 - - - - name - Invalid - scope - invalid - settings - - background - #D8290DBF - foreground - #F8F8F8 - - - - name - Embedded Source - scope - text source - settings - - background - #B0B3BA14 - - - - name - Embedded Source (Bright) - scope - text.html.ruby source - settings - - background - #B1B3BA21 - - - - name - Entity inherited-class - scope - entity.other.inherited-class - settings - - fontStyle - italic - foreground - #4EE161 - - - - name - String embedded-source - scope - string.quoted source - settings - - fontStyle - - foreground - #f0231b - - - - name - String constant - scope - string constant - settings - - foreground - #d43ecb - - - - name - String.regexp - scope - string.regexp - settings - - foreground - #FFB454 - - - - name - String variable - scope - string variable - settings - - foreground - #f8f8f8 - - - - name - Support.function - scope - support.function - settings - - fontStyle - - foreground - #f8f8f8 - - - - name - Support.constant - scope - support.constant - settings - - fontStyle - - foreground - #f0231b - - - - name - C/C++ Preprocessor Line - scope - other.preprocessor.c - settings - - foreground - #f0231b - fontStyle - italic - - - - name - C/C++ Preprocessor Directive - scope - other.preprocessor.c entity - settings - - foreground - #f69e39 - - - - name - Meta.tag.A - scope - declaration.tag, declaration.tag entity, meta.tag, meta.tag entity - settings - - foreground - #f69e39 - - - - name - css tag-name - scope - meta.selector.css entity.name.tag - settings - - foreground - #f69e39 - - - - name - css#id - scope - meta.selector.css entity.other.attribute-name.id - settings - - foreground - #f69e39 - - - - name - css.class - scope - meta.selector.css entity.other.attribute-name.class - settings - - foreground - #2bbbc6 - - - - name - css property-name: - scope - support.type.property-name.css - settings - - foreground - #18bb45 - - - - name - css property-value; - scope - meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css - settings - - foreground - #18bb45 - - - - name - css @at-rule - scope - meta.preprocessor.at-rule keyword.control.at-rule - settings - - foreground - #f69e39 - - - - name - css additional-constants - scope - meta.property-value support.constant.named-color.css, meta.property-value constant - settings - - foreground - #f0231b - - - - name - css constructor.argument - scope - meta.constructor.argument.css - settings - - foreground - #f0231b - - - - name - diff.header - scope - meta.diff, meta.diff.header - settings - - background - #0E2231 - fontStyle - italic - foreground - #F8F8F8 - - - - name - diff.deleted - scope - markup.deleted - settings - - background - #D03620 - foreground - #F8F8F8 - - - - name - diff.changed - scope - markup.changed - settings - - background - #C4B14A - foreground - #F8F8F8 - - - - name - diff.inserted - scope - markup.inserted - settings - - background - #41A83E - foreground - #F8F8F8 - - - - name - SublimeLinter Annotations - scope - sublimelinter.outline.notes - settings - - background - #FFFFAA50 - - - - name - SublimeLinter Outline - scope - sublimelinter.outline.illegal - settings - - background - #FF4A5250 - - - - name - SublimeLinter Underline - scope - sublimelinter.underline.illegal - settings - - background - #FF000050 - - - - name - SublimeLinter Warning Outline - scope - sublimelinter.outline.warning - settings - - background - #DF940050 - - - - name - SublimeLinter Warning Underline - scope - sublimelinter.underline.warning - settings - - background - #FF000050 - - - - name - SublimeLinter Violation Outline - scope - sublimelinter.outline.violation - settings - - background - #ffffff33 - - - - name - SublimeLinter Violation Underline - scope - sublimelinter.underline.violation - settings - - background - #FF000050 - - - - name - html id - scope - entity.other.attribute-name.id.html - settings - - foreground - #FFB454 - - - - name - html class - scope - entity.other.attribute-name.html - settings - - foreground - #18bb45 - - - - name - html punctuations tags - scope - punctuation.definition.tag.end, punctuation.definition.tag.begin, punctuation.definition.tag - settings - - foreground - #65A4A4 - - - - name - CSS @import - scope - keyword.control.at-rule.import.css - settings - - foreground - #f7f09d - - - - name - LESS variables - scope - variable.other.less - settings - - foreground - #4EE161 - - - - name - LESS variables - scope - entity.other.less.mixin - settings - - foreground - #9DF39F - - - - name - LESS units - scope - source.css.less keyword.unit.css - settings - - foreground - #EB939A - - - - name - Angular - scope - entity.other.attribute-name.angular.html, source.angular.embedded.html - settings - - foreground - #FF3A83 - - - - name - HTML Entities - scope - constant.character.entity.html - settings - - foreground - #F1E94B - - - - name - coffee instance var - scope - variable.other.readwrite.instance.coffee - settings - - foreground - #9DF39F - - - - name - coffee brace - scope - meta.brace.round.coffee,meta.brace.square.coffee - settings - - foreground - #F6F080 - - - - name - coffee embeded - scope - punctuation.section.embedded.coffee - settings - - foreground - #4EE161 - - - - name - Coffee vars - scope - variable.assignment.coffee variable.assignment.coffee - settings - - foreground - #FFFFFF - - - - name - Coffee dots - scope - meta.delimiter.method.period.coffee - settings - - foreground - #FFAA00 - - - - name - Coffee curleys - scope - meta.brace.curly.coffee - settings - - foreground - #9DF39F - - - - name - Doctype/XML Processing - scope - meta.tag.sgml.doctype.xml, declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string, doctype - settings - - foreground - #73817D - - - - name - diff.deleted - scope - markup.deleted - settings - - foreground - #D03620 - - - - name - diff.inserted - scope - markup.inserted - settings - - foreground - #41A83E88 - - - - name - diff.changed - scope - markup.changed - settings - - foreground - #C4B14A88 - - - - uuid - 4A52FD00-7E12-11E2-9E96-0800200C9A66 - - diff --git a/install.sh b/install.sh index ab45c56..a789fdf 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ #!/bin/bash -cp Vi.tmTheme ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Color\ Scheme\ -\ Default/ +cp Vim.tmTheme ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Color\ Scheme\ -\ Default/