From 3cd0e2adb0bbdb2e59bdf4f4818f23080c36890e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 14 Jul 2023 10:20:20 +0200 Subject: [PATCH] themes: enable custom cursor colors in all themes that define such colors Not all themes have/define custom cursor colors. But of those that do, nearly all already enabled them (by setting "cursor.color"), except three themes: * aeroroot * ayu-mirage * material-amber This patch makes all themes consistent, by enabling cursor.color in these last three themes too. --- themes/aeroroot | 2 +- themes/ayu-mirage | 2 +- themes/material-amber | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/aeroroot b/themes/aeroroot index 7e65f909..3b887448 100644 --- a/themes/aeroroot +++ b/themes/aeroroot @@ -2,7 +2,7 @@ # Aero root theme [cursor] -# color=1a1a1a 9fd5f5 +color=1a1a1a 9fd5f5 [colors] foreground=dedeef diff --git a/themes/ayu-mirage b/themes/ayu-mirage index 89877ce9..64e85a4e 100644 --- a/themes/ayu-mirage +++ b/themes/ayu-mirage @@ -3,7 +3,7 @@ # description: a theme based on Ayu Mirage for Sublime Text (original: https://github.com/dempfi/ayu) [cursor] -# color = ffcc66 665a44 +color = ffcc66 665a44 [colors] foreground = cccac2 diff --git a/themes/material-amber b/themes/material-amber index ee2c21b5..ad844a9a 100644 --- a/themes/material-amber +++ b/themes/material-amber @@ -2,8 +2,8 @@ # Material Amber # Based on material.io guidelines with Amber 50 background -# [cursor] -# color=fff8e1 21201d +[cursor] +color=fff8e1 21201d [colors] foreground = 21201d