Skip to content
Discussion options

You must be logged in to vote

The below got me what I wanted. Specifically the transparent_background_level.

  {
    "neanias/everforest-nvim",
    version = false,
    lazy = false,
    priority = 1000,
    config = function()
      require("everforest").setup {
        background = "medium",
        disable_italic_comments = false,
        dim_inactive_windows = false,
        italics = true,
        ui_contrast = "low",
        inlay_hints_background = "none",
        sign_column_background = "none",
        diagnostic_line_highlight = false,
        diagnostic_virtual_text = "grey",
        spell_foreground = false,
        show_eob = false,
        transparent_background_level = 0.8, -- Set transparency level for…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@neanias
Comment options

Answer selected by neanias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants