Make readable completion dialog that matches neovim's
This commit is contained in:
parent
1b290a2ca2
commit
3535222ea4
4 changed files with 12 additions and 12 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
6
make.sh
6
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}
|
||||
|
|
Loading…
Reference in a new issue