From 6a2d7386d64dc028927fe6c345c5f208046c79b6 Mon Sep 17 00:00:00 2001 From: echoriiku Date: Fri, 30 Aug 2024 21:22:26 -0300 Subject: [PATCH] updated colors in list view and highlight --- themes/solarized-dark/v1/theme.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/themes/solarized-dark/v1/theme.json b/themes/solarized-dark/v1/theme.json index 6b2f44b..4491b93 100644 --- a/themes/solarized-dark/v1/theme.json +++ b/themes/solarized-dark/v1/theme.json @@ -106,10 +106,14 @@ "primary": { "paragraph": "#839496", "background": "#073642", - "hover": "#002b36" + "hover": "#05252e" }, "secondary": { "paragraph": "#839496" + }, + "selected": { + "background": "#002b36", + "hover": "#05252e" } }, "editor": { @@ -120,6 +124,9 @@ "secondary": { "paragraph": "#586e75", "border": "#002b36" + }, + "selected": { + "background": "#307530" } }, "editorToolbar": { @@ -133,7 +140,11 @@ }, "navigationMenu": { "primary": { - "background": "#002b36" + "background": "#002b36", + "hover": "#29404f" + }, + "selected": { + "hover": "#29404f" } }, "sheet": { @@ -142,4 +153,4 @@ } } } -} +} \ No newline at end of file