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

feat: add theme exporter for Zellij #225

Merged
merged 1 commit into from
Jan 25, 2024
Merged

feat: add theme exporter for Zellij #225

merged 1 commit into from
Jan 25, 2024

Conversation

hougesen
Copy link
Contributor

No description provided.

@olimorris olimorris merged commit 734ac03 into olimorris:main Jan 25, 2024
3 checks passed
@olimorris
Copy link
Owner

Thanks for the PR! Really appreciated

@hougesen hougesen deleted the feat/zellij-theme branch January 25, 2024 18:42
@mmirus
Copy link
Contributor

mmirus commented Jan 25, 2024

Thanks for this! Was just using one-half-dark previously. Took what the exporter generated and applied the vivid colors where different, since I'm using that variant in nvim:

// Colors - https://github.com/olimorris/onedarkpro.nvim
themes {
    onedarkpro-vivid {
        fg "#ABB2BF"
        bg "#282C34"
        black "#282C34"
        red "#EF596F"
        green "#89CA78"
        yellow "#E5C07B"
        blue "#61AFEF"
        magenta "#D55FDE"
        cyan "#2BBAC5"
        white "#ABB2BF"
        orange "#D19A66"
    }
}

// Choose the theme that is specified in the themes section.
// Default: default
//
theme "onedarkpro-vivid"

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.

3 participants