Xcode colour theme for Sublime Text 2 - xcode

Does anyone know if there is a colour scheme I can import into Sublime Text that matches the syntax colours used in Xcode? I've looked high and low and can't find anything. I love sublime but I'm not a fan of the colour schemes and prefer Xcode.
Cheers!

The excellent Colorsublime has listed a theme called XCode Default that looks like this:
For now it seems to be permalinked here.
Still unsatisfied? Try making your own, as one of the commenters on your question suggested. TMTheme Editor can help.

You can get all their themes (much easier to navigate) from their github:
https://github.com/Colorsublime/Colorsublime-Themes/tree/master/themes

Related

TiddlyWiki Mono theme colors issue

Hi All TiddlyWiki fans,
I have an issue with Mono theme for Tiddlywiki - http://j.d.mono.tiddlyspot.com/
When any plugin selected it isn't readable. Moreover It can't be fixed with any color palettes.
Also this problem happens when I use Tiddlytool TagCloud - https://tiddlytools.com/filtergenerators.html#TiddlyTools%2FFilterGenerators%2FTagCloud with Mono theme.
Do anyone have any idea how it can be soled?
Thank you in advance!

Sublime Text 3 Theme: Some sidebar Icons not rendering

I'm writing a custom theme based on kkga's Spacegray theme, and I've run into an issue with the sidebar icons.
These are NOT the file icons feature, but the icons to denote if a folder is open/closed.
It looks like this:
However, when you hover over the rows, the highlighted row's icon renders just fine. Same image, and same path specification - so it's not an issue of the theme being unable to locate the file.
Can somebody more familiar with ST3 themes point me in the right direction to debug this issue?
ST3 Theme Docs can be found here: https://www.sublimetext.com/docs/3/themes.html
Ugh, I feel really silly. Turns out that the icons that were working, were cached versions (you can find the cache at /Cache/<package name> in the ST3 library folder).
I deleted the cache, reloaded the app and found that all the icons were not rendering. Realized that I had moved the whole package into the nested User directory recently, and as a result the texture paths were no longer correct.
Posting this for posterity. Mods, feel free to close this question.

Font Awesome is displayed as a question mark on Macbook Pro. Any ideas on how to fix this (see pics)?

It's really weird, but for some reason when I try to install FA as a font on my system, it displays all the icons as a square with a question mark in it. Have a look:
Even after installation, it's the same:
The strange thing is, FA icons display fine in my browser, as long as they are
Anyone know why this is happening and what I can do to fix it?
Well, finally! I found an answer for this over at the fortawesome github issues. It's as simple as installing the font, ignoring the question marks, and then using the fontawesome cheatsheet to copy and paste the icons in your document.
I'm so glad I found an answer to this! I didn't even think of trying to just copy and paste the icons after installing the font.

Is there a Sublime Text 2 color scheme based on Github's syntax highlighting?

I found this one for GVim, but I want one for Sublime Text 2.
(This is a really hard thing to Google for, because so many ST2 color schemes are hosted on Github.)
Dayle Rees' Colour Schemes includes a Github-themed color scheme; the entire set of 41 schemes is available through Package Control under the non-British moniker "Dayle Rees Color Schemes".
The font in the screenshot is the excellent (and free!) Adobe Source Code Pro (download).
GitHub TextMate theme by sbecker (compatible with Sublime Text 2).

Markdown syntax highlighting in SciTE/Notepad++

I'm looking for a .properties file for Markdown syntax in SciTE. Is it possible?
A partial highlighter would do, otherwise.
I'm using this syntax file: https://github.com/leafnode/markdown_npp with some color changes to fit dark background.
I've uploaded my (dark) user-defined language Markdown highlighter on GitHub. It uses different workarounds than thomsmits', which for the style of Markdown I've chosen work better.
Until the Markdown Scintilla lexer is imported into Notepad++, user defined languages are the best we can do.
I don't use Notepad++ any more and have deleted my project. Try Brettz9's fork of the project here: https://github.com/brettz9/Notepad---Markdown-Highlighting
I'm using Markdown-plus-plus. The install instruction is outdated on many projects. The actual instruction is:
Select menu "Language" → "Define your language..."
Press button "Import...", and select {markdown}.xml (from GitHub repositories).
Restart Notepad++
I believe somebody mentioned on the mailing list that he is working on such a lexer.
I don't think a simple .properties file can do the job, as there isn't any existing lexer (to my knowledge) with similar syntax.

Resources