From 9d65dd605b1e63c567abab074d6329ace8600902 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Thu, 1 Dec 2016 22:05:37 -0800 Subject: [PATCH] Monaco editor theming. --- theme/style.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/theme/style.less b/theme/style.less index e3c4b36b..a60e279e 100644 --- a/theme/style.less +++ b/theme/style.less @@ -73,6 +73,19 @@ top: 1.6em; } +/******************************* + Monaco +*******************************/ + +.monaco-editor, .monaco-editor .inputarea { + background: #ecf0f1; +} + +.monaco-editor-background { + background: #ecf0f1; +} + + /* Mobile */ @media only screen and (max-width: @largestMobileScreen) { #filelist {