David Dossett
4eb8f169e5
Update chat input: hide attachments bar, move/restyle context window hint ( #296390 )
...
* Simplify chat input: hide attachments bar, move context usage widget
- Hide attachments bar by default, only show with manual attachments
- Remove Add Files button entirely
- Stop rendering implicit context pill (data still collected/sent)
- Move context usage pie widget from top-right to bottom toolbar
- Make input editor 2 lines tall by default (non-compact mode)
* fix: chat input toolbar icons use icon-foreground instead of foreground
- Move Add Context action to ChatInput menu alongside tools button
- Fix theme-2026 styles.css override that stomped toolbar codicon color
with --vscode-foreground; now uses --vscode-icon-foreground
- Add matching icon-foreground override in chat.css for specificity safety
- Switch context usage indicator from pie chart to stroke-based ring
- Account for context usage widget width in toolbar layout calculation
- Set explicit ordering for toolbar sections (input, context usage, execute)
* fix: remove unused isAttachmentAlreadyAttached method and dead imports
* fix: derive input min height from editor options instead of hardcoded values
* fix: remove dead ChatInputAttachmentToolbar menu registration
* fix: show attach context in execute toolbar for quick chat, not input toolbar
2026-02-20 10:23:22 -08:00
Lee Murray
48bbea1dab
Merge pull request #296271 from microsoft/mrleemurray/dizzy-coral-nightingale
...
Adjust inactive titlebar opacity for improved visibility
2026-02-19 12:15:14 +00:00
mrleemurray
5a3602ec06
style(titlebar): adjust inactive titlebar opacity for improved visibility
2026-02-19 11:59:15 +00:00
Lee Murray
b428f9121b
Merge pull request #296259 from microsoft/mrleemurray/pleasant-bronze-urial
...
Improve visibility of quick input list and settings count widget
2026-02-19 11:48:42 +00:00
mrleemurray
1b91ab65e6
style: enforce important flag on quick input list separator border for consistency
2026-02-19 11:15:37 +00:00
mrleemurray
edf78b572b
style: update quick input list and settings count widget for improved visibility
2026-02-19 11:12:29 +00:00
mrleemurray
8e87038b65
refactor(theme): update selectors to include 'vs' class for improved styling consistency
2026-02-19 10:47:10 +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
Lee Murray
2518e1f36f
Merge pull request #296019 from microsoft/mrleemurray/uniform-orange-planarian
...
Adjust z-index for in-editor pane iframes
2026-02-18 16:57:54 +00:00
Lee Murray
fa894769c7
Merge pull request #296039 from microsoft/mrleemurray/managerial-sapphire-heron
...
Refine quick input list separator styles and enhance settings editor background colors
2026-02-18 16:57:03 +00:00
Lee Murray
289ba304da
Merge branch 'main' into mrleemurray/uniform-orange-planarian
2026-02-18 16:42:09 +00:00
mrleemurray
2d131b8663
refine quick input list separator styles and enhance settings editor background colors
2026-02-18 16:41:25 +00:00
Lee Murray
537e9775ba
Merge pull request #296015 from microsoft/mrleemurray/absolute-gray-halibut
...
2026 theme foreground color adjustment
2026-02-18 15:14:45 +00:00
Lee Murray
f071a3fe56
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-18 14:58:33 +00:00
mrleemurray
ac2c7aab7f
Adjust z-index for in-editor pane iframes to ensure proper rendering above sidebar and sashes
2026-02-18 14:45:34 +00:00
mrleemurray
92f02ddd49
Update foreground color values for consistency in 2026 Light theme
2026-02-18 14:26:37 +00:00
mrleemurray
ffe44095bc
Update foreground color values in 2026 Light theme for consistency
2026-02-18 14:22:50 +00:00
mrleemurray
a83651d291
Update color values for foreground elements in 2026 Dark and Light themes
2026-02-18 14:07:35 +00:00
Lee Murray
85283a7ecf
Merge pull request #296002 from microsoft/mrleemurray/public-silver-leopon
...
Update color theme for 2026 Light
2026-02-18 13:53:01 +00:00
mrleemurray
d86a93d846
Update color theme for 2026 Light: adjust background colors for various UI elements
2026-02-18 13:37:27 +00:00
mrleemurray
2e5af5b088
Add chat thinking shimmer color to 2026 Light theme
2026-02-18 12:59:23 +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
cebaef18d3
Fix indentation
2026-02-17 12:20:25 +00:00
mrleemurray
2b42a80885
Enhance quick input list styles for better visibility and interaction
2026-02-17 12:13:01 +00:00
mrleemurray
152d29bd0c
Fix sticky widget styles for reduced transparency theme
2026-02-17 11:38:34 +00:00
mrleemurray
4960dbf34e
Add hover background for sticky line content in editor
2026-02-17 11:36:30 +00:00
mrleemurray
9777d84972
Enhance minimap autohide functionality and improve sticky widget styles
2026-02-17 11:29:57 +00:00
mrleemurray
0955181440
fix: update command center active background and add toolbar hover background color
2026-02-16 16:44:20 +00:00
mrleemurray
4871bc4901
fix: add border color for widget in 2026 dark theme
2026-02-16 16:19:42 +00:00
Lee Murray
2e0ae5f4f1
Merge pull request #294934 from microsoft/mrleemurray/lively-amethyst-rooster
...
Refactor theme styles for buttons and quick input widgets
2026-02-13 17:50:26 +00:00
Lee Murray
71c0804d67
Merge pull request #295166 from microsoft/mrleemurray/double-bronze-gibbon
...
Enhance quick input widget styling for better visibility and interaction
2026-02-13 14:11:11 +00:00
mrleemurray
8bc0e77401
Enhance quick input widget styling for better visibility and interaction
2026-02-13 13:47:44 +00:00
mrleemurray
8d43dd606a
Add support for reduced transparency in accessibility settings
2026-02-13 13:37:03 +00:00
mrleemurray
61ce2a354b
style(theme): adjust background property for quick input widget rows
2026-02-12 15:19:50 +00:00
mrleemurray
f211ce87b4
style(theme): adjust backdrop filter for peek view widget to enhance visual clarity
2026-02-12 15:19:16 +00:00
mrleemurray
0791e86ff1
style(theme): update menu separator background and refine quick input widget styles
2026-02-12 14:48:44 +00:00
mrleemurray
78e3e7713a
style(theme): update button hover backgrounds and enhance quick input widget transparency
2026-02-12 14:36:13 +00:00
mrleemurray
315525c23b
refactor(theme): update button border color and clean up unused shadows in styles
2026-02-12 14:17:45 +00:00
Lee Murray
b75669b3b9
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-02-12 13:03:52 +00:00
mrleemurray
b13dc5eacf
Remove backdrop-filter from minimap in dark theme for improved performance
2026-02-12 12:59:15 +00:00
mrleemurray
c0c8316db8
Remove redundant border-radius inheritance from vertical action bars in context menus
2026-02-11 15:06:40 +00:00
mrleemurray
1cd08a4237
Refactor context menu styles by removing unnecessary backdrop-filter rules
2026-02-11 14:58:27 +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
Lee Murray
93ff801e0f
Merge pull request #294149 from microsoft/mrleemurray/dying-coral-bat
...
Update widget border colors and hover backgrounds for theme consistency
2026-02-10 17:06:50 +00:00
mrleemurray
85e3eef75f
Add border and box-shadow to notifications center for improved visibility
2026-02-10 15:59:02 +00:00
mrleemurray
0d12078d05
Update secondary hover background colors for consistency in the 2026 Light theme
2026-02-10 15:54:58 +00:00