Skip to content

Commit

Permalink
chore: update VS Code colour types for v1.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 30, 2024
1 parent 30c1c79 commit 8181b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/types/UIColourPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ interface UIColourPalette {
'chat.avatarBackground'?: ColourLike
/** The foreground color of a chat avatar. */
'chat.avatarForeground'?: ColourLike
/** The foreground color of a chat edited file in the edited file list. */
'chat.editedFileForeground'?: ColourLike
/** The background color of a chat request. */
'chat.requestBackground'?: ColourLike
/** The border color of a chat request. */
Expand Down Expand Up @@ -271,6 +273,8 @@ interface UIColourPalette {
'dropdown.listBackground'?: ColourLike
/** Editor background color. */
'editor.background'?: ColourLike
/** The border color for an IME composition. */
'editor.compositionBorder'?: ColourLike
/** Color of the current search match. */
'editor.findMatchBackground'?: ColourLike
/** Border color of the current search match. */
Expand Down

0 comments on commit 8181b8b

Please sign in to comment.