Use highlightInactive

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

View file

@ -52,8 +52,7 @@ 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}

View file

@ -52,8 +52,7 @@ 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}

View file

@ -52,8 +52,7 @@ 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}

View file

@ -88,8 +88,7 @@ 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}