From f3e58947b303bf36ff937ae19872aeba017b26fb Mon Sep 17 00:00:00 2001 From: Emma Twersky Date: Tue, 2 Jul 2024 07:25:33 -0700 Subject: [PATCH] nit: change highlight to darker --- themes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.js b/themes.js index beff38d..bae63e4 100644 --- a/themes.js +++ b/themes.js @@ -271,7 +271,7 @@ export const DEFAULT_THEMES = { numberColor: "#C53929", declarationColor: "#0097A7", dimmedColor: "#A39F9F", - highlightColor: "#EDC7FF", + highlightColor: "#62247F", lineHeight: 1.5, }, 'flutter2022': {