unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob 8b8c4191fd92bdb0ec2cc0114c6b07ef8cc14fc3 2749 bytes (raw)
name: lisp/modus-themes/modus-operandi-theme.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
 
;;; modus-operandi-theme.el --- Accessible light theme (WCAG AAA) -*- lexical-binding:t -*-

;; Copyright (C) 2019-2020 Free Software Foundation, Inc.

;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://gitlab.com/protesilaos/modus-themes
;; Version: 1.0.2
;; Package-Requires: ((emacs "26.1"))
;; Keywords: faces, theme, accessibility

;; This file is part of GNU Emacs.

;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or (at
;; your option) any later version.
;;
;; This program is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program.  If not, see <https://www.gnu.org/licenses/>.

;;; 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-themes-core.el       (Code used to produce the themes)
;; - modus-vivendi-theme.el     (Dark theme)

;;; Code:

\f

(require 'modus-themes)
(eval-when-compile
  (require 'modus-themes-core))

(deftheme modus-operandi
  "Light theme that conforms with the highest accessibility
  standard for color contrast between background and foreground
  elements (WCAG AAA).")

(modus-themes-core-theme
 'modus-operandi)

;;;###autoload
(when (and (boundp 'custom-theme-load-path) load-file-name)
  (add-to-list 'custom-theme-load-path
               (file-name-as-directory (file-name-directory load-file-name))))

(provide-theme 'modus-operandi)

(provide 'modus-operandi-theme)

;;; modus-operandi-theme.el ends here

debug log:

solving 7de2f15602 ...
found 7de2f15602 in https://yhetil.org/emacs-bugs/87im9fgm27.fsf@protesilaos.com/

applying [1/1] https://yhetil.org/emacs-bugs/87im9fgm27.fsf@protesilaos.com/
diff --git a/lisp/modus-themes/modus-operandi-theme.el b/lisp/modus-themes/modus-operandi-theme.el\r
new file mode 100644\r
index 0000000000..7de2f15602\r

1:7: trailing whitespace.
;;; modus-operandi-theme.el --- Accessible light theme (WCAG AAA) -*- lexical-binding:t -*-\r
1:8: trailing whitespace.
\r
1:9: trailing whitespace.
;; Copyright (C) 2019-2020 Free Software Foundation, Inc.\r
1:10: trailing whitespace.
\r
1:11: trailing whitespace.
;; Author: Protesilaos Stavrou <info@protesilaos.com>\r
Checking patch lisp/modus-themes/modus-operandi-theme.el...
Applied patch lisp/modus-themes/modus-operandi-theme.el cleanly.
warning: squelched 70 whitespace errors
warning: 75 lines add whitespace errors.

index at:
100644 8b8c4191fd92bdb0ec2cc0114c6b07ef8cc14fc3	lisp/modus-themes/modus-operandi-theme.el

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).