LoginSignup
7
2

More than 5 years have passed since last update.

xcode8 のカーソル色変更

Posted at

xcodeのsource editorは「dusk」にしているので、黒いカーソル見えない。

xcode 7.3の時は下記のやり方でカーソルを白くしたが、xcode8はうまくいかない。
curl -L https://raw.githubusercontent.com/egold/better-xcode-ibeam-cursor/master/install.sh | bash

ネットで調べたら、xcode8のやり方を見つけたので、メモしておく。

1、Mousecape(フリーのMac カーソル管理ツール)をダウンロード
  https://github.com/alexzielenski/Mousecape/releases/tag/0.0.5

2、カーソルをダウンロード
  https://gist.github.com/alpriest/1fb8ab2c7406c7520b147a30f3f99c6b

3、ダウンロードしたカーソルをMousecapeにimport

image

4、再起動後も効くようにMousecapeをMacのログインアイテムに追加
 Macの「システム環境設定」 → 「ユーザとグループ」 → 「ログイン項目」にMousecapeを選択

以上で変更設定完了。

7
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
2