From ce48485f6c8bde18a75ce3a0953c91f1d594ea7d Mon Sep 17 00:00:00 2001 From: Badstagram Date: Wed, 5 Nov 2025 14:30:14 +0000 Subject: [PATCH] catppuccin comment tags --- private_dot_config/Code/User/settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/private_dot_config/Code/User/settings.json b/private_dot_config/Code/User/settings.json index 8eb107f..8da58da 100644 --- a/private_dot_config/Code/User/settings.json +++ b/private_dot_config/Code/User/settings.json @@ -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",