Skip to content

bug: #758

@THEMIScale

Description

@THEMIScale

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
Image Image

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions