Skip to content

Commit

Permalink
add Theme color refs
Browse files Browse the repository at this point in the history
  • Loading branch information
tal7aouy committed Jul 8, 2023
1 parent 0bda052 commit 7520ba0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 20 deletions.
5 changes: 0 additions & 5 deletions src/@types/ThemeColorsReference.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,11 +684,6 @@ export interface ThemeColorsReference {
'tree.indentGuidesStroke'?: string
'tree.tableColumnsBorder'?: string
'tree.tableOddRowsBackground'?: string
'editorOverviewRuler.addedBackground'?: string
'editorOverviewRuler.deletedBackground'?: string
'editorOverviewRuler.modifiedBackground'?: string
'editorGroup.background'?: string
'welcomePage.buttonHoverBackground'?: string
'walkThrough.embeddedEditorBackground'?: string
'walkthrough.stepTitle.foreground'?: string
'welcomePage.background'?: string
Expand Down
10 changes: 5 additions & 5 deletions src/variants/ThemeFlat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const Theme: ThemeSchema = {
'editorGutter.addedBackground': '#109868',
'editorGutter.deletedBackground': '#9A353D',
'editorGutter.modifiedBackground': '#948B60',
'editorOverviewRuler.addedBackground': '#109868',
'editorOverviewRuler.deletedBackground': '#9A353D',
'editorOverviewRuler.modifiedBackground': '#948B60',
// 'editorOverviewRuler.addedBackground': '#109868',
// 'editorOverviewRuler.deletedBackground': '#9A353D',
// 'editorOverviewRuler.modifiedBackground': '#948B60',
'editor.selectionBackground': '#67769660',
'editor.selectionHighlightBackground': '#404859',
'editor.selectionHighlightBorder': '#404859',
Expand All @@ -51,7 +51,7 @@ const Theme: ThemeSchema = {
'editorCursor.background': '#ffffffc9',
'editorCursor.foreground': '#f0f0f0',
'editorError.foreground': '#c24038',
'editorGroup.background': '#181a1f',
// 'editorGroup.background': '#181a1f',
'editorGroup.border': '#23252c',
'editorGroup.emptyBackground': '#282c34',
'editorGroupHeader.tabsBackground': '#282c34',
Expand Down Expand Up @@ -169,7 +169,7 @@ const Theme: ThemeSchema = {
'tree.indentGuidesStroke': '#343a45',
'widget.shadow': '#23252c',
'walkThrough.embeddedEditorBackground': '#2e3440',
'welcomePage.buttonHoverBackground': '#404754',
// 'welcomePage.buttonHoverBackground': '#404754',
},
tokenColors: TokenColors,
}
Expand Down
10 changes: 5 additions & 5 deletions src/variants/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const Theme: ThemeSchema = {
'editorGutter.addedBackground': '#109868',
'editorGutter.deletedBackground': '#9A353D',
'editorGutter.modifiedBackground': '#948B60',
'editorOverviewRuler.addedBackground': '#109868',
'editorOverviewRuler.deletedBackground': '#9A353D',
'editorOverviewRuler.modifiedBackground': '#948B60',
// 'editorOverviewRuler.addedBackground': '#109868',
// 'editorOverviewRuler.deletedBackground': '#9A353D',
// 'editorOverviewRuler.modifiedBackground': '#948B60',
'editor.selectionBackground': '#67769660',
'editor.selectionHighlightBackground': '#ffffff10',
'editor.selectionHighlightBorder': '#dddddd',
Expand All @@ -49,7 +49,7 @@ const Theme: ThemeSchema = {
'editorCursor.background': '#ffffffc9',
'editorCursor.foreground': '#528bff',
'editorError.foreground': '#c24038',
'editorGroup.background': '#181a1f',
// 'editorGroup.background': '#181a1f',
'editorGroup.border': '#181a1f',
'editorGroupHeader.tabsBackground': '#21252b',
'editorHoverWidget.background': '#21252b',
Expand Down Expand Up @@ -144,7 +144,7 @@ const Theme: ThemeSchema = {
'titleBar.inactiveForeground': '#6b717d',
'tree.indentGuidesStroke': '#ffffff1d',
'walkThrough.embeddedEditorBackground': '#2e3440',
'welcomePage.buttonHoverBackground': '#404754',
// 'welcomePage.buttonHoverBackground': '#404754',
},
tokenColors: TokenColors,
}
Expand Down
10 changes: 5 additions & 5 deletions src/variants/themeMix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const ThemeMix: ThemeSchema = {
'editorGutter.addedBackground': '#109868',
'editorGutter.deletedBackground': '#9A353D',
'editorGutter.modifiedBackground': '#948B60',
'editorOverviewRuler.addedBackground': '#109868',
'editorOverviewRuler.deletedBackground': '#9A353D',
'editorOverviewRuler.modifiedBackground': '#948B60',
// 'editorOverviewRuler.addedBackground': '#109868',
// 'editorOverviewRuler.deletedBackground': '#9A353D',
// 'editorOverviewRuler.modifiedBackground': '#948B60',
'editor.selectionBackground': '#67769660',
'editor.selectionHighlightBackground': '#ffffff10',
'editor.selectionHighlightBorder': '#dddddd',
Expand All @@ -50,7 +50,7 @@ const ThemeMix: ThemeSchema = {
'editorCursor.background': '#ffffffc9',
'editorCursor.foreground': '#528bff',
'editorError.foreground': '#c24038',
'editorGroup.background': '#181a1f',
// 'editorGroup.background': '#181a1f',
'editorGroup.border': '#181a1f',
'editorGroupHeader.tabsBackground': '#21252b',
'editorHoverWidget.background': '#21252b',
Expand Down Expand Up @@ -145,7 +145,7 @@ const ThemeMix: ThemeSchema = {
'titleBar.inactiveForeground': '#6b717d',
'tree.indentGuidesStroke': '#ffffff1d',
'walkThrough.embeddedEditorBackground': '#2e3440',
'welcomePage.buttonHoverBackground': '#404754',
// 'welcomePage.buttonHoverBackground': '#404754',
},
tokenColors: [...TokenColors, ...Italic],
}
Expand Down

0 comments on commit 7520ba0

Please sign in to comment.