| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>author</key>
- <string>Martin Kühl</string>
- <key>comment</key>
- <string>A theme based on the GitHub code stylesheet.</string>
- <key>name</key>
- <string>GitHub</string>
- <key>settings</key>
- <array>
- <dict>
- <key>comment</key>
- <string>
- background #files .file .data background-color
- caret #files .file .meta color
- invisibles .syntax .w
- lineHighlight #FFFEEB #files .file .private background-color
- alt: #FFFFCC colour that gets added via javascript
- selection #B4D5FE handmade :-)
- alt: #FFFFCC colour that gets added via javascript
- #EAF2F5 #header .userbox background-color
- #EAEAEA #files .file background-color
- #DEDEDE #files .file border-color
- #F9EA86 Mac OS X system selection colour “Gold”
- </string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#F8F8FF</string>
- <key>caret</key>
- <string>#666666</string>
- <key>foreground</key>
- <string>#000000</string>
- <key>invisibles</key>
- <string>#BBBBBB</string>
- <key>lineHighlight</key>
- <string>#FFFEEB</string>
- <key>selection</key>
- <string>#B4D5FE</string>
- </dict>
- </dict>
- <dict>
- <key>comment</key>
- <string>.syntax .c, .syntax .c[ml]</string>
- <key>name</key>
- <string>Comment</string>
- <key>scope</key>
- <string>comment</string>
- <key>settings</key>
- <dict>
- <key>fontStyle</key>
- <string>italic</string>
- <key>foreground</key>
- <string>#999988</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Comment.Preproc</string>
- <key>scope</key>
- <string>comment.block.preprocessor</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .cp</string>
- <key>fontStyle</key>
- <string>bold</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Comment.Special</string>
- <key>scope</key>
- <string>comment.documentation, comment.block.documentation</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .cs</string>
- <key>fontStyle</key>
- <string>bold italic</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Error</string>
- <key>scope</key>
- <string>invalid.illegal</string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#E3D2D2</string>
- <key>comment</key>
- <string>.syntax .err</string>
- <key>foreground</key>
- <string>#A61717</string>
- </dict>
- </dict>
- <dict>
- <key>comment</key>
- <string>.syntax .k, .syntax .k[dpr]</string>
- <key>name</key>
- <string>Keyword</string>
- <key>scope</key>
- <string>keyword, storage</string>
- <key>settings</key>
- <dict>
- <key>fontStyle</key>
- <string>bold</string>
- </dict>
- </dict>
- <dict>
- <key>comment</key>
- <string>.syntax .o, .syntax .ow</string>
- <key>name</key>
- <string>Operator</string>
- <key>scope</key>
- <string>keyword.operator</string>
- <key>settings</key>
- <dict>
- <key>fontStyle</key>
- <string>bold</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Keyword.Constant</string>
- <key>scope</key>
- <string>constant.language, support.constant</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .kc</string>
- <key>fontStyle</key>
- <string>bold</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Keyword.Type</string>
- <key>scope</key>
- <string>storage.type, support.type</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .kt</string>
- <key>fontStyle</key>
- <string>bold</string>
- <key>foreground</key>
- <string>#445588</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Attribute</string>
- <key>scope</key>
- <string>entity.other.attribute-name</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .na</string>
- <key>foreground</key>
- <string>#008080</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Builtin</string>
- <key>scope</key>
- <string>variable.other</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .nb</string>
- <key>foreground</key>
- <string>#0086B3</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Builtin.Pseudo</string>
- <key>scope</key>
- <string>variable.language</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .bp</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>comment</key>
- <string>TODO: support.class is styled as Name.Constant on GitHub.</string>
- <key>name</key>
- <string>Name.Class</string>
- <key>scope</key>
- <string>entity.name.type, entity.other.inherited-class, support.class</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .nc</string>
- <key>fontStyle</key>
- <string>bold</string>
- <key>foreground</key>
- <string>#445588</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Constant</string>
- <key>scope</key>
- <string>variable.other.constant</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .no</string>
- <key>foreground</key>
- <string>#008080</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Entity</string>
- <key>scope</key>
- <string>constant.character.entity</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .ni</string>
- <key>foreground</key>
- <string>#800080</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Exception</string>
- <key>scope</key>
- <string>entity.name.exception</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .ne</string>
- <key>foreground</key>
- <string>#990000</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Function</string>
- <key>scope</key>
- <string>entity.name.function, support.function, keyword.other.name-of-parameter</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .nf</string>
- <key>foreground</key>
- <string>#990000</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Namespace</string>
- <key>scope</key>
- <string>entity.name.section</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .nn</string>
- <key>foreground</key>
- <string>#555555</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Tag</string>
- <key>scope</key>
- <string>entity.name.tag</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .nt</string>
- <key>foreground</key>
- <string>#000080</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Name.Variable</string>
- <key>scope</key>
- <string>variable.parameter, support.variable</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .nv, .style .v[cgi]</string>
- <key>foreground</key>
- <string>#008080</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Literal.Number</string>
- <key>scope</key>
- <string>constant.numeric, constant.other</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .m, .style .m[fhio], .style .il</string>
- <key>foreground</key>
- <string>#009999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Literal.String</string>
- <key>scope</key>
- <string>string - string source, constant.character</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .s[bcd2ehixl]</string>
- <key>fontStyle</key>
- <string></string>
- <key>foreground</key>
- <string>#DD1144</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Literal.String.Regex</string>
- <key>scope</key>
- <string>string.regexp</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .sr</string>
- <key>foreground</key>
- <string>#009926</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Literal.String.Symbol</string>
- <key>scope</key>
- <string>constant.other.symbol</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.style .ss</string>
- <key>foreground</key>
- <string>#990073</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Punctuation</string>
- <key>scope</key>
- <string>punctuation</string>
- <key>settings</key>
- <dict>
- <key>fontStyle</key>
- <string>bold</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Deleted</string>
- <key>scope</key>
- <string>markup.deleted</string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#FFDDDD</string>
- <key>comment</key>
- <string>.syntax .gd</string>
- <key>foreground</key>
- <string>#000000</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Emph</string>
- <key>scope</key>
- <string>markup.italic</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .ge</string>
- <key>fontStyle</key>
- <string>italic</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Error</string>
- <key>scope</key>
- <string>markup.error</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .gr</string>
- <key>foreground</key>
- <string>#AA0000</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Heading</string>
- <key>scope</key>
- <string>markup.heading.1</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .gh</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Inserted</string>
- <key>scope</key>
- <string>markup.inserted</string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#DDFFDD</string>
- <key>comment</key>
- <string>.syntax .gi</string>
- <key>foreground</key>
- <string>#000000</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Output</string>
- <key>scope</key>
- <string>markup.output, markup.raw</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .go</string>
- <key>foreground</key>
- <string>#888888</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Prompt</string>
- <key>scope</key>
- <string>markup.prompt</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .gp</string>
- <key>foreground</key>
- <string>#555555</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Strong</string>
- <key>scope</key>
- <string>markup.bold</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .gs</string>
- <key>fontStyle</key>
- <string>bold</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Subheading</string>
- <key>scope</key>
- <string>markup.heading</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .gu</string>
- <key>foreground</key>
- <string>#AAAAAA</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Traceback</string>
- <key>scope</key>
- <string>markup.traceback</string>
- <key>settings</key>
- <dict>
- <key>comment</key>
- <string>.syntax .gt</string>
- <key>foreground</key>
- <string>#AA0000</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Generic.Underline</string>
- <key>scope</key>
- <string>markup.underline</string>
- <key>settings</key>
- <dict>
- <key>fontStyle</key>
- <string>underline</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Extra: Diff Range</string>
- <key>scope</key>
- <string>meta.diff.range, meta.diff.index, meta.separator</string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#EAF2F5</string>
- <key>comment</key>
- <string>.syntax .gc</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Extra: Diff From</string>
- <key>scope</key>
- <string>meta.diff.header.from-file</string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#FFDDDD</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Extra: Diff To</string>
- <key>scope</key>
- <string>meta.diff.header.to-file</string>
- <key>settings</key>
- <dict>
- <key>background</key>
- <string>#DDFFDD</string>
- <key>foreground</key>
- <string>#999999</string>
- </dict>
- </dict>
- <dict>
- <key>name</key>
- <string>Extra: Link</string>
- <key>scope</key>
- <string>meta.link</string>
- <key>settings</key>
- <dict>
- <key>fontStyle</key>
- <string></string>
- <key>foreground</key>
- <string>#4183C4</string>
- </dict>
- </dict>
- </array>
- <key>uuid</key>
- <string>FDD6F02A-74F7-4B6C-97F1-857D792EC90E</string>
- </dict>
- </plist>
|