Skip to content

Commit

Permalink
add features
Browse files Browse the repository at this point in the history
  • Loading branch information
tal7aouy committed Aug 27, 2023
1 parent 7520ba0 commit e2854c8
Show file tree
Hide file tree
Showing 6 changed files with 1,963 additions and 1,944 deletions.
2 changes: 1 addition & 1 deletion src/@types/ThemeColorsReference.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ export interface ThemeColorsReference {
'inlineChat.regionHighlight'?: string
'inlineChat.shadow'?: string
'inlineChatDiff.inserted'?: string
'inlineChatDiff.removed'?: string
'inlineChatInput.background'?: string
'inlineChatInput.border'?: string
'inlineChatInput.focusBorder'?: string
'inlineChatInput.placeholderForeground'?: string
'inlineChatrDiff.removed'?: string
'input.background'?: string
'input.border'?: string
'input.foreground'?: string
Expand Down
8 changes: 4 additions & 4 deletions src/utils/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ interface IColors {
// colors used for our theme
const colors: IColors = {
chalky: '#e5c07b',
coral: '#e06c75',
coral: '#ef596f',
dark: '#5c6370',
error: '#f44747',
fountainBlue: '#56b6c2',
green: '#98c379',
fountainBlue: '#2bbac5',
green: '#89ca78',
invalid: '#ffffff',
lightDark: '#7f848e',
lightWhite: '#abb2bf',
malibu: '#61afef',
purple: '#c678dd',
purple: '#d55fde',
whiskey: '#d19a66',
deepRed: '#BE5046',
}
Expand Down
2 changes: 1 addition & 1 deletion src/variants/ThemeFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const Theme: ThemeSchema = {
'sideBarSectionHeader.foreground': '#abb2bf',
'sideBarTitle.foreground': '#abb2bf',
'statusBar.background': '#282c34',
'statusBar.border': '#282c34',
'statusBar.border': '#23252c',
'statusBar.debuggingBackground': '#cc6633',
'statusBar.debuggingBorder': '#ff000000',
'statusBar.debuggingForeground': '#fff',
Expand Down
Loading

0 comments on commit e2854c8

Please sign in to comment.