Skip to content

Commit

Permalink
RD-2022.3 <daves@DESKTOP-IMAKJCG Update laf.xml, ide.general.xml, mat…
Browse files Browse the repository at this point in the history
…erial_theme.xml, colors.scheme.xml
  • Loading branch information
daves committed Dec 8, 2022
1 parent 651b3ac commit 44d3afa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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="Dark" />
<global_color_scheme name="Night Owl (Material)" />
</component>
</application>
4 changes: 4 additions & 0 deletions ide.general.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
<entry key="ide.mac.bigsur.window.with.tabs.enabled" value="false" />
<entry key="ide.intellij.laf.enable.animation" value="true" />
<entry key="ide.experimental.ui" value="true" />
<entry key="ide.editor.tab.selection.animation" value="true" />
<entry key="ide.new.editor.tabs.vertical.borders" value="true" />
<entry key="editor.focus.mode.color.light" value="697098" />
<entry key="editor.focus.mode.color.dark" value="697098" />
</component>
</application>
2 changes: 1 addition & 1 deletion laf.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<application>
<component name="LafManager" autodetect="false">
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="ExperimentalDark" />
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" themeId="NIGHT_OWL" />
</component>
</application>
4 changes: 2 additions & 2 deletions material_theme.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<application>
<component name="MaterialThemeConfig">
<option name="isWizardShown" value="true" />
<option name="accentColor" value="387bff" />
<option name="selectedTheme" value="NATIVE" />
<option name="accentColor" value="7e57c2" />
<option name="selectedTheme" value="NIGHT_OWL" />
<option name="userId" value="197017a6:167e1753ae4:-8000" />
<option name="version" value="8.3.2" />
</component>
Expand Down

0 comments on commit 44d3afa

Please sign in to comment.