helix-mirror/runtime/themes
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
..
base16_default_dark.toml Fix Base16 Dark, add Base16 Light and Terminal 2021-12-14 00:47:02 +09:00
base16_default_light.toml Fix Base16 Dark, add Base16 Light and Terminal 2021-12-14 00:47:02 +09:00
bogster.toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
dark_plus.toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
everforest_dark.toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
gruvbox.toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
ingrid.toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
monokai_pro_machine.toml add more monokai pro filter themes (#1220) 2021-12-03 23:13:21 +09:00
monokai_pro_octagon.toml add more monokai pro filter themes (#1220) 2021-12-03 23:13:21 +09:00
monokai_pro_ristretto.toml add more monokai pro filter themes (#1220) 2021-12-03 23:13:21 +09:00
monokai_pro_spectrum.toml add more monokai pro filter themes (#1220) 2021-12-03 23:13:21 +09:00
monokai_pro.toml Add monokai pro theme (#1206) 2021-12-02 13:51:27 +09:00
monokai.toml Updated tree-sitter query scopes (#896) 2021-11-03 12:00:52 +09:00
nord.toml improve nord status bar line 2021-11-16 22:06:21 +08:00
onedark.toml Update onedark theme (#936) 2021-10-30 14:17:51 +09:00
README.md Move themes to runtime/themes, add link from contrib/themes 2021-06-20 00:07:13 +09:00
rose_pine_dawn.toml rose_pine_dawn.toml colorscheme (#1226) 2021-12-03 23:14:03 +09:00
rose_pine.toml rose_pine_dawn.toml colorscheme (#1226) 2021-12-03 23:14:03 +09:00
solarized_dark.toml Fix solarized selection colors (#1236) 2021-12-08 10:22:55 +09:00
solarized_light.toml Fix solarized selection colors (#1236) 2021-12-08 10:22:55 +09:00
spacebones_light.toml Add spacebones light theme (#1131) 2021-11-20 07:22:06 +05:30

User submitted themes

If you submit a theme, please include a comment at the top with your name and email address:

# Author : Name <email@my.domain>

We have a preview page for themes on our wiki!