Commit graph

138 commits

Author SHA1 Message Date
Martin Aeschlimann
6933f31854 Improve new constant color. For #97373 2020-05-29 00:08:56 +02:00
Miguel Solorio
eb781a2e0a Fix #98602 2020-05-26 11:25:22 -07: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
Miguel Solorio
8409851de0 Update default sidebar section header colors (fixes #93764) 2020-04-20 10:30:40 -07:00
Martin Aeschlimann
b02307e53d [themes][semantic] default themes: new constant color. Fixes #95346 2020-04-15 17:04:28 +02:00
Martin Aeschlimann
41a4adb47b [themes] opt-in to semanticHighlighting 2020-03-13 21:55:39 +01:00
Jackson Kearl
3918447fa8 Add style token for search editor input border. Fixes #89437. 2020-01-29 00:07:17 -08:00
Miguel Solorio
666fcc0d62 Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
Jackson Kearl
542b0145b3 Dim the line numbers of context results 2019-12-11 16:31:10 -08: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
219735002a Add alignof to light and dark themes
Part of #80783
2019-10-28 13:38:30 +01:00
Alex Ross
09836b5a84 Undo change to scope/coloring of #includes in cpp 2019-09-30 11:57:34 +02: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
Miguel Solorio
923e40b133 Update 'vs-minimal' file icon theme 2019-07-15 14:35:22 -07:00
Aurélien Pupier
7a5bca9faf Add License field to package.jsons #68423 (#68771)
it should avoid to have "warning XXX: No license field" during yarn
build

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2019-06-06 11:44:50 +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
Miguel Solorio
1d6956c37c Update remote background defaults 2019-05-03 20:11:20 -07:00
Martin Aeschlimann
34bb5d5891 adopt remote color names 2019-04-30 09:14:47 +02:00
Miguel Solorio
338f19a4a5 Also update additional HC theme 2019-04-26 00:04:25 -07:00
Miguel Solorio
6dbfe3f028 Update high contrast theme to hide statusBarItem.hostBackground 2019-04-25 23:59:02 -07: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
Miguel Solorio
b4b3f75deb Fix #62446, increase opacity of selection highlight bg 2018-11-05 14:23:38 -08:00
SteVen Batten
70b90231ce
update built-in dark themes as menus look pale (#59123) 2018-09-24 09:55:00 -07:00
Martin Aeschlimann
c0bbadd911 remove meta.selector color rule (for #56813) 2018-09-13 22:39:31 +02:00
Matt Bierner
4719230bf5 Undo revert of markdown grammar
With added fix for  #57183

Fixes #57183
2018-09-12 11:56:21 -07:00
Alex Dima
d1a9e7f2b2 Fixes #57593: Revert markdown grammar and markdown related theme changes to the previous stable version 2018-08-30 17:45:15 +02:00
Matt Bierner
069c71374f Updating theme scopes for new markdown grammar 2018-08-23 11:35:09 +02:00
Ramya Achutha Rao
98d3a0b3f2 Update theme for error,rune types in Go #56515 2018-08-15 17:18:23 -07:00
Miguel Solorio
bcf4c3185b Add missing comma 2018-07-23 10:01:04 -07:00
Miguel Solorio
32cf6eb0fa
Merge branch 'master' into misolori/a11y 2018-07-23 09:38:00 -07:00
Rob Lourens
888bd5377d Fix #53908 - make settings tree themeable, add default colors 2018-07-11 18:30:24 -07:00
misolori
a31f93b530 Update color to meet color contrast ratio, fixes #52570 2018-07-06 12:51:00 -07:00
misolori
479855f9cd Update colors to meet color contrast ratio, fixes #51831 2018-07-05 16:52:53 -07:00
Martin Aeschlimann
0e87ea1c5e jsonc strings are wrong color. Fixes #53010 2018-06-27 14:34:51 +02:00
Martin Aeschlimann
4e2a84b5f7 light theme: remove trailing comma 2018-06-26 12:53:47 +02:00
Martin Aeschlimann
7f56f200c1 Separate grammar for jsonc (fixes #42539) 2018-06-25 23:30:06 +02:00
Martin Aeschlimann
0b3d76c1c8 Improve theme label for #50683 2018-06-06 17:11:00 +02:00
Martin Aeschlimann
4e66b96599 [default themes] assign entity.name.variable to variables 2018-06-05 09:47:46 +02:00
Martin Aeschlimann
b217a7f236 [pug] Use pug grammar & rename language id. Fixes #50086 2018-05-22 10:52:19 +02:00
Yuki Ueda
11834f354f Highlight escaped characters in default Light+ (Fix #48638) (#48746)
* highlight escaped characters in default Light+(Fix #48638)

* fix constant.character.escape

* fix constant.character.escape again
2018-04-28 17:36:23 -07:00
Alex Dima
0100518547 Highlight active indent guide (closes #14017) 2018-04-18 18:31:28 +02:00
Benjamin Pasero
1dcdaccbcc light theme - assign a lighter input placeholder color 2018-03-19 18:10:00 +01:00
Martin Aeschlimann
060a4aa3fc 'instanceof' highlighting (for #45405) 2018-03-13 09:50:12 +01:00
Joao Moreno
12ab70d329 fix line endings 2018-03-05 12:47:11 +01:00
Martin Aeschlimann
8d0f22fd01 built-in extensions: version to 1.0.0 (for #43978) 2018-02-27 15:22:19 +01:00
Sandeep Somavarapu
d321ced195 #43978 Use nls 2018-02-19 18:38:12 +01:00