Add a setting to increase the thickness of the active indent guide (#13210)
Resolves #12312. Release Notes: - Added an option to configure the line width of the active indent guide [#12312](https://github.com/zed-industries/zed/issues/12312)
This commit is contained in:
@@ -725,6 +725,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
|
||||
"indent_guides": {
|
||||
"enabled": true,
|
||||
"line_width": 1,
|
||||
"active_line_width": 1,
|
||||
"coloring": "fixed",
|
||||
"background_coloring": "disabled"
|
||||
}
|
||||
@@ -758,7 +759,7 @@ To interpret all `.c` files as C++, files called `MyLockFile` as TOML and files
|
||||
```
|
||||
|
||||
3. Enable indent aware coloring ("rainbow indentation").
|
||||
The colors that are used for different indentation levels are defined in the theme (theme key: `accents`). They can be customized by using theme overrides.
|
||||
The colors that are used for different indentation levels are defined in the theme (theme key: `accents`). They can be customized by using theme overrides.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -770,7 +771,7 @@ The colors that are used for different indentation levels are defined in the the
|
||||
```
|
||||
|
||||
4. Enable indent aware background coloring ("rainbow indentation").
|
||||
The colors that are used for different indentation levels are defined in the theme (theme key: `accents`). They can be customized by using theme overrides.
|
||||
The colors that are used for different indentation levels are defined in the theme (theme key: `accents`). They can be customized by using theme overrides.
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user