From 9fb97b093f99fbd639b26b766fc1cb4f609bf32a Mon Sep 17 00:00:00 2001 From: simurai Date: Sat, 1 Aug 2015 16:51:36 +0900 Subject: [PATCH] Add text color to atom-workspace So text is readable on top of @app-background-color --- static/workspace-view.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/workspace-view.less b/static/workspace-view.less index 668a30777..b478ca8dd 100644 --- a/static/workspace-view.less +++ b/static/workspace-view.less @@ -20,6 +20,7 @@ atom-workspace { height: 100%; overflow: hidden; position: relative; + color: @text-color; background-color: @app-background-color; font-family: @font-family;