diff --git a/src/client/theme/black.json5 b/src/client/theme/black.json5
index 836130215c..7f2c5026f9 100644
--- a/src/client/theme/black.json5
+++ b/src/client/theme/black.json5
@@ -25,15 +25,15 @@
 		noteHeaderInfo: '$c4',
 		subNoteText: ':alpha<0.7<$c4',
 		renoteGradient: 'rgba(0, 0, 0, 0)',
-		renoteText: '#7bb54a',
-		quoteBorder: 'rgb(78, 148, 94)',
+		renoteText: '$c2',
+		quoteBorder: '$c2',
 		mfmHashtag: '$c1',
-		mfmUrl: '#5b8bbd',
-		mfmLink: '#5b8bbd',
-		mfmMention: '$c2',
+		mfmUrl: '$c2',
+		mfmLink: '$c2',
+		mfmMention: '$c1',
 		mfmMentionForeground: '#fff',
 		notificationIndicator: '$c2',
-		link: '$c3',
+		link: '$c2',
 		desktopHeaderBg: '$secondary',
 	},
 }