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

put themes in a folder #1491

Closed
ghost opened this issue Jun 12, 2022 · 5 comments · Fixed by #1577
Closed

put themes in a folder #1491

ghost opened this issue Jun 12, 2022 · 5 comments · Fixed by #1577
Assignees
Labels
theme Theming

Comments

@ghost
Copy link

ghost commented Jun 12, 2022

I found that they put their theme script in a config.yaml, but can I put all the themes in a themes folder and add theme: darcula in my config.yaml?

├── config.yaml
└── themes
    ├── dracula.yaml
    ├── gruvbox.yaml
    ├── molokai.yaml
    ├── nord.yaml
    ├── one-half.yaml
    ├── solarized.yaml
    └── tokyo-night.yaml

It's somthing like this example, but it don't work.

@a-kenji
Copy link
Contributor

a-kenji commented Jun 12, 2022

This is a directory that contains example themes, layouts and configurations.
The directory itself is not the example.

https://zellij.dev/documentation/themes.html

The configuration should reside in your configuration file.

If in doubt you can check it with zellij setup --check

@ghost
Copy link
Author

ghost commented Jun 15, 2022

@a-kenji Thank you, and could it be a new feature?

@a-kenji
Copy link
Contributor

a-kenji commented Jun 15, 2022

Hey @omaya127,

I can see value in having that as a feature.
If someone want's to contribute that, then I am sure we would consider merging it.

@a-kenji a-kenji added the theme Theming label Jun 16, 2022
@jaeheonji
Copy link
Member

jaeheonji commented Jun 30, 2022

I'm interested in this feature. I'll try to make a draft in the near future.

@jaeheonji jaeheonji self-assigned this Jun 30, 2022
@ghost
Copy link
Author

ghost commented Jul 3, 2022

@jaeheonji Thank you jaeheonji, I'm expecting for that!

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

Successfully merging a pull request may close this issue.

2 participants