Skip to content

Commit

Permalink
Dim unfocused
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Sep 6, 2023
1 parent 1485dfe commit 59b6026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/editor/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ One of the best approaches to selecting the best colors for a specific condition

>**Note**: For more information on finding complementary colors, go to [Adobe Color](https://color.adobe.com/create/color-accessibility) to access the color blind simulator and interactive color wheel.
## Dim unfocused editors and terminals

Unfocused views can be dimmed to make it more clear where typed input will go, this is especially useful when working with multiple editor groups or terminals. Enable this feature by setting `"accessibility.dimUnfocused.enabled": true`, how dim it will become can be configured with `accessibility.dimUnfocused.opacity`.

## Keyboard navigation

You will find that VS Code provides an exhaustive list of commands in the **Command Palette** (`kb(workbench.action.showCommands)`) so that you can run VS Code without using the mouse. Press `kb(workbench.action.showCommands)` then type a command name (for example 'git') to filter the list of commands.
Expand Down

0 comments on commit 59b6026

Please sign in to comment.