Commit Graph

258 Commits

Author SHA1 Message Date
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
David Dossett
0688a52cd3 Light+ V2: match panel background to other workbench parts (#168916) 2022-12-12 16:25:10 -06:00
David Dossett
6f1bf7825b Light+ V2: Fix text block quote background (#168915) 2022-12-12 16:24:48 -06:00
David Dossett
ee3c8252ec Dark+ V2: match panel color to rest of the workbench (#168906)
Match panel color to rest of the workbench
2022-12-12 12:44:58 -08:00
David Dossett
c6aaa761fd Fix status bar item + remote indicator hover color (#168502) 2022-12-08 20:31:35 +01:00
David Dossett
48afb8e408 Fix secondary button foreground and hover colors (#168357)
Fix secondary button foreground
2022-12-08 00:02:14 +01:00
David Dossett
a3ce458be0 Fix status bar hover/active background (#168233) 2022-12-06 23:24:55 +01:00
David Dossett
9f43a4ffda Add experimental default dark/light v2 themes (#167104)
* Add experimental default dark/light themes

* Update themes and name

* Add colorizer test results

* Update accent color

* Fix status bar no folder background issue

* Fix tree indent strokes

* Update lighter layer

* Fix breadcrumbs

* Update accent

* Update light lights and dark links

* Update colorizer test
2022-12-05 11:41:50 -08:00
Sandeep Somavarapu
d2441c5e3a rename to Profile (#166030) 2022-11-10 13:25:07 -05: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
Raymond Zhao
bf220dd91e Darken red colour in light theme for better contrast (#163335) 2022-10-12 08:47:13 -07:00
Sandeep Somavarapu
b3434bf251 Fix #161868 (#162148) 2022-09-28 03:28:32 -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
Miguel Solorio
901b2a0299 Add listActiveSelectionFocus color token (#152260)
* Add listActiveSelectionFocus color token (Refs #151577)

* Update colors

* Update color token name to `listFocusAndSelectionOutline` and re-order
2022-06-22 12:24:49 -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
David Dossett
0b4e6517fa Update light hc syntax highlighting (Fix #146687) 2022-04-22 15:41:08 -07:00