From d7ad19ee77c15d49fb1e0595e1761c4e9a87817c Mon Sep 17 00:00:00 2001 From: Caitlyn Date: Sun, 8 Mar 2015 15:48:01 -0400 Subject: [PATCH] Add quantum colors --- vendor/ace/worker-css.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/vendor/ace/worker-css.js b/vendor/ace/worker-css.js index 926966cb..c3ca36ba 100644 --- a/vendor/ace/worker-css.js +++ b/vendor/ace/worker-css.js @@ -1861,6 +1861,18 @@ var Colors = { whitesmoke :"#f5f5f5", yellow :"#ffff00", yellowgreen :"#9acd32", + quantumlightblue:"#81d4fa", + quantumpink :"#F8BBD0", + quantumpurple :"#CE93D8", + quantumdeeppurple:"#B39DDB", + quantumindigo :"#9FA8DA", + quantumcyan :"#80DEEA", + quantumteal :"#80CBC4", + quantumlightgreen:"#C5E1A5", + quantumlime :"#E6EE9C", + quantumyellow :"#FFF59D", + quantumorange :"#FFCC80", + quantumdeeporange:"#FFAB91", activeBorder :"Active window border.", activecaption :"Active window caption.", appworkspace :"Background color of multiple document interface.",