mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 13:35:50 +01:00
Add colors for ansi-colors.el
This commit is contained in:
parent
b140d3adce
commit
967156bfb7
2 changed files with 5 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [[http://semver.org][Semantic Versioning]].
|
This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
|
|
||||||
* COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...HEAD][Unreleased]]
|
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...HEAD][Unreleased]]
|
||||||
|
** ADDED Colors for modes using ansi-color.el, such as Eshell
|
||||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: release-6.1.0
|
:CUSTOM_ID: release-6.1.0
|
||||||
|
|
|
@ -456,7 +456,9 @@
|
||||||
(custom-theme-set-variables
|
(custom-theme-set-variables
|
||||||
'yoshi
|
'yoshi
|
||||||
'(rainbow-delimiters-max-face-count 10)
|
'(rainbow-delimiters-max-face-count 10)
|
||||||
`(fci-rule-color ,bgred)))
|
`(fci-rule-color ,bgred)
|
||||||
|
`(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow
|
||||||
|
,fgblue ,fgmagenta ,fgcyan ,fgdim])))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(and load-file-name
|
(and load-file-name
|
||||||
|
|
Loading…
Reference in a new issue