diff --git a/plugin/f9_theme/src/css/dark_colors.css b/plugin/f9_theme/src/css/dark_colors.css
index a9f79c0..8ff1a3f 100644
--- a/plugin/f9_theme/src/css/dark_colors.css
+++ b/plugin/f9_theme/src/css/dark_colors.css
@@ -54,7 +54,10 @@
 	--editor-btn-invert: 1.0;
 	--editor-btn-selected: #666;
 
-	--quote-background: #202a3f;
+	--quote-ns-border: #969f92;
+	--quote-ew-border: #666;
+	--quote-cite-separator: rgba(255, 255, 255, 0.1);
+	--quote-background: #202a2f;
 	--quote-alt-background: #2b3438;
 
 	--callout-error-bg: #422;