Opacity

The opacity fraction (0.2 to 1.0) to use for unfocused editors and terminals. This will only take effect when #accessibility.dimUnfocused.enabled# is enabled.

{
  "accessibility.dimUnfocused.opacity": 0.75 // default
}

Type

number

Default

0.75

Range

0.2..1.0

Description

Controls the amount of dimming applied to an unfocused editor. Lower numbers will make the editor dimmer. That is to say, a value of 0.2 will be very dim and a value of 1.0 will have no dimming.

NOTE: This settings can only be applied in Application Settings. If you try to set it in User or Workspace Settings, it will be grayed out with the error saying This setting has an application scope and can be set only in the user settings file.this is a bug: it should say Application Settings.