zenburn-el icon indicating copy to clipboard operation
zenburn-el copied to clipboard

The zenburn color theme for GNU Emacs

Results 11 zenburn-el issues
Sort by recently updated
recently updated
newest added

It was often really hard to see matching parentheses when I wanted to. The use of darkturquoise in the background is a variation on the built-in default, which uses turquoise....

This works; you just need (for some reason) to try it from a fresh Emacs session. Fixes #6

This was causing color-theme-select to recurse infinitely when trying to resolve the inheritance. Fixes #13

Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/WhitespaceBot) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...

magit uses magit-highlight for multi-line things like diff-hunks. They look awful underlined.

Hi, Just in case it's useful I added a README.org to my fork of your zenburn.el git repo and thought you might be interested in pulling it. Martin

Modify org-hide so that its foreground color becomes the same as the background instead of just almost the same as the background. That way, clean mode in org-mode will actually...

Can't prove this is a zenburn issue, but chances seem good that it's related: ``` cl color-theme-spec-resolve-inheritance((:inherit)) (let ((more-atts ...) att val) (while more-atts (setq att ... val ... more-atts...

Here's what I get from `M-x color-theme-select' after enabling zenburn: Debugger entered--Lisp error: (error "Invalid face" custom-face-tag) internal-get-lisp-face-attribute(custom-face-tag :family #) face-attribute(custom-face-tag :family #) custom-face-attributes-get(custom-face-tag #) (if (atom face) (custom-face-attributes-get face...

I suggest changing the cursor background color from `zenburn-fg` to `'brown`. That way you can actually see the character under the cursor.