Skip to content

Instantly share code, notes, and snippets.

@simurai
Created January 11, 2016 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save simurai/de2dbbbd7eabf25bec18 to your computer and use it in GitHub Desktop.
Save simurai/de2dbbbd7eabf25bec18 to your computer and use it in GitHub Desktop.
DuoTone dark theme for TextMate
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>name</key>
<string>Duotone Dark</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C4B8FE</string>
<key>background</key>
<string>#2A2734</string>
<key>invisibles</key>
<string>#413D51</string>
<key>selection</key>
<string>#454257</string>
<key>lineHighlight</key>
<string>#45425742</string>
<key>caret</key>
<string>#FFA852</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Uno-4</string>
<key>scope</key>
<string>comment,
punctuation,
text.html.mt meta.tag.sgml.html meta.tag.sgml.doctype.html,
text.html.mt meta.tag.sgml.html meta.tag.sgml.doctype.html,
entity.name.tag.doctype.html,
text.html.mt comment.block.html,
source.js comment.line.double-slash.js punctuation.definition.comment.js,source.php source.php.embedded.block.html punctuation.section.embedded.begin.php,source.php source.php.embedded.block.html comment.line.double-slash.php punctuation.definition.comment.php, source.php source.php.embedded.block.html variable.other.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6C6783</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Duo-1</string>
<key>scope</key>
<string>string,
constant.numeric,
constant.character, constant.other,
storage.type,
support.constant,
constant.language,
support.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFCC99</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Uno-2</string>
<key>scope</key>
<string>variable,
variable.language,
variable.other,
variable.parameter, entity.other.attribute-name.html,
variable.other.php,
variable.other.php punctuation.definition.variable.php, source.php source.php.embedded.block.html meta.function.php meta.function.arguments.php meta.function.argument.no-default.php variable.other.php,
source.php source.php.embedded.block.html variable.other.property.php,
source.php source.php.embedded.block.html meta.function.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#C4B8FE</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Duo-2</string>
<key>scope</key>
<string>keyword,
storage,
source.js keyword.operator.js, source.js meta.function.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#E49E58</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Uno-1</string>
<key>scope</key>
<string>entity.name.class,
entity.other.inherited-class,
entity.name.function,
entity.name.tag,
entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#EEEBFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Uno-3</string>
<key>scope</key>
<string>support.type, support.class, text.html.mt,source.js support.function.dom.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#A391FD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Duo-3</string>
<key>scope</key>
<string>punctuation.definition.string, punctuation.definition.variable, punctuation.definition.parameters, punctuation.definition.array,source.js meta.brace.curly.js</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7C756E</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>D8D5E82E-3D5B-46B5-B38E-8C841C21347D</string>
<key>colorSpaceName</key>
<string>sRGB</string>
<key>semanticClass</key>
<string>theme.dark.duotone_dark</string>
<key>author</key>
<string>Viktor Bergehall</string>
<key>comment</key>
<string>Port of Atom theme Duotone Dark https:&#x2f;&#x2f;github.com&#x2f;simurai&#x2f;duotone-dark-syntax</string>
</dict>
</plist>
@simurai
Copy link
Author

simurai commented Jan 11, 2016

Created with http://tmtheme-editor.herokuapp.com/ based of @viktorbergehall version.

The colors look fine in the theme editor, but then when testing it in TextMate and Sublime, for some reason the syntax highlighting is off:

screen shot 2016-01-11 at 11 56 20 am

screen shot 2016-01-11 at 11 54 55 am

screen shot 2016-01-11 at 11 55 12 am

Not quite sure what the problem is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment