Update colors to fix collision.

Colors basically incremented.
This commit is contained in:
ismail-arilik
2015-09-02 10:16:37 +03:00
parent 9e3d8ac4e9
commit 827ad80311

View File

@@ -631,7 +631,7 @@ Common Lisp:
Component Pascal: Component Pascal:
type: programming type: programming
color: "#b0ce4e" color: "#c1df5f"
extensions: extensions:
- .cp - .cp
- .cps - .cps
@@ -703,7 +703,7 @@ Cuda:
- .cuh - .cuh
tm_scope: source.cuda-c++ tm_scope: source.cuda-c++
ace_mode: c_cpp ace_mode: c_cpp
color: "#76B900" color: "#87CA11"
Cycript: Cycript:
type: programming type: programming
@@ -1210,7 +1210,7 @@ Gradle:
- .gradle - .gradle
tm_scope: source.groovy.gradle tm_scope: source.groovy.gradle
ace_mode: text ace_mode: text
color: "#84BA40" color: "#95CB51"
Grammatical Framework: Grammatical Framework:
type: programming type: programming
@@ -1714,7 +1714,7 @@ LLVM:
extensions: extensions:
- .ll - .ll
ace_mode: text ace_mode: text
color: "#689DD7" color: "#79AEE8"
LOLCODE: LOLCODE:
type: programming type: programming
@@ -1778,7 +1778,7 @@ Less:
- .less - .less
tm_scope: source.css.less tm_scope: source.css.less
ace_mode: less ace_mode: less
color: "#2A4D82" color: "#3B5E93"
Lex: Lex:
type: programming type: programming
@@ -1988,7 +1988,7 @@ Markdown:
- .mkdown - .mkdown
- .ron - .ron
tm_scope: source.gfm tm_scope: source.gfm
color: "#DDDDDD" color: "#EEEEEE"
Mask: Mask:
type: markup type: markup
@@ -2027,7 +2027,7 @@ Maven POM:
filenames: filenames:
- pom.xml - pom.xml
ace_mode: xml ace_mode: xml
color: "#FF6804" color: "#007915"
Max: Max:
type: programming type: programming
@@ -2217,7 +2217,7 @@ Nginx:
aliases: aliases:
- nginx configuration file - nginx configuration file
ace_mode: text ace_mode: text
color: "#009900" color: "#11AA11"
Nimrod: Nimrod:
type: programming type: programming
@@ -2276,7 +2276,7 @@ NumPy:
- .numsc - .numsc
tm_scope: none tm_scope: none
ace_mode: text ace_mode: text
color: "#378EC8" color: "#489FD9"
OCaml: OCaml:
type: programming type: programming
@@ -2779,7 +2779,7 @@ QMake:
R: R:
type: programming type: programming
color: "#198ce7" color: "#2A9DF8"
aliases: aliases:
- R - R
- Rscript - Rscript
@@ -3694,7 +3694,7 @@ XML:
- Web.Release.config - Web.Release.config
- Web.config - Web.config
- packages.config - packages.config
color: "#25AAE2" color: "#36BBF3"
XPages: XPages:
type: programming type: programming
@@ -3740,7 +3740,7 @@ XSLT:
- .xsl - .xsl
tm_scope: text.xml.xsl tm_scope: text.xml.xsl
ace_mode: xml ace_mode: xml
color: "#0E76BD" color: "#1F87CE"
Xojo: Xojo:
type: programming type: programming
@@ -3773,7 +3773,7 @@ YAML:
- .yaml - .yaml
- .yaml-tmlanguage - .yaml-tmlanguage
ace_mode: yaml ace_mode: yaml
color: "#FF0000" color: "#001111"
Yacc: Yacc:
type: programming type: programming
@@ -3783,7 +3783,7 @@ Yacc:
- .yy - .yy
tm_scope: source.bison tm_scope: source.bison
ace_mode: text ace_mode: text
color: "#92278F" color: "#A33890"
Zephir: Zephir:
type: programming type: programming
@@ -3866,7 +3866,7 @@ reStructuredText:
- .rst - .rst
- .rest - .rest
ace_mode: text ace_mode: text
color: "#000000" color: "#444444"
wisp: wisp:
type: programming type: programming