Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion website/docs/configuration/auto_appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@ Description
The CSS color used to show issues in the ruler.

Depends upon [`cSpell.useCustomDecorations`](appearance#cspellusecustomdecorations).
Disable the ruler by setting [`cSpell.showInRuler`](appearance#cspellshowinruler) to `false`.

See:
- [`<color>` CSS: Cascading Style Sheets, MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)
- [CSS Colors, W3C Schools](https://www.w3schools.com/cssref/css_colors.php)
- Hex colors
- Use "" (empty string) to disable.

Examples:
- `green`
Expand Down Expand Up @@ -362,6 +362,8 @@ Show spelling issues in the editor ruler.

Note: This setting is only used when [`cSpell.useCustomDecorations`](appearance#cspellusecustomdecorations) is `true`.

Note: To set the color of the ruler, use [`cSpell.overviewRulerColor`](appearance#cspelloverviewrulercolor).

</dd>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Determines if words must match case and accent rules.

- `false` - Case is ignored and accents can be missing on the entire word.
Incorrect accents or partially missing accents will be marked as incorrect.
Note: Some languages like Portuguese have case sensitivity turned on by default.
**Note:** Some languages like Portuguese have case sensitivity turned on by default.
You must use [`cSpell.languageSettings`](languages-and-dictionaries#cspelllanguagesettings) to turn it off.
- `true` - Case and accents are enforced by default.

Expand Down