Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New transparency options #174

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

PyDev19
Copy link

@PyDev19 PyDev19 commented Jul 1, 2023

Features added:

  • Instead of having separate options for lualine and background transparency we instead put them under a transparent table.
  • Added options for transparent tabline and non lualine statuslines like heirline

Using new features the config should look like this:

require("onedark").setup({
    transparent = {
        lualine = bool,
        background = bool,
        tabline = bool,
        statusline = bool,
    }
})

Already updated default config and one thing I need to still add is proper documentation in the markdown.

@navarasu
Copy link
Owner

Can you please update the README as well

@PyDev19
Copy link
Author

PyDev19 commented Jul 13, 2023

Yea that is done, make sure to check if it is alright.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants