Commit Graph

362 Commits

Author SHA1 Message Date
Protesilaos Stavrou d727948567
Make async modeline message of a cyan hue 2019-11-24 09:30:54 +02:00
Protesilaos Stavrou 12739caf27
Add support for faces in "custom" (M-x customize) 2019-11-22 11:35:37 +02:00
Protesilaos Stavrou df126d5b39
Add reference to covered face groups in README 2019-11-22 11:34:39 +02:00
Protesilaos Stavrou cfd0621ac6
Add support for ARTBOLLOCKS-MODE 2019-11-15 06:15:40 +02:00
Protesilaos Stavrou 8ba3e860f0
Minor refinements to `flyspell' faces 2019-11-15 06:05:38 +02:00
Protesilaos Stavrou d8536d4d56
Add support for WRITEGOOD-MODE 2019-11-15 05:58:51 +02:00
Protesilaos Stavrou e536ed1b62
Refine SMERGE faces 2019-11-14 09:23:41 +02:00
Protesilaos Stavrou b95d36a93a
Add support for SMERGE 2019-11-13 22:02:25 +02:00
Protesilaos Stavrou 717106b042
Add heading IDs 2019-11-03 21:06:16 +02:00
Protesilaos Stavrou 4cf3842f79
Add support for PASS
This concerns the major mode: https://github.com/NicolasPetton/pass
2019-11-03 21:05:03 +02:00
Protesilaos Stavrou 2c267eceec
Add support for nobreak-{hyphen,space}
On Linux you can insert these using the compose key:

| Character      | Key sequence    |
|----------------+-----------------|
| nobreak-hyphen | Compose - - SPC |
| nobreak-space  | Compose SPC SPC |
2019-11-03 18:48:00 +02:00
Protesilaos Stavrou 751e8bf832
Document support for the built-in diff-mode 2019-11-03 18:01:37 +02:00
Protesilaos Stavrou 28f3c06628
Add support for DIFF-HL 2019-11-03 18:01:11 +02:00
Protesilaos Stavrou 385f39d040
Clarify the importance of accessibility as a goal 2019-10-31 17:41:20 +02:00
Protesilaos Stavrou 25179c0a2c
Remove reference to removed section (see ca9618a) 2019-10-31 17:39:47 +02:00
Protesilaos Stavrou ca9618a5da
Remove obsolete section. One package per theme. 2019-10-31 12:02:03 +02:00
Protesilaos Stavrou 3979b59c5b
Update README with info about MELPA pull requests 2019-10-31 12:01:38 +02:00
Protesilaos Stavrou 0684fad473
Add `provide' form 2019-10-31 11:37:02 +02:00
Protesilaos Stavrou 55d9a07715
Attempt at cleaner build 2019-10-31 11:24:16 +02:00
Protesilaos Stavrou 1147abd037
Update autoload function 2019-10-31 11:11:57 +02:00
Protesilaos Stavrou 85fe21ee46
Update documentation 2019-10-31 11:05:13 +02:00
Protesilaos Stavrou 67ef319a05
Add `provide-theme' function 2019-10-31 11:04:47 +02:00
Protesilaos Stavrou 2d3da3e174
Refine mode-line-highlight 2019-10-29 20:35:08 +02:00
Protesilaos Stavrou 51915dfd88
Clarify "full support" in README 2019-10-29 17:29:10 +02:00
Protesilaos Stavrou f3f8140836
UPGRADE: comprehensive support for HELM 2019-10-29 17:28:43 +02:00
Protesilaos Stavrou 0bbea8faf2
Add "tentative" support for TERM 2019-10-29 09:43:58 +02:00
Protesilaos Stavrou 2e95b5cbb6
Add support for ESHELL 2019-10-29 09:43:31 +02:00
Protesilaos Stavrou 572c95f1a6
Make `success' face consistent with `error' 2019-10-29 09:42:31 +02:00
Protesilaos Stavrou 5ed667b149
Minor update to README 2019-10-27 19:20:45 +02:00
Protesilaos Stavrou f7f6fecb9d
Fix formatting in README 2019-10-27 14:47:58 +02:00
Protesilaos Stavrou 6e2e8a72fc
MELPA progress: minor update to README 2019-10-27 14:45:33 +02:00
Protesilaos Stavrou b4fa5ee3ca
REFACTOR: always use `,class' instead of `t' 2019-10-27 09:48:28 +02:00
Protesilaos Stavrou 03c2ed8f6b
MELPA progress: fix package errors/warnings 2019-10-27 09:43:33 +02:00
Protesilaos Stavrou 2dd80cecda
MELPA progress: refine `defgroup' 2019-10-27 09:42:32 +02:00
Protesilaos Stavrou 5e63a1dedc
MELPA progress: fix flycheck warnings 2019-10-27 08:23:08 +02:00
Protesilaos Stavrou 526bcc87c8
Add support for FLYCHECK 2019-10-27 06:48:12 +02:00
Protesilaos Stavrou 803826f055
Modus vivendi: minor palette refinements
Makes these colours more distinct, especially when used next to each
other.
2019-10-27 04:52:35 +02:00
Protesilaos Stavrou 04347790e2
Use more appropriate colour for magit-log-author 2019-10-26 18:24:39 +03:00
Protesilaos Stavrou 41c8ba4c43
Use special mild face for matching expression 2019-10-26 16:05:27 +03:00
Protesilaos Stavrou 3f97b67bcc
BREAKING: rename "special" faces appropriately 2019-10-26 16:04:12 +03:00
Protesilaos Stavrou 7b0916f5e7
UPGRADE: Add special "mild" BG/FG 2019-10-26 16:00:21 +03:00
Protesilaos Stavrou 7f06310ff1
Modus operandi: improve contrast against bg-alt
The contrast ratio between most "*-refine-bg" and bg-alt was close to
1:1.  Because the two backgrounds could be positioned next to each other
in certain contexts, this had to be addressed.  The tweaks increase the
contrast to around 1.2:1.

Note that this concerns background colours that are NEXT to each other.
The minimum 7:1 ratio is for colours that are AGAINST each other.
2019-10-26 15:53:13 +03:00
Protesilaos Stavrou 445a78585e
Review {in-,}active colours. Better contrast.
These needed to be refined to make them more discernible in contexts
where other background/foreground values are also in effect.  Such as:

+ display-line-numbers-mode
+ hl-line-mode
+ The conditions noted in commit 4aa2f49

This also improves:

+ the visibility of the inactive modeline
+ the clarity of "status" information displayed on the inactive modeline

In general, the {in-,}active colours should never be confused with the
base greyscale values of {fg,bg}-{main,alt,dim}.
2019-10-26 14:45:55 +03:00
Protesilaos Stavrou 4aa2f499af
Tweak show-paren-match-expression
This only ever shows up if you have either of these in your init:

  (setq show-paren-style 'expression)
  (setq show-paren-style 'mixed)
2019-10-26 14:18:30 +03:00
Protesilaos Stavrou 2f6cf2c1ae
Tweak generic warning face 2019-10-26 14:08:40 +03:00
Protesilaos Stavrou c62af0c65e
Add support for SPEEDBAR 2019-10-26 14:08:06 +03:00
Protesilaos Stavrou 1c27808c7b
Update README with manual fix for IBUFFER flags 2019-10-25 11:26:13 +03:00
Protesilaos Stavrou c2f9184bf5
Just another M-x sort-lines 2019-10-25 05:58:28 +03:00
Protesilaos Stavrou 03a5e47fc4
Add support for `dired-narrow-blink' 2019-10-25 05:57:48 +03:00
Protesilaos Stavrou 7eb15319a5
Add support for `dired-git-info' 2019-10-25 05:29:32 +03:00