Skip to content

Commit

Permalink
Change color preset for Dragark
Browse files Browse the repository at this point in the history
  • Loading branch information
tktrev committed Dec 17, 2024
1 parent 419dbda commit 8f8428d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configs/dragark/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"origin": "https://dragark.net",
"theme": {
"colors": {
"primary": "#ED1138"
"primary": "#71EB34"
},
"cover": "cover.png",
"icon": "icon.png",
Expand Down
2 changes: 1 addition & 1 deletion dist/generated/controller-configs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/generated/controller-configs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/generated/erc20-metadata.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/generated/controller-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const configs: ControllerConfigs = {
origin: "https://dragark.net",
theme: {
colors: {
primary: "#ED1138",
primary: "#71EB34",
},
cover: "https://static.cartridge.gg/presets/dragark/cover.png",
icon: "https://static.cartridge.gg/presets/dragark/icon.png",
Expand Down

0 comments on commit 8f8428d

Please sign in to comment.