Commit graph

614 commits

Author SHA1 Message Date
Yann Esposito (Yogsototh)
460fedcc82
Updated colors to match nord tint but solarized lightness + tweaks 2019-10-23 20:32:34 +02:00
Yann Esposito (Yogsototh)
c024f5548c
updated colors to match L*a*b of solarized 2019-10-23 20:17:28 +02:00
Yann Esposito (Yogsototh)
c67814de8a
Adapt colors a bit better 2019-10-19 01:13:00 +02:00
Yann Esposito (Yogsototh)
553dc51c2a
updated nord with solarized 2019-10-19 00:53:24 +02:00
Yann Esposito (Yogsototh)
44438f9ac7
fix elisp bug 2019-10-19 00:08:42 +02:00
Yann Esposito (Yogsototh)
955e791142
forgot some rename 2019-10-18 23:49:40 +02:00
Yann Esposito (Yogsototh)
7a086d0c91
correct rename 2019-10-18 00:52:59 +02:00
Yann Esposito (Yogsototh)
86b5ba6a9f
moved to solaryzed 2019-10-18 00:11:59 +02:00
Jonas Bernoulli
55cd77b61b magit: Remove obsolete magit-diff-use-overlays variable
This variable was renamed and then removed five years ago.
2019-08-09 14:02:39 +02:00
Jonas Bernoulli
6d11d3e45e Theme display-fill-column-indicator
`display-fill-column-indicator' is a new built-in package added in
Emacs 27 intended as a replacement for the third-party package
`fill-column-indicator'.  The former is much faster and the latter is
no longer supported.

The face `fill-column-indicator' is used by the package
`display-fill-column-indicator', and NOT by the package
`fill-column-indicator' as one might expect.  (All functions and faces
used by `fill-column-indicator' are prefixed with `fci-', and it has
no faces).

Using a weight of `semilight' makes the indicator a lot thinner than
the default, which is `normal'.  But it is not as thin as what this
theme currently used for the indicator that is drawn by the
`fill-column-indicator' package by setting `fci-rule-width' to 1
(pixel).  For that a value of `thin' would have to be used, but
I find that too thin, considering that we additionally use a color
that is very close to the background color.
2019-07-16 09:34:04 +03:00
Akira Tamamori
cc38c23052 There col-highlight (#335) 2019-07-16 09:29:20 +03:00
Thomas Frössman
b37635f083 webmode: turn down the blue everywhere effect 2019-06-25 18:32:17 +02:00
Thomas Frössman
45bc973f23 add deadgrep facedefs
possibly better than the defaults
2019-06-24 02:43:55 +02:00
Bozhidar Batsov
c42a932e5c Bump the version 2019-05-13 10:05:46 +03:00
Bozhidar Batsov
bb90d456d5 Declare the dependency on dash.el 2019-05-13 10:05:22 +03:00
Bozhidar Batsov
6a4c9c137e Bump the copyright years 2019-05-13 10:03:01 +03:00
Bozhidar Batsov
b14f80963c Improve the installation instructions 2019-05-13 10:03:01 +03:00
Bozhidar Batsov
cbe8e0bebf Add some missing front-matter 2019-05-13 10:03:01 +03:00
Emmanuel Bustos Torres
9112ce32bd Add support for theming tabbar plugin (#328) 2019-05-13 09:57:34 +03:00
Adam Porter
c1f3ace8cb Add: solaire-mode support
https://github.com/hlissner/emacs-solaire-mode
2019-05-13 09:55:34 +03:00
tijsmallaerts
0cc0ca52f9 Add extra notmuch faces 2019-05-13 09:54:45 +03:00
Bozhidar Batsov
6a93a0132d Update the installation instructions 2019-05-13 09:36:57 +03:00
Bozhidar Batsov
4bb3d5058a Fix the top-level heading 2019-05-13 09:33:25 +03:00
Bozhidar Batsov
18d4c06363 [#329] Link to some screenshots of the theme 2019-05-13 09:32:06 +03:00
Jonas Bernoulli
74c6b5acd6 Theme more new transient faces 2019-02-20 02:51:38 +01:00
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