Commit graph

173 commits

Author SHA1 Message Date
Miguel Solorio
97a719dd9b Make focus icon themeable 2021-06-14 12:47:48 -07:00
Martin Aeschlimann
2fb55257fe
default themes: colorization of string placeholders 2021-06-07 14:07:56 +02:00
Miguel Solorio
e3354e26ef Whitespace characters are near invisible in High Contrast theme (Fixes #124612) 2021-05-28 20:43:10 +00:00
Miguel Solorio
455a8b6949
List focus colors are too dark (Fixes #123703) 2021-05-18 10:24:01 -07:00
Miguel Solorio
fe23c2041f
Merge pull request #122893 from microsoft/misolori/quick-pick-list-update
Update quick pick list widget focus colors
2021-05-05 20:38:05 -07:00
Miguel Solorio
fce6c54d37
Update focus highlight color on light theme 2021-05-04 08:22:40 -07:00
Alex Ross
655fe7546f
Fix port theme color typo 2021-05-04 14:09:39 +02:00
Miguel Solorio
5b74ae1107
Add listFocusHighlightForeground 2021-05-03 20:46:33 -07:00
CanadaHonk
13452d7fd6
Fix JSON formatting in High Contrast Black default theme (3) 2021-04-08 15:54:02 +01:00
Alex Ross
ffde5985b2
Update color for port wtih running process
Part of microsoft/vscode-remote-release#4826
2021-04-08 14:29:39 +02:00
CanadaHonk
936219d314
Fix JSON formatting in High Contrast Black default theme (2) 2021-04-08 11:37:22 +01:00
CanadaHonk
4f55d8181b
Fix JSON formatting in High Contrast Black default theme 2021-04-07 22:08:21 +01:00
Miguel Solorio
e7aedd975c
Adjust notebook cell multi-select colors 2021-03-19 19:04:01 -07:00
rebornix
07340c27f5 fix #117449. 2021-02-24 10:48:13 -08:00
Martin Aeschlimann
b60478452f [themes] fix dept in default theme files. Fixes #111877 2021-02-02 17:05:26 +01:00
João Moreno
03da2de889 add proper yarn.lock files 2021-02-01 14:35:52 +01:00
João Moreno
ec805db5ed
add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
João Moreno
9a5d14e307
run prettier over extensions json files 2021-01-29 15:19:18 +01:00
João Moreno
3b03189afa
Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00
João Moreno
0738f76dac
pull themes from the marketplace 2021-01-12 20:46:44 +01:00
Martin Aeschlimann
de3dd1383c Active indent lines do not render in High Contrast theme. Fixes #111137 2020-12-04 12:03:43 +01:00
Miguel Solorio
c6e90c5ea3 Update 'statusBarItem.errorBackground' default color token (refs #110214) 2020-11-30 14:10:49 -08:00
Miguel Solorio
e7fe18ddf8 Update default styles and polish focus treatment 2020-11-16 10:49:25 -08:00
João Moreno
1703e7e71e
fix bad JSON 2020-11-03 11:06:53 +01:00
Martin Aeschlimann
183b2a2892 [themes] theme names are all not localized. Fixes #109840 2020-11-03 09:46:34 +01:00
Martin Aeschlimann
845d014429 [scss] Normalise SCSS attributes with CSS/LESS/SASS. Fixes #108840 2020-10-19 09:55:57 +02:00
Miguel Solorio
83ecd5b6e1
Update default color tokens for last pinned tab border (#108207) 2020-10-07 07:59:01 +02:00
Rob Lourens
0405841876 Tweak coloring and spacing in new settings editor #106897 2020-09-23 17:28:04 -05:00
Benjamin Pasero
82d953a731 pinned tabs - add a tab.lastPinnedBorder color 2020-09-10 10:51:31 +02:00
ZainChen
494064e6d0 update markdown themes 2020-08-25 02:18:43 +08:00
Rob Lourens
ab497b9464 Remove notebook cell shadow 2020-07-08 14:58:42 -07:00
Miguel Solorio
931c1c0940 Fix color token for notebook focused cell bg (fixes #101867) 2020-07-07 10:46:30 -07:00
Martin Aeschlimann
91dd76a7f8 high contrast theme: add semanticTokenColors for cpp. For #97177 2020-07-01 11:00:47 +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
Miguel Solorio
1d2af097fb Update notebook cell styles for light themes 2020-06-29 15:07:46 -07:00
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