From 62724bfcf3673c6d30a74100bcd6f9b9a61f2d73 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 4 Feb 2020 03:19:01 +0100 Subject: [PATCH] Emacs: Change color 3 of rainbow-delimiters. --- init.d/programming/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index dba06ec..cc368c1 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -1,6 +1,6 @@ ;;; 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: @@ -283,7 +283,7 @@ year if mode is derived from prog-mode." :foreground "LightGreen")))) (rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face - :foreground "LightSlateBlue")))) + :foreground "MediumPurple1")))) (rainbow-delimiters-depth-4-face ((t (:inherit rainbow-delimiters-base-face :foreground "LightSkyBlue"))))