Sinisterly
Yet Another ST3 Theme - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: Yet Another ST3 Theme (/Thread-Yet-Another-ST3-Theme)



Yet Another ST3 Theme - Equinox - 02-06-2014

This is probably my last theme to share for Sublime Text 3. Anywhore, it is a variation of the IDLE theme. We love IDLE. Yes, we do, you shut the fuck up, you love it too. But we don't like the IDLE program itself, since we like the syntax highlighting, etc. I've gone ahead and edited the theme just a little so you can have a dark-varied version of the theme.

Screenshot:
Spoiler:
[Image: dz8pc9.jpg]


Code:
Spoiler:
Code:
<?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"> <plist version="1.0"> <dict> <key>author</key> <string>Domenico Carbotta</string> <key>Duubz</key> <string>DuubIDLE Dark</string> <key>settings</key> <array> <dict> <key>settings</key> <dict> <key>background</key> <string>#000000</string> <key>caret</key> <string>#FFFFFF</string> <key>foreground</key> <string>#FFFFFF</string> <key>invisibles</key> <string>#BFBFBF</string> <key>lineHighlight</key> <string>#00000012</string> <key>selection</key> <string>#222222</string> </dict> </dict> <dict> <key>name</key> <string>Comment</string> <key>scope</key> <string>comment</string> <key>settings</key> <dict> <key>foreground</key> <string>#919191</string> </dict> </dict> <dict> <key>name</key> <string>String</string> <key>scope</key> <string>string</string> <key>settings</key> <dict> <key>foreground</key> <string>#00A33F</string> </dict> </dict> <dict> <key>name</key> <string>Number</string> <key>scope</key> <string>constant.numeric</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Built-in constant</string> <key>scope</key> <string>constant.language</string> <key>settings</key> <dict> <key>foreground</key> <string>#A535AE</string> </dict> </dict> <dict> <key>name</key> <string>User-defined constant</string> <key>scope</key> <string>constant.character, constant.other</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Variable</string> <key>scope</key> <string>variable.language, variable.other</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Keyword</string> <key>scope</key> <string>keyword</string> <key>settings</key> <dict> <key>foreground</key> <string>#FF5600</string> </dict> </dict> <dict> <key>name</key> <string>Storage</string> <key>scope</key> <string>storage</string> <key>settings</key> <dict> <key>foreground</key> <string>#FF5600</string> </dict> </dict> <dict> <key>name</key> <string>Type name</string> <key>scope</key> <string>entity.name.type</string> <key>settings</key> <dict> <key>foreground</key> <string>#21439C</string> </dict> </dict> <dict> <key>name</key> <string>Inherited class</string> <key>scope</key> <string>entity.other.inherited-class</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Function name</string> <key>scope</key> <string>entity.name.function</string> <key>settings</key> <dict> <key>foreground</key> <string>#21439C</string> </dict> </dict> <dict> <key>name</key> <string>Function argument</string> <key>scope</key> <string>variable.parameter</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Tag name</string> <key>scope</key> <string>entity.name.tag</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Tag attribute</string> <key>scope</key> <string>entity.other.attribute-name</string> <key>settings</key> <dict/> </dict> <dict> <key>name</key> <string>Library function</string> <key>scope</key> <string>support.function</string> <key>settings</key> <dict> <key>foreground</key> <string>#A535AE</string> </dict> </dict> <dict> <key>name</key> <string>Library constant</string> <key>scope</key> <string>support.constant</string> <key>settings</key> <dict> <key>foreground</key> <string>#A535AE</string> </dict> </dict> <dict> <key>name</key> <string>Library class/type</string> <key>scope</key> <string>support.type, support.class</string> <key>settings</key> <dict> <key>foreground</key> <string>#A535AE</string> </dict> </dict> <dict> <key>name</key> <string>Library variable</string> <key>scope</key> <string>support.variable</string> <key>settings</key> <dict> <key>foreground</key> <string>#A535AE</string> </dict> </dict> <dict> <key>name</key> <string>Invalid</string> <key>scope</key> <string>invalid</string> <key>settings</key> <dict> <key>background</key> <string>#990000</string> <key>foreground</key> <string>#FFFFFF</string> </dict> </dict> <dict> <key>name</key> <string>String interpolation</string> <key>scope</key> <string>constant.other.placeholder.py</string> <key>settings</key> <dict> <key>fontStyle</key> <string></string> <key>foreground</key> <string>#990000</string> </dict> </dict> </array> <key>uuid</key> <string>DDC0CBE1-442B-4CB5-80E4-26E4CFB3A277</string> </dict> </plist>


Download and Virus scan:
Spoiler:



RE: Yet Another ST3 Theme - cr33pyguy - 02-06-2014

This is kinda cool. I think for the design, the default text color should be light grey, and the green just a touch darker, but that's just me
good job ^^


RE: Yet Another ST3 Theme - Equinox - 02-06-2014

(02-06-2014, 06:07 PM)cr33pyguy Wrote: This is kinda cool. I think for the design, the default text color should be light grey, and the green just a touch darker, but that's just me
good job ^^

I didn't do much editing to the IDLE theme itself, I just changed the background and default text colour.