catppuccin comment tags

This commit is contained in:
Badstagram 2025-11-05 14:30:14 +00:00
parent 0ffbdaf065
commit ce48485f6c

View File

@ -95,7 +95,7 @@
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"color": "#ed8796",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
@ -104,7 +104,7 @@
},
{
"tag": "?",
"color": "#3498DB",
"color": "#8aadf4",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
@ -113,7 +113,7 @@
},
{
"tag": "//",
"color": "#474747",
"color": "#494d64",
"strikethrough": true,
"underline": false,
"backgroundColor": "transparent",
@ -122,7 +122,7 @@
},
{
"tag": "todo",
"color": "#FF8C00",
"color": "#f5a97f",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
@ -131,7 +131,7 @@
},
{
"tag": "*",
"color": "#98C379",
"color": "#a6da95",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",
@ -140,7 +140,7 @@
},
{
"tag": "FIXME",
"color": "#FF0000",
"color": "#ed8796",
"strikethrough": false,
"underline": false,
"backgroundColor": "transparent",