Commit Graph

76 Commits

Author SHA1 Message Date
mrleemurray
ae0eadc1ff Update tab borders in 2026 dark and light themes 2026-03-06 11:33:22 +00:00
mrleemurray
78e13de8de Add minimap slider colors to 2026 dark and light themes 2026-03-06 10:42:45 +00:00
mrleemurray
6d53d3e192 Update toolbar hover background colors in 2026 dark and light themes 2026-03-06 10:02:48 +00:00
Lee Murray
8017e756f0 Merge pull request #299458 from microsoft/mrleemurray/smoggy-orange-scorpion
Make disabledForeground color darker in 2026 Dark theme
2026-03-05 12:16:08 +00:00
mrleemurray
a29d3c0f6f Fix disabledForeground color in 2026 Dark theme 2026-03-05 11:37:45 +00:00
mrleemurray
6ae33b0d28 update selection background colors in 2026 dark and light themes for better visibility 2026-03-05 11:10:37 +00:00
David Dossett
0471f8c218 Polish chat input part: picker collapse, padding, and icon sizing (#299293)
* Polish chat input part: adjust padding, prevent picker collapse, size add context icon

* Increase action widget row gap to 8px
2026-03-04 22:02:50 +00:00
Lee Murray
1def3817c6 Merge pull request #299237 from microsoft/mrleemurray/port-misc-2026-theme-styles-2
Final port of misc 2026 theme styles - refine color theme styles for improved UI consistency
2026-03-04 20:01:36 +00:00
Justin Chen
7508207d29 autopilot mode + secondary chat input toolbar (#296691)
* autopilot mode + /yolo commands

* fix tests

* revert fix

* fix disposable leak

* address a few comments, make sure it works when switching sessions

* make some tests

* fix tests

* some reverts to cleaner state

* add secondary toolbar, permissions

* don't use query selector, surface toolbar in the template

* UI polish: context usage widget, secondary toolbar layout, theme tweaks

- Move context usage widget to secondary toolbar with percentage label on hover
- Adjust secondary toolbar padding/gap and input part bottom padding
- Lower icon-only threshold to 300px
- Darken input placeholder foreground in 2026 dark theme
- Update agent mode description

* update names

* update api for tool call limits

* add true autopilot

* move error retry logic to extension

* address some more comments

* make sure to hide tool

* bump version #

* better tool description

* fix conflict

* enterprise restrictions

* revert some stuff, fix sessions window containers

* fix actions

* fix delegate vs. session target

* fix compile + add setting

---------

Co-authored-by: David Dossett <25163139+daviddossett@users.noreply.github.com>
2026-03-04 19:45:02 +00:00
mrleemurray
730e1e37ef Merge branch 'main' into mrleemurray/port-misc-2026-theme-styles-2 2026-03-04 19:04:21 +00:00
David Dossett
450351e619 Revert "Polish question carousel (#298377)" (#299096)
This reverts commit 2f76a2d972.
2026-03-04 17:53:39 +00:00
mrleemurray
43b50946c6 update: adjust tab border styles for improved theme consistency 2026-03-04 16:07:16 +00:00
mrleemurray
b2fcfb568f update: remove contrastBorder and use editorWidget-border for chat overlay styles 2026-03-04 15:59:55 +00:00
mrleemurray
b31b8d535b update: refine color theme styles and improve CSS for better UI consistency 2026-03-04 15:50:31 +00:00
mrleemurray
0ac17b9c3b 2026 theme: update misc UI component styles 2026-03-04 10:43:58 +00:00
David Dossett
2f76a2d972 Polish question carousel (#298377)
* Polish question carousel: keyboard nav, badge styling, focus outlines

* chat: prioritize selected single-select answer over freeform draft

* Enhance question carousel with tab navigation and review functionality

* Polish question carousel: stack title/desc, plain numbers, multiline Q:/A: summary, Cmd+Enter submit

* Polish question carousel titles and execute controls

* Address PR feedback: guard checkmark on actual answers, restore queue/steer, deduplicate format helper, fix JSDoc

* Fix carousel tests: update selectors for tab-bar UI

* Fix remaining carousel tests from main merge

* Add ARIA tabpanel pattern and clear tab indicators on dispose

* Adjust tab bar padding-left to 4px for multi-question carousels

* Fix CI: non-null assertion and remove unused constants

* fix: show steer/queue submenu during question carousel when text is typed

- Cancel button now hides when input has text during question carousel
  (matches behavior during regular in-progress requests)
- Queue/steer submenu now appears during question carousel and tool
  confirmation states, since requestInProgress is false in those states
- Removed unused requestInProgressWithoutInput and pendingToolCall vars
2026-03-03 11:08:01 -08:00
Lee Murray
611bd83d58 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-03 18:11:10 +00:00
mrleemurray
a61ae194be Merge remote-tracking branch 'origin/main' into mrleemurray/update-2026-theme-syntax-colors 2026-03-03 11:58:43 +00:00
David Dossett
101a6c7dd5 Use Dark Dimmed tokens for syntax highlighting and diff colors 2026-03-02 15:19:40 -08:00
mrleemurray
53f6daeba0 update hover and background colors in quick input for dark and light themes 2026-03-02 12:29:04 +00:00
mrleemurray
7325d2b95a update syntax colors for 2026 theme in dark and light modes
Co-authored-by: Copilot <copilot@github.com>
2026-02-27 12:02:02 +00:00
David Dossett
a57eec6e74 Use icon.foreground color for titleBar.activeForeground in 2026 themes (#297494) 2026-02-25 23:00:26 +00:00
mrleemurray
957feb5551 fix(theme): adjust editor selection colors for better visibility 2026-02-24 15:16:22 +00:00
mrleemurray
dd60b6da77 fix(theme): update editor selection colors for improved visibility 2026-02-24 15:10:46 +00:00
mrleemurray
74479ced88 fix(theme): update dropdown list background color for better contrast 2026-02-24 14:30:40 +00:00
David Dossett
d645632853 Update chat bubble styling in 2026 dark theme (#296128) 2026-02-18 23:27:39 +00:00
David Dossett
3ec917c359 Brighten list selection foreground in 2026 dark theme (#296053) 2026-02-18 17:59:08 +00:00
mrleemurray
a83651d291 Update color values for foreground elements in 2026 Dark and Light themes 2026-02-18 14:07:35 +00:00
David Dossett
374c7e424f Polish actionmenu and list styles (#295825)
Custom action widget menu styles: 12px codicons, 6px gap
2026-02-17 19:29:03 +00:00
David Dossett
7d8ebbc9a8 Chat input styling: border radius, icon colors, toolbar tweaks (#294351)
* Chat input styling: border radius, icon colors, toolbar tweaks

* Swap all send icons to arrowUp, fix toolbar icon colors

* Fix missing semicolon, move inline styles to CSS class

* Update 2026 theme chat input radius to radius-lg

* Update descriptionForeground to #888888 in 2026 dark theme

* Revert background agent Copilot CLI customizations
2026-02-17 18:48:33 +00:00
mrleemurray
7520304216 Add hover background for sticky scroll in dark and light themes 2026-02-17 12:23:49 +00:00
mrleemurray
4871bc4901 fix: add border color for widget in 2026 dark theme 2026-02-16 16:19:42 +00:00
mrleemurray
c91fbe4b39 Update menu separator color and enhance backdrop-filter for context menus 2026-02-11 12:17:00 +00:00
David Dossett
272ea03136 Set textPreformat.background in dark 2026 theme (#294303)
Tweak code backgrounds in markdown
2026-02-11 02:32:00 +00:00
mrleemurray
02c85ea7ba Enhance 2026 theme: update editor sticky scroll background and adjust light theme tab and breadcrumb colors 2026-02-10 15:09:22 +00:00
David Dossett
0ed85cc5ac Polish agent sessions list UI (#293523)
* Polish agent sessions list UI

- Show description alongside diff badge with dot separator
- Use regular foreground for active selection, descriptionForeground for inactive
- Remove background/outlines from diff badge
- Bump read indicator opacity to 20%

* Fix sessionDateFromNow test expectations

* Add white-space: nowrap to title/description for clean truncation

* Move compact time formatting to shared date utils

Add useCompactUnits option to fromNow() and getDurationString() for
single-letter compact units (5m, 2h, 3d) and remove custom functions
from agentSessionsViewer.

* Hide description when diff badge is shown

* Revert date formatting to pre-PR style (e.g. '4 hrs ago')

* Drop 'ago' suffix from session date labels

* Revert date.ts to upstream (remove unused useCompactUnits)

* Remove trailing period from completion status labels
2026-02-06 18:46:21 -08:00
mrleemurray
11eabe1e23 Update button and badge colors in 2026 Dark theme for better visibility 2026-02-06 14:46:58 +00:00
mrleemurray
2158344498 style - include modern default theme files in 2026 Dark and Light themes 2026-02-06 11:12:38 +00:00
mrleemurray
1a8d39cdc6 Update input validation colors in 2026 theme files 2026-02-05 18:46:13 +00:00
Lee Murray
21bea13943 Merge pull request #293140 from microsoft/mrleemurray/complex-gold-marlin
Update selection and highlight background colors in 2026 Dark theme
2026-02-05 16:07:13 +00:00
mrleemurray
93c6f6091f fix: update selection and highlight background colors in 2026 Dark theme 2026-02-05 15:39:34 +00:00
mrleemurray
e80df14308 theme - update color values for command center and editor widgets in dark and light themes 2026-02-05 12:40:17 +00:00
mrleemurray
09ca9fe723 feat: add markup token colors for dark and light themes 2026-02-03 16:40:08 +00:00
mrleemurray
3b58e55b5f Fix: Update terminal background color in 2026 Dark theme 2026-02-02 17:25:30 +00:00
mrleemurray
aeaf0d9b5d Fix: Update command center active background color in 2026 Dark theme 2026-02-02 17:23:53 +00:00
mrleemurray
2427fabdbf Refactor 2026 Dark theme colors and enhance tab styling 2026-01-29 11:39:25 +00:00
eli-w-king
f977550236 added active tab indicators 2026-01-28 21:29:43 -08:00
eli-w-king
7357248471 added active tab indicator 2026-01-28 21:16:06 -08:00
eli-w-king
8ca6369844 more contrast between selected and highlighted (right click) files 2026-01-28 20:55:16 -08:00
eli-w-king
b498a63c1c revised inline titles 2026-01-28 20:52:07 -08:00