Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nonepork/superfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nonepork committed May 12, 2024
2 parents 6c2faef + d0583eb commit 4b66e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The developers will merge after making the necessary changes (if arises a need t

Firstly check if the theme you want to add is not already added. If it is, then you work may go waste and be left redundant.
If no such theme exists, then you may create your own theme. Following steps will guide you for it:
- As a template, copy an existing theme's JSON file to your theme and then do the customizations. This will reduce errors from your side and make your work easy.
- To tests your theme, go to `~/.config/superfile/config/config.json` and change `theme = "gruvbox"` to `theme = "YOUR_THEME_NAME"`
- As a template, copy an existing theme's TOML file to your theme and then do the customizations. This will reduce errors from your side and make your work easy.
- To tests your theme, go to `~/.config/superfile/config/config.toml` and change description.
- Make the changes you want and finish the theme.
- Then you can open a pull request for the same and follow the steps described in the previous section.

Expand Down

0 comments on commit 4b66e8e

Please sign in to comment.