tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
380 stars 76 forks source link

[bug]Can't load theme #70

Closed hikycool closed 6 years ago

hikycool commented 6 years ago

release: emacs 26.x OS : mac os 10.13.3 issue: (load-theme 'base16-porple t) is not valid, which install by 'M-x package-install base16-themes'

belak commented 6 years ago

I'll take a quick look when I get home in a few hours. Is there any chance there's an error when you try to load it?

hikycool commented 6 years ago

Thanks for you return. It is no error when using 'M-x load-theme’ to load these themes. it happened when setting in ‘~/.emacs’ file.

Original Message Sender:Kaleb Elwertnotifications@github.com Recipient:belak/base16-emacsbase16-emacs@noreply.github.com Cc:Yu Shengzuo466427645@qq.com; Authorauthor@noreply.github.com Date:Tuesday, Feb 6, 2018 13:14 Subject:Re: [belak/base16-emacs] [bug]Can't load theme (#70)

I'll take a quick look when I get home in a few hours. Is there any chance there's an error when you try to load it? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

belak commented 6 years ago

Unfortunately, I didn't have any trouble loading this on emacs 25.3.X, so it's either a regression in emacs 26, or there's an error. Sometimes these pop up in the *Messages* or *Errors* buffers. Without any additional information, I don't think I'll be able to provide a fix.

hikycool commented 6 years ago

I have reinstall emacs with release 25.3, there are also some error info now.

warning buffer: Warning (initialization): An error occurred while loading ‘/Users/syu/.emacs’: error: Unable to find theme file for ‘base16-default-dark’

but i can load-theme by hands.

hikycool commented 6 years ago

Sorry. I have found what the error is. It is my mistake

belak commented 6 years ago

Glad you figured it out! I'm going to close this now, but feel free to comment again (or file a new issue) if you run into any other problems.