scratch/output/Scratch/css/solarized.css

129 lines
2.1 KiB
CSS
Raw Normal View History

2012-03-23 10:42:20 +00:00
/*
* http://ethanschoonover.com/solarized
2012-03-23 10:42:20 +00:00
* base03 #002b36
* base02 #073642
* base01 #586e75
* base00 #657b83
* base0 #839496
* base1 #93a1a1
* base2 #eee8d5
* base3 #fdf6e3
* yellow #b58900
* orange #cb4b16
* red #dc322f
* magenta #d33682
* violet #6c71c4
* blue #268bd2
* cyan #2aa198
* green #859900
*/
/* base03 */
2012-03-23 14:42:41 +00:00
pre {
2012-03-23 10:42:20 +00:00
padding: .8em;
background-color: #002b36;
2012-03-23 10:42:20 +00:00
}
2012-03-23 14:42:41 +00:00
pre .high0 { color:#93a1a1; }
pre .high,
pre .high1 { color:#eee8d5; }
pre .high2 { color:#fdf6e3; }
2012-03-23 10:42:20 +00:00
/* default text color */
2012-03-23 14:42:41 +00:00
pre,
pre .DiffInserted,
pre .DiffChanged,
pre .DiffHeader,
pre .DiffDeleted,
pre .EmbeddedSource,
pre .EmbeddedSourceBright {
color: #839496;
2012-03-23 10:42:20 +00:00
}
2012-03-23 14:42:41 +00:00
pre .DiffHeader { font-style: italic; }
2012-03-23 10:42:20 +00:00
/* Highlighted background */
2012-03-23 14:42:41 +00:00
pre .EmbeddedSource,
pre .EmbeddedSourceBright {
2012-03-23 10:42:20 +00:00
background-color: #073642;
}
/* Present but not intrusive */
2012-03-23 14:42:41 +00:00
pre .low,
pre .line-numbers,
pre .DoctypeXmlProcessing,
pre .Comment {
2012-03-23 10:42:20 +00:00
color: #586e75;
}
2012-03-23 14:42:41 +00:00
pre .Comment {
2012-03-23 10:42:20 +00:00
font-style: italic;
}
2012-03-23 14:42:41 +00:00
/* Yellow */
pre .yellow,
pre .CssClass,
pre .CssPropertyName,
pre .Entity,
pre .MarkupList,
pre .EntityInheritedClass {
2012-03-23 14:42:41 +00:00
color: #b58900;
}
pre .EntityInheritedClass {
2012-03-23 10:42:20 +00:00
font-style: italic;
}
/* Orange */
2012-03-23 14:42:41 +00:00
pre .orange,
pre .String,
pre .StringRegexp,
pre .StringEmbeddedSource,
pre .StringConstant,
2012-03-29 12:58:49 +00:00
pre .MetaTagAll {
2012-03-23 10:42:20 +00:00
color: #cb4b16;
}
2012-03-23 14:42:41 +00:00
/* Red */
pre .red,
pre .InvalidIllegal,
pre .CssAtRule,
pre .InvalidDeprecated {
color: #dc322f ;
2012-03-23 10:42:20 +00:00
font-style: italic;
}
2012-03-29 12:58:49 +00:00
pre .magenta,
pre .CCCPreprocessorLine,
pre .CCCPreprocessorDirective
{ color: #d33682; }
pre .violet,
pre .Constant
{ color: #6c71c4; }
2012-03-23 14:42:41 +00:00
2012-03-23 10:42:20 +00:00
/* Blue */
2012-03-23 14:42:41 +00:00
pre .blue,
pre .Storage,
2012-03-23 14:42:41 +00:00
pre .Variable,
pre .CssId,
pre .SupportFunction,
pre .MetaTagInline,
pre .StringRegexpSpecial,
pre .CssTagName,
pre .StringVariable,
pre .Support {
2012-03-23 10:42:20 +00:00
color: #268bd2 ;
}
/* Cyan */
2012-03-23 14:42:41 +00:00
pre .cyan,
pre .MarkupHeading,
pre .CssAdditionalConstants,
pre .CssPropertyValue,
pre .SupportConstant {
2012-03-23 10:42:20 +00:00
color: #2aa198;
}
/* Green */
2012-03-23 14:42:41 +00:00
pre .green,
pre .CssPseudoClass,
pre .Keyword,
pre .CssConstructorArgument {
2012-03-23 10:42:20 +00:00
color: #859900;
}