From 667fd57cab4a5f544052882cb7dd376415066b77 Mon Sep 17 00:00:00 2001 From: Kareem Zidane Date: Tue, 24 May 2016 12:58:18 +0200 Subject: [PATCH 1/3] changes on-hover bg color for Run and Preview the on-hover background color for Run/Debug and Preview buttons is brighter than it should (#E6E6E6) in Cloud9 Night theme. it doesn't match that of the menus. this changes the value of the background CSS property, of the relevant classes, to the matching color (#303130). --- plugins/c9.ide.layout.classic/themes/flat-dark.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/c9.ide.layout.classic/themes/flat-dark.less b/plugins/c9.ide.layout.classic/themes/flat-dark.less index be6a89e9..8902aa4f 100644 --- a/plugins/c9.ide.layout.classic/themes/flat-dark.less +++ b/plugins/c9.ide.layout.classic/themes/flat-dark.less @@ -1,7 +1,7 @@ @import "plugins/c9.ide.layout.classic/themes/flat-light.less"; .bartools .c9-toolbarbutton-glossyOver{ - background: #E6E6E6; + background: #303130; } .bartools .c9-toolbarbutton-glossymenuDown{ @@ -221,4 +221,4 @@ @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx) { -} \ No newline at end of file +} From 3806d998906de0b91c74ecfd7c23acb3efb58a1b Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Fri, 13 May 2016 10:35:39 +0100 Subject: [PATCH 2/3] Fix: check that object.properties exists before testing its length --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4560a05..63a701b5 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "c9.ide.format": "#5ec97fb083", "c9.ide.help.support": "#932fbb3743", "c9.ide.imgeditor": "#612e75ef4f", - "c9.ide.immediate": "#0e0c18066c", + "c9.ide.immediate": "#76c8e3213a", "c9.ide.installer": "#b2e4ba0a92", "c9.ide.language.python": "#aff0772c78", "c9.ide.language.go": "#6ce1c7a7ef", From 5eb44439d3ea8657408c269120eda9528cea873a Mon Sep 17 00:00:00 2001 From: Dan Armendariz Date: Fri, 13 May 2016 23:01:57 +0000 Subject: [PATCH 3/3] modify frame API to include thread id --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63a701b5..9d2307fd 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "c9.ide.find": "#e33fbaed2f", "c9.ide.find.infiles": "#bd34c29373", "c9.ide.find.replace": "#810ebf8bfb", - "c9.ide.run.debug": "#94a48978bf", + "c9.ide.run.debug": "#317feee072", "c9.automate": "#47e2c429c9", "c9.ide.ace.emmet": "#6dc4585e02", "c9.ide.ace.gotoline": "#a8ff07c8f4",