diff options
| -rw-r--r-- | colors.scheme.xml | 2 | ||||
| -rw-r--r-- | filetypes.xml | 4 | ||||
| -rw-r--r-- | laf.xml | 2 | ||||
| -rw-r--r-- | project.default.xml | 46 | ||||
| -rw-r--r-- | updates.xml | 6 | ||||
| -rw-r--r-- | vcs.xml | 1 |
6 files changed, 11 insertions, 50 deletions
diff --git a/colors.scheme.xml b/colors.scheme.xml index 5412d0b..39308cd 100644 --- a/colors.scheme.xml +++ b/colors.scheme.xml @@ -1,5 +1,5 @@ <application> <component name="EditorColorsManagerImpl"> - <global_color_scheme name="Monokai Pro (Filter Ristretto)" /> + <global_color_scheme name="Darcula" /> </component> </application>
\ No newline at end of file diff --git a/filetypes.xml b/filetypes.xml index c12dce2..5543987 100644 --- a/filetypes.xml +++ b/filetypes.xml @@ -1,8 +1,8 @@ <application> <component name="FileTypeManager" version="18"> <extensionMap> - <removed_mapping ext="inc" approved="true" type="Assembly file" /> - <removed_mapping ext="mac" approved="true" type="Assembly file" /> + <removed_mapping ext="graphqlconfig" type="JSON" /> + <removed_mapping ext="chm" approved="true" type="Native" /> </extensionMap> </component> </application>
\ No newline at end of file @@ -1,5 +1,5 @@ <application> <component name="LafManager" autodetect="false"> - <laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="76cc8066-d21c-4e4c-8583-1b3f22e90e8f" /> + <laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" /> </component> </application>
\ No newline at end of file diff --git a/project.default.xml b/project.default.xml index 8b6b554..83d6f4f 100644 --- a/project.default.xml +++ b/project.default.xml @@ -1,56 +1,12 @@ <application> <component name="ProjectManager"> <defaultProject> - <component name="AutoImportSettings"> - <option name="autoReloadType" value="SELECTIVE" /> - </component> <component name="DiscordProjectSettings"> <option name="show" value="ASK" /> <option name="description" value="" /> </component> - <component name="ProjectDictionaryState"> - <dictionary name="fuwnz" /> - </component> - <component name="ProjectInspectionProfilesVisibleTreeState"> - <entry key="Project Default"> - <profile-state> - <expanded-state> - <State /> - </expanded-state> - <selected-state> - <State> - <id>BibTeX</id> - </State> - </selected-state> - </profile-state> - </entry> - </component> <component name="PropertiesComponent"> - <property name="settings.editor.selected.configurable" value="discord-application" /> - </component> - <component name="PyDebuggerOptionsProvider"> - <option name="mySaveCallSignatures" value="true" /> - </component> - <component name="SshConsoleOptionsProvider"> - <option name="myEncoding" value="UTF-8" /> - <option name="myConnectionType" value="SSH_CONFIG" /> - <option name="myConnectionId" value="[email protected]:22 password" /> - </component> - <component name="masterDetails"> - <states> - <state key="Copyright.UI"> - <settings> - <last-edited>Fuwn</last-edited> - <splitter-proportions> - <option name="proportions"> - <list> - <option value="0.2" /> - </list> - </option> - </splitter-proportions> - </settings> - </state> - </states> + <property name="settings.editor.selected.configurable" value="ics" /> </component> </defaultProject> </component> diff --git a/updates.xml b/updates.xml new file mode 100644 index 0000000..aee3ab7 --- /dev/null +++ b/updates.xml @@ -0,0 +1,6 @@ +<application> + <component name="UpdatesConfigurable"> + <option name="LAST_BUILD_CHECKED" value="RM-212.5080.58" /> + <option name="LAST_TIME_CHECKED" value="1630564615335" /> + </component> +</application>
\ No newline at end of file @@ -1,6 +1,5 @@ <application> <component name="VcsApplicationSettings"> <option name="COMMIT_FROM_LOCAL_CHANGES" value="true" /> - <option name="SHOW_EDITOR_PREVIEW_ON_DOUBLE_CLICK" value="false" /> </component> </application>
\ No newline at end of file |