22
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcode7でXcode8から追加されるCivicカラーテーマを使う方法

Last updated at Posted at 2016-07-12

Xcode8にはCivicという新しいカラーテーマが追加されます。
WWDC2016の会場には壁一面、Civicカラーのメッセージがありました。

IMG_0228.JPG

前提条件

Xcode8 betaがインストール済み

使用方法

  1. カラーテーマがあるディレクトリに移動
cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
  1. Civic.xccolorthemeCivic.dvtcolortheme にコピー
cp Civic.xccolortheme Civic.dvtcolortheme
  1. Xcode7を起動し、メニューバーから Xcode > Preferences > Fonts & ColorsCivic を選択

まとめ

テーマをコピーするだけで簡単に使用できます。
code7での開発は少なくとも秋までは続くと思うので、一足早く試したい方はぜひ :smile:

22
21
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
22
21

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?