Emacs: Change color 3 of rainbow-delimiters.

This commit is contained in:
tastytea 2020-02-04 03:19:01 +01:00
parent 9e088d528c
commit 62724bfcf3

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-03T15:12:54+0100> ;; Time-stamp: <2020-02-04T03:09:04+0100>
;;; Commentary: ;;; Commentary:
@ -283,7 +283,7 @@ year if mode is derived from prog-mode."
:foreground "LightGreen")))) :foreground "LightGreen"))))
(rainbow-delimiters-depth-3-face ((t (rainbow-delimiters-depth-3-face ((t
(:inherit rainbow-delimiters-base-face (:inherit rainbow-delimiters-base-face
:foreground "LightSlateBlue")))) :foreground "MediumPurple1"))))
(rainbow-delimiters-depth-4-face ((t (rainbow-delimiters-depth-4-face ((t
(:inherit rainbow-delimiters-base-face (:inherit rainbow-delimiters-base-face
:foreground "LightSkyBlue")))) :foreground "LightSkyBlue"))))