-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move themes to runtime/themes, add link from contrib/themes
- Loading branch information
Showing
5 changed files
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../runtime/themes |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3b534e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wojciechkepka why?
contrib
seems like nice directory for that, sway also does that3b534e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We moved them so that they ship together with the
runtime/
. That way they're available to users via the new:theme
command. The symlink is in place so the old path is still available.3b534e1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine, I've fixed links at https://github.com/helix-editor/helix/wiki/Themes because they didn't want to follow the symlink.