Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small color bug after update #186

Closed
kiwonum opened this issue Jun 2, 2016 · 1 comment
Closed

small color bug after update #186

kiwonum opened this issue Jun 2, 2016 · 1 comment

Comments

@kiwonum
Copy link

kiwonum commented Jun 2, 2016

Hello,

after the recent update through melpa, it seems have a bug. My test is as follows:

emacs -Q
(require 'package)
(package-initialize)
(require 'smart-mode-line)
(custom-set-variables
'(sml/theme 'light-powerline)
'(sml/line-number-format "%4lL")
'(sml/col-number-format "%3cC")
'(sml/show-client t))
(sml/setup)

As you can see in the attached figure, the first triangle has wrong color.

color_bug

@kiwonum kiwonum changed the title small bug after update small color bug after update Jun 2, 2016
@Malabarba
Copy link
Owner

Sorry for the delay. Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants