From 127bbf68b8c7895cd467e6b609e3630fa7375e83 Mon Sep 17 00:00:00 2001 From: Emmanuel Bustos Date: Fri, 5 Feb 2021 13:55:24 +0100 Subject: [PATCH] Fix: Ayu light dark-blue, violet and dark-cyan colors --- themes/doom-ayu-light-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/doom-ayu-light-theme.el b/themes/doom-ayu-light-theme.el index a4729c4..134ce0b 100644 --- a/themes/doom-ayu-light-theme.el +++ b/themes/doom-ayu-light-theme.el @@ -89,11 +89,11 @@ determine the exact padding." (teal syntax-regexp) (yellow syntax-func) (blue syntax-entity) - (dark-blue (doom-darken syntax-entity 1)) + (dark-blue (doom-darken syntax-entity 0.2)) (magenta syntax-constant) - (violet (doom-lighten syntax-constant 1)) + (violet (doom-lighten syntax-constant 0.2)) (cyan syntax-tag) - (dark-cyan (doom-darken syntax-tag 1)) + (dark-cyan (doom-darken syntax-tag 0.2)) ;; face categories -- required for all themes (highlight common-accent)