Last active
December 29, 2015 20:00
-
-
Save nacho4d/7721125 to your computer and use it in GitHub Desktop.
Another twilight theme but this time for monodevelop (unity) Preview: (link tweet with an image)
https://twitter.com/nacho4d/status/406833668783493120
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
| <EditorStyle name="Twilight" _description="Twilight, the TextMate theme"> | |
| <!-- Color palette --> | |
| <Color name="tl.general.selection" value="#545454" /> <!-- light gray --> | |
| <Color name="tl.general.background" value="#252525" /> <!-- *light* black --> | |
| <Color name="tl.general.background.dark" value="#191919" /> <!-- not so light black --> | |
| <Color name="tl.plainText" value="#CDCDCD" /> <!-- light gray --> | |
| <Color name="tl.comments" value="#3FA41C" /> <!-- green --> | |
| <Color name="tl.strings" value="#A0AB7F" /> <!-- lime --> | |
| <Color name="tl.sharactersAndNumbers" value="#786DC4" /> <!-- purple --> | |
| <Color name="tl.keywords" value="#C31265" /> <!-- pink--> | |
| <Color name="tl.preprocessorAndMacros" value="#C67C48" /> <!-- orange --> | |
| <Color name="tl.attributes" value="#55747C" /> <!-- blue/green --> | |
| <Color name="tl.projectSource" value="#A3A3A3" /> <!-- gray --> | |
| <Color name="tl.externalProjectSource" value="#9B859D" /> <!-- purple/ soft violet --> | |
| <!-- Theme start --> | |
| <Style name="bubble.error" color="#555753" bgColor="#F5EAE7" /> | |
| <Style name="bubble.error.text" color="#555753" bgColor="#F5EAE7" /> | |
| <Style name="bubble.warning" color="#555753" bgColor="#F4EEDA" /> | |
| <Style name="bubble.warning.text" color="#555753" bgColor="#F4EEDA" /> | |
| <Style name="comment" color="tl.comments" /> | |
| <Style name="comment.block" color="tl.comments" /> | |
| <Style name="comment.doc" color="tl.comments" /> | |
| <Style name="comment.keyword" color="tl.comments" /> | |
| <Style name="comment.keyword.todo" color="tl.comments" /> | |
| <Style name="comment.line" color="tl.comments" /> | |
| <Style name="comment.tag" color="tl.comments" /> | |
| <Style name="comment.tag.block" color="tl.comments" /> | |
| <Style name="comment.tag.doc" color="tl.comments" /> | |
| <Style name="comment.tag.line" color="tl.comments" /> | |
| <Style name="completion" color="#434343" bgColor="#F0F6F8" /> | |
| <Style name="completion.highlight" color="#BA3373" /> | |
| <Style name="completion.selection" color="#F8FCFC" bgColor="#DFF4F0" /> | |
| <Style name="completion.selection.border" color="#C9C9C9" /> | |
| <Style name="completion.selection.inactive" color="#FFFFFF" bgColor="#FFFFFF" /> | |
| <Style name="completion.selection.inactive.border" color="#666666" /> | |
| <Style name="constant" color="#F57E00" /> | |
| <Style name="constant.digit" color="#776DC3" /> | |
| <Style name="constant.language" color="#C31063" /> | |
| <Style name="constant.language.void" color="#C31063" /> | |
| <Style name="diff.header" color="#4E9A06" /> | |
| <Style name="diff.header-newfile" color="#3465A4" /> | |
| <Style name="diff.header-oldfile" color="#EF2929" /> | |
| <Style name="diff.header-seperator" color="#4E9A06" /> | |
| <Style name="diff.line-added" color="#3465A4" /> | |
| <Style name="diff.line-changed" color="#75507B" /> | |
| <Style name="diff.line-removed" color="#EF2929" /> | |
| <Style name="diff.location" color="#75507B" /> | |
| <Style name="fold" color="#888A85" bgColor="#FFFFFF" /> | |
| <Style name="fold.margin" color="#2A669A" bgColor="#B1CCE3" /> | |
| <Style name="iconbar" color="#EEEEEC" /> | |
| <Style name="iconbar.separator" color="#BABDB6" /> | |
| <Style name="keyword" color="tl.keywords" /> | |
| <Style name="keyword.access" color="tl.keywords" /> | |
| <Style name="keyword.context" color="tl.keywords" /> | |
| <Style name="keyword.declaration" color="tl.keywords" /> | |
| <Style name="keyword.exceptions" color="tl.keywords" /> | |
| <Style name="keyword.iteration" color="tl.keywords" /> | |
| <Style name="keyword.jump" color="tl.keywords" /> | |
| <Style name="keyword.misc" color="tl.keywords" /> | |
| <Style name="keyword.modifier" color="tl.keywords" /> | |
| <Style name="keyword.namespace" color="tl.keywords" /> | |
| <Style name="keyword.operator" color="tl.keywords" /> | |
| <Style name="keyword.operator.declaration" color="tl.keywords" /> | |
| <Style name="keyword.parameter" color="tl.keywords" /> | |
| <Style name="keyword.property" color="tl.keywords" /> | |
| <Style name="keyword.selection" color="tl.keywords" /> | |
| <Style name="keyword.semantic.error" color="#C44D58" /> | |
| <Style name="keyword.semantic.event" color="tl.projectSource" /> | |
| <Style name="keyword.semantic.event.declaration" color="tl.plainText" /> | |
| <Style name="keyword.semantic.extensionthis" color="#009695" /> | |
| <Style name="keyword.semantic.field" color="tl.projectSource" /> | |
| <Style name="keyword.semantic.field.declaration" color="tl.plainText" /> | |
| <Style name="keyword.semantic.method" color="tl.projectSource" /> | |
| <Style name="keyword.semantic.method.declaration" color="tl.plainText" /> | |
| <Style name="keyword.semantic.property" color="tl.projectSource" /> | |
| <Style name="keyword.semantic.property.declaration" color="tl.plainText" /> | |
| <Style name="keyword.semantic.type" color="tl.projectSource" /> | |
| <Style name="keyword.semantic.type.declaration" color="tl.plainText" /> | |
| <Style name="keyword.type" color="#C31063" /> | |
| <Style name="linenumber" color="#707070" bgColor="tl.general.background" /> | |
| <Style name="marker.bookmark.color1" color="#FFFFFF" /> | |
| <Style name="marker.bookmark.color2" color="#729FCF" /> | |
| <Style name="marker.bracket" color="tl.keywords" bgColor="tl.general.background.dark" /> | |
| <Style name="marker.breakpoint" color="#FFFFFF" bgColor="#AB616B" /> | |
| <Style name="marker.breakpoint.color1" color="#FFFFFF" /> | |
| <Style name="marker.breakpoint.color2" color="#AB616B" /> | |
| <Style name="marker.breakpoint.disabled.background" color="#EDDCDC" /> | |
| <Style name="marker.breakpoint.invalid" color="#EDDCDC" /> | |
| <Style name="marker.breakpoint.invalid.background" color="#EDDCDC" /> | |
| <Style name="marker.breakpoint.invalid.border" color="#AB616B" /> | |
| <Style name="marker.breakpoint.invalid.color1" color="#EDDCDC" /> | |
| <Style name="marker.debug" color="#000000" bgColor="#FFFF00" /> | |
| <Style name="marker.debug.currentline" color="#000000" bgColor="#FFFF00" /> | |
| <Style name="marker.debug.currentline.border" color="#666600" /> | |
| <Style name="marker.debug.currentline.color1" color="#FFFF00" /> | |
| <Style name="marker.debug.currentline.color2" color="#FFFFCC" /> | |
| <Style name="marker.debug.stackline" color="#000000" bgColor="#80FF80" /> | |
| <Style name="marker.debug.stackline.border" color="#336633" /> | |
| <Style name="marker.debug.stackline.color1" color="#80FF80" /> | |
| <Style name="marker.debug.stackline.color2" color="#CCFFCC" /> | |
| <Style name="marker.line" color="tl.general.background.dark" /> | |
| <Style name="marker.line.changed" color="#FDAB75" /> | |
| <Style name="marker.line.dirty" color="#FED9C0" /> | |
| <Style name="marker.ruler" color="#BABDB6" /> | |
| <Style name="marker.template.primary_highlighted_template" color="#4E9A06" bgColor="#8AE234" /> | |
| <Style name="marker.template.primary_template" color="#4E9A06" bgColor="#73D216" /> | |
| <Style name="marker.template.secondary_highlighted_template" color="#BABDB6" bgColor="#EEEEEC" /> | |
| <Style name="marker.template.secondary_template" color="#D3D7CF" bgColor="#FFFFFF" /> | |
| <Style name="marker.underline" color="#C44D58" /> | |
| <Style name="marker.underline.error" color="#C44D58" /> | |
| <Style name="marker.underline.hint" color="#3465A4" /> | |
| <Style name="marker.underline.suggestion" color="#73D216" /> | |
| <Style name="marker.underline.warning" color="#EDD400" /> | |
| <Style name="marker.usages" color="#FDAB75" bgColor="#FED9C0" /> | |
| <Style name="string" color="tl.strings" /> | |
| <Style name="string.double" color="tl.strings" /> | |
| <Style name="string.escape" color="tl.strings" /> | |
| <Style name="string.other" color="tl.strings" /> | |
| <Style name="string.single" color="tl.strings" /> | |
| <Style name="template" color="#000000" bgColor="#FDFAED" /> | |
| <Style name="template.directive" color="#000000" bgColor="#FDFAED" /> | |
| <Style name="template.tag" color="#000000" bgColor="#FDF0BD" /> | |
| <Style name="text" color="tl.plainText" bgColor="tl.general.background" /> | |
| <Style name="text.background" color="tl.general.background" /> | |
| <Style name="text.background.readonly" color="tl.general.background" /> | |
| <Style name="text.background.searchresult" color="tl.general.background" /> | |
| <Style name="text.background.searchresult-main" color="tl.general.background" /> | |
| <Style name="text.link" color="tl.strings" /> | |
| <Style name="text.preprocessor" color="tl.preprocessorAndMacros" /> | |
| <Style name="text.preprocessor.keyword" color="#C12DAD" /> | |
| <Style name="text.punctuation" color="#2E3436" /> | |
| <!-- <Style name="text.selection" color="#00000000" bgColor="#B5D5FF" /> --> <!-- Default theme --> | |
| <!-- <Style name="text.selection.inactive" color="#00000000" bgColor="#D3D7CF" />--> <!-- Default theme --> | |
| <Style name="text.selection" color="tl.plainText" bgColor="tl.general.selection" /> <!-- TODO text color should be translucid --> | |
| <Style name="text.selection.inactive" color="tl.plainText" bgColor="tl.general.selection" /> <!-- TODO text color should be translucid --> | |
| <Style name="tooltip" color="tl.plainText" bgColor="tl.general.background" /> | |
| <Style name="tooltip.border" color="tl.projectSource" /> | |
| <Style name="tooltip.pager.bottom" color="tl.plainText" /> | |
| <Style name="tooltip.pager.text" color="tl.plainText" /> | |
| <Style name="tooltip.pager.top" color="tl.plainText" /> | |
| <Style name="tooltip.pager.triangle" color="tl.plainText" /> | |
| <Style name="xml" color="tl.plainText" bgColor="tl.general.background" /> | |
| <Style name="xml.attribute" color="tl.attributes" /> | |
| <Style name="xml.cdata" color="tl.plainText" /> | |
| <Style name="xml.name" color="tl.keywords" /> | |
| <Style name="xml.tag" color="tl.keywords" /> | |
| </EditorStyle> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment