VScodeにマテリアルテーマをインストールする
前置き
Material Themeのページに書いてあることですが、オールイングリッシュで一抹の不安を抱いてる人に向けた記事です。
インストールの手順
1
まずVScode内でマテリアルテーマをインストールします。
環境によってコマンドが違うので以下参照。
-
Windows →
Ctrl + P
-
Mac →
Command + P
-
Linux →
Ctrl+P
これをタイプして、出てきた窓に
ext install vsc-material-theme
と入力しEnter。
2
vsc-material-themeのリポジトリに行き、最新版の.vsixファイルをインストール。
2018.1.22現在ではv1.3.0でした。
3
VScode内で
-
Windows →
Ctrl + Shift + P
-
Mac →
Command + Shift + P
-
Linux →
Ctrl + Shift + P
を入力
するとコマンドパレットが開くので、そこでshell command
と入力し、
画像の上のやつで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割完了!
あとは有効にするだけ
-
Windows →
Ctrl + Shift + P
-
Mac →
Command + Shift + P
-
Linux →
Ctrl + Shift + P
これをタイプして、出てきた窓に
theme
と打ってPreferences: Color Theme
を選択してください。
おまけ: カラー変更
-
Windows →
Ctrl + Shift + P
-
Mac →
Command + Shift + P
-
Linux →
Ctrl + Shift + P
Ctrl + Shift + P
Command + Shift + P
Ctrl + Shift + P
をタイプして出てきた窓に
Material Theme
と入力し、Material Theme: Settings
→ Change color variant
と選択して、カラー一覧から好きな色を選択しましょう
おまけ: アイコン変更
-
Windows →
Ctrl + Shift + P
-
Mac →
Command + Shift + P
-
Linux →
Ctrl + Shift + P
Ctrl + Shift + P
Command + Shift + P
Ctrl + Shift + P
でicon theme
と入力し、基本設定: ファイル アイコンのテーマ
→ Material Theme Icons
を選択
最後に
更新されてるかもしれないから、不安ならMaterial Themeをチェックしてもいいかもね
Author And Source
この問題について(VScodeにマテリアルテーマをインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/s3pt3mb3r/items/ec575ce3d3b3c3634d1a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .