You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Thanks for contributing to themer! All contributions are welcome, and are expected to adhere to [the code of conduct](https://github.com/themerdev/themer/blob/main/CODE_OF_CONDUCT.md). Below are some guidelines for the most effective ways you can help build themer.
3
+
Thanks for contributing to themer! All contributions are welcome, and are expected to adhere to [the code of conduct](https://github.com/mjswensen/themer/blob/main/CODE_OF_CONDUCT.md). Below are some guidelines for the most effective ways you can help build themer.
4
4
5
5
-[Log a bug](#log-a-bug)
6
6
-[Request a theme template](#request-a-theme-template)
@@ -31,7 +31,7 @@ If you use a tool that themer doesn't support yet, feel free to request it by cr
31
31
2.`cd cli`
32
32
3.`npm install` to install dependencies
33
33
4. Create a new file in the `src/template/` directory.
34
-
5. Implement the template interface, following the documentation in the ["Create custom `Template`s" section of the README](https://github.com/themerdev/themer#create-custom-templates).
34
+
5. Implement the template interface, following the documentation in the ["Create custom `Template`s" section of the README](https://github.com/mjswensen/themer#create-custom-templates).
35
35
6. Submit a pull request.
36
36
37
37
## Provide a color set
@@ -48,7 +48,7 @@ You can also download your theme and a `colors.js` file that is compatible with
48
48
49
49
#### Option 1.2: using the CLI or API
50
50
51
-
Define your colors following the instructions under the ["Create custom `ColorSet`s" section of the README](https://github.com/themerdev/themer#create-custom-colorsets). To test your color configuration file, you can use the following command:
51
+
Define your colors following the instructions under the ["Create custom `ColorSet`s" section of the README](https://github.com/mjswensen/themer#create-custom-colorsets). To test your color configuration file, you can use the following command:
52
52
53
53
```sh
54
54
npx themer -c <path to your colors file> -t vs-code -o <path to your desired output directory>
@@ -64,5 +64,5 @@ If a color set should be distributed with `themer` in the official web UI at [th
64
64
2.`cd cli`
65
65
3.`npm install` to install dependencies
66
66
4. Create a new file in the `src/color-set/` directory.
67
-
5. Implement your color set interface, following the documentation in the ["Create custom `ColorSet`s" section of the README](https://github.com/themerdev/themer#create-custom-colorsets).
67
+
5. Implement your color set interface, following the documentation in the ["Create custom `ColorSet`s" section of the README](https://github.com/mjswensen/themer#create-custom-colorsets).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ assignees: ""
8
8
9
9
# New theme template request
10
10
11
-
If you are requesting theme support for a new tool or program, use this section. Otherwise, delete it and continue with "Other feature request" below. See also [CONTRIBUTING.md](https://github.com/themerdev/themer/blob/main/.github/CONTRIBUTING.md) for more information.
11
+
If you are requesting theme support for a new tool or program, use this section. Otherwise, delete it and continue with "Other feature request" below. See also [CONTRIBUTING.md](https://github.com/mjswensen/themer/blob/main/.github/CONTRIBUTING.md) for more information.
0 commit comments