Compare commits

..

No commits in common. "3535222ea45a0bb5885073c4880b406f1690afa0" and "322e4b8d951126684f70de497f5efa49624d6503" have entirely different histories.

4 changed files with 20 additions and 16 deletions

View file

@ -52,14 +52,15 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
face global SecondarySelection default,${highlightInactive}
# 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 PrimaryCursor ${base},${text}
face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base}
face global MenuForeground ${text},${overlay}
face global MenuBackground ${subtle},${surface}
face global MenuInfo ${inactive}
face global MenuForeground ${base},${foam}
face global MenuBackground ${text},${overlay}
face global MenuInfo ${overlay}
face global Information ${text},${overlay}
face global Error ${base},${love}
face global StatusLine ${text},${surface}

View file

@ -52,14 +52,15 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
face global SecondarySelection default,${highlightInactive}
# 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 PrimaryCursor ${base},${text}
face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base}
face global MenuForeground ${text},${overlay}
face global MenuBackground ${subtle},${surface}
face global MenuInfo ${inactive}
face global MenuForeground ${base},${foam}
face global MenuBackground ${text},${overlay}
face global MenuInfo ${overlay}
face global Information ${text},${overlay}
face global Error ${base},${love}
face global StatusLine ${text},${surface}

View file

@ -52,14 +52,15 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
face global SecondarySelection default,${highlightInactive}
# 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 PrimaryCursor ${base},${text}
face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base}
face global MenuForeground ${text},${overlay}
face global MenuBackground ${subtle},${surface}
face global MenuInfo ${inactive}
face global MenuForeground ${base},${foam}
face global MenuBackground ${text},${overlay}
face global MenuInfo ${overlay}
face global Information ${text},${overlay}
face global Error ${base},${love}
face global StatusLine ${text},${surface}

View file

@ -88,14 +88,15 @@ echo "
echo "
face global Default ${text},${base}
face global PrimarySelection default,${highlight}
face global SecondarySelection default,${highlightInactive}
# 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 PrimaryCursor ${base},${text}
face global SecondaryCursor default,${inactive}
face global LineNumbers ${overlay},${base}
face global LineNumberCursor ${gold},${base}
face global MenuForeground ${text},${overlay}
face global MenuBackground ${subtle},${surface}
face global MenuInfo ${inactive}
face global MenuForeground ${base},${foam}
face global MenuBackground ${text},${overlay}
face global MenuInfo ${overlay}
face global Information ${text},${overlay}
face global Error ${base},${love}
face global StatusLine ${text},${surface}