You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/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`
3 years ago
..
README.md Move themes to runtime/themes, add link from contrib/themes 3 years ago
base16_default_dark.toml Fix Base16 Dark, add Base16 Light and Terminal 3 years ago
base16_default_light.toml Fix Base16 Dark, add Base16 Light and Terminal 3 years ago
bogster.toml Updated tree-sitter query scopes (#896) 3 years ago
dark_plus.toml Updated tree-sitter query scopes (#896) 3 years ago
everforest_dark.toml Updated tree-sitter query scopes (#896) 3 years ago
gruvbox.toml Updated tree-sitter query scopes (#896) 3 years ago
ingrid.toml Updated tree-sitter query scopes (#896) 3 years ago
monokai.toml Updated tree-sitter query scopes (#896) 3 years ago
monokai_pro.toml Add monokai pro theme (#1206) 3 years ago
monokai_pro_machine.toml add more monokai pro filter themes (#1220) 3 years ago
monokai_pro_octagon.toml add more monokai pro filter themes (#1220) 3 years ago
monokai_pro_ristretto.toml add more monokai pro filter themes (#1220) 3 years ago
monokai_pro_spectrum.toml add more monokai pro filter themes (#1220) 3 years ago
nord.toml improve nord status bar line 3 years ago
onedark.toml Update onedark theme (#936) 3 years ago
rose_pine.toml rose_pine_dawn.toml colorscheme (#1226) 3 years ago
rose_pine_dawn.toml rose_pine_dawn.toml colorscheme (#1226) 3 years ago
solarized_dark.toml Fix solarized selection colors (#1236) 3 years ago
solarized_light.toml Fix solarized selection colors (#1236) 3 years ago
spacebones_light.toml Add spacebones light theme (#1131) 3 years ago

README.md

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!