Make readable completion dialog that matches neovim's

This commit is contained in:
Cat /dev/Nulo 2021-09-07 22:13:22 -03:00
parent 1b290a2ca2
commit 3535222ea4
4 changed files with 12 additions and 12 deletions

View file

@ -57,9 +57,9 @@ echo "
face global SecondaryCursor default,${inactive} face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base} face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base} face global LineNumberCursor ${gold},${base}
face global MenuForeground ${base},${foam} face global MenuForeground ${text},${overlay}
face global MenuBackground ${text},${overlay} face global MenuBackground ${subtle},${surface}
face global MenuInfo ${overlay} face global MenuInfo ${inactive}
face global Information ${text},${overlay} face global Information ${text},${overlay}
face global Error ${base},${love} face global Error ${base},${love}
face global StatusLine ${text},${surface} face global StatusLine ${text},${surface}

View file

@ -57,9 +57,9 @@ echo "
face global SecondaryCursor default,${inactive} face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base} face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base} face global LineNumberCursor ${gold},${base}
face global MenuForeground ${base},${foam} face global MenuForeground ${text},${overlay}
face global MenuBackground ${text},${overlay} face global MenuBackground ${subtle},${surface}
face global MenuInfo ${overlay} face global MenuInfo ${inactive}
face global Information ${text},${overlay} face global Information ${text},${overlay}
face global Error ${base},${love} face global Error ${base},${love}
face global StatusLine ${text},${surface} face global StatusLine ${text},${surface}

View file

@ -57,9 +57,9 @@ echo "
face global SecondaryCursor default,${inactive} face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base} face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base} face global LineNumberCursor ${gold},${base}
face global MenuForeground ${base},${foam} face global MenuForeground ${text},${overlay}
face global MenuBackground ${text},${overlay} face global MenuBackground ${subtle},${surface}
face global MenuInfo ${overlay} face global MenuInfo ${inactive}
face global Information ${text},${overlay} face global Information ${text},${overlay}
face global Error ${base},${love} face global Error ${base},${love}
face global StatusLine ${text},${surface} face global StatusLine ${text},${surface}

View file

@ -93,9 +93,9 @@ echo "
face global SecondaryCursor default,${inactive} face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base} face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base} face global LineNumberCursor ${gold},${base}
face global MenuForeground ${base},${foam} face global MenuForeground ${text},${overlay}
face global MenuBackground ${text},${overlay} face global MenuBackground ${subtle},${surface}
face global MenuInfo ${overlay} face global MenuInfo ${inactive}
face global Information ${text},${overlay} face global Information ${text},${overlay}
face global Error ${base},${love} face global Error ${base},${love}
face global StatusLine ${text},${surface} face global StatusLine ${text},${surface}