Skip to content

Commit

Permalink
Updated themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
daylerees committed Feb 8, 2014
1 parent 6b42344 commit ceb31ed
Show file tree
Hide file tree
Showing 484 changed files with 158,582 additions and 173,908 deletions.
165 changes: 165 additions & 0 deletions coda/boxuk.sss
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
/*
======================================================================
Box UK
======================================================================
A Sublime Text 2 / Textmate theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
*/

comment {
color:#b8b6b1;
font-style:italic;
}

constant.numeric {
color:#15b8ae;
}

constant.numeric.keyword {
color:#017c9d;
}

keyword {
color:#017c9d;
font-weight:normal;
}

keyword.control {
font-weight:normal;
}

keyword.type {
font-weight:normal;
}

language.function {
color:#15b8ae;
}

language.operator {
color:#017c9d;
}

language.property {
color:#019d76;
}

language.variable {
color:#414f5c;
}

markup.comment {
color:#b8b6b1;
}

markup.constant.entity {
color:#019d76;
}

markup.declaration {
color:#b8b6b1;
}

markup.inline.cdata {
color:#15b8ae;
}

markup.processing {
color:#b8b6b1;
font-style:italic;
}

markup.tag {
color:#017c9d;
font-weight:bold;
}

markup.tag.attribute.name {
color:#019d76;
font-weight:normal;
}

markup.tag.attribute.value {
color:#15b8ae;
font-weight:normal;
}

meta.default {
background-color:#ffffff;
color:#414f5c;
}

meta.highlight.currentline {
background-color:#eeeeee;
}

meta.important {
color:#017c9d;
}

meta.invalid {
color:#e1583e;
font-weight:bold;
}

meta.invisible.characters {
color:#dd2400;
}

meta.link {
color:#15b8ae;
font-underline:none;
}

string {
color:#15b8ae;
}

string.regex {
color:#019d76;
}

string.regex.escaped {
color:#355200;
}

style.at-rule {
color:#de7a31;
font-style:normal;
font-weight:bold;
}

style.comment {
color:#b8b6b1;
font-style:italic;
font-weight:normal;
}

style.property.name {
color:#019d76;
}

style.value.color.rgb-value {
color:#15b8ae;
}

style.value.keyword {
color:#017c9d;
}

style.value.numeric {
color:#15b8ae;
}

style.value.string {
color:#15b8ae;
}

support {
color:#019d76;
}

165 changes: 165 additions & 0 deletions coda/carbonight.sss
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
/*
======================================================================
Carbonight
======================================================================
A Sublime Text 2 / Textmate theme.
Copyright (c) 2014 Dayle Rees.
Released under the MIT License <http://opensource.org/licenses/MIT>
======================================================================
Find more themes at : https://github.com/daylerees/colour-schemes
======================================================================
*/

comment {
color:#423F3D;
font-style:italic;
}

constant.numeric {
color:#B0B0B0;
}

constant.numeric.keyword {
color:#eeeeee;
}

keyword {
color:#eeeeee;
font-weight:normal;
}

keyword.control {
font-weight:normal;
}

keyword.type {
font-weight:normal;
}

language.function {
color:#ffffff;
}

language.operator {
color:#eeeeee;
}

language.property {
color:#8C8C8C;
}

language.variable {
color:#B0B0B0;
}

markup.comment {
color:#423F3D;
}

markup.constant.entity {
color:#8C8C8C;
}

markup.declaration {
color:#423F3D;
}

markup.inline.cdata {
color:#ffffff;
}

markup.processing {
color:#423F3D;
font-style:italic;
}

markup.tag {
color:#C4C4C4;
font-weight:bold;
}

markup.tag.attribute.name {
color:#8C8C8C;
font-weight:normal;
}

markup.tag.attribute.value {
color:#ffffff;
font-weight:normal;
}

meta.default {
background-color:#2E2C2B;
color:#B0B0B0;
}

meta.highlight.currentline {
background-color:#3B3633;
}

meta.important {
color:#eeeeee;
}

meta.invalid {
color:#e1583e;
font-weight:bold;
}

meta.invisible.characters {
color:#dd2400;
}

meta.link {
color:#ffffff;
font-underline:none;
}

string {
color:#ffffff;
}

string.regex {
color:#8C8C8C;
}

string.regex.escaped {
color:#355200;
}

style.at-rule {
color:#de7a31;
font-style:normal;
font-weight:bold;
}

style.comment {
color:#423F3D;
font-style:italic;
font-weight:normal;
}

style.property.name {
color:#8C8C8C;
}

style.value.color.rgb-value {
color:#B0B0B0;
}

style.value.keyword {
color:#eeeeee;
}

style.value.numeric {
color:#B0B0B0;
}

style.value.string {
color:#ffffff;
}

support {
color:#8C8C8C;
}

Loading

0 comments on commit ceb31ed

Please sign in to comment.