From d624666f211d11cbcc4be3c530ed541337e09883 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Fri, 16 Jun 2017 16:05:05 -0700 Subject: [PATCH 1/2] Fix for atom 1.18.0 --- styles/ui-variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/ui-variables.less b/styles/ui-variables.less index fe5093b..99c2349 100644 --- a/styles/ui-variables.less +++ b/styles/ui-variables.less @@ -21,7 +21,7 @@ @background-color-warning: #ffaa2c; @background-color-error: #c00; @background-color-highlight: rgba(255, 255, 255, 0.07); -@background-color-selected: linear-gradient(rgba(78, 78, 78, 1.0), rgba(67, 67, 67, 1.0)); +@background-color-selected: rgba(73, 73, 73, 1.0); @app-background-color: #333; From b42506ea67938cd08083752c4024d9a5435a3c78 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sat, 3 Feb 2018 12:07:37 -0800 Subject: [PATCH 2/2] Add workaround for https://github.com/facebook-atom/atom-ide-ui/issues/14 --- styles/ui-variables.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/ui-variables.less b/styles/ui-variables.less index 99c2349..d8a706c 100644 --- a/styles/ui-variables.less +++ b/styles/ui-variables.less @@ -1,3 +1,6 @@ +// Workaround for https://github.com/facebook-atom/atom-ide-ui/issues/14 +@import "syntax-variables"; + // Colors @text-color: #aaa;