-
Notifications
You must be signed in to change notification settings - Fork 509
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the tokyonight.nvim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of tokyonight.nvim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.11.5 Build type: Release
Operating system/version
OS: Kali GNU/Linux Rolling x86_64
Describe the bug
When not configureing any else of tokyonight, the color of the terminal mode in nvim looked paler than the shell(zsh),it happens to aura-theme as well, but they dont have the config option functions the same as "terminal_colors".So this problem can be fixed by placing the option "false", but isn't that the opposite to the function it meant to achieve?sorry that if my status is not clear, considering i'm not a native English speaker
Steps To Reproduce
set the option "terminal_colors = true", it is a default value.
Expected Behavior
the default value of the option should lead to showing true color of the shell.
Repro
--lua/plugin/theme.lua
{
"folke/tokyonight.nvim",
priority = 1000,
config = function(plugin)
require("tokyonight").setup({
style = "storm",
transparent = true,
--terminal_colors = false,
})
vim.cmd([[colorscheme tokyonight-night]])
end,
},Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working