feat: configurable brightness of the Day style
This commit is contained in:
@@ -108,7 +108,7 @@ The **day** style will be used if:
|
||||
+ or `vim.o.background == "light"`
|
||||
|
||||
| Option | Default | Description |
|
||||
| ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
|-------------------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| tokyonight_style | `"storm"` | The theme comes in three styles, `storm`, a darker variant `night` and `day`. |
|
||||
| tokyonight_terminal_colors | `true` | Configure the colors used when opening a `:terminal` in Neovim |
|
||||
| tokyonight_italic_comments | `true` | Make comments italic |
|
||||
@@ -121,6 +121,7 @@ The **day** style will be used if:
|
||||
| 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_colors | `{}` | You can override specific color groups to use other groups or a hex color |
|
||||
| tokyonight_day_brightness | `0.3` | Adjusts the brightness of the colors of the **Day** style. Number between 0 and 1, from dull to vibrant colors |
|
||||
|
||||
```lua
|
||||
-- Example config in Lua
|
||||
|
||||
Reference in New Issue
Block a user