feat: "day" variant
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# 🏙 Tokyo Night
|
||||
|
||||
A dark Neovim theme written in Lua ported from the Visual Studio Code [TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme. Includes extra themes for Kitty, Alacritty, iTerm and Fish.
|
||||
A dark and light Neovim theme written in Lua ported from the Visual Studio Code [TokyoNight](https://github.com/enkia/tokyo-night-vscode-theme) theme. Includes extra themes for Kitty, Alacritty, iTerm and Fish.
|
||||
|
||||
## Storm
|
||||
|
||||
@@ -11,6 +11,8 @@ A dark Neovim theme written in Lua ported from the Visual Studio Code [TokyoNigh
|
||||
|
||||

|
||||
|
||||
## Day
|
||||
|
||||
## ✨ Features
|
||||
|
||||
+ supports the latest Neovim 5.0 features like TreeSitter and LSP
|
||||
@@ -86,11 +88,11 @@ require('lualine').setup {
|
||||
|
||||
## ⚙️ Configuration
|
||||
|
||||
The theme comes in two styles, `storm` and a darker variant `night`.
|
||||
The theme comes in three styles, `storm`, a darker variant `night` and `day`.
|
||||
|
||||
| Option | Default | Description |
|
||||
| ----------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| tokyonight_style | `"storm"` | The theme comes in two styles, `"storm"` and a darker variant `"night"`. |
|
||||
| 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 |
|
||||
| tokyonight_italic_keywords | `true` | Make keywords italic |
|
||||
|
||||
Reference in New Issue
Block a user