From ef2c09e189809b6d0d921220d65fb0a05df9c16a Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Wed, 1 Mar 2023 13:51:20 -0500 Subject: [PATCH] fix(docs): remove unused style --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6be4b73e..a63e61b2 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,6 @@ const defaultStyles = { addedGutterBackground: '#cdffd8', removedGutterBackground: '#ffdce0', gutterBackground: '#f7f7f7', - gutterBackgroundDark: '#f3f1f1', highlightBackground: '#fffbdd', highlightGutterBackground: '#fff5b1', codeFoldGutterBackground: '#dbedff', @@ -246,7 +245,6 @@ const defaultStyles = { addedGutterBackground: '#034148', removedGutterBackground: '#632b30', gutterBackground: '#2c2f3a', - gutterBackgroundDark: '#262933', highlightBackground: '#2a3967', highlightGutterBackground: '#2d4077', codeFoldGutterBackground: '#21232b',