aboutsummaryrefslogtreecommitdiff
path: root/src/client/View/Color.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/View/Color.elm')
-rw-r--r--src/client/View/Color.elm12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/client/View/Color.elm b/src/client/View/Color.elm
deleted file mode 100644
index a2a20c7..0000000
--- a/src/client/View/Color.elm
+++ /dev/null
@@ -1,12 +0,0 @@
-module View.Color exposing (..)
-
-import Color exposing (Color)
-
-chestnutRose : Color
-chestnutRose = Color.rgb 207 92 86
-
-white : Color
-white = Color.white
-
-silver : Color
-silver = Color.rgb 200 200 200