From 3535222ea45a0bb5885073c4880b406f1690afa0 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 7 Sep 2021 22:13:22 -0300 Subject: [PATCH] Make readable completion dialog that matches neovim's --- colors/rose-pine-dawn.kak | 6 +++--- colors/rose-pine-moon.kak | 6 +++--- colors/rose-pine.kak | 6 +++--- make.sh | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/colors/rose-pine-dawn.kak b/colors/rose-pine-dawn.kak index 721dc27..6dc6632 100644 --- a/colors/rose-pine-dawn.kak +++ b/colors/rose-pine-dawn.kak @@ -57,9 +57,9 @@ echo " face global SecondaryCursor default,${inactive} face global LineNumbers ${overlay},${base} face global LineNumberCursor ${gold},${base} - face global MenuForeground ${base},${foam} - face global MenuBackground ${text},${overlay} - face global MenuInfo ${overlay} + face global MenuForeground ${text},${overlay} + face global MenuBackground ${subtle},${surface} + face global MenuInfo ${inactive} face global Information ${text},${overlay} face global Error ${base},${love} face global StatusLine ${text},${surface} diff --git a/colors/rose-pine-moon.kak b/colors/rose-pine-moon.kak index d10f3f9..6a38797 100644 --- a/colors/rose-pine-moon.kak +++ b/colors/rose-pine-moon.kak @@ -57,9 +57,9 @@ echo " face global SecondaryCursor default,${inactive} face global LineNumbers ${overlay},${base} face global LineNumberCursor ${gold},${base} - face global MenuForeground ${base},${foam} - face global MenuBackground ${text},${overlay} - face global MenuInfo ${overlay} + face global MenuForeground ${text},${overlay} + face global MenuBackground ${subtle},${surface} + face global MenuInfo ${inactive} face global Information ${text},${overlay} face global Error ${base},${love} face global StatusLine ${text},${surface} diff --git a/colors/rose-pine.kak b/colors/rose-pine.kak index e73a4ff..829844e 100644 --- a/colors/rose-pine.kak +++ b/colors/rose-pine.kak @@ -57,9 +57,9 @@ echo " face global SecondaryCursor default,${inactive} face global LineNumbers ${overlay},${base} face global LineNumberCursor ${gold},${base} - face global MenuForeground ${base},${foam} - face global MenuBackground ${text},${overlay} - face global MenuInfo ${overlay} + face global MenuForeground ${text},${overlay} + face global MenuBackground ${subtle},${surface} + face global MenuInfo ${inactive} face global Information ${text},${overlay} face global Error ${base},${love} face global StatusLine ${text},${surface} diff --git a/make.sh b/make.sh index 35229f4..4d27aab 100755 --- a/make.sh +++ b/make.sh @@ -93,9 +93,9 @@ echo " face global SecondaryCursor default,${inactive} face global LineNumbers ${overlay},${base} face global LineNumberCursor ${gold},${base} - face global MenuForeground ${base},${foam} - face global MenuBackground ${text},${overlay} - face global MenuInfo ${overlay} + face global MenuForeground ${text},${overlay} + face global MenuBackground ${subtle},${surface} + face global MenuInfo ${inactive} face global Information ${text},${overlay} face global Error ${base},${love} face global StatusLine ${text},${surface}