themes icon indicating copy to clipboard operation
themes copied to clipboard

Change Themes folder

Open karneaud opened this issue 5 years ago • 3 comments

Is there any way to change the themes directory?

karneaud avatar Sep 29 '19 19:09 karneaud

It's hardcoded here, if you can fork and change this line, I thinki it'll work:

https://github.com/caffeinated/themes/blob/c13045bd42f5a0753b3ed804f6c5100fe899f474/src/Theme.php#L59

tpaksu avatar Oct 23 '19 21:10 tpaksu

And also fix symlinks:

https://github.com/caffeinated/themes/blob/c13045bd42f5a0753b3ed804f6c5100fe899f474/src/Theme.php#L129-L140

Maybe there are more. I suggest opening a PR for adding this path to the config file.

tpaksu avatar Oct 23 '19 21:10 tpaksu

Yeah, currently its hardcoded. Would be open to a PR to add this in as a customizable option :+1:

kaidesu avatar Feb 06 '20 20:02 kaidesu