From 6a617a1859343d3fa8e84ad1c351254d965abc97 Mon Sep 17 00:00:00 2001
From: Devine Lu Linvega <aliceffekt@gmail.com>
Date: Sun, 14 Jul 2019 20:32:22 +0900
Subject: [PATCH] Completed theme implementation

---
 desktop/sources/links/theme.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/desktop/sources/links/theme.css b/desktop/sources/links/theme.css
index 231fd09..a1eb8c4 100644
--- a/desktop/sources/links/theme.css
+++ b/desktop/sources/links/theme.css
@@ -1,2 +1,5 @@
 body { background:var(--background);  }
-#ronin #commander { background:var(--background); }
\ No newline at end of file
+#ronin #wrapper #commander { background:var(--background); }
+#ronin #wrapper #commander { border-right-color: var(--f_low) }
+#ronin #wrapper #commander textarea { color:var(--f_high); }
+#ronin #wrapper #commander div#status { color:var(--f_med); }
\ No newline at end of file