Commit graph

589 commits

Author SHA1 Message Date
tijsmallaerts
ad2ad24ac5 Fix #231: Change cider-deprecated-face to yellow underline instead of background 2019-01-30 17:33:10 +01:00
Jonas Bernoulli
dcca1696ac Theme transient's newer faces 2019-01-26 02:28:53 +01:00
Jonas Bernoulli
87d4758e7e Theme outline-minor-faces
Unlike `outline-mode', `outline-minor-mode' does not change
the appearance of headings to look different from comments.

The `outline-minor-faces' package defined faces `outline-minor-N',
which inherit from the respective `outline-N' faces and arranges
for them to be used in `outline-minor-mode'.
2018-10-30 21:12:43 +02:00
Jonas Bernoulli
bd845f104a Theme transient
`transient' isn't released yet but `magit' will soon start to use
this package instead of `magit-popup' for its "popups", hence known
as "transient commands".
2018-10-25 14:51:46 +02:00
Jonas Bernoulli
647c5d54f5 Separate magit-popup from magit
`magit-popup' is a package in its own right and has been for a long
time.  What changed is that `magit' will soon stop using `magit-popup',
at which point it will make even less sense to treat them as the same
package.
2018-10-25 14:51:46 +02:00
Joonatan O'Rourke
8bb5673021 Underline current match in Ivy 2018-10-15 12:02:52 +02:00
Jonas Bernoulli
d662ab1ff5 Do not derive outline faces from org faces
Org is based on Outline -- not the other way around, so we cannot
assume that the Org faces are available when someone is using
outline-mode.

This can be fixed either by inverting the direction of the :inherit
or by theming the two groups of faces independently.  This commit
does the later.

Additionally this adds a new option `solarized-scale-outline-headlines',
which is like the existing `solarized-scale-org-headlines', just for
another package.

Fixes #308.
2018-08-08 08:39:54 +03:00
Grant Rettke
f829e99dd1 Add org-macro
Adds org-macro, defining it slightly (one step) brighter than the normal text: noticeable, without interrupting the flow with a color.
2018-06-21 23:07:57 +02:00
Anders Johansson
620831ee7e Add faces for langtool 2018-06-21 08:23:28 +02:00
Jimmy Yuen Ho Wong
3814e6f976 Add form-feed-mode face 2018-06-21 08:22:31 +02:00
Jimmy Yuen Ho Wong
08a04b658c Use thin font for linum and display-line-number when available 2018-06-21 08:22:09 +02:00
Jimmy Yuen Ho Wong
e1a93c930d Closes #298 imenu-list 2018-06-21 08:21:24 +02:00
Thomas Frössman
f6160e5de9 Change org-block config 2018-05-31 07:25:31 +02:00
Thomas Frössman
af8ed1b6fc Update company-mode faces 2018-05-29 21:06:23 +02:00
Jimmy Yuen Ho Wong
26d95284ba Theme for Emacs 26 display-line-number-mode 2018-05-29 10:19:29 +02:00
Jonas Bernoulli
7c91f489cf Adjust magit-blame faces to recent upstream changes
The hash/name/date/summary faces no longer inherit from
`magit-blame-heading'.  Instead they are combined with that or another
face like `:face (list BG-FACE %-FACE)' or in some cases they are not
combined with another face.

