domtronn / spaceline-all-the-icons.el

A Spaceline Mode Line theme using All The Icons for Emacs
MIT License
235 stars 25 forks source link

Ugly lines around segments #74

Open mashu opened 6 years ago

mashu commented 6 years ago

I see these ugly vertical lines around the segments either black on orange or orange on black.

uglylines

To exclude any interaction with other modules, I made this minimal config with just spaceline-all-the-icons and was able to reproduce the problem

;; Load default package manager
(require 'package)

;; Add package repositories
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(add-to-list 'package-archives '("gnu"   . "http://elpa.gnu.org/packages/"))
(package-initialize)

;; Bootstrap use-package
(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))

;; Compile and evaluate use-package
(eval-when-compile
  (require 'use-package))
(require 'bind-key)                ;; For :bind

(use-package spaceline
  :ensure t)

(use-package spaceline-config
  :ensure spaceline
  :config
  (spaceline-helm-mode 1)
  (spaceline-emacs-theme))

(use-package spaceline-all-the-icons
  :ensure t
  :after spaceline
  :config (spaceline-all-the-icons-theme))

using GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.20) of 2017-09-12.

Any idea how to fix that ?

sebasmonia commented 6 years ago

I have the same problem with Emacs 26.0.90 on Windows 7.

beojan commented 6 years ago

Same here. Emacs 26 on Linux (GTK3)

i-am-the-slime commented 6 years ago

It's really bad. The only usable separator is 'none.

sebasmonia commented 6 years ago

I got it "fixed" by changing the separator to "slant" and inverting the direction. Arrow always shows the lines regardless of direction. Slant with the default direction also shows the lines.

dustinlacewell commented 6 years ago

Same issue on Emacs 25.3.1 on NixOS

styx00 commented 6 years ago

Same issue on Emacs 26.1 on Linux (GTK3)

jasonmj commented 6 years ago

Same here, Emacs 25.3.1 on NixOS.

ghikio commented 5 years ago

Same is happening in my machine, has anyone got to work on this?

foxmean commented 4 years ago

Same here, Emacs 26.3 on NixOS 19.09.