Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Mar 14, 2024
1 parent 43893b2 commit 5c801d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/visualAccessibility.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Visual Accessibility

Cursorless has multiple settings that can be customized to improve accessibility for users with color blindness or other vision impairments. This guide has a few techniques to help you customize Cursorless to fit your needs. The primary visual elements of Cursorless are the [hats](./README.md#decorated-symbol), so this guide will focus on customizing the hats.
Cursorless has multiple settings that can be customized to improve accessibility for users with color blindness or other vision impairments. The primary visual elements of Cursorless are the [hats](./README.md#decorated-symbol), so this guide will focus on customizing the hats.

## Make the hats bigger

Expand All @@ -25,4 +25,4 @@ There are several user-created color schemes available [on the Cursorless wiki](
1. Change your `blue` color to `#ffffff`
1. Change your `green` color to `#333333`
1. Disable the other colors using the `cursorless.hatEnablement.colors` setting
1. Change spoken forms within your Cursorless settings folder located at `cursorless-settings/hat_styles.csv` so that you have `bright, blue` and `dark, green`. This is within your Talon configuration, not the IDE settings. This will change the spoken forms to match the new colors so that you can say eg `"take bright air"` to select the word "air" with a bright hat.
1. Change spoken forms within your Cursorless settings folder located at `cursorless-settings/hat_styles.csv` so that you have `bright, blue` and `dark, green`. This is within your Talon configuration, not the IDE settings. This will change the spoken forms to match the new colors so that you can say eg `"take bright air"` to select the word "air" with a bright hat. See [Customization](./customization.md) for more information on how to change spoken forms.

0 comments on commit 5c801d3

Please sign in to comment.