aboutsummaryrefslogtreecommitdiffstats
path: root/etc/themes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-05-161-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b4937f64cd (origin/emacs-27) Improve documentation of manually instal... efd4e973a4 Reflect the emacs-devel ELPA/MELPA dispute in FAQ 28541674cd Consider face inheritance when checking region face backgr... e75f6be6cc Fix dired default file operation (bug#41261) 406fb0746c Fix documentation related to 'command-switch-alist'. 747e0a2523 Improve ediff readability in misterioso theme (Bug#41221) 48830c73e7 Fix a crash in handle_display_spec a37290a6f9 In x_hide_tip reset tip_last_frame for GTK+ tooltips only ... 3d81995692 Fix docstring of flymake-make-diagnostic (bug#40351) 632aa9d57a Go back to “Bahá’í” e2406ff60f * lisp/dired.el (dired-toggle-marks): Doc fix. (Bug#41097) # Conflicts: # doc/emacs/building.texi
| * Improve ediff readability in misterioso theme (Bug#41221)Simon Lang2020-05-131-0/+7
| | | | | | | | | | | | * etc/themes/misterioso-theme.el: Add ediff faces. Copyright-paperwork-exempt: yes
* | Use lexical-binding for themesStefan Kangas2020-04-2614-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/themes/adwaita-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/dichromacy-theme.el: * etc/themes/light-blue-theme.el: * etc/themes/manoj-dark-theme.el: * etc/themes/misterioso-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tango-theme.el: * etc/themes/tsdh-dark-theme.el: * etc/themes/tsdh-light-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/whiteboard-theme.el: * etc/themes/wombat-theme.el: Use lexical-binding.
* | Remove XEmacs exclusive face from themesStefan Kangas2020-03-114-4/+0
|/ | | | | | | | * etc/themes/deeper-blue-theme.el (class): * etc/themes/leuven-theme.el (class): * etc/themes/manoj-dark-theme.el (manoj-dark): * etc/themes/whiteboard-theme.el (class): Don't set XEmacs exclusive face 'font-lock-doc-string-face'.
* Update copyright year to 2020Paul Eggert2020-01-0114-14/+14
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Make ':extend' inherited from default spec unless overriddenDmitry Gutov2019-12-1013-61/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/faces.el (face-spec-recalc): Handle the :extend attribute specially and always inherit it from the default spec unless overwritten in a theme (bug#37774). * test/lisp/faces-tests.el (faces--test-data-dir): New variable. (faces--test-extend-with-themes): Use test themes instead of ones from etc/themes. Update expected values. * test/data/themes/faces-test-dark-theme.el: New file. * test/data/themes/faces-test-light-theme.el: New file. * doc/lispref/display.texi (Face Attributes): Update the description of ':extend'. * etc/NEWS: Update the entry for ':extend'. * etc/themes/adwaita-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/dichromacy-theme.el: * etc/themes/leuven-theme.el: * etc/themes/light-blue-theme.el: * etc/themes/manoj-dark-theme.el: * etc/themes/misterioso-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tango-theme.el: * etc/themes/tsdh-dark-theme.el: * etc/themes/tsdh-light-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/wombat-theme.el: Remove the now-redundant ':extend' attribute in all the themes.
* Add ':extend' attribute to faces and themesEli Zaretskii2019-11-3013-61/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/themes/wombat-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/tsdh-light-theme.el: * etc/themes/tsdh-dark-theme.el: * etc/themes/tango-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/misterioso-theme.el: * etc/themes/manoj-dark-theme.el: * etc/themes/light-blue-theme.el: * etc/themes/leuven-theme.el: * etc/themes/dichromacy-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/adwaita-theme.el: Add ':extend' attribute to all faces that are by default defined with it. * lisp/vc/smerge-mode.el (smerge-upper, smerge-lower) (smerge-base): * lisp/vc/log-view.el (log-view-file, log-view-message): * lisp/vc/ediff-init.el (ediff-current-diff-A) (ediff-current-diff-B, ediff-current-diff-C) (ediff-current-diff-Ancestor, ediff-even-diff-A) (ediff-even-diff-B, ediff-even-diff-C) (ediff-even-diff-Ancestor, ediff-odd-diff-A) (ediff-odd-diff-B, ediff-odd-diff-C) (ediff-odd-diff-Ancestor): * lisp/vc/diff-mode.el (diff-header, diff-file-header) (diff-removed, diff-added): Make sure all definitions of faces have the same value of the ':extend' property, otherwise customizing background color or underline etc. attributes of these faces on some displays will produce effects different from other displays.
* Don't alter function name face height in manoj-dark themeLars Ingebrigtsen2019-08-141-1/+1
| | | | | | * etc/themes/manoj-dark-theme.el (manoj-dark): Don't alter the height of function name faces, because this makes many tabulated modes not longer line up (bug#17042).
* Tweak tango-dark-theme hightlight faceLars Ingebrigtsen2019-08-031-1/+1
| | | | | * etc/themes/tango-dark-theme.el (class): Make highlight a bit less yellow to make the cursor visible on it (bug#19189).
* Tweak tango-dark-themeLars Ingebrigtsen2019-07-281-0/+1
| | | | | * etc/themes/tango-dark-theme.el: Add a lighter background color to `header-line' (bug#23359).
* Tweak misterioso header line background colorLars Ingebrigtsen2019-07-111-1/+1
| | | | | | * etc/themes/misterioso-theme.el (class): Make the header line background darker so that cedet function names and parameters are legible (bug#33061).
* Tweak compilation face in the wheatgrass themeLars Ingebrigtsen2019-07-091-0/+1
| | | | | * etc/themes/wheatgrass-theme.el: The compilation info was too light to be readable (bug#36203).
* Merge from origin/emacs-26Paul Eggert2018-12-3114-14/+14
|\ | | | | | | | | | | 2fcf2df Fix copyright years by hand 26bed8b Update copyright year to 2019 2814292 Fix value of default frame height. (Bug#33921)
| * Update copyright year to 2019Paul Eggert2019-01-0114-14/+14
| | | | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* | Disable no-byte-compile in built-in themesBasil L. Contovounesios2018-07-1314-54/+0
|/ | | | | | | | | | | | | | | | | | | | * etc/themes/adwaita-theme.el: * etc/themes/deeper-blue-theme.el: * etc/themes/dichromacy-theme.el: * etc/themes/leuven-theme.el: * etc/themes/light-blue-theme.el: * etc/themes/manoj-dark-theme.el: * etc/themes/misterioso-theme.el: * etc/themes/tango-dark-theme.el: * etc/themes/tango-theme.el: * etc/themes/tsdh-dark-theme.el: * etc/themes/tsdh-light-theme.el: * etc/themes/wheatgrass-theme.el: * etc/themes/whiteboard-theme.el: * etc/themes/wombat-theme.el: Disable no-byte-compile. https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00614.html https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00060.html
* Update copyright year to 2018Paul Eggert2018-01-0114-14/+14
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1314-15/+15
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* Remove font family from minibuffer-prompt faceTassilo Horn2017-08-281-1/+1
| | | | | * etc/themes/tsdh-light-theme.el (tsdh-light): Remove font family from minibuffer-prompt face.
* Realgud for tango themesR. Bernstein2017-07-162-0/+20
|
* Realgud for two more light themesrocky2017-07-152-1/+19
|
* Fix recent theme changesGlenn Morris2017-07-142-22/+20
| | | | | * etc/themes/manoj-dark-theme.el, etc/themes/tsdh-dark-theme.el: Fix typos in recent changes.
* Add realgud faces faces to whiteboard...R. Bernstein2017-07-082-2/+12
| | | | Adjust wheatgrass to use underline for enabled/disabled breakpoints
* Add realgud face definitionsrocky2017-07-051-0/+12
|
* Add realgud faces to tdsh-dark-themerocky2017-07-041-0/+10
|
* Add realgud facesR. Bernstein2017-07-031-1/+12
|
* Fix linum under text-scaling when leuven-theme is usedEli Zaretskii2017-06-011-1/+1
| | | | | | * etc/themes/leuven-theme.el (linum): Make the 'linum' face inherit from 'default' and 'shadow', so that margins are enlarged as expected under text-scaling.
* ; Less error-like font-lock-variable-name-faceTassilo Horn2017-02-221-1/+1
| | | | ; * etc/themes/tsdh-light-theme.el (tsdh-light):
* ; Theme updatesTassilo Horn2017-02-091-5/+16
| | | | ; * etc/themes/tsdh-light-theme.el (tsdh-light): Theme updates.
* Merge from origin/emacs-25Paul Eggert2017-01-0114-14/+14
|\ | | | | | | | | 2e2a806 Fix copyright years by hand 5badc81 Update copyright year to 2017
| * Update copyright year to 2017Paul Eggert2016-12-3114-14/+14
| | | | | | | | Run admin/update-copyright.
| * Fix bug#25087Nicolas Petton2016-12-021-2/+2
| | | | | | | | | | | | * etc/themes/manoj-dark-theme.el: Fix two typos. (cherry picked from commit 66d6e7e9ecf5e481f8c2c3a4f88411f66c869a6e)
* | Fix bug#25087Nicolas Petton2016-12-021-2/+2
| | | | | | | | * etc/themes/manoj-dark-theme.el: Fix two typos.
* | New face homoglyphPaul Eggert2016-10-167-0/+7
|/ | | | | | | | | | | | | | | | Suggested by Eli Zaretskii, from a feature request by Alan Mackenzie (Bug#24468). * doc/emacs/display.texi (Standard Faces, Text Display): * etc/NEWS: Document this. * etc/themes/dichromacy-theme.el, etc/themes/leuven-theme.el: * etc/themes/light-blue-theme.el, etc/themes/manoj-dark-theme.el: * etc/themes/tango-dark-theme.el, etc/themes/tango-theme.el: * etc/themes/wombat-theme.el: Customize homoglyph to be the same as escape-glyph. * lisp/cus-theme.el (custom-theme--listed-faces): Add homoglyph. * lisp/faces.el (homoglyph): New face. * lisp/startup.el (startup--setup-quote-display): Use it.
* ; Small theme additionsTassilo Horn2016-03-181-3/+4
|
* Update copyright year to 2016Paul Eggert2016-01-0114-14/+14
| | | | Run admin/update-copyright.
* Add more faces for Gnus and ivyTassilo Horn2015-10-301-4/+10
| | | | | * etc/themes/tsdh-dark-theme.el (tsdh-dark): add more faces for Gnus and ivy.
* More face defs for ivy, swiper, ace-window, eshellTassilo Horn2015-10-301-3/+10
|
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
|
* Add ace-window face configTassilo Horn2015-04-301-1/+2
| | | | | * etc/themes/tsdh-light-theme.el (tsdh-light): Add ace-window face configuration.
* Add new faces to tsdh-light-themeTassilo Horn2015-04-241-2/+5
| | | | | | * etc/themes/tsdh-light-theme.el (tsdh-light): New face definitions for Info-quoted, ace-jump-face-foreground, hl-paren-face, show-paren-match, and show-paren-mismatch.
* Update copyright year to 2015Paul Eggert2015-01-0114-14/+14
| | | | Run admin/update-copyright.
* Merge from emacs-24Stefan Monnier2014-09-301-85/+140
|\
| * Check in accumulated leuven-theme updates before it's too lateFabrice Niessen2014-09-291-85/+140
| | | | | | | | * themes/leuven-theme.el: Updates.
* | Merge from emacs-24; up to 2014-06-02T11:35:40Z!michael.albinus@gmx.deGlenn Morris2014-06-081-6/+6
|\ \ | |/
| * * etc/themes/deeper-blue-theme.el: Use another fix.Leo Liu2014-06-081-6/+6
| | | | | | | | Fixes: debbugs:17695
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-6/+6
|\ \ | |/
| * * etc/themes/deeper-blue-theme.el (diff-added, diff-changed, diff-removed):Juri Linkov2014-06-061-6/+6
| | | | | | | | | | | | Set face definitions explicitly. Inherit indicator faces from them. Fixes: debbugs:17695
* | Add gnus-group-* faces.Tassilo Horn2014-03-281-1/+12
|/ | | | * etc/themes/tsdh-light-theme.el (tsdh-light): Add gnus-group-* faces.
* * etc/themes/leuven-theme.el: Updates.Fabrice Niessen2014-01-161-69/+71
| | | | Fixes: debbugs:16442
* Define org-level-* faces in tsdh-light theme.Tassilo Horn2014-01-051-2/+10
| | | | | * etc/themes/tsdh-light-theme.el (tsdh-light): Define org-level-* faces.