Commit graph

47 commits

Author SHA1 Message Date
Alex Ross cc4775f55a
Update themes to accommodate C# grammar change (#192854)
See https://github.com/dotnet/csharp-tmLanguage/issues/290
2023-09-12 12:37:49 +02:00
Martin Aeschlimann 05bb1775dc
Set new default theme (#179812) 2023-04-12 15:45:39 -07:00
Alex Ross 0e8b1c8e09
Confusing Bash/Shell syntax highlighting (#179775)
Fixes #179749
2023-04-12 14:33:55 +01:00
Martin Aeschlimann 5d37c8c6d9
meta.return-type is not supposed to be styled by a theme, yet Dark+ and Light+ still do. Fixes #142672 2022-02-10 14:07:36 +01:00
Martin Aeschlimann 2fb55257fe
default themes: colorization of string placeholders 2021-06-07 14:07:56 +02:00
Martin Aeschlimann f1d7f7f6ce Add new semantic token scopes to Dark+ and Light+ themes?. Fixes #97177 2020-06-30 22:09:26 +02:00
Martin Aeschlimann 6933f31854 Improve new constant color. For #97373 2020-05-29 00:08:56 +02:00
Martin Aeschlimann e26a0dd2c3 Dark+/Light+: constant color that is closer to the variable color (for #95346) 2020-04-23 09:52:30 +02:00
Martin Aeschlimann b02307e53d [themes][semantic] default themes: new constant color. Fixes #95346 2020-04-15 17:04:28 +02:00
Alex Ross ef582f49ad Add a few more token scopes to themes
Fixes https://github.com/microsoft/vscode/issues/80783
2019-12-02 11:47:20 +01:00
Alex Ross 6ba021ba32 Add more scopes to themes based on feedback for C++ and discussion
Part of #80783
2019-09-19 11:49:52 +02:00
Alex Ross c1fdabc4f2 Update themes with c++ scopes based on discussion
Part of #80783
2019-09-19 11:22:47 +02:00
Alex Ross 6d7917cd3c Add some C++ scopes to dark+ and light+ themes
Part of #80783
2019-09-18 12:14:32 +02:00
Alex Ross bcc8fb61cc Add powershell members to default themes
Fixes #78212
2019-07-31 12:53:47 +02:00
Alex Ross 676368aa81 Update C, C++, Objective-C, and Objective-C++ grammars
Also includes corresponding theme changes

Fixes #74450
2019-06-04 16:20:40 +02:00
Alex Ross 48eb3ba4a0 Update cpp grammar and make small themes change 2019-04-16 17:52:21 +02:00
Alex Ross b56ec0d8e7 Fix CPP grammar and themes
Part of #71821
2019-04-11 09:05:55 +00:00
Ramya Achutha Rao 98d3a0b3f2 Update theme for error,rune types in Go #56515 2018-08-15 17:18:23 -07:00
Martin Aeschlimann 4e66b96599 [default themes] assign entity.name.variable to variables 2018-06-05 09:47:46 +02:00
Martin Aeschlimann 8500a2ec53 Keywords and Storage.types have the same color in Dark theme for Go. Fixes #41822 2018-01-22 11:26:40 +01:00
Matt Bierner 63455cb30d Colorize TS/JS function property names the same as method names
Fixes #39592
2017-12-04 15:41:38 -08:00
Matt Bierner 845fa13b41 Tweak colorization of regexp for light+ and dark+ 2017-09-14 14:45:35 -07:00
Matt Bierner 43cb3b41ac Continue tweaking default dark and light colorization for escape characters and regular expressions 2017-09-13 10:40:07 -07:00
Matt Bierner 3864be5b8e Add rules for regex groups to vs dark+ and light+ themes 2017-09-12 11:52:25 -07:00
Martin Aeschlimann c725d0706a [themes] revert uiTheme-> type change 2017-04-25 15:37:35 +02:00
Martin Aeschlimann c3984ce5ef [themes] add type to color theme file 2017-04-25 12:34:20 +02:00
Matt Bierner 32e4e575c0 Fixes #23669. Consistent highlighting of puctuators in ts/js return types (#23871) 2017-04-03 14:57:55 -07:00
Martin Aeschlimann 8ad8151abc [themes] convert default themes to new format 2017-03-09 16:32:59 +01:00
Martin Aeschlimann fc44b4f083 SCSS differences in coloring. Fixes #19289 2017-01-25 17:21:33 +01:00
Martin Aeschlimann ae00ab4476 Handlebars block expressions are not highlighted anymore. Fixes #18451 2017-01-23 11:23:46 +01:00
Martin Aeschlimann d22815b4e7 Handlebars block expressions are not highlighted anymore. Fixes #18451 2017-01-23 11:01:13 +01:00
Martin Aeschlimann f675d5105d [themes] supertypes not colored in plus themes 2017-01-23 09:48:45 +01:00
Alex Dima 8998f7a53d Adopt new vscode textmate 2017-01-03 15:36:08 +02:00
Martin Aeschlimann 6bfd1d8632 [themes] Color for super type 2016-11-09 21:21:37 +01:00
Martin Aeschlimann 2db37ea17a Wrong highlighting for angle bracket syntax in embedded language. Fixes #14551 2016-10-27 12:04:54 +02:00
Martin Aeschlimann f38751b6d3 [ts] color object literal keys 2016-10-17 14:49:59 +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 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 de957293de [ts] upate grammar, remove meta scopes 2016-10-14 10:13:51 +02: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
Martin Aeschlimann e0057afca1 Use textmate for scss, rename sass to scss 2016-06-09 09:31:03 +02:00
Martin Aeschlimann f033f51134 Remove keyword.control.import override from plus themes 2016-04-12 11:56:49 +02:00
Martin Aeschlimann ebd65a65b1 fixes #4191: Inconsistent coloring of CSS rules values 2016-03-15 16:53:13 +01:00
Martin Aeschlimann 64a83fe3ad Load VS themes from theme file, clean tokens.css 2016-03-13 22:51:10 +01:00
Renamed from extensions/theme-colorful-defaults/themes/dark_plus.json (Browse further)