From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: How to get rid of horizontal 1 pixel line under the mode line? Date: Tue, 28 Apr 2015 21:24:06 +0200 Message-ID: References: <87tww9qkt1.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1430249062 22095 80.91.229.3 (28 Apr 2015 19:24:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Apr 2015 19:24:22 +0000 (UTC) Cc: help-gnu-emacs To: =?UTF-8?Q?=C3=93scar_Fuentes?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 28 21:24:22 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YnB7F-00042y-72 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 21:24:21 +0200 Original-Received: from localhost ([::1]:35578 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnB7E-0000d5-DD for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Apr 2015 15:24:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnB73-0000co-Fq for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 15:24:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnB72-0001ii-6I for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 15:24:09 -0400 Original-Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:32821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnB71-0001id-TZ for help-gnu-emacs@gnu.org; Tue, 28 Apr 2015 15:24:08 -0400 Original-Received: by layy10 with SMTP id y10so3893186lay.0 for ; Tue, 28 Apr 2015 12:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JtAmHXIVZd4xCZ50HVQYjccQsmsv414i9bqmzUA4o40=; b=FGHEPOQaXeO2FTT4Dnj/RXsKMcvsZZKunbQ4TIR60IjfJChgX6GkriIw8c5OsQnVE+ 95OPu/TmGGEFZ4VDNCc6YZt1MRko30FRwd1DYudMMM+5D56B7Ua9KES7oFAjlYWpRaW8 MUprsis1fS56et59HhCffYrSd2/BdPznE4m20q7Kr3btMtpzVNtUZLrwL+zeEgTj3Duj pT4pwXd77R2aYO1wLovSXEqw9IPYumjJSjIWhxJD5ytSNUECnx7cwrKdkuVvNhSJsife pO42mYdwU2C3+8G1jGiGpOfoi59SvHcUL5AgIKHSsAs4AxLefM/jwhA9CGqGd5xHvjOs exug== X-Received: by 10.152.29.67 with SMTP id i3mr8276543lah.64.1430249047229; Tue, 28 Apr 2015 12:24:07 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Tue, 28 Apr 2015 12:24:06 -0700 (PDT) In-Reply-To: <87tww9qkt1.fsf@wanadoo.es> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104047 Archived-At: Yes, I solved it with (set-face-attribute 'mode-line nil :overline 'unspecified :underline 'unspecified) (set-face-attribute 'mode-line-inactive nil :overline 'unspecified :underline 'unspecified) I feel like the box around it is more than enough to differentiate ;) Regards, Alexander On Tue, Apr 21, 2015 at 10:38 PM, =C3=93scar Fuentes wrote= : > Alexander Shukaev writes: > > > The title is self-explanatory. Attaching the screenshot for clarity. > > Notice the 1 pixel horizontal line under the text in mode line. > > Are you using the solarized theme? The line comes from there, IIRC. It > is used for differentiating the mode line from the text below (the > minibuffer and/or the text on the window below, if it exists.) > > >