android studio主题设置

来源:互联网 发布:thinkphp nginx 配置 编辑:程序博客网 时间:2024/04/30 05:52

Today, during a glorious transition from 1.5 rc1 to 1.5 Android Studio decided to keep all of my settings completely intact, with the honorable exception of GUI and syntax themes and LogCatcolors, which were just gone. Being me, I had not the slightest recollection on how the previous combo have gotten into my editor and I had to search for everything again. Not particularly enjoying the process of rediscovery, I decided to keep it stashed somewhere, both for the future me and maybe for some curious souls that happen to bump onto my blog.

Final appearance More below

1. GUI Thememanual from here

  1. Open the Settings/Preferences dialog (OSX/Unix: ⌘+,, Windows: Ctrl+Alt+S)
  2. In the left-hand pane, select Plugins.
  3. Click Browse repositories… and search for Material Theme UI
  4. Click Install plugin and confirm your intention to download and install the plugin.
  5. Click OK in the Settings dialog and restart for the changes to take effect.

tl;dr: ⌘⇧a → "Plugins" → ↩ → ⌃⌥b → → "Material Theme UI" → [Install plugin] → ⌃⌥c → ⎋ →

NOTE: No need to set schema as we’ll be using a different one.

2. Editor Schemamanual from here

Find plugin
  1. Open IDE and locate File >> Settings >> Plugins and click Browse Repositories…
  2. Search for and click ChroMATERIAL and click Install plugin
Use Color Scheme
  1. Locate File >> Settings >> Editor >> Colors & Fonts >> Scheme
  2. Choose ChroMATERIAL and click Apply/OK.

tl;dr: ⌘⇧a → "Plugins" → ↩ → ⌃⌥b → → "ChroMATERIAL" → [Install plugin] → ⌃⌥c → ⎋ → → ⌘⇧a → "Color Scheme" → [3. ChroMATERIAL] → ↩

3. HOLO Logcat

TypeColorverbose:#BBBdebug:#33B5E5info:#9C0assert:#A6Cerror:#F44warning:#FB3
  1. Go to Preferences → Editor → Colors & Fonts → Android Logcat,
  2. Make sure that ChroMATERIAL is selected in dropdown, and click Save as…,
  3. Choose a name ex. ChroMATERIAL + HOLO and confirm with OK,
  4. Click on each item from the list in the center and change their Foreground color to the one from table above,
  5. Click Apply/OK.

tl;dr: ⌘⇧a → "Android Logcat" → [Save as...] → "ChroMATERIAL + HOLO"¹ → ↩ → → ⎋

¹ - any other name is fine too

Screenshots open in the same tab


0 0
原创粉丝点击