LoginSignup
1
5

More than 5 years have passed since last update.

VScodeにマテリアルテーマをインストールする

Last updated at Posted at 2018-01-22

前置き

Material Themeのページに書いてあることですが、オールイングリッシュで一抹の不安を抱いてる人に向けた記事です。

インストールの手順

1

まずVScode内でマテリアルテーマをインストールします。
環境によってコマンドが違うので以下参照。

  • WindowsCtrl + P
  • MacCommand + P
  • LinuxCtrl+P

これをタイプして、出てきた窓に

ext install vsc-material-theme

と入力しEnter。

2

vsc-material-themeのリポジトリに行き、最新版の.vsixファイルをインストール。
2018.1.22現在ではv1.3.0でした。
スクリーンショット 2018-01-22 19.32.05.png

3

VScode内で

  • WindowsCtrl + Shift + P
  • MacCommand + Shift + P
  • LinuxCtrl + Shift + P

を入力

するとコマンドパレットが開くので、そこでshell commandと入力し、
スクリーンショット 2018-01-22 19.36.50.png
画像の上のやつでEnter。

するとcodeコマンドが使えるようになるので、シェルで

code --install-extension /Path/To/vsc-material-theme-*.*.*.vsix

を実行。

Extension 'vsc-material-theme-1.3.0.vsix' was successfully installed!

と表示されたら成功。

4

次にシェルで

git clone https://github.com/equinusocio/vsc-material-theme.git Equinusocio.vsc-material-theme

を実行

5

これで9割完了!
あとは有効にするだけ

  • WindowsCtrl + Shift + P
  • MacCommand + Shift + P
  • LinuxCtrl + Shift + P

これをタイプして、出てきた窓に
themeと打ってPreferences: Color Themeを選択してください。

おまけ: カラー変更

  • WindowsCtrl + Shift + P
  • MacCommand + Shift + P
  • LinuxCtrl + Shift + P

をタイプして出てきた窓に
Material Themeと入力し、Material Theme: SettingsChange color variantと選択して、カラー一覧から好きな色を選択しましょう

おまけ: アイコン変更

  • WindowsCtrl + Shift + P
  • MacCommand + Shift + P
  • LinuxCtrl + Shift + P

icon themeと入力し、基本設定: ファイル アイコンのテーマMaterial Theme Iconsを選択

最後に

更新されてるかもしれないから、不安ならMaterial Themeをチェックしてもいいかもね

1
5
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
1
5