File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -915,10 +915,10 @@ export const POSITRON_TOP_ACTION_BAR_LOGO_BACKGROUND = registerColor('positronTo
915
915
916
916
// Positron top action bar border color.
917
917
export const POSITRON_TOP_ACTION_BAR_BORDER = registerColor ( 'positronTopActionBar.border' , {
918
- dark : '#252527' ,
919
- light : '#cbd0d5' ,
920
- hcDark : contrastBorder ,
921
- hcLight : contrastBorder
918
+ dark : selectBorder ,
919
+ light : selectBorder ,
920
+ hcDark : selectBorder ,
921
+ hcLight : selectBorder
922
922
} , localize ( 'positronTopActionBar.border' , "Positron top action bar border color." ) ) ;
923
923
924
924
// Positron top action bar background color.
@@ -979,10 +979,10 @@ export const POSITRON_TOP_ACTION_BAR_HOVER_BACKGROUND = registerColor('positronT
979
979
980
980
// Positron top action bar text input background color.
981
981
export const POSITRON_TOP_ACTION_BAR_TEXT_INPUT_BACKGROUND = registerColor ( 'positronTopActionBar.textInputBackground' , {
982
- dark : '#3a3d41' ,
983
- light : '#ffffff' ,
984
- hcDark : '#3a3d41' ,
985
- hcLight : '#ffffff'
982
+ dark : editorBackground ,
983
+ light : editorBackground ,
984
+ hcDark : editorBackground ,
985
+ hcLight : editorBackground
986
986
} , localize ( 'positronTopActionBar.textInputBackground' , "Positron top action bar text input background color." ) ) ;
987
987
988
988
// Positron top action bar text input border color.
You can’t perform that action at this time.
0 commit comments