Skip to content

Commit

Permalink
馃摝 NEW: Diff colors for co-pilot chat
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Jun 9, 2023
1 parent a3acc6f commit f4d61e8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="left"><p><a href="https://VSCode.pro/?utm_source=sop"><img alt="New in the Shades of Purple Theme" align="center" src="https://img.shields.io/badge/%F0%9F%A6%84-Learn%20VSCode%20%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat" /></a>&nbsp; <strong>NEW:</strong>Diff: Colors. Nim support. Shades of Purple (Super Dark) <code>BETA</code>
<div align="left"><p><a href="https://VSCode.pro/?utm_source=sop"><img alt="New in the Shades of Purple Theme" align="center" src="https://img.shields.io/badge/%F0%9F%A6%84-Learn%20VSCode%20%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat" /></a>&nbsp; <strong>NEW:</strong>Diff: Colors. Co-pilot Chat. Shades of Purple (Super Dark) <code>BETA</code>
</p></div>

<div align="center">
Expand Down
13 changes: 7 additions & 6 deletions themes/shades-of-purple-color-theme-italic.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"editorLineNumber.foreground": "#A599E9", // Color of editor line numbers.
"editorCursor.foreground": "#FAD000", // Color of the editor cursor.

// The slection color battle starts here.
// The selection color battle starts here.
"editor.selectionBackground": "#B362FF88", // Color of the editor selection.
"editor.inactiveSelectionBackground": "#7580B8C0", // Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.
"editor.selectionHighlightBackground": "#7E46DF46", // Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.
Expand All @@ -68,7 +68,8 @@
"editor.findMatchBackground": "#FF7200", // Color of the current search match.
"editor.findMatchHighlightBackground": "#FFFF0336", // #FF730056 Color of the other search matches.The color must not be opaque to not hide underlying decorations.
"editor.findRangeHighlightBackground": "#FFFF0336", // #FF730056 No idea. Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations.
"editor.hoverHighlightBackground": "#FF730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
"editor.hoverHighlightBackground": "#1E1E3F80", // Changed for co-pilot suggestions. Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
// "editor.hoverHighlightBackground": "#FF730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
"editor.lineHighlightBackground": "#1F1F41", // Current line of code. Background color for the highlight of line at the cursor position.
"editor.lineHighlightBorder": "#1F1F41",
"editor.rangeHighlightBackground": "#1F1F41",
Expand Down Expand Up @@ -315,9 +316,9 @@

// Breadcrumbs.
"breadcrumb.foreground": "#A599E9",
"breadcrumb.focusForeground": "#FAD000",// Color of focused breadcrumb items.
"breadcrumb.activeSelectionForeground": "#FFFFFF",// Color of selected breadcrumb items.
"breadcrumbPicker.background": "#1E1E3F",// Background color of breadcrumb item picker.
"breadcrumb.focusForeground": "#FAD000", // Color of focused breadcrumb items.
"breadcrumb.activeSelectionForeground": "#FFFFFF", // Color of selected breadcrumb items.
"breadcrumbPicker.background": "#1E1E3F", // Background color of breadcrumb item picker.

// New Settings Editor.
"settings.headerForeground": "#FFFFFF",
Expand All @@ -334,7 +335,7 @@
"settings.dropdownBorder": "#1E1E3F",
"settings.checkboxBorder": "#1E1E3F",
"settings.textInputBorder": "#1E1E3F",
"settings.numberInputBorder": "#1E1E3F",
"settings.numberInputBorder": "#1E1E3F"
},
// Token Colors are heavily inspired by several themes
// Including but not limited to Material Palenight, Cobalt
Expand Down
3 changes: 2 additions & 1 deletion themes/shades-of-purple-color-theme-super-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"editor.findMatchBackground": "#ff7300ab", // #FF7200 Color of the current search match.
"editor.findMatchHighlightBackground": "#FFFF0336", // #FF7200A0 #FFFF0336 #FF730056 Color of the other search matches.The color must not be opaque to not hide underlying decorations.
"editor.findRangeHighlightBackground": "#FFFF0336", // #FF730056 No idea. Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations.
"editor.hoverHighlightBackground": "#FF730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
"editor.hoverHighlightBackground": "#1E1E3F80", // Changed for co-pilot suggestions. Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
// "editor.hoverHighlightBackground": "#FF730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
"editor.lineHighlightBackground": "#1F1F41", // Current line of code. Background color for the highlight of line at the cursor position.
"editor.lineHighlightBorder": "#1F1F41",
"editor.rangeHighlightBackground": "#1F1F41",
Expand Down
7 changes: 4 additions & 3 deletions themes/shades-of-purple-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
"editor.findMatchBackground": "#ff7300ab", // #FF7200 Color of the current search match.
"editor.findMatchHighlightBackground": "#FFFF0336", // #FF7200A0 #FFFF0336 #FF730056 Color of the other search matches.The color must not be opaque to not hide underlying decorations.
"editor.findRangeHighlightBackground": "#FFFF0336", // #FF730056 No idea. Color the range limiting the search (Enable 'Find in Selection' in the find widget). The color must not be opaque to not hide underlying decorations.
"editor.hoverHighlightBackground": "#FF730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
"editor.hoverHighlightBackground": "#1E1E3F80", // Changed for co-pilot suggestions. Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
// "editor.hoverHighlightBackground": "#FF730056", // Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations
"editor.lineHighlightBackground": "#1F1F41", // Current line of code. Background color for the highlight of line at the cursor position.
"editor.lineHighlightBorder": "#1F1F41",
"editor.rangeHighlightBackground": "#1F1F41",
Expand Down Expand Up @@ -220,8 +221,8 @@
"merge.commonHeaderBackground": "#A599E981",
"merge.currentContentBackground": "#3ad90093",
"merge.currentHeaderBackground": "#3ad90093",
"merge.incomingContentBackground": "#ff730086",
"merge.incomingHeaderBackground": "#ff730086",
// "merge.incomingContentBackground": "#ff730086",
// "merge.incomingHeaderBackground": "#ff730086",

// Notification Colors.
"notificationCenter.border": "#1E1E3F", // Notification Center border color.
Expand Down

0 comments on commit f4d61e8

Please sign in to comment.