Skip to content

Commit

Permalink
Make Tip text for custom Tips bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyoncle committed Feb 20, 2025
1 parent f0f2527 commit d6e270a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "green"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "yellow"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "gold"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "yellow"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"title": {
"text": "Secret Story About Elysium Days",
"bold": true,
"underlined": true,
"color": "white"
},
"type": "tipsmod:simple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "light_purple"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "dark_aqua"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "gold"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "red"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "yellow"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "dark_green"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"title": {
"text": "Tip",
"bold": true,
"underlined": true,
"color": "blue"
},
Expand Down

0 comments on commit d6e270a

Please sign in to comment.