From a8d2e4c2ced2be8ef7c05fd21531f8c8b1be95b6 Mon Sep 17 00:00:00 2001
From: takotori <tranfelix99@gmail.com>
Date: Sun, 26 May 2024 13:24:16 +0200
Subject: [PATCH] add color to keyboard layouts

---
 src/resources/style/style.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/resources/style/style.css b/src/resources/style/style.css
index 93e980a..f011375 100644
--- a/src/resources/style/style.css
+++ b/src/resources/style/style.css
@@ -32,3 +32,11 @@ notebook > stack > box, notebook > stack {
 banner {
   border-radius: 5px;
 }
+
+row.selectedLanguage {
+    background-color: @dialog_bg_color;
+}
+
+row.activeLanguage {
+    background-color: darker(darker(darker(@window_fg_color)));
+}
\ No newline at end of file