Skip to content

Commit

Permalink
add back <##rrggbb>
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmp committed Jun 28, 2024
1 parent 3355f6a commit ce0c840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/util/PresetUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export const v3formats = [
color: '<#$1$2$3$4$5$6>$f$c',
char: '&',
},
{
color: '<##$1$2$3$4$5$6>$f$c',
char: '&',
},
{
color: '[COLOR=#$1$2$3$4$5$6]$c[/COLOR]',
bold: '[BOLD]$t[/BOLD]',
Expand Down

0 comments on commit ce0c840

Please sign in to comment.