diff --git a/src/entrypoints/groundstation/assets/styles/white-mode.qss b/src/entrypoints/groundstation/assets/styles/white-mode.qss
index a71a2445b3ccc924285ccbe542d5029d8af2da35..e9fe5a59723114bd69d29b884c0b95365748a812 100644
--- a/src/entrypoints/groundstation/assets/styles/white-mode.qss
+++ b/src/entrypoints/groundstation/assets/styles/white-mode.qss
@@ -32,7 +32,7 @@ QProgressBar:horizontal {
     border: 1px solid #929090;
     text-align: center;
     padding: 1px;
-    background: #d8d3d3;
+    background: #f2f2f2;
 }
 
 QProgressBar::chunk:horizontal {
@@ -74,7 +74,7 @@ QWidget:item:selected
 
 QMenuBar
 {
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
     color: #000000;
 }
 
@@ -101,7 +101,7 @@ QMenuBar::item:pressed
 QMenu
 {
     border: 1px solid #929090;
-    color: silver;
+    color: black;
     margin: 2px;
 }
 
@@ -115,6 +115,7 @@ QMenu::item
     padding: 5px 30px 5px 30px;
     margin-left: 5px;
     border: 1px solid transparent; /* reserve space for selection border */
+    background-color: #f2f2f2;
 }
 
 QMenu::item:selected
@@ -130,8 +131,8 @@ QWidget:disabled
 
 QAbstractItemView
 {
-    alternate-background-color: #d8d3d3;
-    color: silver;
+    alternate-background-color: #f2f2f2;
+    color: black;
     border: 1px solid #929090;
     border-radius: 3px;
     padding: 1px;
@@ -183,13 +184,13 @@ QScrollBar:horizontal
     border: 1px solid #929090;
     border-radius: 6px;
     background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
-    stop: 0 #c0bfbf, stop: 1 #484846);
+    stop: 0 #c0bfbf, stop: 1 #bfbfbf);
 }
 
 QScrollBar::handle:horizontal
 {
     background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
-    stop: 0 #605F5F, stop: 1 #787876);
+    stop: 0 #f2f2f2, stop: 1 #b3b3b3);
     min-width: 5px;
     border-radius: 5px;
 }
