Skip to content

Commit

Permalink
change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
indaviande committed Dec 17, 2024
1 parent 3a7263a commit 87cf6ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions merkl.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export default createConfig({
themes: {
ignite: {
base: createColoring(
["#1755F4", "#FF7900", "#0D1530"],
["#1755F4", "#FF7900", "#FFFFFF"]
["#2A35BD", "#BFFF37", "#FFFFFF"],
["#2A35BD", "#BFFF37", "#FFFFFF"]
),
info: createColoring(
["#2ABDFF", "#2ABDFF", "#131620"],
Expand Down Expand Up @@ -115,8 +115,8 @@ export default createConfig({
},
puffer: {
base: createColoring(
["#2A35BD", "#F5F9FF", "#FFFFFF"],
["#2A35BD", "#F5F9FF", "#FFFFFF"]
["#2A35BD", "#BFFF37", "#FFFFFF"],
["#2A35BD", "#BFFF37", "#FFFFFF"]
),
info: createColoring(
["#2ABDFF", "#2ABDFF", "#131620"],
Expand Down

0 comments on commit 87cf6ed

Please sign in to comment.