diff --git a/schemes/Meetio-Ocean.sublime-color-scheme b/schemes/Meetio-Ocean.sublime-color-scheme
index 54034d03..b0461ace 100644
--- a/schemes/Meetio-Ocean.sublime-color-scheme
+++ b/schemes/Meetio-Ocean.sublime-color-scheme
@@ -15,7 +15,7 @@
         "orange": "#fb914f",
         "pink": "#f07178",
         "red": "#ec5f67",
-        "magenta": "#c594c5",
+        "magenta": "#c792ea",
         "light-blue": "#b2ccd6",
         "yellow": "#fac863"
     },
@@ -52,16 +52,6 @@
         "tags_foreground": "var(pink)"
     },
     "rules": [
-        {
-            "background": "#000000",
-            "scope": "col_gutter",
-            "foreground": "#ffffff"
-        },
-        {
-            "background": "#FFEEEEFF",
-            "scope": "col_FFEEEEFF",
-            "foreground": "#737373FF"
-        },
         {
             "name": "[CSS] String",
             "scope": "source.css string",
diff --git a/src/schemes/ocean.json b/src/schemes/ocean.json
index 52158efe..cb1df233 100644
--- a/src/schemes/ocean.json
+++ b/src/schemes/ocean.json
@@ -15,7 +15,7 @@
         "orange"     : "#fb914f",
         "pink"       : "#f07178",
         "red"        : "#ec5f67",
-        "magenta"    : "#c594c5",
+        "magenta"    : "#c792ea",
         "light-blue" : "#b2ccd6",
         "yellow"     : "#fac863"
     }