@@ -245,7 +246,7 @@ QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
 QScrollBar:vertical
 {
     background-color: QLinearGradient( x1: 1, y1: 0, x2: 0, y2: 0,
-    stop: 0 #c0bfbf, stop: 1 #484846);
+    stop: 0 #c0bfbf, stop: 1 #bfbfbf);
     width: 15px;
     margin: 11px 0 11px 0;
     border: 1px solid #929090;
@@ -255,7 +256,7 @@ QScrollBar:vertical
 QScrollBar::handle:vertical
 {
     background-color: QLinearGradient( x1: 1, y1: 0, x2: 0, y2: 0,
-    stop: 0 #605F5F, stop: 1 #787876);
+    stop: 0 #f2f2f2, stop: 1 #b3b3b3);
     min-height: 5px;
     border-radius: 5px;
 }
@@ -313,14 +314,14 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical
 QTextEdit
 {
     background-color: #d8d3d3;
-    color: silver;
+    color: black;
     border: 1px solid #929090;
 }
 
 QPlainTextEdit
 {
     background-color: #d8d3d3;
-    color: silver;
+    color: black;
     border-radius: 3px;
     border: 1px solid #929090;
 }
@@ -328,14 +329,14 @@ QPlainTextEdit
 QHeaderView::section
 {
     background-color: #d8d3d3;
-    color: silver;
+    color: black;
     padding-left: 4px;
     border: 1px solid #929090;
 }
 
 QCheckBox:disabled
 {
-    color: #404040;
+    color: #808080;
 }
 
 QSizeGrip {
@@ -369,7 +370,7 @@ QMainWindow::separator:hover
 QMenu::separator
 {
     height: 1px;
-    background-color: #d8d3d3;
+    background-color: black;
     color: white;
     padding-left: 4px;
     margin-left: 10px;
@@ -470,9 +471,9 @@ QToolBar::separator:vertical {
 
 QPushButton
 {
-    color: silver;
+    color: black;
     background-color: QLinearGradient( x1: 0, y1: 1, x2: 0, y2: 0,
-    stop: 0 #c0bfbf, stop: 1 #484846);
+    stop: 0 #b3b3b3, stop: 1 #f2f2f2);
     border-width: 1px;
     border-color: #4A4949;
     border-style: solid;
@@ -512,7 +513,7 @@ QComboBox
 QComboBox:hover,QPushButton:hover,QAbstractSpinBox:hover,QLineEdit:hover,QTextEdit:hover,QPlainTextEdit:hover,QAbstractView:hover,QTreeView:hover
 {
     border: 1px solid #008026;
-    color: silver;
+    color: black;
 }
 
 QComboBox:on
@@ -520,7 +521,7 @@ QComboBox:on
     background-color: #d8d3d3;
     padding-top: 3px;
     padding-left: 4px;
-    selection-background-color: #4a4a4a;
+    selection-background-color: #bfbfbf;
 }
 
 QComboBox QAbstractItemView
@@ -559,7 +560,7 @@ QComboBox::down-arrow:focus
 QPushButton:pressed
 {
     background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
-    stop: 0 #c0bfbf, stop: 1 #484846);
+    stop: 0 #b3b3b3, stop: 1 #f2f2f2);
 }
 
 QAbstractSpinBox {
@@ -567,7 +568,7 @@ QAbstractSpinBox {
     padding-bottom: 2px;
     border: 1px solid #929090;
     background-color: #d8d3d3;
-    color: silver;
+    color: black;
     border-radius: 3px;
     min-width: 75px;
 }
@@ -649,10 +650,10 @@ QTabBar::close-button:pressed {
 
 /* TOP - BOTTOM TABS */
 QTabBar::tab:top {
-    color: #b1b1b1;
+    color: black;
     border: 1px solid #929090;
     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
-      stop:1 #c0bfbf, stop:0 #5A5959);
+      stop:1 #b3b3b3, stop:0 #f2f2f2);
     padding-left: 5px;
     padding-right: 5px;
     padding-top: 3px;
@@ -664,7 +665,7 @@ QTabBar::tab:top {
 }
 
 QTabBar::tab:bottom {
-    color: #b1b1b1;
+    color: black;
     border: 1px solid #929090;
     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
       stop:1 #c0bfbf, stop:0 #5A5959);
@@ -690,9 +691,9 @@ QTabBar::tab:top:first:!selected, QTabBar::tab:bottom:first:!selected
 
 QTabBar::tab:top:!selected
 {
-    color: #b1b1b1;
+    color: black;
     margin-top: 3px;
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
 }
 
 QTabBar::tab:top:selected
@@ -702,9 +703,9 @@ QTabBar::tab:top:selected
 
 QTabBar::tab:bottom:!selected
 {
-    color: #b1b1b1;
+    color: black;
     margin-bottom: 3px;
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
 }
 
 QTabBar::tab:bottom:selected
@@ -714,10 +715,10 @@ QTabBar::tab:bottom:selected
 
 /* LEFT - RIGHT TABS */
 QTabBar::tab:left {
-    color: #b1b1b1;
+    color: black;
     border: 1px solid #929090;
     background-color: QLinearGradient(x1:1, y1:0, x2:0, y2:0,
-      stop:1 #c0bfbf, stop:0 #5A5959);
+      stop:1 #b3b3b3, stop:0 #f2f2f2);
     padding-left: 3px;
     padding-right: 2px;
     padding-top: 5px;
@@ -729,10 +730,10 @@ QTabBar::tab:left {
 }
 
 QTabBar::tab:right {
-    color: #b1b1b1;
+    color: black;
     border: 1px solid #3A3939;
     background-color: QLinearGradient(x1:0, y1:0, x2:1, y2:0,
-      stop:1 #c0bfbf, stop:0 #5A5959);
+      stop:1 #b3b3b3, stop:0 #f2f2f2);
     padding-left: 3px;
     padding-right: 2px;
     padding-top: 5px;
@@ -745,9 +746,9 @@ QTabBar::tab:right {
 
 QTabBar::tab:left:!selected
 {
-    color: #b1b1b1;
+    color: black;
     margin-right: 3px;
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
 }
 
 QTabBar::tab:left:selected
@@ -757,9 +758,9 @@ QTabBar::tab:left:selected
 
 QTabBar::tab:right:!selected
 {
-    color: #b1b1b1;
+    color: black;
     margin-left: 3px;
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
 }
 
 QTabBar::tab:right:selected
@@ -850,20 +851,20 @@ QTreeView::branch:open:has-children:has-siblings:hover  {
     }
 
 QListView::item:!selected:hover, QListView::item:!selected:hover, QTreeView::item:!selected:hover  {
-    background: rgba(0, 0, 0, 0);
+    background: white;
     outline: 0;
-    color: #FFFFFF
+    color: black;
 }
 
 QListView::item:selected:hover, QListView::item:selected:hover, QTreeView::item:selected:hover  {
     background: #008026;
-    color: #FFFFFF;
+    color: white;
 }
 
 QSlider::groove:horizontal {
     border: 1px solid #929090;
     height: 8px;
-    background: #d8d3d3;
+    background: #f2f2f2;
     margin: 2px 0;
     border-radius: 4px;
 }
@@ -881,7 +882,7 @@ QSlider::handle:horizontal {
 QSlider::groove:vertical {
     border: 1px solid #929090;
     width: 8px;
-    background: #d8d3d3;
+    background: #f2f2f2;
     margin: 0 0px;
     border-radius: 4px;
 }
@@ -904,12 +905,12 @@ QToolButton {
 }
 
 QToolButton:pressed, QToolButton::menu-button:pressed {
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
     border: 1px solid black;
 }
 
 QToolButton:hover, QToolButton::menu-button:hover {
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
     border: 1px solid black;
 }
 
@@ -948,7 +949,8 @@ QTableView
 {
     border: transparent;
     gridline-color: #6c6c6c;
-    background-color: #d8d3d3;
+    background-color: #f2f2f2;
+    color: black;
 }
 
 
@@ -976,7 +978,7 @@ QHeaderView {
 
 QHeaderView::section  {
     background-color: #d8d3d3;
-    color: silver;
+    color: black;
     padding: 4px;
     border: 1px solid #929090;
     border-radius: 0px;
@@ -1001,7 +1003,7 @@ QHeaderView::section::horizontal {
 
 
 QHeaderView::section:checked {
-    color: white;
+    color: black;
     background-color: #d8d3d3;
 }
 
@@ -1023,7 +1025,7 @@ QTableCornerButton::section {
 
 QToolBox::tab {
     background-color: QLinearGradient(x1:0, y1:0, x2:0, y2:1,
-        stop:1 #302F2F, stop:0 #5A5959);
+        stop:1 #b3b3b3, stop:0 #f2f2f2);
     padding-left: 3px;
     padding-right: 2px;
     padding-top: 5px;