Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFC0A10DBE for ; Fri, 9 Jan 2015 20:20:48 +0000 (UTC) Received: (qmail 40748 invoked by uid 500); 9 Jan 2015 20:20:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 40691 invoked by uid 500); 9 Jan 2015 20:20:49 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 40669 invoked by uid 99); 9 Jan 2015 20:20:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jan 2015 20:20:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 13F63816F6A; Fri, 9 Jan 2015 20:20:48 +0000 (UTC) From: kxepal To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-fauxton pull request: Update full page document editor Content-Type: text/plain Message-Id: <20150109202049.13F63816F6A@tyr.zones.apache.org> Date: Fri, 9 Jan 2015 20:20:48 +0000 (UTC) Github user kxepal commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/204#issuecomment-69392835 @seanbarclay The reasons behind dark theme are clear. My point was on overall design. If you're uses dark theme for code editor, you also tries to reach two other goals: turn other editor UI into the same dark theme or minimize amount of bright panels. Same problem here: we have nice dark editor for JSON code, but our attention get distracted by large light grey panels above and below it. For view browsing things getting worse since there we have a big burger of dark-light elements (dark left global sidebar, light database sidebar, dark view results table, light pagination and tabs). Design should be consistent whenever light or dark theme is used. And when it is consistent, it looks awesome. Just my 5 cents (: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---