diff --git a/colors/rose-pine-dawn.kak b/colors/rose-pine-dawn.kak index 4c6f342..c327013 100644 --- a/colors/rose-pine-dawn.kak +++ b/colors/rose-pine-dawn.kak @@ -55,7 +55,7 @@ echo " face global SecondarySelection default,${highlightInactive} face global PrimaryCursor ${base},${text} face global SecondaryCursor default,${inactive} - face global LineNumbers ${overlay},${base} + face global LineNumbers ${subtle},${base} face global LineNumberCursor ${gold},${base} face global MenuForeground ${text},${overlay} face global MenuBackground ${subtle},${surface} diff --git a/colors/rose-pine-moon.kak b/colors/rose-pine-moon.kak index 95c7654..3743378 100644 --- a/colors/rose-pine-moon.kak +++ b/colors/rose-pine-moon.kak @@ -55,7 +55,7 @@ echo " face global SecondarySelection default,${highlightInactive} face global PrimaryCursor ${base},${text} face global SecondaryCursor default,${inactive} - face global LineNumbers ${overlay},${base} + face global LineNumbers ${subtle},${base} face global LineNumberCursor ${gold},${base} face global MenuForeground ${text},${overlay} face global MenuBackground ${subtle},${surface} diff --git a/colors/rose-pine.kak b/colors/rose-pine.kak index 10f55ed..0c96095 100644 --- a/colors/rose-pine.kak +++ b/colors/rose-pine.kak @@ -55,7 +55,7 @@ echo " face global SecondarySelection default,${highlightInactive} face global PrimaryCursor ${base},${text} face global SecondaryCursor default,${inactive} - face global LineNumbers ${overlay},${base} + face global LineNumbers ${subtle},${base} face global LineNumberCursor ${gold},${base} face global MenuForeground ${text},${overlay} face global MenuBackground ${subtle},${surface} diff --git a/make.sh b/make.sh index 666aa82..122af73 100755 --- a/make.sh +++ b/make.sh @@ -91,7 +91,7 @@ echo " face global SecondarySelection default,${highlightInactive} face global PrimaryCursor ${base},${text} face global SecondaryCursor default,${inactive} - face global LineNumbers ${overlay},${base} + face global LineNumbers ${subtle},${base} face global LineNumberCursor ${gold},${base} face global MenuForeground ${text},${overlay} face global MenuBackground ${subtle},${surface}