diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade
index a2d2ca59..75c73c8a 100644
--- a/app/ui/main_window.glade
+++ b/app/ui/main_window.glade
@@ -1676,7 +1676,6 @@ Author: Dmitriy Yefremov
- 21
0
@@ -1689,7 +1688,6 @@ Author: Dmitriy Yefremov
- 21
1
@@ -1708,7 +1706,6 @@ Author: Dmitriy Yefremov
2
- 21
2
@@ -1718,8 +1715,7 @@ Author: Dmitriy Yefremov
25
- 21
- 21
+ 21
3
@@ -1728,7 +1724,6 @@ Author: Dmitriy Yefremov
2
- 21
4
@@ -1737,7 +1732,6 @@ Author: Dmitriy Yefremov
2
- 21
5
@@ -1757,7 +1751,6 @@ Author: Dmitriy Yefremov
15
- 21
6
@@ -1776,7 +1769,6 @@ Author: Dmitriy Yefremov
0.51999998092651367
- 21
7
@@ -1790,7 +1782,6 @@ Author: Dmitriy Yefremov
- 21
8
@@ -1822,7 +1813,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
10
@@ -1841,7 +1831,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
11
@@ -1860,7 +1849,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
12
@@ -1879,7 +1867,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
13
@@ -1898,7 +1885,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
14
@@ -1917,7 +1903,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
15
@@ -1935,7 +1920,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 21
16
@@ -2221,7 +2205,6 @@ Author: Dmitriy Yefremov
5
- 10
0
@@ -2238,7 +2221,6 @@ Author: Dmitriy Yefremov
2
- 10
8
@@ -2247,7 +2229,6 @@ Author: Dmitriy Yefremov
2
- 10
1
@@ -2257,7 +2238,7 @@ Author: Dmitriy Yefremov
25
- 10
+ 10
2
@@ -2266,7 +2247,6 @@ Author: Dmitriy Yefremov
2
- 10
3
@@ -2275,7 +2255,6 @@ Author: Dmitriy Yefremov
2
- 10
4
@@ -2292,7 +2271,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 10
5
@@ -2308,7 +2286,6 @@ Author: Dmitriy Yefremov
0.50999999046325684
- 10
6
@@ -2321,7 +2298,6 @@ Author: Dmitriy Yefremov
- 10
7
diff --git a/app/ui/uicommons.py b/app/ui/uicommons.py
index d729a5fb..c40e7330 100644
--- a/app/ui/uicommons.py
+++ b/app/ui/uicommons.py
@@ -27,8 +27,8 @@ TV_ICON = theme.load_icon("tv-symbolic", 16, 0) if theme.lookup_icon("tv-symboli
IPTV_ICON = theme.load_icon("emblem-shared", 16, 0) if theme.load_icon("emblem-shared", 16, 0) else None
# Colors
-NEW_COLOR = "#ffe6cc" # Color for new services in the main list
-EXTRA_COLOR = "#b3e6cc" # Color for services with a extra name for the bouquet
+NEW_COLOR = "#ff5c33" # Color for new services in the main list
+EXTRA_COLOR = "#33adff" # Color for services with a extra name for the bouquet
class KeyboardKey(Enum):