Skip to content

Commit bc3daa5

Browse files
committed
Merge branch 'master' of github.com:deplorableword/textmate-solarized
2 parents e5b5730 + e5f3b38 commit bc3daa5

File tree

3 files changed

+205
-62
lines changed

3 files changed

+205
-62
lines changed

README.mkd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ The goal is to get as-close-as-possible to the rendering of the same file in Vim
2525
3. Checkout this guide to [TextMate theme development](http://manual.macromates.com/en/themes).
2626
4. Check the [issues](https://github.com/deplorableword/textmate-solarized/issues) to see what needs working on.
2727

28+
Contributors
29+
---------
30+
* [deplorableword](https://github.com/deplorableword)
31+
* [markstory](https://github.com/markstory)
32+
* [bmthykm](https://github.com/bmthykm)
33+
* [fentie](https://github.com/fentie)
34+
* [rays](https://github.com/rays)
35+
* [Zegnat](https://github.com/zegnat)
36+
2837
License
2938
-------
3039

Solarized (dark).tmTheme

Lines changed: 97 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<key>foreground</key>
1717
<string>#839496</string>
1818
<key>invisibles</key>
19-
<string>#93A1A180</string>
19+
<string>#0A2933</string>
2020
<key>lineHighlight</key>
2121
<string>#0A2933</string>
2222
<key>selection</key>
@@ -30,6 +30,8 @@
3030
<string>comment</string>
3131
<key>settings</key>
3232
<dict>
33+
<key>fontStyle</key>
34+
<string></string>
3335
<key>foreground</key>
3436
<string>#586E75</string>
3537
</dict>
@@ -223,11 +225,11 @@
223225
<key>name</key>
224226
<string>Tag start/end</string>
225227
<key>scope</key>
226-
<string>punctuation.definition.tag.begin, punctuation.definition.tag.end</string>
228+
<string>punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end</string>
227229
<key>settings</key>
228230
<dict>
229231
<key>foreground</key>
230-
<string>#93A1A1</string>
232+
<string>#586E75</string>
231233
</dict>
232234
</dict>
233235
<dict>
@@ -373,6 +375,8 @@
373375
<string>meta.selector.css</string>
374376
<key>settings</key>
375377
<dict>
378+
<key>fontStyle</key>
379+
<string></string>
376380
<key>foreground</key>
377381
<string>#536871</string>
378382
</dict>
@@ -408,6 +412,8 @@
408412
<string>meta.property-value.css</string>
409413
<key>settings</key>
410414
<dict>
415+
<key>fontStyle</key>
416+
<string></string>
411417
<key>foreground</key>
412418
<string>#269186</string>
413419
</dict>
@@ -465,8 +471,10 @@
465471
<string>entity.other.attribute-name.class.css</string>
466472
<key>settings</key>
467473
<dict>
474+
<key>fontStyle</key>
475+
<string></string>
468476
<key>foreground</key>
469-
<string>#1F74CF</string>
477+
<string>#268BD2</string>
470478
</dict>
471479
</dict>
472480
<dict>
@@ -489,8 +497,10 @@
489497
<string>entity.other.attribute-name.id.css</string>
490498
<key>settings</key>
491499
<dict>
500+
<key>fontStyle</key>
501+
<string></string>
492502
<key>foreground</key>
493-
<string>#1F74CF</string>
503+
<string>#268BD2</string>
494504
</dict>
495505
</dict>
496506
<dict>
@@ -547,7 +557,7 @@
547557
<key>settings</key>
548558
<dict>
549559
<key>foreground</key>
550-
<string>#1F74CF</string>
560+
<string>#268BD2</string>
551561
</dict>
552562
</dict>
553563
<dict>
@@ -558,7 +568,7 @@
558568
<key>settings</key>
559569
<dict>
560570
<key>foreground</key>
561-
<string>#1F74CF</string>
571+
<string>#268BD2</string>
562572
</dict>
563573
</dict>
564574
<dict>
@@ -580,7 +590,7 @@
580590
<key>settings</key>
581591
<dict>
582592
<key>foreground</key>
583-
<string>#1F74CF</string>
593+
<string>#268BD2</string>
584594
</dict>
585595
</dict>
586596
<dict>
@@ -596,6 +606,19 @@
596606
<string>#899090</string>
597607
</dict>
598608
</dict>
609+
<dict>
610+
<key>name</key>
611+
<string>HTML: Comment Block</string>
612+
<key>scope</key>
613+
<string>comment.block.html</string>
614+
<key>settings</key>
615+
<dict>
616+
<key>fontStyle</key>
617+
<string>italic</string>
618+
<key>foreground</key>
619+
<string>#839496</string>
620+
</dict>
621+
</dict>
599622
<dict>
600623
<key>name</key>
601624
<string>HTML: Script</string>
@@ -633,17 +656,6 @@
633656
<string>#BD3800</string>
634657
</dict>
635658
</dict>
636-
<dict>
637-
<key>name</key>
638-
<string>HTML: Tag Start</string>
639-
<key>scope</key>
640-
<string>punctuation.definition.tag.html</string>
641-
<key>settings</key>
642-
<dict>
643-
<key>foreground</key>
644-
<string>#586E75</string>
645-
</dict>
646-
</dict>
647659
<dict>
648660
<key>name</key>
649661
<string>HTML: =</string>
@@ -691,20 +703,18 @@
691703
<key>fontStyle</key>
692704
<string>bold</string>
693705
<key>foreground</key>
694-
<string>#1F74CF</string>
706+
<string>#268BD2</string>
695707
</dict>
696708
</dict>
697709
<dict>
698710
<key>name</key>
699-
<string>HTML: &gt;text&lt;</string>
711+
<string>HTML: style</string>
700712
<key>scope</key>
701-
<string>text.html.basic</string>
713+
<string>source.css.embedded.html entity.name.tag.style.html</string>
702714
<key>settings</key>
703715
<dict>
704716
<key>fontStyle</key>
705-
<string></string>
706-
<key>foreground</key>
707-
<string>#536871</string>
717+
<string>italic</string>
708718
</dict>
709719
</dict>
710720
<dict>
@@ -715,7 +725,7 @@
715725
<key>settings</key>
716726
<dict>
717727
<key>fontStyle</key>
718-
<string>italic</string>
728+
<string></string>
719729
</dict>
720730
</dict>
721731
<dict>
@@ -785,7 +795,7 @@
785795
<key>settings</key>
786796
<dict>
787797
<key>foreground</key>
788-
<string>#1F74CF</string>
798+
<string>#268BD2</string>
789799
</dict>
790800
</dict>
791801
<dict>
@@ -990,7 +1000,7 @@
9901000
<key>foreground</key>
9911001
<string>#536871</string>
9921002
</dict>
993-
</dict>
1003+
</dict>
9941004
<dict>
9951005
<key>name</key>
9961006
<string>PHP: Array()</string>
@@ -1045,7 +1055,7 @@
10451055
<key>settings</key>
10461056
<dict>
10471057
<key>foreground</key>
1048-
<string>#cb4b16</string>
1058+
<string>#CB4B16</string>
10491059
</dict>
10501060
</dict>
10511061
<dict>
@@ -1662,7 +1672,7 @@
16621672
<key>fontStyle</key>
16631673
<string></string>
16641674
<key>foreground</key>
1665-
<string>#1F74CF</string>
1675+
<string>#268BD2</string>
16661676
</dict>
16671677
</dict>
16681678
<dict>
@@ -1793,6 +1803,63 @@
17931803
<string>#536871</string>
17941804
</dict>
17951805
</dict>
1806+
<dict>
1807+
<key>name</key>
1808+
<string>Perl: variables</string>
1809+
<key>scope</key>
1810+
<string>punctuation.definition.variable.perl, variable.other.readwrite.global.perl, variable.other.predefined.perl, keyword.operator.comparison.perl</string>
1811+
<key>settings</key>
1812+
<dict>
1813+
<key>foreground</key>
1814+
<string>#B58900</string>
1815+
</dict>
1816+
</dict>
1817+
<dict>
1818+
<key>name</key>
1819+
<string>Perl: functions</string>
1820+
<key>scope</key>
1821+
<string>support.function.perl</string>
1822+
<key>settings</key>
1823+
<dict>
1824+
<key>foreground</key>
1825+
<string>#859900</string>
1826+
</dict>
1827+
</dict>
1828+
<dict>
1829+
<key>name</key>
1830+
<string>Perl: comments</string>
1831+
<key>scope</key>
1832+
<string>comment.line.number-sign.perl</string>
1833+
<key>settings</key>
1834+
<dict>
1835+
<key>fontStyle</key>
1836+
<string>italic</string>
1837+
<key>foreground</key>
1838+
<string>#586E75</string>
1839+
</dict>
1840+
</dict>
1841+
<dict>
1842+
<key>name</key>
1843+
<string>Perl: quotes</string>
1844+
<key>scope</key>
1845+
<string>punctuation.definition.string.begin.perl, punctuation.definition.string.end.perl</string>
1846+
<key>settings</key>
1847+
<dict>
1848+
<key>foreground</key>
1849+
<string>#2AA198</string>
1850+
</dict>
1851+
</dict>
1852+
<dict>
1853+
<key>name</key>
1854+
<string>Perl: \char</string>
1855+
<key>scope</key>
1856+
<string>constant.character.escape.perl</string>
1857+
<key>settings</key>
1858+
<dict>
1859+
<key>foreground</key>
1860+
<string>#DC322F</string>
1861+
</dict>
1862+
</dict>
17961863
</array>
17971864
<key>uuid</key>
17981865
<string>A4299D9B-1DE5-4BC4-87F6-A757E71B1597</string>

0 commit comments

Comments
 (0)