From c51f1815f49e43a26b335dcc70ddd667a87671a6 Mon Sep 17 00:00:00 2001 From: James Hurst Date: Wed, 19 Jul 2023 02:03:14 -0400 Subject: [PATCH] fix: use base for cursor text --- build.ts | 2 +- colors/catppuccin-frappe.itermcolors | 6 +++--- colors/catppuccin-latte.itermcolors | 6 +++--- colors/catppuccin-macchiato.itermcolors | 6 +++--- colors/catppuccin-mocha.itermcolors | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build.ts b/build.ts index 0324749..1920554 100755 --- a/build.ts +++ b/build.ts @@ -124,7 +124,7 @@ for (let [flavour, colors] of Object.entries(variants)) { }, { key: "Cursor Text Color", - col: colors.text, + col: colors.base, }, { key: "Cursor Guide Color", diff --git a/colors/catppuccin-frappe.itermcolors b/colors/catppuccin-frappe.itermcolors index 9599add..bc3a58c 100644 --- a/colors/catppuccin-frappe.itermcolors +++ b/colors/catppuccin-frappe.itermcolors @@ -280,11 +280,11 @@ Color Space sRGB Red Component - 0.7764705882352941 + 0.18823529411764706 Green Component - 0.8156862745098039 + 0.20392156862745098 Blue Component - 0.9607843137254902 + 0.27450980392156865 Alpha Component 1 diff --git a/colors/catppuccin-latte.itermcolors b/colors/catppuccin-latte.itermcolors index 103b68d..2d66d0b 100644 --- a/colors/catppuccin-latte.itermcolors +++ b/colors/catppuccin-latte.itermcolors @@ -280,11 +280,11 @@ Color Space sRGB Red Component - 0.2980392156862745 + 0.9372549019607843 Green Component - 0.30980392156862746 + 0.9450980392156862 Blue Component - 0.4117647058823529 + 0.9607843137254902 Alpha Component 1 diff --git a/colors/catppuccin-macchiato.itermcolors b/colors/catppuccin-macchiato.itermcolors index 7e6eb7a..7c39c40 100644 --- a/colors/catppuccin-macchiato.itermcolors +++ b/colors/catppuccin-macchiato.itermcolors @@ -280,11 +280,11 @@ Color Space sRGB Red Component - 0.792156862745098 + 0.1411764705882353 Green Component - 0.8274509803921568 + 0.15294117647058825 Blue Component - 0.9607843137254902 + 0.22745098039215686 Alpha Component 1 diff --git a/colors/catppuccin-mocha.itermcolors b/colors/catppuccin-mocha.itermcolors index 60a0261..08978c3 100644 --- a/colors/catppuccin-mocha.itermcolors +++ b/colors/catppuccin-mocha.itermcolors @@ -280,11 +280,11 @@ Color Space sRGB Red Component - 0.803921568627451 + 0.11764705882352941 Green Component - 0.8392156862745098 + 0.11764705882352941 Blue Component - 0.9568627450980393 + 0.1803921568627451 Alpha Component 1