Commit graph

285 commits

Author SHA1 Message Date
Martin Aeschlimann 259ab5f015 [themes] add keyword.operator.expression 2016-10-18 17:58:29 +02:00
Martin Aeschlimann f38751b6d3 [ts] color object literal keys 2016-10-17 14:49:59 +02:00
Martin Aeschlimann bf82981686 [themes] add variable.language for this, super, self... 2016-10-14 18:33:16 +02:00
Martin Aeschlimann 073c6d04e9 [themes] add support.function 2016-10-14 18:02:14 +02:00
Martin Aeschlimann 010c5068d9 [themes] add support.class & support.constant (for ts) 2016-10-14 17:20:05 +02:00
Martin Aeschlimann 8751b28026 [themes] remove entity.name.function scope from dark vs-default 2016-10-14 16:06:39 +02:00
Martin Aeschlimann 52f9c67a5a [themes] avoid entity.name.class scope 2016-10-14 16:05:33 +02:00
Martin Aeschlimann 72c6f6625e [themes] add ts cast & new scope, remove entity.name.method 2016-10-14 12:15:42 +02:00
Martin Aeschlimann 0069a59414 [ts] coloring for 'this' 2016-10-14 10:41:22 +02:00
Martin Aeschlimann de957293de [ts] upate grammar, remove meta scopes 2016-10-14 10:13:51 +02:00
Matt Bierner 0b70faeec6 Fix colorization of markdown links and inlines inside of lists and quotes
Issue #12344

**Bug**
Current colorization rules are too relaxed. Links inside lists of block quotes for example end up getting colored differently than normal links.

**Fix**
- Add a scope to the textmate markdown grammar so that we can identify the symbol that starts a list or quote.
- Remove text colorization rule for lists and quotes since this just duplicates the normal text color.
- Only apply special puctuator colorization to the start symbol for lists and quotes
2016-09-26 10:50:58 -07:00
Matt Bierner c996984bcc Merge pull request #10985 from Microsoft/tyriar/10984_md_italic_color
Remove color from italics in markdown in default theme
2016-09-21 10:48:49 -07:00
Martin Aeschlimann eb739e8e2d [themes] rename standard to minimal 2016-09-06 18:15:16 +02:00
Benjamin Pasero 943217edcc a bit lighter icons for light theme 2016-08-30 17:33:40 +02:00
Martin Aeschlimann be91bc8cb9 [icons] rename standard file icons to 'Standard' 2016-08-26 13:43:15 +02:00
Martin Aeschlimann f221ef23a9 [icons] rename contribution point to 'iconThemes' 2016-08-26 13:36:54 +02:00
Daniel Imms 1cff623e79 Remove color from italics in markdown in default theme
Fixes #10984
2016-08-25 17:48:25 -07:00
Benjamin Pasero bee1b897b7 updated file/folder icons 2016-08-24 09:53:37 +02:00
Benjamin Pasero 2a77b0eb53 updated folder icons 2016-08-21 11:00:17 +02:00
Martin Aeschlimann 3ae6814c8f [fileicons] single setting, laguageId/fileName/ext and theme overrides 2016-08-20 21:18:46 +02:00
Martin Aeschlimann 6cc17542b8 Default file icon sets 2016-08-18 22:24:26 +02:00
bgashler1@users.noreply.github.com a8093e79a0 Bold markdown headings for accessibility
Addresses #4502
2016-07-21 17:41:51 -07:00
kieferrm a2b9738a94 Remove fully colored lists from dark+ theme, fixes #8266 2016-07-01 12:10:50 -07:00
kieferrm 90664267ea fixed #8015 2016-06-27 11:27:56 -07:00
kieferrm c8cfe69dca fix default themes for markdown 2016-06-14 15:01:58 +02:00
Martin Aeschlimann e0057afca1 Use textmate for scss, rename sass to scss 2016-06-09 09:31:03 +02:00
Martin Aeschlimann 6132cb3b35 fixes #5579: [java] Colorization could be improved for import text 2016-04-21 11:42:21 +02:00
Martin Aeschlimann f033f51134 Remove keyword.control.import override from plus themes 2016-04-12 11:56:49 +02:00
Benjamin Pasero 9b638bd946 fixes #4420 2016-03-18 14:47:18 +01:00
Martin Aeschlimann c92c3cf2d9 White brackets in tsx/jsx tags 2016-03-16 09:58:13 +01:00
Martin Aeschlimann ebd65a65b1 fixes #4191: Inconsistent coloring of CSS rules values 2016-03-15 16:53:13 +01:00
Martin Aeschlimann 1871081e3f Fixes #4251: [themes] HTML is too red in Light (VS Theme) 2016-03-15 16:05:14 +01:00
Benjamin Pasero 4bb904c66a [theme] Dark+ and Light+ should support git commit message scopes (fixes #3991) 2016-03-15 15:11:21 +01:00
Benjamin Pasero 461e286f60 Missing colors in some git-rebase-todo tokens (fixes #4140) 2016-03-15 14:49:54 +01:00
Martin Aeschlimann 64a83fe3ad Load VS themes from theme file, clean tokens.css 2016-03-13 22:51:10 +01:00