Commit graph

614 commits

Author SHA1 Message Date
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
Jonas Bernoulli
155f0cf788 Use cl-lib instead of cl 2015-09-14 18:34:24 +02:00
Bozhidar Batsov
22460d497d Merge pull request #207 from PythonNut/patch-1
Fix typo in child theme examples
2015-09-14 02:14:45 +02:00
PythonNut
473c531fe6 Fix typo in child theme examples 2015-09-13 14:43:36 -07:00
Thomas Frössman
30f8e66ea0 Adjust magit-log faces.
Change from this:

https://cloud.githubusercontent.com/assets/330847/8512454/a363d4d6-2343-11e5-8c6d-f4eb966d39fd.png

To this:

https://cloud.githubusercontent.com/assets/330847/9718810/666af906-557f-11e5-88cc-899a3ed75cce.png
2015-09-07 16:48:41 +02:00
Bozhidar Batsov
232a22432f Kill some tabs 2015-08-31 18:23:43 +03:00
Bozhidar Batsov
c91b1105ee Fix a docstring 2015-08-31 18:22:03 +03:00
Bozhidar Batsov
e5f0af69d8 Add support for nrepl-message-colors 2015-08-31 17:21:23 +03:00
Bozhidar Batsov
b6745b8271 Fix a docstring 2015-08-31 17:17:47 +03:00
Thomas Frössman
1870335157 Merge pull request #200 from tarsius/nosearch
Add file child-theme-example/.nosearch
2015-08-04 19:03:00 +02:00
Jonas Bernoulli
8d0ddd8550 Add file child-theme-example/.nosearch
This prevents that the directory "child-theme-example/"
is added to the `load-path'.
2015-08-04 18:56:47 +02:00
Thomas Frössman
8abd1b0d5f Merge pull request #198 from blaenk/with-variables-macro
introduce solarized-with-color-variables macro
2015-07-25 16:30:27 +02:00
Jorge Israel Peña
b86ceb17bb introduce solarized-with-color-variables macro
This is similar to the macro available in the zenburn theme. This
provides a nice way to reuse the solarized color variables which makes
customizations possible, since child themes don't appear to be working.

See #196

Closes #197
2015-07-24 14:34:04 -07:00
Thomas Frössman
372ce7ab00 Merge pull request #193 from spirani/master
Add coloring for highlight-numbers
2015-07-14 19:20:48 +02:00
Shayan Pirani
cd26e188c5 Add coloring for highlight-numbers 2015-07-13 23:40:59 -04:00
Thomas Frössman
210dbef018 Bump version: 1.2.1 → 1.2.2 2015-07-06 19:28:07 +02:00
Thomas Frössman
58363df8fd Use only baseXX colors for diff-log author & date 2015-07-05 18:27:02 +02:00
Thomas Frössman
b0b8cb1d5c Use only baseXX colors in magit-popup 2015-07-05 18:24:15 +02:00
Thomas Frössman
7aedce5c27 Change magit-tag from orange to cyan 2015-07-05 18:11:21 +02:00
Bozhidar Batsov
87d93c1329 Merge pull request #185 from segv/hydra
define faces for hydra
2015-07-02 00:16:16 +03:00
Bozhidar Batsov
be418da3ec Merge pull request #189 from tarsius/magit-next
Support version 2.1.0 of Magit
2015-07-02 00:15:32 +03:00
Jonas Bernoulli
51be5f3632 adapt to magit v2.1.0
Besides the `magit', `git-commit', and `git-rebase' faces, this also
adjusts the `diff' faces.  Previously the `diff' faces did explicitly
_not_ set the background color.  But that was a mistake.  Diff
refinement faces _have to_ set the background, because they are also
used to highlight changes in whitespace and that wouldn't be visible
without a background color different from that of `default'.  The other
`diff' faces should also set the background color because otherwise the
refinements would look very ugly.  And in my opinion diffs look better
with a background color even when no refinements are involved.
2015-06-30 19:44:40 +02:00
Thomas Frössman
ea5f926769 Add solarized-distinct-doc-face defcustom
Closes #158
2015-06-27 23:12:13 +02:00
Thomas Frössman
3819bdaf1a Add child theme example. 2015-06-27 22:39:18 +02:00
Marco Baringer
7c30371751 Faces for hydra 2015-04-24 23:11:10 +02:00
Thomas Frössman
c1fe58dab7 Add go mode colors 2015-04-24 09:53:39 +02:00
Thomas Frössman
f0909892fc Move gitter badge 2015-04-24 09:06:20 +02:00
Thomas Frössman
9c8d6e873e Merge pull request #183 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-04-24 02:24:31 +02:00
The Gitter Badger
f416c781b8 Added Gitter badge 2015-04-24 00:24:15 +00:00
Thomas Frössman
456fe277f0 Tweak colors for sx-mode a bit further 2015-04-21 12:31:19 +02:00
Thomas Frössman
627beb8bfc Add colors for sx-mode (WIP)
This did not go as smooth as I had hoped so the WIP will have to do for now..

Related issue: https://github.com/vermiculus/sx.el/issues/285
2015-04-21 12:16:57 +02:00
Thomas Frössman
854ef9ec5b Merge pull request #179 from sgepigon/sgepigon-patch-1
Added documentation to README.md
2015-04-20 20:44:14 +02:00
sgepigon
4488a30d7f Added documentation to README.md
Added documentation on `solarized-use-variable-pitch` and removed a period to make the comment punctuation more consistent.
2015-04-20 14:28:55 -04:00
Thomas Frössman
883fb0c0ee Fix popup-menu-mouse-face
It was hard to read, now it's more aligned to how the cursor selection
face looks.
2015-04-19 16:23:20 +02:00
Thomas Frössman
e966024ab9 Remove mouse face
Related to discussion in #178
2015-04-19 16:21:00 +02:00
Thomas Frössman
66029305e3 Add faces for go-direx 2015-04-19 14:23:54 +02:00
Thomas Frössman
3c5eb463ca Merge pull request #171 from myuhe/pophint
Add pophint face
2015-04-14 17:36:49 +02:00
Thomas Frössman
a29f55b66b Revert "Remove the child-theme support"
This reverts commit dbbade9e77.
2015-04-13 23:34:35 +02:00