Add phpstorm settings
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
482e0e3dfd
commit
4d8b1920ab
8 changed files with 60 additions and 1 deletions
5
system/.config/phpstorm/options/colors.scheme.xml
Normal file
5
system/.config/phpstorm/options/colors.scheme.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="EditorColorsManagerImpl">
|
||||
<global_color_scheme name="Darcula" />
|
||||
</component>
|
||||
</application>
|
6
system/.config/phpstorm/options/editor.xml
Normal file
6
system/.config/phpstorm/options/editor.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<application>
|
||||
<component name="DefaultFont">
|
||||
<option name="FONT_SIZE" value="14" />
|
||||
<option name="FONT_FAMILY" value="Fira Mono" />
|
||||
</component>
|
||||
</application>
|
5
system/.config/phpstorm/options/laf.xml
Normal file
5
system/.config/phpstorm/options/laf.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="LafManager">
|
||||
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
|
||||
</component>
|
||||
</application>
|
5
system/.config/phpstorm/options/ui.lnf.xml
Normal file
5
system/.config/phpstorm/options/ui.lnf.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="UISettings">
|
||||
<option name="OVERRIDE_NONIDEA_LAF_FONTS" value="true" />
|
||||
</component>
|
||||
</application>
|
Loading…
Add table
Add a link
Reference in a new issue