Skip to content

Commit

Permalink
Merge branch 'release/built_in_styles'
Browse files Browse the repository at this point in the history
  • Loading branch information
ellduin committed Aug 5, 2014
2 parents 494c43a + c1bb94e commit db12948
Show file tree
Hide file tree
Showing 11 changed files with 1,395 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,7 @@ Watch the master branch of this repository to stay up to date with our efforts.
* added [Mode Documentation][ModeExample] with example Mode
* added [Transition Guide][ModeUpdate]: _Notes on how to update a mode from 3.x to 4_
* added [Mode creation tutorial][ModeTutorial]
* added [Styles][SEE4Styles] Directory containing the built-in SEE4 styles

### Links
[SubEthaEdit][subethaedit_net]
Expand All @@ -35,6 +36,7 @@ Watch the master branch of this repository to stay up to date with our efforts.
[ModeExample]: Documentation/ExampleMode/ "SubEthaEdit 4 Example Mode"
[SEE3Modes]: Attic/SubEthaEdit3/Modes "SubEthaEdit 3.x Modes"
[SEE4Modes]: Modes "SubEthaEdit 4 Modes"
[SEE4Styles]: Styles "SubEthaEdit 4 Styles"
[ModeTutorial]: Documentation/ModeTutorial "Mode Creation Tutorials"

<!-- Referenced URLs -->
Expand Down
182 changes: 182 additions & 0 deletions Styles/Blueby.sss
@@ -0,0 +1,182 @@
/*
Based on:
Blueby
======
Based on the coding samples at ruby-lang.org
By Justin Hileman - http://justinhileman.com
* Sometimes Coda doesn't get the text and background colors right on import.
If that happens, use #213449 as your background and #8aa6c1 for text.
http://justinhileman.info/coda-colors/
Adjusted for SubEthaEdit 4.0
*/

comment {
color:#428bdd;
font-style:italic;
}

constant.numeric {
color:#eddd3d;
font-weight:normal;
}

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

keyword {
color:#e7ad00;
font-strike-through:none;
font-weight:normal;
}

keyword.control {
color:#ffffff;
}

keyword.type {
color:#e7ad00;
}

language.function {
color:#eee;
}

language.operator {
color:#8aa6c1;
}

language.variable {
color:#ffffff;
}

markup.comment {
color:#428bdd;
font-style:italic;
}

markup.constant.entity {
color:#eddd3d;
}

markup.declaration {
color:#428bdd;
}

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

markup.processing {
color:#428bdd;
font-style:italic;
font-weight:normal;
}

markup.tag {
color:#ffffff;
}

markup.tag.attribute.name {
color:#8aa6c1;
}

markup.tag.attribute.value {
color:#15A102;
}

meta.default {
background-color:#213449;
color:#8aa6c1;
}

meta.higlight.currentline {
background-color:#364b61;
}

meta.important {
color:#d30060;
}

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

meta.invisible.characters {
color:#364b61;
}

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

string {
color:#15A102;
}

string.regex {
color:#ca4344;
}

style.at-rule {
color:#ffffff;
font-style:italic;
font-weight:bold;
}

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

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

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

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

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

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

support {
color:#ffffff;
}


/* The following Scopes were added to accommodate scope-name changes for SEE 4.0 */

language.subroutine.function {
color:#eee;
}

keyword.constant {
color:#cc4141;
}

language.constant.numeric {
color:#eddd3d;
font-weight:normal;
}

184 changes: 184 additions & 0 deletions Styles/Desert.sss
@@ -0,0 +1,184 @@
/*
Based on:
Desert for Coda
===============
This is a port of Hans Fugal's Desert color scheme for Vim:
http://fugal.net/vim/colors/
By Justin Hileman - http://justinhileman.com
* Sometimes Coda doesn't get the text and background colors right on import.
If that happens, use #333333 as your background and #ffffff for text.
http://justinhileman.info/coda-colors/
Adjusted for SubEthaEdit 4.0
*/

comment {
color:#6aa3ba;
font-style:italic;
}

constant.numeric {
color:#FFA0A0;
font-weight:normal;
}

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

keyword {
color:#CD5C5C;
font-strike-through:none;
font-weight:normal;
}

keyword.control {
color:#C67516;
}

keyword.type {
color:#C67516;
}

language.function {
color:#61a161;
}

language.operator {
color:#aaaaaa;
}

language.variable {
color:#CD5C5C;
}

markup.comment {
color:#6aa3ba;
font-style:italic;
}

markup.constant.entity {
color:#FFA0A0;
}

markup.declaration {
color:#6aa3ba;
}

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

markup.processing {
color:#FFA0A0;
font-style:italic;
font-weight:normal;
}

markup.tag {
color:#CD5C5C;
}

markup.tag.attribute.name {
color:#61a161;
}

markup.tag.attribute.value {
color:#bdb76b;
}

meta.default {
background-color:#333333;
color:#aaaaaa;
}

meta.higlight.currentline {
background-color:#444444;
}

meta.important {
color:#A5391D;
}

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

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

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

string {
color:#bdb76b;
}

string.regex {
color:#FFDEAD;
}

style.at-rule {
color:#C67516;
font-style:italic;
font-weight:bold;
}

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

style.property.name {
color:#61a161;
}

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

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

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

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

support {
color:#C67516;
}


/* The following Scopes were added to accommodate scope-name changes for SEE 4.0 */

language.subroutine.function {
color:#61a161;
}

keyword.constant {
color:#ffa0a0;
}

language.constant.numeric {
color:#ffa0a0;
font-weight:normal;
}

0 comments on commit db12948

Please sign in to comment.