From a01e1fe184dbcd5d0c7ed706ae144eb9299cd417 Mon Sep 17 00:00:00 2001 From: Evgeny Kurnevsky Date: Thu, 5 Oct 2023 21:03:42 +0000 Subject: [PATCH] Add completions-common-part face. (#136) --- base16-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/base16-theme.el b/base16-theme.el index 739bd15..98307f8 100644 --- a/base16-theme.el +++ b/base16-theme.el @@ -202,6 +202,7 @@ return the actual color value. Otherwise return the value unchanged." (vertical-border :foreground base02) (widget-button :underline t) (widget-field :background base03 :box (:line-width 1 :color base06)) + (completions-common-part :foreground base0C) (error :foreground base08 :weight bold) (warning :foreground base09 :weight bold)