aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
Commit message (Collapse)AuthorAgeFilesLines
* Add support for `mu4e-related-face'Miquel Sabaté Solà2026-07-021-0/+3
| | | | | | | | | | | | | As introduced by commit cdd02566648b ("mu4e: Show 'related' messages with mu4e-related-face"), which happened after the last commit that I have related to mu4e (i.e. c2236e4a1c62 ("Use the proper color for the mu4e-ok-face")). I should really pay attention to new defface's when updating some important packages like mu4e, as this one is really useful and I was really confused on mu4e headers and long threads. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Fix warning on nil distant-foregroundMiquel Sabaté Solà2025-07-031-2/+2
| | | | | | | It actually is better to not define this than to provide a nil value, as GNU Emacs already takes its own default nil-like value. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add support for elfeedMiquel Sabaté Solà2025-07-031-0/+17
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Added support for faces from nerd-iconsMiquel Sabaté Solà2024-06-031-1/+85
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Bump to version 0.4.2Miquel Sabaté Solà2023-02-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for dockerfile-modeMiquel Sabaté Solà2022-01-271-0/+13
| | | | | | This mode introduces a couple of extra faces. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed background color for company modeMiquel Sabaté Solà2021-10-251-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for diredflMiquel Sabaté Solà2021-10-161-0/+76
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for shrMiquel Sabaté Solà2021-08-131-0/+29
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Bump version to 0.4.1Miquel Sabaté Solà2021-08-121-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for gnusMiquel Sabaté Solà2021-08-121-0/+161
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed linting errorsMiquel Sabaté Solà2021-04-261-5/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added tab-line and line numbersMiquel Sabaté Solà2021-04-261-0/+43
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use the proper color for the mu4e-ok-faceMiquel Sabaté Solà2021-02-011-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add support for org-refMiquel Sabaté Solà2021-01-291-0/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Bump version to 0.4.0Miquel Sabaté Solà2021-01-241-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added treemacs supportMiquel Sabaté Solà2021-01-241-2/+38
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2021-01-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Bump versionMiquel Sabaté Solà2020-08-031-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* helm: do not highlight file extensions diferentlyMiquel Sabaté Solà2020-08-031-0/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* message: improved support by adding levels of cited-textMiquel Sabaté Solà2020-05-051-0/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for markup-facesMiquel Sabaté Solà2020-04-291-0/+47
| | | | | | This also includes adoc-mode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Set company-tooltip-annotationMiquel Sabaté Solà2020-04-281-0/+3
| | | | | | This face was missing from the general company support. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed style for info-quotedMiquel Sabaté Solà2020-04-271-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Remove underline from font-lock-variable-name-faceMiquel Sabaté Solà2020-04-271-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for company-mode and company-boxMiquel Sabaté Solà2020-04-241-1/+29
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed helm-selection in GNU Emacs 27Miquel Sabaté Solà2020-04-211-2/+1
| | | | | | This face had to be manually extended with the :extend attribute. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for org-drawer and org-special-keywordMiquel Sabaté Solà2020-04-211-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for mode-line and doom-modelineMiquel Sabaté Solà2020-04-201-1/+38
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-141-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Make 'soria-theme-purple-identifiers' interactiveMiquel Sabaté Solà2020-04-141-1/+3
| | | | | | This way users can mess around with this function when trying our this theme. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-051-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-051-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Use highlight-numbers-number instead of writing my own number parserMiquel Sabaté Solà2020-04-051-28/+5
| | | | | | | | | | | | This is cleaner, more maintainable, and it has a couple of added benefits: 1. It will no longer be troublesome for people switching between themes, since the hook that we automatically injected would still be there. 2. Lexical binding is not discarded, with all its benefits. As suggested by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Enable byte compiling and lexical bindingMiquel Sabaté Solà2020-04-051-8/+2
| | | | | | | | | | Moreover, require the minimum GNU Emacs version in the package metadata, not dinamically. Also add 25.1 in the .travis.yml matrix, so the minimum support GNU Emacs is also tested in CI. As recommended by @riscy in https://github.com/melpa/melpa/pull/6808. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Make checkdoc happyMiquel Sabaté Solà2020-04-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Version bumpMiquel Sabaté Solà2020-04-041-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added tests and more documentationMiquel Sabaté Solà2020-04-041-904/+926
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2020-04-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for langtool.elMiquel Sabaté Solà2020-02-131-0/+9
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Makefile's trailing spaces as dark purpleMiquel Sabaté Solà2020-02-111-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added fonts for org modeMiquel Sabaté Solà2019-06-291-4/+44
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added support for git-timemachineMiquel Sabaté Solà2019-01-251-0/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating licenseMiquel Sabaté Solà2019-01-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* helm: added helm-M-x-key face settingMiquel Sabaté Solà2017-12-071-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Make flycheck happyMiquel Sabaté Solà2017-02-111-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added info modeMiquel Sabaté Solà2017-02-101-0/+34
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed timestamp for ERCMiquel Sabaté Solà2017-02-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>