aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/core/math/color.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/core/math/color.cpp')
-rw-r--r--NorthstarDLL/core/math/color.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/NorthstarDLL/core/math/color.cpp b/NorthstarDLL/core/math/color.cpp
deleted file mode 100644
index 7b98043a..00000000
--- a/NorthstarDLL/core/math/color.cpp
+++ /dev/null
@@ -1,27 +0,0 @@
-
-// clang-format off
-namespace NS::Colors
-{
- Color SCRIPT_UI (100, 255, 255);
- Color SCRIPT_CL (100, 255, 100);
- Color SCRIPT_SV (255, 100, 255);
- Color NATIVE_UI (50 , 150, 150);
- Color NATIVE_CL (50 , 150, 50 );
- Color NATIVE_SV (150, 50 , 150);
- Color NATIVE_ENGINE (252, 133, 153);
- Color FILESYSTEM (0 , 150, 150);
- Color RPAK (255, 190, 0 );
- Color NORTHSTAR (66 , 72 , 128);
- Color ECHO (150, 150, 159);
- Color PLUGINSYS (244, 60 , 14);
- Color PLUGIN (244, 106, 14);
-
- Color TRACE (0 , 255, 255);
- Color DEBUG (0 , 255, 255);
- Color INFO (16 , 160, 16 );
- Color WARN (255, 255, 0 );
- Color ERR (255, 50 , 50 );
- Color CRIT (255, 0 , 0 );
- Color OFF (0 , 0 , 0 );
-};
-// clang-format on