Commit graph

551 commits

Author SHA1 Message Date
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
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
Thomas Frössman
1fe6b5e848 Set vc-annotate-background-mode to nil
The color map doesn't work for coloring the fg.
2016-09-01 12:34:42 +02:00
Thomas Frössman
62dfe37e84 Modify magit-popup colors (again)
After discussion: https://github.com/bbatsov/solarized-emacs/pull/243
and
a3a60f80ea
2016-08-27 20:30:57 +02:00
Jonas Bernoulli
a3a60f80ea magit: use colors in popup buffers (#243) 2016-08-24 23:53:57 +03:00
Thomas Frössman
b97f5b71c7 Set go-guru hl to standard temp hl look 2016-08-22 12:35:12 +02:00
Steve Dignam
52bc03b731 Add linum-relative support (#242) 2016-08-20 11:34:24 +02:00
Thomas Frössman
8bc7592721 Merge pull request #238 from jistr/ignore-elc
Add *.elc to .gitignore
2016-06-29 11:58:05 +02:00
Jiří Stránský
f5a4e5d2f0 Add *.elc to .gitignore 2016-06-05 17:48:32 +02:00
mallt
37cb827e62 [Fix #232] Remove foreground of cider-result-overlay to avoid overriding clojure font lock (#233) 2016-05-15 06:42:14 -05:00
Steve Purcell
8cf091bdb8 Don't duplicate code from color.el (#234)
This theme targets Emacs 24, so it can simply directly use the
color-name-to-rgb and color-rgb-to-hex, since those functions have been
available in color.el since Emacs 24.1. In fact, the code removed by
this commit has apparently been copied-and-pasted from there, and
prefixed with "solarized-".
2016-05-15 06:41:37 -05:00
Thomas Frössman
17229b709a Merge pull request #230 from purcell/patch-1
Autoload solarized-color-blend to avoid breaking customisation
2016-05-05 10:33:38 +02:00
Steve Purcell
7331af0813 Autoload solarized-color-blend to avoid breaking customisation
When saving customisation after enabling this theme, the saved settings for certain variables (e.g. the highlight symbol faces) get set to forms which reference solarized-color-blend. If the saved theme is later switched to a different theme, then those variables settings break, because solarized will not be loaded at the time they are evaluated.
2016-05-05 20:09:53 +12:00
Thomas Frössman
a8cb8af769 Merge pull request #228 from lunaryorn/git-timemachine-faces
Add faces for minibuffer hints of git-timemachine
2016-04-19 17:27:45 +02:00
Sebastian Wiesner
86868997a0
Add faces for minibuffer hints of git-timemachine
See https://github.com/pidu/git-timemachine for information about
git-timemachine.

I picked the colours for no other reason than that git-timemachine
itself uses "orange" and "yellow" respectively for these faces.
2016-04-19 16:33:41 +02:00
Bozhidar Batsov
02591b2275 Add some cider faces and remove clojure-test-mode faces 2016-04-16 08:43:46 -07:00
Thomas Frössman
db06984024 Add debbugs faces 2016-04-08 20:43:51 +02:00
Thomas Frössman
684e01c653 Merge pull request #227 from wbolster/fix-rst-mode-headers
Fix rst-mode headers
2016-04-08 20:21:25 +02:00
Wouter Bolsterlee
992d05f52f Get rid of height adjustment for rst-mode headers 2016-04-07 10:12:22 +02:00
Wouter Bolsterlee
6118415a9d Add missing avy faces
Fixes #224.
2016-04-07 08:22:56 +03:00
Wouter Bolsterlee
0f6d41bf77 Fix rst-mode headers
Fixes #225.
2016-04-06 19:39:45 +02:00
Thomas Frössman
af45a796f6 Fix magit-blame (again) 2016-03-11 23:47:01 +01:00
Thomas Frössman
12f61e12e3 Add omitted magit-blame stuff 2016-03-11 23:45:55 +01:00
Thomas Frössman
ba8dccc943 Fix closing parens 2016-03-11 23:41:44 +01:00
Thomas Frössman
6f7994ec6e Modify magit-blame faces
Closes #195 (at least for now)
2016-03-11 22:57:20 +01:00
Bozhidar Batsov
d518af81db Merge pull request #215 from mrkkrp/master
Make highlighting of tabs visible
2016-01-06 10:15:59 +02:00
Bozhidar Batsov
d3daa191b2 Update the copyright notice 2016-01-04 02:14:09 +02:00
mrkkrp
2fbe79a6e4 Make highlighting of tabs visible
Close #214.

We need to set background color or inverse video to make highlighted tab
characters visible in ‘whitespace-mode’.
2015-12-14 02:31:15 +06:00
Bozhidar Batsov
7a43652689 Merge pull request #206 from fleimgruber/master
Faces for avy-goto-*
2015-12-11 15:35:51 +02:00
Bozhidar Batsov
6d1690b246 Merge pull request #213 from bricewge/patch-1
Add support for ivy/swiper
2015-12-11 15:34:35 +02:00
Brice Waegeneire
1c6acea34e Add support for swiper 2015-12-10 19:53:42 +01:00
Brice Waegeneire
71242f04ba Add support for ivy 2015-12-10 19:53:09 +01:00
Thomas Frössman
82b66d2951 Merge pull request #208 from PythonNut/master
Add a definition for helm-header-line-left-margin
2015-11-19 23:59:02 +01:00
Fabio Leimgruber
5f8bd47220 Faces for avy-goto-*
These faces should be close to isearch.
2015-11-02 22:28:33 +01:00
Bozhidar Batsov
fbe4802a0f Merge pull request #212 from pedropenna/master
Added face for the iedit-mode
2015-10-29 19:29:02 +02:00
Pedro Penna
f075e3a4c3 Add face for the iedit-mode 2015-10-29 15:25:42 -02:00
Thomas Frössman
e07e1ef6be Merge pull request #209 from tarsius/test-cleanup
Do not depend on the f and s packages for tests
2015-10-21 04:00:35 +02:00
Jonas Bernoulli
c809270740 Do not depend on the f and s packages for tests
`s' was not used directly but is a dependency of `f'.  The only
function from `f' which was used here is `f-expand' which is
defined like so:

  (defun f-expand (path &optional dir)
    "Expand PATH relative to DIR (or `default-directory')."
    (directory-file-name (expand-file-name path dir)))

Since the `directory-file-name' part is irrelevant in our usage,
we might as well just use `expand-file-name'.

Also remove some empty lines and the empty and not properly
terminated "Commentary" section.
2015-10-21 03:09:36 +02:00
PythonNut
f48efefda8 Add a definition for helm-header-line-left-margin 2015-10-01 16:19:56 +00:00
Thomas Frössman
3b82690631 Merge pull request #205 from tarsius/cl-lib
Use cl-lib instead of cl
2015-09-16 14:04:34 +02:00