helix/book/src
Omnikar 98ce2a301d Load alt default theme if true color is not supported
* Move `runtime/themes/base16_default_terminal.toml` to
  `base16_theme.toml` alongside `theme.toml`
* Use `terminfo` crate to detect whether the terminal supports true
  color and, if the user has no theme configured and their terminal does
  not support true color, load the alt default theme instead of the
  normal default.

Remove `terminfo` dependency, use `COLORTERM` env instead

Prevent user from switching to an unsupported theme

Add `true-color-override` option

If the terminal is wrongly detected to not support true color,
`true-color-override = true` will override the detection.

Rename `true-color-override` to `true-color`
2021-12-14 00:47:18 +09:00
..
generated Use same name used in config files for langs in docs 2021-12-08 10:23:50 +09:00
guides Fix typo on docs (#1201) 2021-12-01 09:11:25 +09:00
SUMMARY.md Auto generate docs for language support 2021-12-08 10:23:50 +09:00
commands.md docs: Auto generate command list 2021-12-08 10:23:50 +09:00
configuration.md Load alt default theme if true color is not supported 2021-12-14 00:47:18 +09:00
from-vim.md Improve docs, fix up a few highlight scopes 2021-09-07 13:03:48 +09:00
hooks.md Add book/ (mdbook based user guide) 2021-04-05 15:48:08 +09:00
install.md Remove defunct helix-bin AUR link 2021-11-29 13:07:32 +01:00
keymap.md Macros (#1234) 2021-12-12 21:16:48 +09:00
lang-support.md Auto generate docs for language support 2021-12-08 10:23:50 +09:00
languages.md feat(book/src/languages.md) (#979) 2021-11-07 10:31:12 +09:00
remapping.md Update book to include typable command remapping (#1240) 2021-12-09 00:26:33 +09:00
themes.md Add llvm grammar (#1167) 2021-11-29 10:38:17 +09:00
usage.md Implement black hole register (#1165) 2021-11-28 10:21:40 +09:00