Compare commits
2 commits
322e4b8d95
...
3535222ea4
Author | SHA1 | Date | |
---|---|---|---|
3535222ea4 | |||
1b290a2ca2 |
4 changed files with 16 additions and 20 deletions
|
@ -52,15 +52,14 @@ 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}
|
||||||
face global LineNumberCursor ${gold},${base}
|
face global LineNumberCursor ${gold},${base}
|
||||||
face global MenuForeground ${base},${foam}
|
face global MenuForeground ${text},${overlay}
|
||||||
face global MenuBackground ${text},${overlay}
|
face global MenuBackground ${subtle},${surface}
|
||||||
face global MenuInfo ${overlay}
|
face global MenuInfo ${inactive}
|
||||||
face global Information ${text},${overlay}
|
face global Information ${text},${overlay}
|
||||||
face global Error ${base},${love}
|
face global Error ${base},${love}
|
||||||
face global StatusLine ${text},${surface}
|
face global StatusLine ${text},${surface}
|
||||||
|
|
|
@ -52,15 +52,14 @@ 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}
|
||||||
face global LineNumberCursor ${gold},${base}
|
face global LineNumberCursor ${gold},${base}
|
||||||
face global MenuForeground ${base},${foam}
|
face global MenuForeground ${text},${overlay}
|
||||||
face global MenuBackground ${text},${overlay}
|
face global MenuBackground ${subtle},${surface}
|
||||||
face global MenuInfo ${overlay}
|
face global MenuInfo ${inactive}
|
||||||
face global Information ${text},${overlay}
|
face global Information ${text},${overlay}
|
||||||
face global Error ${base},${love}
|
face global Error ${base},${love}
|
||||||
face global StatusLine ${text},${surface}
|
face global StatusLine ${text},${surface}
|
||||||
|
|
|
@ -52,15 +52,14 @@ 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}
|
||||||
face global LineNumberCursor ${gold},${base}
|
face global LineNumberCursor ${gold},${base}
|
||||||
face global MenuForeground ${base},${foam}
|
face global MenuForeground ${text},${overlay}
|
||||||
face global MenuBackground ${text},${overlay}
|
face global MenuBackground ${subtle},${surface}
|
||||||
face global MenuInfo ${overlay}
|
face global MenuInfo ${inactive}
|
||||||
face global Information ${text},${overlay}
|
face global Information ${text},${overlay}
|
||||||
face global Error ${base},${love}
|
face global Error ${base},${love}
|
||||||
face global StatusLine ${text},${surface}
|
face global StatusLine ${text},${surface}
|
||||||
|
|
9
make.sh
9
make.sh
|
@ -88,15 +88,14 @@ 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}
|
||||||
face global LineNumberCursor ${gold},${base}
|
face global LineNumberCursor ${gold},${base}
|
||||||
face global MenuForeground ${base},${foam}
|
face global MenuForeground ${text},${overlay}
|
||||||
face global MenuBackground ${text},${overlay}
|
face global MenuBackground ${subtle},${surface}
|
||||||
face global MenuInfo ${overlay}
|
face global MenuInfo ${inactive}
|
||||||
face global Information ${text},${overlay}
|
face global Information ${text},${overlay}
|
||||||
face global Error ${base},${love}
|
face global Error ${base},${love}
|
||||||
face global StatusLine ${text},${surface}
|
face global StatusLine ${text},${surface}
|
||||||
|
|
Loading…
Reference in a new issue