diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index df19867..0aec30c 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -456,7 +456,9 @@ (custom-theme-set-variables 'yoshi '(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 (and load-file-name |
