IU-2021.2.1 <aiko@pro.local Update laf.xml, filetypes.xml

This commit is contained in:
Aiko Mastboom 2021-08-29 20:26:49 +02:00
parent fcb0ce049d
commit e2e4ffa409
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,8 @@
<extensionMap>
<mapping pattern="setenv" type="AUTO_DETECTED" />
<mapping ext="aiko" type="AUTO_DETECTED" />
<mapping ext="space.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
<mapping ext="plist" type="PLAIN_TEXT" />
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />

View File

@ -1,5 +1,5 @@
<application>
<component name="LafManager" autodetect="false">
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
<component name="LafManager" autodetect="true">
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" themeId="JetBrainsLightTheme" />
</component>
</application>