From 77c53a3efcfb6cbe3bddb1c2181b5953ce24a97a Mon Sep 17 00:00:00 2001 From: takotori Date: Tue, 11 Jun 2024 13:09:33 +0200 Subject: [PATCH] change active language color --- src/resources/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/style/style.css b/src/resources/style/style.css index f011375..4de5961 100644 --- a/src/resources/style/style.css +++ b/src/resources/style/style.css @@ -38,5 +38,5 @@ row.selectedLanguage { } row.activeLanguage { - background-color: darker(darker(darker(@window_fg_color))); + background-color: @blue_2; } \ No newline at end of file