tokyonight.nvim icon indicating copy to clipboard operation
tokyonight.nvim copied to clipboard

bug: latex color wrong in \text{}

Open yuukibarns opened this issue 9 months ago • 0 comments

Did you check docs and existing issues?

  • [X] I have read all the tokyonight.nvim docs
  • [X] I have searched the existing issues of tokyonight.nvim
  • [X] I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.10.0-dev

Operating system/version

Windows 11, Ubuntu 2204.3.49.0

Describe the bug

Use tokyonight.nvim: image Use bamboo.nvim: image The text in \text{} should be different from which in math environment.

Steps To Reproduce

1

Expected Behavior

As in bamboo.nvim. Tokyonight.nvim is good but I hope it can be better.

Repro

{
		"ribru17/bamboo.nvim",
		lazy = false,
		priority = 1000,
		config = function()
			require("bamboo").load()
		end,
	},
	{
		"folke/tokyonight.nvim",
		lazy = false,
		priority = 1000,
		config = function()
			require("tokyonight").load()
		end,
	},

yuukibarns avatar May 10 '24 05:05 yuukibarns