diff options
author | Mathspy | 2022-06-30 09:26:00 +0000 |
---|---|---|
committer | GitHub | 2022-06-30 09:26:00 +0000 |
commit | d06800f1dd47315f5738c529d40d1e0952ee2115 (patch) | |
tree | 7359e27191a12f132fc882f40c0981fb5dc30939 /book/src/configuration.md | |
parent | ed89f8897eab84bf7614a718d5d1e3ec5c57086c (diff) |
Add mode specific styles (#2676)
* Add mode specific styles
In similar vein to neovim's lualine and similar statusline packages this
allows helix users to style their mode based on which mode it is thus
making each mode more visually distinct at a glance
* Add an example based on rosepine
* Add editor.colors-mode config
* Document statusline mode styles
Diffstat (limited to 'book/src/configuration.md')
-rw-r--r-- | book/src/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index af85379f..1cc8602a 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -46,6 +46,7 @@ hidden = false | `auto-info` | Whether to display infoboxes | `true` | | `true-color` | Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative. | `false` | | `rulers` | List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file. | `[]` | +| `color-modes` | Whether to color the mode indicator with different colors depending on the mode itself | `false` | ### `[editor.lsp]` Section |