IU-2021.2.4 <aiko@pro.local Update laf.xml, filetypes.xml, colors.scheme.xml

This commit is contained in:
Aiko Mastboom 2022-01-14 01:35:12 +01:00
parent f7187c1582
commit 934fe079bf
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<application> <application>
<component name="EditorColorsManagerImpl"> <component name="EditorColorsManagerImpl">
<global_color_scheme name="Darcula" /> <global_color_scheme name="_@user_Darcula" />
</component> </component>
</application> </application>

View File

@ -4,6 +4,9 @@
<mapping pattern="setenv" type="AUTO_DETECTED" /> <mapping pattern="setenv" type="AUTO_DETECTED" />
<mapping ext="aiko" type="AUTO_DETECTED" /> <mapping ext="aiko" type="AUTO_DETECTED" />
<mapping pattern=".dockerignore" type="GitIgnore file" /> <mapping pattern=".dockerignore" type="GitIgnore file" />
<mapping ext="space.kts" type="Kotlin" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="heex" type="Live Embedded Elixir" />
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" /> <mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
<mapping ext="plist" type="PLAIN_TEXT" /> <mapping ext="plist" type="PLAIN_TEXT" />
<mapping ext="prj" type="PLAIN_TEXT" /> <mapping ext="prj" type="PLAIN_TEXT" />
@ -18,9 +21,6 @@
<removed_mapping ext="makefile" approved="true" type="textmate" /> <removed_mapping ext="makefile" approved="true" type="textmate" />
<removed_mapping ext="snakefile" approved="true" type="textmate" /> <removed_mapping ext="snakefile" approved="true" type="textmate" />
<removed_mapping pattern="setenv" approved="true" type="JSHELL" /> <removed_mapping pattern="setenv" approved="true" type="JSHELL" />
<mapping ext="heex" type="Live Embedded Elixir" />
<mapping ext="main.kts" type="Kotlin" />
<mapping ext="space.kts" type="Kotlin" />
</extensionMap> </extensionMap>
</component> </component>
</application> </application>

View File

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