Use highlightInactive
This commit is contained in:
parent
322e4b8d95
commit
1b290a2ca2
4 changed files with 4 additions and 8 deletions
|
@ -52,8 +52,7 @@ echo "
|
||||||
echo "
|
echo "
|
||||||
face global Default ${text},${base}
|
face global Default ${text},${base}
|
||||||
face global PrimarySelection default,${highlight}
|
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,${highlightInactive}
|
||||||
face global SecondarySelection default,${overlay}
|
|
||||||
face global PrimaryCursor ${base},${text}
|
face global PrimaryCursor ${base},${text}
|
||||||
face global SecondaryCursor default,${inactive}
|
face global SecondaryCursor default,${inactive}
|
||||||
face global LineNumbers ${overlay},${base}
|
face global LineNumbers ${overlay},${base}
|
||||||
|
|
|
@ -52,8 +52,7 @@ echo "
|
||||||
echo "
|
echo "
|
||||||
face global Default ${text},${base}
|
face global Default ${text},${base}
|
||||||
face global PrimarySelection default,${highlight}
|
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,${highlightInactive}
|
||||||
face global SecondarySelection default,${overlay}
|
|
||||||
face global PrimaryCursor ${base},${text}
|
face global PrimaryCursor ${base},${text}
|
||||||
face global SecondaryCursor default,${inactive}
|
face global SecondaryCursor default,${inactive}
|
||||||
face global LineNumbers ${overlay},${base}
|
face global LineNumbers ${overlay},${base}
|
||||||
|
|
|
@ -52,8 +52,7 @@ echo "
|
||||||
echo "
|
echo "
|
||||||
face global Default ${text},${base}
|
face global Default ${text},${base}
|
||||||
face global PrimarySelection default,${highlight}
|
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,${highlightInactive}
|
||||||
face global SecondarySelection default,${overlay}
|
|
||||||
face global PrimaryCursor ${base},${text}
|
face global PrimaryCursor ${base},${text}
|
||||||
face global SecondaryCursor default,${inactive}
|
face global SecondaryCursor default,${inactive}
|
||||||
face global LineNumbers ${overlay},${base}
|
face global LineNumbers ${overlay},${base}
|
||||||
|
|
3
make.sh
3
make.sh
|
@ -88,8 +88,7 @@ echo "
|
||||||
echo "
|
echo "
|
||||||
face global Default ${text},${base}
|
face global Default ${text},${base}
|
||||||
face global PrimarySelection default,${highlight}
|
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,${highlightInactive}
|
||||||
face global SecondarySelection default,${overlay}
|
|
||||||
face global PrimaryCursor ${base},${text}
|
face global PrimaryCursor ${base},${text}
|
||||||
face global SecondaryCursor default,${inactive}
|
face global SecondaryCursor default,${inactive}
|
||||||
face global LineNumbers ${overlay},${base}
|
face global LineNumbers ${overlay},${base}
|
||||||
|
|
Loading…
Reference in a new issue