Closed mattyrc closed 2 years ago
I think it should be in the last release, I'll check today to see if I missed anything
On Sun, Sep 18, 2022, 10:37 AM Matthew Cates @.***> wrote:
Hello. I've seen #222 https://github.com/deviantfero/wpgtk/pull/222 and saw that it was merged into master but don't see the changes in the current release v6.5.5. Is this feature still being worked on?
Also wanted to say thanks for all of the hard work that you have put into this project. Thank you!
— Reply to this email directly, view it on GitHub https://github.com/deviantfero/wpgtk/issues/268, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVCGSKDB2LW3HVCSV6FK2TV6ZW5PANCNFSM6AAAAAAQPHOLOM . You are receiving this because you are subscribed to this thread.Message ID: @.***>
@mattyrc hey, I double checked, I remembered I switched keywords per colorscheme to be user defined instead, so instead of having 1:1 key/values per colorscheme you can name your set of keywords and have plenty of them, check the wiki for more information
@deviantfero Thanks for looking into this. Perhaps I'm just misunderstanding how to use it, but I don't believe that the current implementation of the Keyword Sets achieves what I am hoping for.
I'm looking to use the same keyword but with different value per colorscheme. It seems that the keyword set needs to be changed via the dropdown each time before setting the theme even when selecting the colorscheme, and then choosing the Keyword set and selecting "Choose Set".
For instance, I would like to set a neovim theme depending on a dark (github-dark.jpg) or light (github-light.jpg) colorscheme that I have set up in wpg gui.
I've created two Keyword sets in wpg gui like so:
github-light.jpg:
Keyword | Value
vim-theme github_light_default
github-dark.jpg:
Keyword | Value
vim-theme github_dark_default
In the neovim .base config I have:
colorscheme {vim-theme}
Currently I have to go into the gui and manually select "Choose Set" in the drop-down each time I want the value changed.
Again, sorry if I am just misunderstanding how to use it. Thanks!
Hello. I've seen #222 and saw that it was merged into master but don't see the changes in the current release v6.5.5. Is this feature still being worked on?
Also wanted to say thanks for all of the hard work that you have put into this project. Thank you!