Skip to content

Commit

Permalink
Update JetBrains WebStorm settings
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Oct 30, 2018
1 parent 070fbe3 commit 655a73d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jetbrains/WebStorm/config/options/colors.scheme.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<application>
<component name="EditorColorsManagerImpl">
<global_color_scheme name="Zenburn" />
<global_color_scheme name="_@user_Night Owl" />
</component>
</application>
11 changes: 11 additions & 0 deletions jetbrains/WebStorm/config/options/ide.general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
<component name="GeneralSettings">
<option name="showTipsOnStartup" value="false" />
</component>
<component name="Registry">
<entry key="ide.tooltip.show.with.actions" value="true" />
<entry key="ide.balloon.shadow.size" value="0" />
<entry key="win.editor.thumb.default.alpha.base" value="0" />
<entry key="win.editor.thumb.default.alpha.delta" value="102" />
<entry key="win.editor.thumb.darcula.alpha.base" value="0" />
<entry key="win.editor.thumb.darcula.alpha.delta" value="102" />
<entry key="win.editor.thumb.default.fill.min" value="102" />
<entry key="win.editor.thumb.default.fill.max" value="150" />
<entry key="win.editor.thumb.darcula.fill.min" value="102" />
</component>
</application>

0 comments on commit 655a73d

Please sign in to comment.