David Dossett
fe646508b2
Add subtle borders to widgets ( #167773 )
...
* Add border to quick pick to match menus
* Add more borders and border radius to widgets
* More border updates
* Move color defaults to themes
* Address feedback
2022-12-13 10:27:08 -08:00
David Dossett
2e7c0662c3
Updates custom menu borders and item styles ( #164165 )
...
Updates menu item margin and radius and adds border to default themes
2022-10-31 10:27:56 -07:00
David Dossett
52f8bfaf5b
Inherit editor inactive selection colors in terminal ( Fix #158899 ) ( #158950 )
...
* Inherit editor inactive selection colors in terminal (Fix #158899 )
* Remove unused import
* Add terminal inactive selection colors to default dark and light themes
* Update monokai terminal inactive selection
* Merge branch 'main' into ddossett/thoughtful-butterfly
2022-08-25 01:00:34 +02:00
Matt Bierner
cf43717e18
Pick up new md grammar ( #156844 )
...
Also updates themes to better handle https://github.com/microsoft/vscode-markdown-tm-grammar/issues/4
2022-08-01 17:13:55 -07:00
David Dossett
5f3e9c120a
Update custom menu styles ( #149187 )
...
* Initial updates
* Add border radius
* Address PR feedback
* Fix typo
* Update shadow blur
* Update LR padding and use description foreground for shortcuts
* Typo
* Fix separator padding/margin
* fix jumpy items in hc themes
* Fix shadow and border radius
* Use opacity for keybinding for better color blend
* Update min width and container padding T/B
* Revert actionbar margin and remove unnecessary menu css file
* Ensure menus respect 0 horizontal margin rule
* set bg/fg color on menu container
* better fix for jumpy menu items
* use outline instead of border
* clean up dead css in style.css
fix opacity for separators in menus
* bring back vertical action bar margins
* Remove old CSS import
Co-authored-by: SteVen Batten <sbatten@microsoft.com >
2022-05-16 18:40:33 -07:00
Matt Bierner
80ce88bc6a
Adopt strike through for markdown
...
Fixes #43504
Picks up new markdown grammar with strikethrough support and also adopts it for our built-in themes
2022-01-05 15:13:35 -08:00
Miguel Solorio
97a719dd9b
Make focus icon themeable
2021-06-14 12:47:48 -07:00
Alex Ross
655fe7546f
Fix port theme color typo
2021-05-04 14:09:39 +02: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
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
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
845d014429
[scss] Normalise SCSS attributes with CSS/LESS/SASS. Fixes #108840
2020-10-19 09:55:57 +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
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
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
misolori
a31f93b530
Update color to meet color contrast ratio, fixes #52570
2018-07-06 12:51:00 -07:00
Martin Aeschlimann
060a4aa3fc
'instanceof' highlighting (for #45405 )
2018-03-13 09:50:12 +01:00
Martin Aeschlimann
f4a4dd3be3
[thems] remove default token colors
2017-11-09 09:09:19 +01: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
bba374c79b
Colorize python placeholders in strings
2017-09-12 18:59:00 -07:00
Matt Bierner
35c8bc4daa
Further improve colorization of embeded expressions
...
- Add groovy embedded support
- Make high contrast colorization consistent
2017-09-12 11:04:02 -07:00
Matt Bierner
dc2f6ec2a5
Improve colorization of embedded start end puctuators across languages
2017-09-12 09:49:40 -07:00
Matt Bierner
49db68d7ce
Reset VS Dark + Light styling for meta embedded ( #33866 )
...
Fixes #33120
Adds rules to vs dark+light to reset style for meta embedded scopes. This is a proposed approach to support colorization of nested languages better
2017-09-06 11:18:53 -07:00
Matt Bierner
74fde6b00c
Fix template expression coloration not being reset in tsx files
...
Fixes #32773
2017-08-18 14:55:51 -07:00
Matt Bierner
222ed5b220
Reset JavaScript expression coloring in template expressions ( #29966 )
...
* Reset JavaScript expression coloring in template expressions
Fixes #29866
Adds new rules to standard theme to reset the coloring of expression inside of js/ts template expressions
* update tests
2017-06-30 16:11:48 -07:00
Matt Bierner
6eab963cc4
Add highlighting for coffeescript string interpolation. Fixes #29108
2017-06-20 16:43:37 -07:00
Martin Aeschlimann
c33d2824cc
[java] switch to atom/language-java grammar
2017-05-18 12:04:24 +02:00
Martin Aeschlimann
0977de9948
[php] update php grammar
2017-05-12 16:48:07 +02: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
Martin Aeschlimann
df3c4151a8
Python file key words highlight. Fixes #24664
2017-04-19 19:38:44 +02:00
Matt Bierner
076d135d18
Improve coloring of js template strings Fixes #23111 ( #23115 )
2017-03-23 13:31:00 -07:00
Martin Aeschlimann
0cffe5f8a7
some C++ keywords not colorized correctly. fixes #22419
2017-03-17 19:15:33 +01:00
Martin Aeschlimann
8ad8151abc
[themes] convert default themes to new format
2017-03-09 16:32:59 +01:00
Martin Aeschlimann
d516c31df0
[themes] colorize scss and less varibales in vs themes
2017-02-02 10:48:46 +01:00
Martin Aeschlimann
60bbe61489
[css] change grammar to atom/language-css
2017-01-31 17:10:28 +01:00
Martin Aeschlimann
fc44b4f083
SCSS differences in coloring. Fixes #19289
2017-01-25 17:21:33 +01:00
Alex Dima
10f68352a0
Themes integration tests
2017-01-04 22:44:08 +01:00
Alex Dima
8998f7a53d
Adopt new vscode textmate
2017-01-03 15:36:08 +02:00
Martin Aeschlimann
94f8efcb09
[php] use grammar from atom/language-php
2016-11-22 19:08:43 +01:00