Skip to content

Commit

Permalink
fix: use base for cursor text
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshurst authored and sgoudham committed Aug 12, 2023
1 parent 91a17d3 commit c51f181
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions colors/catppuccin-frappe.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@
<key>Color Space</key>
<string>sRGB</string>
<key>Red Component</key>
<real>0.7764705882352941</real>
<real>0.18823529411764706</real>
<key>Green Component</key>
<real>0.8156862745098039</real>
<real>0.20392156862745098</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<real>0.27450980392156865</real>
<key>Alpha Component</key>
<real>1</real>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions colors/catppuccin-latte.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@
<key>Color Space</key>
<string>sRGB</string>
<key>Red Component</key>
<real>0.2980392156862745</real>
<real>0.9372549019607843</real>
<key>Green Component</key>
<real>0.30980392156862746</real>
<real>0.9450980392156862</real>
<key>Blue Component</key>
<real>0.4117647058823529</real>
<real>0.9607843137254902</real>
<key>Alpha Component</key>
<real>1</real>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions colors/catppuccin-macchiato.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@
<key>Color Space</key>
<string>sRGB</string>
<key>Red Component</key>
<real>0.792156862745098</real>
<real>0.1411764705882353</real>
<key>Green Component</key>
<real>0.8274509803921568</real>
<real>0.15294117647058825</real>
<key>Blue Component</key>
<real>0.9607843137254902</real>
<real>0.22745098039215686</real>
<key>Alpha Component</key>
<real>1</real>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions colors/catppuccin-mocha.itermcolors
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@
<key>Color Space</key>
<string>sRGB</string>
<key>Red Component</key>
<real>0.803921568627451</real>
<real>0.11764705882352941</real>
<key>Green Component</key>
<real>0.8392156862745098</real>
<real>0.11764705882352941</real>
<key>Blue Component</key>
<real>0.9568627450980393</real>
<real>0.1803921568627451</real>
<key>Alpha Component</key>
<real>1</real>
</dict>
Expand Down

0 comments on commit c51f181

Please sign in to comment.