Compare commits

...

2 commits

4 changed files with 16 additions and 20 deletions

View file

@ -52,15 +52,14 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
# We should use highlightInactive, however it makes it hard to notice the selection and inactive selections are important in Kakoune!
face global SecondarySelection default,${overlay}
face global SecondarySelection default,${highlightInactive}
face global PrimaryCursor ${base},${text}
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}

View file

@ -52,15 +52,14 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
# We should use highlightInactive, however it makes it hard to notice the selection and inactive selections are important in Kakoune!
face global SecondarySelection default,${overlay}
face global SecondarySelection default,${highlightInactive}
face global PrimaryCursor ${base},${text}
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}

View file

@ -52,15 +52,14 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
# We should use highlightInactive, however it makes it hard to notice the selection and inactive selections are important in Kakoune!
face global SecondarySelection default,${overlay}
face global SecondarySelection default,${highlightInactive}
face global PrimaryCursor ${base},${text}
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}

View file

@ -88,15 +88,14 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
# We should use highlightInactive, however it makes it hard to notice the selection and inactive selections are important in Kakoune!
face global SecondarySelection default,${overlay}
face global SecondarySelection default,${highlightInactive}
face global PrimaryCursor ${base},${text}
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}