[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/alect-themes cddc3e6 121/269: Update version (0.6) and pac
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/alect-themes cddc3e6 121/269: Update version (0.6) and package commentary |
Date: |
Thu, 21 Oct 2021 17:59:02 -0400 (EDT) |
branch: elpa/alect-themes
commit cddc3e67eb45cf246589c1fad5cc1a6f2ad92fbf
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>
Update version (0.6) and package commentary
---
alect-themes.el | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/alect-themes.el b/alect-themes.el
index ab1df0b..f5c0abf 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1,10 +1,10 @@
-;;; alect-themes.el --- Configurable color themes for Emacs 24 or later
+;;; alect-themes.el --- Configurable light, dark and black themes for Emacs 24
or later
;; Copyright (C) 2013-2014 Alex Kost
;; Author: Alex Kost <alezost@gmail.com>
;; Created: 10 Jul 2013
-;; Version: 0.5.1
+;; Version: 0.6
;; Package-Requires: ((emacs "24.0"))
;; URL: http://github.com/alezost/alect-themes
;; Keywords: color theme
@@ -27,15 +27,17 @@
;; This package provides 6 highly customizable color themes (light, dark
;; and black) for GNU Emacs 24 or later. These themes are intended to
;; be used with GUI, so only graphical terminals are supported by
-;; default. However you can "enable" the themes for other terminals
-;; with `alect-display-class' variable.
+;; default. However you can "enable" the themes for other classes of
+;; terminals with `alect-display-class' variable.
;; You can install the package from MELPA. If you prefer the manual
;; installation, put these lines into your init-file:
+;;
;; (add-to-list 'load-path "/path/to/alect-themes")
;; (add-to-list 'custom-theme-load-path "/path/to/alect-themes")
;; If you also want to enable a theme on Emacs start, use this:
+;;
;; (load-theme 'alect-light t)
;; Ways for configuring the themes:
@@ -45,10 +47,14 @@
;; redefine the whole variable (see the code) or `alect-set-color' to
;; modify specified colors.
;;
-;; 2. Overriding face specification. You can change the look of
+;; 2. Ignoring faces and variables. You can force alect-themes not to
+;; modify some (or all) faces and variables with
+;; `alect-ignored-faces' and `alect-ignored-variables' variables.
+;;
+;; 3. Overriding face specification. You can change the look of
;; particular faces by setting `alect-overriding-faces' variable.
;;
-;; 3. Above that, the inverted color themes (`alect-light-alt' and
+;; 4. Above that, the inverted color themes (`alect-light-alt' and
;; `alect-dark-alt') can be configured with
;; `alect-inverted-color-regexp' variable.
- [nongnu] elpa/alect-themes 1ccf42c 083/269: Add font lock faces for regexp groups, (continued)
- [nongnu] elpa/alect-themes 1ccf42c 083/269: Add font lock faces for regexp groups, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes c5e76cd 079/269: Update version (0.3.6), ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 7aae27e 088/269: Modify `popup-scroll-bar-foreground-face', ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 1887ad1 086/269: Update version (0.3.7), ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 4e22e48 095/269: Add definition of auxiliary faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 823ae4d 098/269: Update version (0.4) and package commentary, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 13ac162 103/269: Add newline between sexps, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes fbbebc7 106/269: Fix color value, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes f082398 115/269: Add more aurel faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 383d1b5 124/269: Modifications in palette, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes cddc3e6 121/269: Update version (0.6) and package commentary,
ELPA Syncer <=
- [nongnu] elpa/alect-themes 6b3ef76 123/269: Add rst faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes c3df5c8 128/269: Add new faces for "google-translate", ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 63652ad 116/269: Add aurel-info-voted face, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes a24daff 146/269: Add window-divider faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes ae15a3c 136/269: Modify `menu' face, add `tool-bar' face, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 466d188 148/269: Modify `font-lock-type-face', ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes bb968f3 154/269: Modify `mode-line-highlight' face, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes d36f685 143/269: Replace "lisp" with "elisp" in code blocks, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes c6f113e 141/269: Note about widget buttons in gnus articles, ELPA Syncer, 2021/10/21
- [nongnu] elpa/alect-themes 8d32c05 153/269: Modify basic faces, ELPA Syncer, 2021/10/21