parent
3464b51cfd
commit
5ab19901a4
5 changed files with 5 additions and 5 deletions
|
@ -470,7 +470,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
|
||||||
*/
|
*/
|
||||||
'extensionButton.prominentBackground': `${theme.scheme.base.green}90`,
|
'extensionButton.prominentBackground': `${theme.scheme.base.green}90`,
|
||||||
'extensionButton.prominentHoverBackground': theme.scheme.base.green,
|
'extensionButton.prominentHoverBackground': theme.scheme.base.green,
|
||||||
'extensionButton.prominentForeground': theme.scheme.base.black,
|
'extensionButton.prominentForeground': theme.scheme.foreground,
|
||||||
/**
|
/**
|
||||||
* Peekview window style
|
* Peekview window style
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -10,7 +10,7 @@ export default {
|
||||||
comments: '#464B5D',
|
comments: '#464B5D',
|
||||||
caret: '#FFCC00',
|
caret: '#FFCC00',
|
||||||
findHighlight: '#FFCC00',
|
findHighlight: '#FFCC00',
|
||||||
foreground: '#A6ACCD',
|
foreground: '#babed8',
|
||||||
focusBorder: '#FFFFFF',
|
focusBorder: '#FFFFFF',
|
||||||
guides: '#3B3F51',
|
guides: '#3B3F51',
|
||||||
lineNumbers: '#3B3F5180',
|
lineNumbers: '#3B3F5180',
|
||||||
|
|
|
@ -10,7 +10,7 @@ export default {
|
||||||
comments: '#464B5D',
|
comments: '#464B5D',
|
||||||
caret: '#FFCC00',
|
caret: '#FFCC00',
|
||||||
findHighlight: '#FFCC00',
|
findHighlight: '#FFCC00',
|
||||||
foreground: '#A6ACCD',
|
foreground: '#babed8',
|
||||||
focusBorder: '#FFFFFF',
|
focusBorder: '#FFFFFF',
|
||||||
guides: '#3B3F51',
|
guides: '#3B3F51',
|
||||||
lineNumbers: '#3B3F5180',
|
lineNumbers: '#3B3F5180',
|
||||||
|
|
|
@ -12,7 +12,7 @@ export default {
|
||||||
comments: '#676E95',
|
comments: '#676E95',
|
||||||
caret: '#FFCC00',
|
caret: '#FFCC00',
|
||||||
findHighlight: '#FFCC00',
|
findHighlight: '#FFCC00',
|
||||||
foreground: '#A6ACCD',
|
foreground: '#babed8',
|
||||||
focusBorder: '#FFFFFF',
|
focusBorder: '#FFFFFF',
|
||||||
guides: '#4E5579',
|
guides: '#4E5579',
|
||||||
lineNumbers: '#3A3F58',
|
lineNumbers: '#3A3F58',
|
||||||
|
|
|
@ -10,7 +10,7 @@ export default {
|
||||||
comments: '#676E95',
|
comments: '#676E95',
|
||||||
caret: '#FFCC00',
|
caret: '#FFCC00',
|
||||||
findHighlight: '#FFCC00',
|
findHighlight: '#FFCC00',
|
||||||
foreground: '#A6ACCD',
|
foreground: '#babed8',
|
||||||
focusBorder: '#FFFFFF',
|
focusBorder: '#FFFFFF',
|
||||||
guides: '#4E5579',
|
guides: '#4E5579',
|
||||||
lineNumbers: '#3A3F58',
|
lineNumbers: '#3A3F58',
|
||||||
|
|
Loading…
Reference in a new issue