feat: added cterm support

This commit is contained in:
Folke Lemaitre
2021-04-23 08:48:26 +02:00
parent 46579c946b
commit c967980ae0
2 changed files with 47 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ The theme comes in two styles, `storm` and a darker variant `night`.
| tokyonight_sidebars | `{}` | Set a darker background on sidebar-like windows. For example: `["quickfix", "__vista__", "terminal"]` |
| tokyonight_dark_sidebar | `true` | Sidebar like windows like `NvimTree` get a darker background |
| tokyonight_dark_float | `true` | Float windows like the lsp diagnostics windows get a darker background. |
| tokyonight_cterm_colors | `false` | Enabling this, will use the `gui` colors to set `cterm` values to their nearest equivalent. Only needed when not using terminal colors |
```lua
-- Example config in Lua