diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index 7f92d7e16..7d85e5d77 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -748,3 +748,20 @@ box-shadow: 0 0 0 1px #609926 inset!important; color: #609926!important; } + +.editor-toolbar { + background-color: #404552; + a { + color: #87ab63 !important; + } +} + +.CodeMirror { + color: #9daccc; + background-color: #2b2b2b; + border-top: none; +} + +.CodeMirror-gutters{ + background-color: #2b2b2b; +}