diff --git a/assets/js/cell/live_editor/theme.js b/assets/js/cell/live_editor/theme.js index 4fd6bda2e..a2a499213 100644 --- a/assets/js/cell/live_editor/theme.js +++ b/assets/js/cell/live_editor/theme.js @@ -4,7 +4,7 @@ const colors = { default: "#abb2bf", lightRed: "#e06c75", blue: "#61afef", - gray: "#5c6370", + gray: "#737a8c", green: "#98c379", purple: "#c678dd", red: "#be5046",