mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Simplify all Commentary headers
This commit is contained in:
parent
2aecf26847
commit
e5d336d143
|
|
@ -27,26 +27,11 @@
|
|||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; Modus Operandi is the light variant of the Modus themes (Modus
|
||||
;; Vivendi is the dark one). The themes are designed for color-contrast
|
||||
;; accessibility. More specifically:
|
||||
;;
|
||||
;; 1. Provide a consistent minimum contrast ratio between background
|
||||
;; and foreground values of 7:1 or higher. This meets the highest
|
||||
;; such accessibility criterion per the guidelines of the Worldwide
|
||||
;; Web Consortium's Working Group on Accessibility (WCAG AAA
|
||||
;; standard).
|
||||
;;
|
||||
;; 2. Offer as close to full face coverage as possible. The list is
|
||||
;; already quite long, with more additions to follow as part of the
|
||||
;; ongoing development process.
|
||||
;;
|
||||
;; For a complete view of the project, also refer to the following files
|
||||
;; (should be distributed in the same repository/directory as the
|
||||
;; current item):
|
||||
;;
|
||||
;; - modus-themes.el (Main code shared between the themes)
|
||||
;; - modus-vivendi-theme.el (Dark theme)
|
||||
;; The Modus themes conform with the highest standard for
|
||||
;; color-contrast accessibility between background and foreground
|
||||
;; values (WCAG AAA). Please refer to the official Info manual for
|
||||
;; further documentation (distributed with the themes, or available
|
||||
;; at: <https://protesilaos.com/emacs/modus-themes>).
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
|
|
@ -27,50 +27,11 @@
|
|||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; The Modus themes conform with the highest standard for color-contrast
|
||||
;; accessibility between background and foreground values (WCAG AAA).
|
||||
;; This file contains all customization variables, helper functions,
|
||||
;; interactive commands, and face specifications. Please refer to the
|
||||
;; official Info manual for further documentation (distributed with the
|
||||
;; themes, or available at: <https://protesilaos.com/emacs/modus-themes>).
|
||||
;;
|
||||
;; The themes share the following customization variables:
|
||||
;;
|
||||
;; modus-themes-completions (alist)
|
||||
;; modus-themes-headings (alist)
|
||||
;; modus-themes-org-agenda (alist)
|
||||
;; modus-themes-bold-constructs (boolean)
|
||||
;; modus-themes-deuteranopia (boolean)
|
||||
;; modus-themes-italic-constructs (boolean)
|
||||
;; modus-themes-mixed-fonts (boolean)
|
||||
;; modus-themes-subtle-line-numbers (boolean)
|
||||
;; modus-themes-variable-pitch-ui (boolean)
|
||||
;; modus-themes-fringes (choice)
|
||||
;; modus-themes-hl-line (choice)
|
||||
;; modus-themes-links (choice)
|
||||
;; modus-themes-mail-citations (choice)
|
||||
;; modus-themes-mode-line (choice)
|
||||
;; modus-themes-org-blocks (choice)
|
||||
;; modus-themes-paren-match (choice)
|
||||
;; modus-themes-prompts (choice)
|
||||
;; modus-themes-region (choice)
|
||||
;;
|
||||
;; There also exist two unique customization variables for overriding
|
||||
;; color palette values. The specifics are documented in the manual.
|
||||
;; The symbols are:
|
||||
;;
|
||||
;; modus-themes-operandi-color-overrides (alist)
|
||||
;; modus-themes-vivendi-color-overrides (alist)
|
||||
;;
|
||||
;; Check the manual for all supported packages (there are hundreds of
|
||||
;; them).
|
||||
;;
|
||||
;; For a complete view of the project, also refer to the following files
|
||||
;; (should be distributed in the same repository/directory as the
|
||||
;; current item):
|
||||
;;
|
||||
;; - modus-operandi-theme.el (Light theme)
|
||||
;; - modus-vivendi-theme.el (Dark theme)
|
||||
;; The Modus themes conform with the highest standard for
|
||||
;; color-contrast accessibility between background and foreground
|
||||
;; values (WCAG AAA). Please refer to the official Info manual for
|
||||
;; further documentation (distributed with the themes, or available
|
||||
;; at: <https://protesilaos.com/emacs/modus-themes>).
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
|
|
@ -27,26 +27,11 @@
|
|||
|
||||
;;; Commentary:
|
||||
;;
|
||||
;; Modus Vivendi is the dark variant of the Modus themes (Modus Operandi
|
||||
;; is the light one). The themes are designed for color-contrast
|
||||
;; accessibility. More specifically:
|
||||
;;
|
||||
;; 1. Provide a consistent minimum contrast ratio between background
|
||||
;; and foreground values of 7:1 or higher. This meets the highest
|
||||
;; such accessibility criterion per the guidelines of the Worldwide
|
||||
;; Web Consortium's Working Group on Accessibility (WCAG AAA
|
||||
;; standard).
|
||||
;;
|
||||
;; 2. Offer as close to full face coverage as possible. The list is
|
||||
;; already quite long, with more additions to follow as part of the
|
||||
;; ongoing development process.
|
||||
;;
|
||||
;; For a complete view of the project, also refer to the following files
|
||||
;; (should be distributed in the same repository/directory as the
|
||||
;; current item):
|
||||
;;
|
||||
;; - modus-themes.el (Main code shared between the themes)
|
||||
;; - modus-operandi-theme.el (Light theme)
|
||||
;; The Modus themes conform with the highest standard for
|
||||
;; color-contrast accessibility between background and foreground
|
||||
;; values (WCAG AAA). Please refer to the official Info manual for
|
||||
;; further documentation (distributed with the themes, or available
|
||||
;; at: <https://protesilaos.com/emacs/modus-themes>).
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue