branch: externals/modus-themes
commit 94878dbd9cbc14455d938f88920399a1b2be8343
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Move modus-themes-completion-selected closer to its related faces
---
modus-themes.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index fc5568ae1d..5ccc19e72f 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -198,14 +198,14 @@ text should not be underlined as well) yet still blend
in."
"Generic face for command prompts."
:group 'modus-themes-faces)
-(defface modus-themes-completion-selected nil
- "Face for current selection in completion UIs."
- :group 'modus-themes-faces)
-
(defface modus-themes-button nil
"Face for graphical buttons."
:group 'modus-themes-faces)
+(defface modus-themes-completion-selected nil
+ "Face for current selection in completion UIs."
+ :group 'modus-themes-faces)
+
(dotimes (n 4)
(custom-declare-face
(intern (format "modus-themes-completion-match-%d" n))