The heading face should only set the background and the
heading and the new `magit-blame-margin' should inherit from that.

It isn't necessary to theme that or the also new `magit-blame-dimmed'
here because these faces (and `magit-blame-heading') now `:weight
normal :normal' by default.
2018-05-06 06:40:12 -05:00
Thomas Frössman
1a46af3ff9 Revert "[Fix #194] Unified diff diff-hl ediff and smerge faces (#282)"
This reverts commit 2fbff75388.
2018-03-16 16:59:30 +01:00
Jimmy Yuen Ho Wong
2fbff75388 [Fix #194] Unified diff diff-hl ediff and smerge faces (#282) 2018-03-15 17:22:07 +07:00
Anders Johansson
42a86df47b Add faces for all-the-icons (#285)
Add faces for the three related packages:

- all-the-icons
- all-the-icons-dired
- spaceline-all-the-icons
2018-03-15 17:19:01 +07:00
Justin Burkett
b10591c04d Add macrostep face 2018-03-15 17:18:22 +07:00
Leandro
0174218d01 Add highlight-parentheses (#241) (#288) 2018-03-15 17:17:51 +07:00
Alex Murray
575cc1215d Add face for lsp-ui to make code actions readable 2018-03-15 17:17:22 +07:00
Philip Yang
2dd2699b2f Small fix for solarized-dark theme (#284)
Without the leading comma, emacs will report a error on `dired-async-message` for a mismatched type error `stringp red`.
2018-01-01 10:42:19 +02:00
Jorge Israel Peña
e77ddc10b4 remove variant conditions
Use the new background classes `light-class` and `dark-class` to replace
explicit, manual conditions on the `variant` variable.
2017-12-16 07:13:24 +00:00
Jorge Israel Peña
d91a97b970 use light-class/dark-class variables
Note that unlike the `class` variables, these specs didn't contain the
`(min-colors 89)` element. I assumed this was unintentional, but if not,
ignore this commit.
2017-12-16 07:13:24 +00:00
Jorge Israel Peña
7c4cb8ad18 expose dark-class/light-class variables
These represent display lists like the `class` variable currently does,
but with an added element specifying the background variant. These can
be used just like `class` currently is to specify a face spec for a
particular background variant.
2017-12-16 07:13:24 +00:00
Anders Johansson
5c31ce484d Add faces for spaceline 2017-12-16 07:11:15 +00:00
Jonas Bernoulli
384e369c81 Update git-commit faces
The old face `git-commit-comment-branch' was replaced
with two new faces `git-commit-comment-branch-local'
and `git-commit-comment-branch-remote'.

Keep the old face around for a while until "everyone"
has updated, but at least until the next `git-commit'
release.
2017-12-16 07:09:17 +00:00
Marcus Nitzschke
642b2afa38 add auto-dim-other-buffers-face 2017-11-15 00:06:59 +01:00
tijsmallaerts
d06bf199f0 Add notmuch-tree faces 2017-11-03 08:52:13 +01:00
Jonas Bernoulli
a2595627a7 Collect all basic faces in a single section and sort that
Collect all faces whose Custom group is `basic-faces' in the very
first section that contains face definitions.

Actually there is one except - `isearch' is placed in the "isearch"
section because another Isearch face is being themed by this theme
and that face (like all other Isearch faces except `isearch') are
only members of the `isearch' group, but not of `basic-faces'.  So
this inconsistency in Solarized is due to an inconsistency in Emacs.

Note that Solarized does not theme the following members of the
`basic-faces' group:
- `bold'
- `bold-italic'
- `border'
- `fixed-pitch'
- `fixed-pitch-serif'
- `glyphless-char'
- `italic'
- `mode-line-emphasis'
- `mode-line-highlight'
- `mouse'
- `nobreak-space'
- `scroll-bar'
- `tool-bar'
- `tool-tips'
- `tty-menu-enabled'
- `tty-menu-selected'
- `underline'
- `variable-pitch'
- `window-divider'
- `window-divider-first-pixel'
- `window-divider-last-pixel'
2017-09-25 00:40:35 +03:00
Jonas Bernoulli
268b691b0e Sort package specific sections alphabetically
... again and as originally intended.
2017-09-25 00:40:35 +03:00
Thomas Frössman
ae7bc3f102 Add markdown-code-face 2017-08-31 20:59:05 +02:00
Thomas Frössman
7bc1e83e7f Reindent solarized.el 2017-08-18 13:47:52 +02:00
Thomas Frössman
423f4c1d78 Merge pull request #261 from alphapapa/macro-indent
solarized.el: Set indent of solarized-with-color-variables
2017-08-18 13:18:58 +02:00
Thomas Frössman
43fde998b9 Merge pull request #260 from alphapapa/org-meta-line
Set org-meta-line instead of org-block-begin-line
2017-08-18 13:15:50 +02:00
timor
5f2adc5abc Add notmuch (#269) 2017-08-17 17:16:22 +03:00
Bozhidar Batsov
8aa2ce7632 Add cider-fringe-good-face 2017-04-30 18:00:36 +03:00
Adam Porter
7a74a570cb Set org-meta-line instead of org-block-begin-line 2017-04-14 15:35:05 -05:00
Adam Porter
d6806195af solarized.el: Set indent of solarized-with-color-variables 2017-04-14 13:02:48 -05:00
Thomas Frössman
dc80b1fe7c Merge pull request #256 from fwkroon/master
Corrected README to set scale rather than absolute height
2017-03-02 18:39:54 +01:00
Frederick Kroon
36f555c6a0 Corrected README to set scale rather than absolute height 2017-02-28 11:21:10 -05:00
Thomas Frössman
64fa78256e Merge pull request #252 from xiongtx/eros
Add face for eros
2016-12-22 10:09:24 +01:00
Tianxiang Xiong
2853b8994f Add face for eros
[Eros](https://github.com/xiongtx/eros) is a result overlay package for Emacs Lisp inspired by CIDER.
2016-12-21 23:33:32 -08:00
Thomas Frössman
f4840394ca Merge pull request #246 from marsam/master
Use base02 for org-clock-overlay face
2016-12-03 12:01:21 +01:00
Thomas Frössman
e3c66a50e5 Merge pull request #250 from PythonNut/patch-2
Add faces for js3-mode, closes #204
2016-12-03 11:59:43 +01:00
Thomas Frössman
4e81453792 Maybe fix htmlize css error
Related to issue #247
2016-12-03 11:58:00 +01:00
PythonNut
ea2e9c5179 Add faces for js3-mode, closes #204 2016-12-02 16:29:18 -08:00
Mario Rodas
4c937b895e Use base02 for org-clock-overlay face 2016-11-07 11:54:28 -05:00
Jonas Bernoulli
43d25005f8 magit-diff-file-heading-*: do not re-enforce boldness
Doing so would make the complete heading bold, but we only want the
parts to be bold that are already bold anyway, and they continue to
do be even if we don't explicitly say that it should be so.
2016-10-09 18:38:24 +03:00