1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
# kfg textmate themes req 2010-05-26\_07-13-05
[neverminding][] [toots][]:
> @hotdogsladies I would sacrifice a ridiculous amount of
> children/seniors/animals to know what TextMate theme you use.
You can keep your seniors, Ron. But, thanks for the request.
Above are screengrabs of the three [Textmate][] themes that have
been my go-tos over time.
- **Twilight** ([built-in][], I believe) had been the undisputed
champ since Christ was a corporal (and as I use it again right this
sec, I'm tempted to go back).
- [**IR Black**][] has been my theme for a few months, and I do
like it. It's got TONS of elements, so (time permitting) it'd be
easy to hack on
- Like pretty much everything [subtleGradient][] makes, I also
really like [**Brilliance Dull**][] (and its sibling,
[**Brilliance Black**][]). Both are super-useful and lovely,
especially it you're a serious coders.[^1]
Biggest problem I run into with many themes is that, since I spend
pretty much all day in [MultiMarkdown][], I obviously favor themes
that work well with my preferred [flavor][] of [Markdown][]. And,
for whatever reason, I guess a lot of the elements in MMD just
aren't "caught" by many themes. So, there's often not the level and
kind of syntax highlighting I'd find useful.
Of course, I have to mention that MMD's daddy, [Fletcher Penney][],
was kind enough to build us fanboys a [MultiMarkdown theme][] (zip)
as part of his [terrific MMD bundle][], but, unfortunately, for my
own needs...
- It's *so* limited to MMD that it leaves most very other kind of
TM doc looking like vanilla plain txt; and
- I just can't roll with light-background themes. My eyes are
just too old.
Obviously, if any of you'all *are* theme-fishing, the best place to
start is probably on the [UserSubmittedThemes][] page of
[the Textmate wiki][].
FWIW, I really try not to obsess over stuff like themes for text
editors, the style and color of my [bash prompt][], or what have
you. But, on the other hand, I do spend a *lot* of my day staring
at this junk, so it really pays to find anything that will make
that environment more pleasant and headache-free.
[neverminding]: http://twitter.com/neverminding
[toots]: http://twitter.com/neverminding/statuses/14729558292
[Textmate]: http://macromates.com/ "TextMate — The Missing Editor for Mac OS X"
[built-in]: http://svn.textmate.org/trunk/Themes/
[**IR Black**]: http://blog.infinitered.com/entries/show/2
[subtleGradient]: http://subtlegradient.com/ "Howdy"
[**Brilliance Dull**]: http://svn.textmate.org/trunk/Themes/Brilliance%20Dull.tmTheme
[**Brilliance Black**]: http://svn.textmate.org/trunk/Themes/Brilliance%20Black.tmTheme
[MultiMarkdown]: http://fletcher.github.com/MultiMarkdown/ "fletcher/MultiMarkdown @ GitHub"
[flavor]: http://i-0.us/czAbiP
[Markdown]: http://daringfireball.net/projects/markdown/ "Daring Fireball: Markdown"
[Fletcher Penney]: http://fletcherpenney.net/
[MultiMarkdown theme]: http://files.fletcherpenney.net/MultiMarkdown.tmTheme.zip
[terrific MMD bundle]: http://fletcherpenney.net/multimarkdown/multimarkdown_bundle_for_textm/
[UserSubmittedThemes]: http://wiki.macromates.com/Themes/UserSubmittedThemes "Themes / UserSubmittedThemes browse — TextMate Wiki"
[the Textmate wiki]: http://wiki.macromates.com/Main/HomePage "Main / HomePage browse — TextMate Wiki"
[bash prompt]: http://tldp.org/HOWTO/Bash-Prompt-HOWTO/ "Bash Prompt HOWTO"
[insane GitHub repository]: http://github.com/subtlegradient "subtleGradient's Profile - GitHub"
[SelectStuff.tmbundle]: http://github.com/subtleGradient/SelectStuff.tmbundle "subtleGradient's SelectStuff.tmbundle at master - GitHub"
[subtlegradient.tmbundle]: http://github.com/subtleGradient/subtlegradient.tmbundle "subtleGradient's subtlegradient.tmbundle at master - GitHub"
|