summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Tweak the READMEBozhidar Batsov2020-11-21
| |
| * Add notmuch theme supportMattijs Korpershoek2020-11-20
| | | | | | | | | | | | | | | | | | | | | | | | This is based on the code from notmuch-0.29.3 All values have been defined by: * for each notmuch-face name * call describe-face() * if the face contains any hard-coded colors (such as red, OliveGreen) then, customize it with zenburn-'color' instead Signed-off-by: Mattijs Korpershoek <mattijs.korpershoek@gmail.com>
| * Add elfeed-search-title-face and elfeed-search-unread-title-faceYue Zhu2020-09-09
| |
| * Add ko-fi badgeBozhidar Batsov2020-08-22
| |
| * Add a missing headingBozhidar Batsov2020-08-22
| |
| * Tweak the PR templateBozhidar Batsov2020-07-01
| |
| * Update the changelogBozhidar Batsov2020-07-01
| |
| * Fix the changelogBozhidar Batsov2020-07-01
| |
| * [Fix #347] Add support for highlight-symbol & highlight-thing (#348)Ian Y.E. Pan2020-07-01
| |
| * Extend the README a bitBozhidar Batsov2020-07-01
| |
| * Tweak the changelogBozhidar Batsov2020-07-01
| |
| * Make zenburn numbers blue (according to official specs) (#346)Ian Y.E. Pan2020-05-25
| | | | | | More info: https://en.wikipedia.org/wiki/Wikipedia:Zenburn
| * persp-selected-face should not inherit mode-lineNeil Okamoto2020-03-05
| | | | | | When persp-selected-face inherits mode-line like this, the wrong face is used for inactive modelines.
| * Add selectrum coloursGeorge Kettleborough2020-02-27
| |
| * Add LICENSE file (#341)Philipp2020-02-17
| | | | | | This makes it easier for tooling to detect the license.
| * Link to the changelog in the PR templateBozhidar Batsov2020-02-08
| |
| * Fix broken link to CONTRIBUTING.mdBozhidar Batsov2020-02-08
| |
| * Add CONTRIBUTING.mdBozhidar Batsov2020-02-05
| |
| * Make zenburn-add-font-lock-keywords customizable (#340)Masahiro Nakamura2020-02-04
| | | | | | Use defcustom instead of defvar.
| * Tweak some markupBozhidar Batsov2020-01-05
| |
| * Add a FAQ sectionBozhidar Batsov2020-01-05
| |
| * Fix a headingBozhidar Batsov2020-01-05
| |
| * Remove options that do not take effect when using custom-set-variable from ↵Nahuel Jesús Sacchetti2020-01-05
| | | | | | | | the customize interface
| * Fix helm header face on Emacs 27Kien Nguyen2019-12-02
| |
| * Fix region face on Emacs 27Stefan Kangas2019-10-16
| |
| * Add org-block and org-quote facesStefan Kangas2019-10-16
| |
| * Fix hl-line-mode on Emacs 27Stefan Kangas2019-10-16
| |
| * Add a basic PR templateBozhidar Batsov2019-08-09
| |
| * Add display-fill-column-indicator supportJonas Bernoulli2019-08-09
| | | | | | | | | | Yes, the variable's symbol prefix really doesn't match the name of the package.
| * magit: Warn potential contributorsJonas Bernoulli2019-08-09
| |
| * Revert "Modify diff colors"Jonas Bernoulli2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8856da44c58193bd6d05b8fd8cfd0c876a12fc87 from pull-request #300. Also see #317. The goal of that commit was to make the diffs prettier by making them darker, which I agree was a success. Unfortunately the diffs not only got prettier but also lost information. The `diff-refine-*' faces quite obviously must be different from the `magit-diff-*-highlight' faces and the commit being reverted violated that in the most explicit way possible by making the latter inherit from the former. The refinement or "word-level" faces are used to change the parts of a line that changed. The highlighting faces are used to emphasize the "selected" part of a diff, e.g. the part of the diff the user is currently concentrating on by placing the cursor inside that part of the diff. Obviously if one concentrates on a part of a diff, then one does not want that part to become *less* informative until one focuses elsewhere. I tried fixing this regression without going as far as to completely reverting the faulty commit, unfortunately I was unable to do so.
| * magit: Cosmetics definition rearrangementsJonas Bernoulli2019-08-09
| | | | | | | | | | | | | | Make the definitions of Magit's Zenburn faces look like those of the Solarized theme. I now use the latter but used to use the former, and making this look similar for both themes makes it easier for me to fix the regressions introduced by others.
| * magit, diff: Cosmetics whitespace changesJonas Bernoulli2019-08-09
| | | | | | | | | | | | | | | | | | Make the definitions of Magit's Zenburn faces look like those of the Solarized theme. I now use the latter but used to use the former, and making this look similar for both themes makes it easier for me to fix the regressions introduced by others. Do the same for the diff faces.
| * zenburn-default-color-alist: Order color shades consistentlyJonas Bernoulli2019-08-09
| | | | | | | | Use "C+N" > "C" > "C-N" in all cases.
| * Uncomment and fix the advices that add zenburn-specific font-lockJonas Bernoulli2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I originally implemented these advices in #106. They got commented out in 27cee3d in response to #110 and similar reports in prelude's issue tracker. I just implemented the same thing again, only to find the commented advices once I was done... five years later... it seem I would very much like this. So I had a look at the reports and it seems pretty obvious what the issue was: just because the major-mode is `emacs-lisp-mode', that does not mean that the buffer is visiting a file. And the fix is to check whether the buffer is visiting a file before trying to do something with the `buffer-file-name'. Besides reverting the commenting and fixing the bug, this commit also does the following: - Use `zenburn-default-colors-alist' because that variable has since been renamed. - Add out keywords at the end because otherwise the "blue" in "zenburn-blue" for example would have "blue" as the background color instead of "zenburn-blue". - Extend the doc-string of `zenburn-add-font-lock-keywords' to make users aware of a complication.
| * Add centaur-tabs, doom-modeline, and solaire-mode support (#330)Ian Pan2019-07-15
| |
| * Theme customize interface (cus-edit.el)Anurag Mishra2019-07-15
| |
| * Theme swiper-line-faceManuel Uberti2019-07-08
| |
| * Theme swiper-isearch-current-matchManuel Uberti2019-05-10
| |
| * [Fix #321] Scale org-document-title only if zenburn-scale-org-headlines is t ↵Matteo Leccardi2019-05-09
| | | | | | | | (#324)
| * Add helm-lxc supportmontag4512019-03-17
| |
| * Add zenburn-theme to faces Custom groupJonas Bernoulli2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think it is customary to add theme groups to any parent group, but that's probably just because themes are usually not byte-compiled, so the byte-compiler didn't get a chance to inform the author about this issue. The `faces' group seems like an obvious parent. I wouldn't worry about polluting that group with lots of theme sub-groups if this catches on because for that to happen all the libraries that define those themes would have to be loaded and if one did that, then one would have bigger problems than to many sub-groups. On the other hand, if one does use the `zenburn' theme (or another theme), then it is nice to find that in `faces'.
| * Bump the development versionBozhidar Batsov2018-10-14
| |
* | remove broken lintian overridesdebian/2.6-3archive/debian/2.6-3David Bremner2021-01-21
| |
* | changelog for 2.6-3David Bremner2021-01-21
| |
* | changelog for rebuild with current dh-elpadebian/2.6-2archive/debian/2.6-2David Bremner2019-08-30
| |
* | Declare fast forward from 2.5-2debian/2.6-1archive/debian/2.6-1Sean Whitton2018-10-20
|\ \ | | | | | | | | | [dgit --overwrite]
| * \ Declare fast forward from 2.5-1archive/debian/2.5-2David Bremner2018-06-02
| |\ \ | | | | | | | | | | | | [dgit --quilt=gbp --overwrite]
| | * | patch-README-for-Debianarchive/debian/2.5-1Debian Emacs addons team2017-06-19
| | | | | | | | | | | | Gbp-Pq: Name patch-README-for-Debian.patch
| * | | Patch README for DebianSean Whitton2018-06-02
| | | | | | | | | | | | | | | | | | | | Forwarded: not-needed Gbp-Pq: Name patch-README-for-Debian.patch