diff --git a/MiniScanner/Core/Extensions/Style/Color+Colors.swift b/MiniScanner/Core/Extensions/Style/Color+Colors.swift
index eec31199871a562d19d4ef1b6bf5bbeeb7331522..c09261b18e894a6ec108817559ea47ba4d941253 100644
--- a/MiniScanner/Core/Extensions/Style/Color+Colors.swift
+++ b/MiniScanner/Core/Extensions/Style/Color+Colors.swift
@@ -9,19 +9,19 @@
 import SwiftUI
 
 extension Color {
-    
-    static let tintColor = Color(.tint)
-    static let barTintColor = Color(.barTint)
-    
-    static let buttonsBlue = Color(.buttonsBlue)
-    static let cellBackground = Color(.cellBackground)
-    static let lightButton = Color(.lightButton)
-    static let mainBlue = Color(.mainBlue)
-    static let mainText = Color(.mainText)
-    static let separator = Color(.separator)
-    static let titlesText = Color(.titlesText)
-    
-    static let mainBackground = Color(.mainBackground)
+//    
+//    static let tintColor = Color(.tint)
+//    static let barTintColor = Color(.barTint)
+//    
+//    static let buttonsBlue = Color(.buttonsBlue)
+//    static let cellBackground = Color(.cellBackground)
+//    static let lightButton = Color(.lightButton)
+//    static let mainBlue = Color(.mainBlue)
+//    static let mainText = Color(.mainText)
+//    static let separator = Color(.separator)
+//    static let titlesText = Color(.titlesText)
+//    
+//    static let mainBackground = Color(.mainBackground)
 }
 
 extension Color {
diff --git a/MiniScanner/Core/Extensions/Style/UIColors+Colors.swift b/MiniScanner/Core/Extensions/Style/UIColors+Colors.swift
index ac1bec6ed3fa0390f233e3f888d0cfdecb651979..196a57e82396e80b3489551481848bf39a5e4147 100644
--- a/MiniScanner/Core/Extensions/Style/UIColors+Colors.swift
+++ b/MiniScanner/Core/Extensions/Style/UIColors+Colors.swift
@@ -9,19 +9,19 @@
 import UIKit
 
 extension UIColor {
-    
-    static let tintColor = UIColor(resource: .tint)
-    static let barTintColor = UIColor(resource: .barTint)
-    
-    static let buttonsBlue = UIColor(resource: .buttonsBlue)
-    static let cellBackground = UIColor(resource: .cellBackground)
-    static let lightButton = UIColor(resource: .lightButton)
-    static let mainBlue = UIColor(resource: .mainBlue)
-    static let mainText = UIColor(resource: .mainText)
-    static let separator = UIColor(resource: .separator)
-    static let titlesText = UIColor(resource: .titlesText)
-    
-    static let mainBackground = UIColor(resource: .mainBackground)
+//    
+//    static let tintColor = UIColor(resource: .tint)
+//    static let barTintColor = UIColor(resource: .barTint)
+//    
+//    static let buttonsBlue = UIColor(resource: .buttonsBlue)
+//    static let cellBackground = UIColor(resource: .cellBackground)
+//    static let lightButton = UIColor(resource: .lightButton)
+//    static let mainBlue = UIColor(resource: .mainBlue)
+//    static let mainText = UIColor(resource: .mainText)
+//    static let separator = UIColor(resource: .separator)
+//    static let titlesText = UIColor(resource: .titlesText)
+//    
+//    static let mainBackground = UIColor(resource: .mainBackground)
 }
 
 extension UIColor {