Skip to content

Commit

Permalink
Adding Heroku theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
daylerees committed Feb 19, 2014
1 parent ff335ce commit 2634111
Show file tree
Hide file tree
Showing 99 changed files with 17,519 additions and 0 deletions.
827 changes: 827 additions & 0 deletions bootstrap/heroku.less

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions build/resources/patterns/highlightjs/highlightjs.json
@@ -0,0 +1,13 @@
{
"type": "Highlight.js theme",
"directory": "highlightjs",

"templates": [
{
"file": "highlightjs.pattern",
"name": "",
"directory": "",
"extension": ".css"
}
]
}
144 changes: 144 additions & 0 deletions build/resources/patterns/highlightjs/highlightjs.pattern
@@ -0,0 +1,144 @@
.hljs {
display: block; padding: 0.5em;
background: {{ colour.first('hljs_background', 'background').get() }}; color: {{ colour.first('hljs_foreground', 'foreground').get() }};
}

.hljs-comment,
.hljs-template_comment,
.hljs-javadoc {
color: {{ colour.first('hljs_comment', 'comment').get() }};
}

.hljs-keyword,
.ruby .hljs-function .hljs-keyword,
.hljs-request,
.hljs-status,
.nginx .hljs-title {
color: {{ colour.first('hljs_keyword', 'fourth').get() }};
}

.hljs-function .hljs-keyword,
.hljs-sub .hljs-keyword,
.method,
.hljs-list .hljs-title {
color: {{ colour.first('hljs_function', 'third').get() }};
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-cdata,
.hljs-filter .hljs-argument,
.hljs-attr_selector,
.apache .hljs-cbracket,
.hljs-date,
.tex .hljs-command,
.coffeescript .hljs-attribute {
color: {{ colour.first('hljs_string', 'string').get() }};
}

.hljs-subst {
color: #DAEFA3;
}

.hljs-regexp {
color: #E9C062;
}

.hljs-title,
.hljs-sub .hljs-identifier,
.hljs-pi,
.hljs-tag,
.hljs-tag .hljs-keyword,
.hljs-decorator,
.hljs-shebang,
.hljs-prompt {
color: {{ colour.first('hljs_title', 'second').get() }};
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-number {
color: {{ colour.first('hljs_number', 'number').get() }};
}

.hljs-params,
.hljs-variable,
.clojure .hljs-attribute {
color: {{ colour.first('hljs_variables', 'variables', 'first').get() }};
}

.css .hljs-tag,
.hljs-rules .hljs-property,
.hljs-pseudo,
.tex .hljs-special {
color: {{ colour.first('hljs_second', 'second').get() }};
}

.css .hljs-class {
color: {{ colour.first('hljs_first', 'first').get() }};
}

.hljs-rules .hljs-keyword {
color: {{ colour.first('hljs_first', 'first').get() }};
}

.hljs-rules .hljs-value {
color: {{ colour.first('hljs_second', 'second').get() }};
}

.css .hljs-id {
color: #8B98AB;
}

.hljs-annotation,
.apache .hljs-sqbracket,
.nginx .hljs-built_in {
color: #9B859D;
}

.hljs-preprocessor,
.hljs-pragma {
color: #8996A8;
}

.hljs-hexcolor,
.css .hljs-value .hljs-number {
color: #DD7B3B;
}

.css .hljs-function {
color: #DAD085;
}

.diff .hljs-header,
.hljs-chunk,
.tex .hljs-formula {
background-color: #0E2231;
color: #F8F8F8;
font-style: italic;
}

.diff .hljs-change {
background-color: #4A410D;
color: #F8F8F8;
}

.hljs-addition {
background-color: #253B22;
color: #F8F8F8;
}

.hljs-deletion {
background-color: #420E09;
color: #F8F8F8;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
}
34 changes: 34 additions & 0 deletions build/resources/themes/heroku.json
@@ -0,0 +1,34 @@
{
"theme": {
"name": "Heroku",
"description": "Heroku.",
"author": "Dayle Rees",
"slug": "heroku",
"type": "dark"
},

"background": "#1b1b24",
"foreground": "#c8c7d5",
"first": "#585480",
"second": "#7873ae",
"third": "#ffffff",
"fourth": "#7873ae",
"fifth": "#a6fa62",
"comment": "#505067",
"string": "#a6fa62",
"number": "#a6fa62",
"selection_foreground": "#ffffff",
"selection_background": "#7873ae",
"selection_border": "#222218",
"find_foreground": "#000000",
"find_background": "#ffe792",
"line_highlight": "#242430",
"caret": "#f8f8f0",
"invisibles": "#3b3a32",
"scope_guide": "#9d550fb0",
"brackets": "#7873ae",
"bracket_content": "#a6fa62",
"invalid_foreground": "#f8f8f0",
"invalid_background": "#00a8c6",
"docblock": "#5d5d76"
}
165 changes: 165 additions & 0 deletions coda/heroku.sss
@@ -0,0 +1,165 @@
/*
======================================================================
Heroku
======================================================================
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:#505067;
font-style:italic;
}

constant.numeric {
color:#a6fa62;
}

constant.numeric.keyword {
color:#7873ae;
}

keyword {
color:#7873ae;
font-weight:normal;
}

keyword.control {
font-weight:normal;
}

keyword.type {
font-weight:normal;
}

language.function {
color:#ffffff;
}

language.operator {
color:#7873ae;
}

language.property {
color:#7873ae;
}

language.variable {
color:#c8c7d5;
}

markup.comment {
color:#505067;
}

markup.constant.entity {
color:#7873ae;
}

markup.declaration {
color:#505067;
}

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

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

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

markup.tag.attribute.name {
color:#7873ae;
font-weight:normal;
}

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

meta.default {
background-color:#1b1b24;
color:#c8c7d5;
}

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

meta.important {
color:#7873ae;
}

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

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

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

string {
color:#a6fa62;
}

string.regex {
color:#7873ae;
}

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

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

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

style.property.name {
color:#7873ae;
}

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

style.value.keyword {
color:#7873ae;
}

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

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

support {
color:#7873ae;
}

0 comments on commit 2634111

Please sign in to comment.