Commit Graph

274 Commits

Author SHA1 Message Date
Alex Ross
f605341af6 Syntax highlighting incorrect in vscode.python for the word 'file' (#191111)
* Syntax highlighting incorrect in vscode.python for the word 'file'
Fixes #188190

* Update colorization test
2023-08-23 22:17:23 +01:00
Henning Dieterichs
d72cb889ed Uses inputActiveOptionBackground as default for actionBar.toggledBackground 2023-08-14 18:45:24 +02:00
David Dossett
54902a3f0b Tweak slash command widget pill colors and padding (#190208)
* Tweak slash command pill colors

* Fix padding
2023-08-10 16:23:00 -07:00
David Dossett
caebd5c3a7 Tune secondary button colors (#189989) 2023-08-09 00:19:23 +01:00
David Dossett
d1c4bf3fcb Add CSS vars for slash commands and tweak styling (#189965)
Add css vars for slash commands and tweak styling
2023-08-08 13:37:37 -07:00
David Dossett
c27bc0ff97 Fine tune editor widget backgrounds and border (#189957)
Fine tine editor widgets and border
2023-08-08 19:07:46 +01:00
David Dossett
299407db3d Fix invisible border and use new foreground color for quick pick separators (#189857) 2023-08-07 12:36:29 -07:00
David Dossett
83fc3ad9bd Replace transparent colors in Light/Dark Modern themes (#189585)
* Switch to solid colors in light modern and transform values to all caps

* Remove transparent values from workbench in dark+

* Finish merge
2023-08-04 10:34:09 +10:00
David Dossett
2bba361d30 Fix list backgrounds, editor hover widget, and quick pick colors (#189591)
* Fix editor hover widget background

* Remove list overrides and match quick pick background to editor widgets
2023-08-04 09:41:07 +10:00
David Dossett
f0e0d81e2c Revert scrollbar overrides in Dark Modern (#189593) 2023-08-04 00:26:48 +01:00
David Dossett
1d28efe34c Fix light modern list focus outline (#189590) 2023-08-03 16:11:41 -07:00
David Dossett
45efcb4d17 Fix markdown pre and quote styling (#189586) 2023-08-03 15:41:07 -07:00
David Dossett
f78157b2b5 Update badge colors in light/dark modern themes (#189503)
* Update badge background and foreground colors for Light/Dark Modern themes

* Fix hc-dark
2023-08-02 15:00:24 -07:00
Hylke Bons
741de09ada themes: Fall back to Light/Dark+ themes for diff colors 2023-07-24 13:41:30 +02:00
Rickey K. Liang
2ff3c9a7e7 Revert Python docstring color (#184938)
Revert b4368691e9

all color themes: treat comment docstrings as comments too (#182162)
2023-07-10 14:48:51 +02:00
David Dossett
a3231fc857 Update inlay hint colors (#186658)
* Update inlay hints colors

* Update new themes
2023-06-29 12:49:50 -07:00
David Dossett
80f09eef48 Fix settings dropdown list background (#184547) 2023-06-08 00:03:16 +02:00
David Dossett
742d3670cb Fix code block background in light modern theme (#183131) 2023-05-22 18:43:43 +02:00
David Dossett
4d0b34bf48 Rename new default theme files (#183001)
* Rename new default theme files

* Update tests
2023-05-22 08:27:24 -07:00
David Dossett
a4037a72ef Use default theme focus border color in Dark Modern theme (#182997)
Use regular focus border color in Dark Modern theme
2023-05-20 00:06:28 +02:00
Gabriel Staples
b4368691e9 all color themes: treat comment docstrings as comments too (#182162)
* monokai-color-theme.json: treat Python comment string blocks

...as comments too

* Update *all* themes to consider Python block string comments as comments

	modified:   extensions/theme-abyss/themes/abyss-color-theme.json
	modified:   extensions/theme-defaults/themes/dark_vs.json
	modified:   extensions/theme-defaults/themes/hc_black.json
	modified:   extensions/theme-defaults/themes/hc_light.json
	modified:   extensions/theme-defaults/themes/light_vs.json
	modified:   extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
	modified:   extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json
	modified:   extensions/theme-monokai/themes/monokai-color-theme.json
	modified:   extensions/theme-quietlight/themes/quietlight-color-theme.json
	modified:   extensions/theme-red/themes/Red-color-theme.json
	modified:   extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json
	modified:   extensions/theme-solarized-light/themes/solarized-light-color-theme.json
	modified:   extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json

* Update all changes to use "string.quoted.docstring"

...instead of "string.quoted.docstring.multi.python", per
@aeschli's request here:
https://github.com/microsoft/vscode/pull/182162#issuecomment-1545296640

This way the comment formatting applies to *all* language quoted
docstrings, instead of just to Python.

* bring back python colorize tests

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-05-15 14:38:43 +02:00
Martin Aeschlimann
e04309e92a Default Themes: Rename Experimental to Dark Modern (#180785)
Default Themes: Rename Experimental to Modern
2023-04-25 09:02:17 +02:00
David Dossett
7f5644cc70 Fix active list background in dark+ v2 (#180170) 2023-04-18 07:50:26 -07: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
David Dossett
4448102523 Use solid color for input backgrounds in dark+ v2 (#178053) 2023-03-22 19:38:30 +01:00
Joyce Er
fc76f309cc Remove textPreformat-foreground override in experimental dark theme (#176679) 2023-03-09 12:07:39 -08:00
David Dossett
42062cb3ea Fix find highlight background in Light+ V2 (#175372) 2023-02-24 19:40:00 +01:00
David Dossett
4965a140e9 Update active activity bar item foreground in v2 themes (#174980) 2023-02-21 20:25:22 +01:00
David Dossett
d47bacfb75 Fix input border contrast in v2 themes (#172951)
* Fix v2 light theme input contrast

* Fix dark v2 theme border contrast
2023-02-21 11:15:45 -08:00
David Dossett
e123385d1d Fix active tab foreground in dark+ v2 (#174991) 2023-02-21 20:10:51 +01:00
David Dossett
a987fee52e Use solid foreground colors in v2 themes (#173844) 2023-02-08 11:46:07 -08:00
David Dossett
d30d44aea2 Fix textPreformat.foreground in v2 themes (#173848) 2023-02-08 10:06:07 -08:00
David Dossett
6a42d4e43b Fix active list icon foreground in light+ v2 theme (#172668) 2023-02-07 09:12:47 -08:00
David Dossett
7daa453220 Fix typo lin Light+ V2 widgetBorder rule (#171203) 2023-01-12 22:17:41 +01:00
David Dossett
b6acfe86f4 Fix editor cursor colors in v2 themes (#171202) 2023-01-12 22:15:04 +01:00
David Dossett
127a4c7b4a Fix active icon color for selected list items in Light+ V2 (#171201) 2023-01-12 21:53:00 +01:00
David Dossett
1b8ec09a7c Fix active editor line foreground in Light+ V2 (#171185)
Fix active editor line foreground
2023-01-12 18:43:24 +01:00
David Dossett
80f49e72fd Fixi terminal cursor in Light+ V2 (#171184) 2023-01-12 18:41:53 +01:00
David Dossett
ea7e0d5cfc Fix badge foreground (#171182) 2023-01-12 18:31:02 +01:00
David Dossett
87d1de6a45 Update various dark+ v2 colors (#171123)
Update dark+ v2 accent and button text colors
2023-01-12 01:44:39 +01:00
David Dossett
fd0951ff85 Remove editor whitespace color overrides in v2 themes (#169431) 2022-12-16 20:16:30 +01:00
David Dossett
5b0a8801a0 Update gutter decoration colors in v2 themes (#169317) 2022-12-15 21:22:17 +01:00
Daniel Imms
d07a36c9ca Adopt terminal active tab color in new themes
Fixes #169313
2022-12-15 11:53:53 -08:00
David Dossett
0b2a0749c0 Fix checkbox border contrast in default dark/light themes (#169188)
* Add subtle border to dark+ checkbox/text input/dropdowns

* Fix checkbox contrast with updated border colors
2022-12-15 01:21:49 +01:00
David Dossett
17ebf65c8f Fixed debug toolbar background (#169177) 2022-12-14 21:51:48 +01:00
David Dossett
2612d86f29 Show border on active input options (#169156)
* Show border on active input options

* Update v2 dark theme color
2022-12-14 12:18:16 -06:00
David Dossett
3b8971f94c Fix sticky scroll background within peek views in v2 themes (#169043) 2022-12-13 13:44:06 -08:00
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
078e953c3f Fix status bar item hover/active colors (#169024) 2022-12-13 19:04:59 +01:00