We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
overrides
So I use the Evangelion overrides option in the setup function to change the string colour to Yellow (#FFFF4D).
setup
local evangelion = { "https://github.com/xero/evangelion.nvim", cond = require("settings").core.colourscheme == "evangelion", ---@type boolean branch = "main", lazy = false, ---@type boolean priority = 1000, ---@type number -- SOURCE : https://github.com/xero/evangelion.nvim?tab=readme-ov-file#options opts = { transparent = false, ---@type boolean overrides = { string = { fg = "#FFFF4D" } }, }, config = function(_, opts) require("evangelion").setup(opts) end, } return evangelion
But it is very damm inconsistent. Please look at this video.
So I use the Evangelion
overridesoption in thesetupfunction to change the string colour to Yellow (#FFFF4D).But it is very damm inconsistent. Please look at this video.
Screencast.From.2025-08-19.14-07-03.mp4