Created
August 31, 2010 23:32
-
-
Save dx7/559972 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Stylesheet generated from TextMate theme | |
| * Loaded by rafael.xlii.com.br - production mode | |
| * | |
| * Sunburst | |
| * (À) Soryu, 2005 | |
| * | |
| */ | |
| /* Mostly to improve view within the TextMate HTML viewer */ | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| pre.textmate-source { | |
| margin: 6px 0; | |
| padding: 7px; | |
| font-family: Monaco, monospace; | |
| font-size: 11px; | |
| line-height: 1.8em; | |
| overflow: auto; | |
| /* overflow-x: auto;*/ | |
| /* overflow-y: hidden;*/ | |
| } | |
| pre.textmate-source { | |
| color: #F8F8F8; | |
| background-color: #000000; | |
| } | |
| pre.textmate-source .linenum { | |
| width: 75px; | |
| padding: 0.1em 1em 0.2em 0; | |
| color: #888; | |
| background-color: #000000; | |
| } | |
| pre.textmate-source span { | |
| padding-top: 0.2em; | |
| padding-bottom: 0.1em; | |
| } | |
| pre.textmate-source { | |
| /* background-color: rgb(221, 240, 255);*/ | |
| background-color: rgb(0, 0, 0); | |
| } | |
| /* Comment */ | |
| pre.textmate-source .comment { | |
| color: #AEAEAE; | |
| font-style: italic; | |
| } | |
| /* Constant */ | |
| pre.textmate-source .constant { | |
| color: #3387CC; | |
| } | |
| /* Entity */ | |
| pre.textmate-source .entity { | |
| color: #89BDFF; | |
| } | |
| /* Keyword */ | |
| pre.textmate-source .keyword { | |
| color: #E28964; | |
| } | |
| /* Storage */ | |
| pre.textmate-source .storage { | |
| color: #99CF50; | |
| } | |
| /* String */ | |
| pre.textmate-source .string { | |
| color: #65B042; | |
| } | |
| /* Support */ | |
| pre.textmate-source .support { | |
| color: #9B859D; | |
| } | |
| /* Variable */ | |
| pre.textmate-source .variable { | |
| color: #3E87E3; | |
| } | |
| /* Invalid – Deprecated */ | |
| pre.textmate-source .invalid_deprecated { | |
| color: #FD5FF1; | |
| font-style: italic; | |
| text-decoration: underline; | |
| } | |
| /* Invalid – Illegal */ | |
| pre.textmate-source .invalid_illegal { | |
| color: #FD5FF1; | |
| background-color: rgb(86, 45, 86); | |
| } | |
| /* ♦ Embedded Source (Bright) */ | |
| pre.textmate-source .text .source { | |
| background-color: rgb(177, 179, 186); | |
| } | |
| /* ♦ Entity inherited-class */ | |
| pre.textmate-source .entity_other_inherited-class { | |
| color: #9B5C2E; | |
| font-style: italic; | |
| } | |
| /* ♦ String embedded-source */ | |
| pre.textmate-source .string_quoted .source { | |
| color: #DAEFA3; | |
| } | |
| /* ♦ String constant */ | |
| pre.textmate-source .string .constant { | |
| color: #DDF2A4; | |
| } | |
| /* ♦ String.regexp */ | |
| pre.textmate-source .string_regexp { | |
| color: #E9C062; | |
| } | |
| /* ♦ String.regexp.«special» */ | |
| pre.textmate-source .string_regexp .constant_character_escape, pre.textmate-source .string_regexp .source_ruby_embedded, pre.textmate-source .string_regexp .string_regexp_arbitrary-repitition { | |
| color: #CF7D34; | |
| } | |
| /* ♦ String variable */ | |
| pre.textmate-source .string .variable { | |
| color: #8A9A95; | |
| } | |
| /* ♦ Support.function */ | |
| pre.textmate-source .support_function { | |
| color: #DAD085; | |
| } | |
| /* ♦ Support.constant */ | |
| pre.textmate-source .support_constant { | |
| color: #CF6A4C; | |
| } | |
| /* c C/C++ Preprocessor Line */ | |
| pre.textmate-source .meta_preprocessor_c { | |
| color: #8996A8; | |
| } | |
| /* c C/C++ Preprocessor Directive */ | |
| pre.textmate-source .meta_preprocessor_c .keyword { | |
| color: #AFC4DB; | |
| } | |
| /* j Entity Name Type */ | |
| pre.textmate-source .entity_name_type { | |
| text-decoration: underline; | |
| } | |
| /* j Cast */ | |
| pre.textmate-source .meta_cast { | |
| color: #676767; | |
| font-style: italic; | |
| } | |
| /* ✘ Doctype/XML Processing */ | |
| pre.textmate-source .meta_sgml_html .meta_doctype, pre.textmate-source .meta_sgml_html .meta_doctype .entity, pre.textmate-source .meta_sgml_html .meta_doctype .string, pre.textmate-source .meta_xml-processing, pre.textmate-source .meta_xml-processing .entity, pre.textmate-source .meta_xml-processing .string { | |
| color: #494949; | |
| } | |
| /* ✘ Meta.tag.«all» */ | |
| pre.textmate-source .meta_tag, pre.textmate-source .meta_tag .entity { | |
| color: #89BDFF; | |
| } | |
| /* ✘ Meta.tag.inline */ | |
| pre.textmate-source .source .entity_name_tag, pre.textmate-source .source .entity_other_attribute-name, pre.textmate-source .meta_tag_inline, pre.textmate-source .meta_tag_inline .entity { | |
| color: #E0C589; | |
| } | |
| /* ✘ Namespaces */ | |
| pre.textmate-source .entity_name_tag_namespace, pre.textmate-source .entity_other_attribute-name_namespace { | |
| color: #E18964; | |
| } | |
| /* § css tag-name */ | |
| pre.textmate-source .meta_selector_css .entity_name_tag { | |
| color: #CDA869; | |
| } | |
| /* § css:pseudo-class */ | |
| pre.textmate-source .meta_selector_css .entity_other_attribute-name_tag_pseudo-class { | |
| color: #8F9D6A; | |
| } | |
| /* § css#id */ | |
| pre.textmate-source .meta_selector_css .entity_other_attribute-name_id { | |
| color: #8B98AB; | |
| } | |
| /* § css.class */ | |
| pre.textmate-source .meta_selector_css .entity_other_attribute-name_class { | |
| color: #9B703F; | |
| } | |
| /* § css property-name: */ | |
| pre.textmate-source .support_type_property-name_css { | |
| color: #C5AF75; | |
| } | |
| /* § css property-value; */ | |
| pre.textmate-source .meta_property-group .support_constant_property-value_css, pre.textmate-source .meta_property-value .support_constant_property-value_css { | |
| color: #F9EE98; | |
| } | |
| /* § css @at-rule */ | |
| pre.textmate-source .meta_preprocessor_at-rule .keyword_control_at-rule { | |
| color: #8693A5; | |
| } | |
| /* § css additional-constants */ | |
| pre.textmate-source .meta_property-value .support_constant_named-color_css, pre.textmate-source .meta_property-value .constant { | |
| color: #DD7B3B; | |
| } | |
| /* § css constructor.argument */ | |
| pre.textmate-source .meta_constructor_argument_css { | |
| color: #8F9D6A; | |
| } | |
| /* ⎇ diff.header */ | |
| pre.textmate-source .meta_diff, pre.textmate-source .meta_diff_header { | |
| color: #F8F8F8; | |
| font-style: italic; | |
| background-color: #0E2231; | |
| } | |
| /* ⎇ diff.deleted */ | |
| pre.textmate-source .markup_deleted { | |
| color: #F8F8F8; | |
| background-color: #420E09; | |
| } | |
| /* ⎇ diff.changed */ | |
| pre.textmate-source .markup_changed { | |
| color: #F8F8F8; | |
| background-color: #4A410D; | |
| } | |
| /* ⎇ diff.inserted */ | |
| pre.textmate-source .markup_inserted { | |
| color: #F8F8F8; | |
| background-color: #253B22; | |
| } | |
| /* Markup: Italic */ | |
| pre.textmate-source .markup_italic { | |
| color: #E9C062; | |
| font-style: italic; | |
| } | |
| /* Markup: Bold */ | |
| pre.textmate-source .markup_bold { | |
| color: #E9C062; | |
| font-weight: bold; | |
| } | |
| /* Markup: Underline */ | |
| pre.textmate-source .markup_underline { | |
| color: #E18964; | |
| text-decoration: underline; | |
| } | |
| /* Markup: Quote */ | |
| pre.textmate-source .markup_quote { | |
| color: #E1D4B9; | |
| font-style: italic; | |
| background-color: rgb(254, 224, 156); | |
| } | |
| /* Markup: Heading */ | |
| pre.textmate-source .markup_heading, pre.textmate-source .markup_heading .entity { | |
| color: #FEDCC5; | |
| background-color: #632D04; | |
| } | |
| /* Markup: List */ | |
| pre.textmate-source .markup_list { | |
| color: #E1D4B9; | |
| } | |
| /* Markup: Raw */ | |
| pre.textmate-source .markup_raw { | |
| color: #578BB3; | |
| background-color: rgb(177, 179, 186); | |
| } | |
| /* Markup: Comment */ | |
| pre.textmate-source .markup .comment { | |
| color: #F67B37; | |
| font-style: italic; | |
| } | |
| /* Markup: Separator */ | |
| pre.textmate-source .meta_separator { | |
| color: #60A633; | |
| background-color: #242424; | |
| } | |
| /* Log Entry */ | |
| pre.textmate-source .meta_line_entry_logfile, pre.textmate-source .meta_line_exit_logfile { | |
| background-color: rgb(238, 238, 238); | |
| } | |
| /* Log Entry Error */ | |
| pre.textmate-source .meta_line_error_logfile { | |
| background-color: #751012; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment