From 93b027e5a8e831fdabb61cf89ccf7b7497e5d925 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sat, 18 Jun 2022 18:52:49 -0300 Subject: [PATCH] Make line numbers more visible --- colors/rose-pine-dawn.kak | 2 +- colors/rose-pine-moon.kak | 2 +- colors/rose-pine.kak | 2 +- make.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}