Development of applications for the platform Android requires constant interaction with the integrated development environment Android Studio. A programmer's comfort directly depends on how comfortable and familiar the desktop looks, which is why many developers are actively experimenting with visual design. Installing new color schemes, fonts and icons through the plugin system is a standard practice for increasing productivity and reducing eye fatigue.

However, a situation often arises when the installed theme no longer suits you, conflicts with other extensions, or was simply chosen by chance and now interferes with work. Unlike simple mobile applications where you just need to click โ€œdelete,โ€ in a professional development environment the process may not be obvious to a beginner. Incorrect deletion of configuration files can lead to malfunctions IDE, so it is important to understand the structure of storing settings.

In this guide we will analyze in detail all existing methods of returning to the standard design. We'll look at standard plugin management tools, manually clearing configuration files, and methods for completely resetting the development environment. Understanding these processes will allow you to flexibly manage your workspace without the risk of losing important projects or compiler settings.

Managing plugins through IDE settings

The safest and correct way to change or delete a theme is to use the built-in plugin manager. Most themes in Android Studiobe it Darcula, Material Theme UI or One Darkare third-party extensions. They are not built into the system core, but are connected as modules, which makes it easy to activate or deactivate them as needed.

To access add-on management, you need to go to the menu File โ†’ Settings (on Windows/Linux) or Android Studio โ†’ Preferences (on macOS). In the window that opens, in the left column you need to select a section Plugins. All installed extensions are displayed here, divided into the categories "Installed" (installed) and "Marketplace" (available for download). It is in the first tab that the topic you are looking for is located.

โš ๏ธ Attention: Some topics may be part of larger tool packages (for example, kits for a specific programming language). Before deleting, make sure that you do not disable critical functionality required for code compilation.

Once you find an unnecessary plugin in the list, you will see a button Disable (Disable) or Uninstall (Delete). The difference between them is significant: disabling temporarily hides the theme, saving its files on disk, while deleting completely erases the plugin data. After completing the action, the development environment will request a reboot, without which the changes will not take effect. If the standard theme was damaged, simply switching may not help. In this case, it is recommended to first completely remove the plugin, restart studio, and then, if necessary, install it again from the official repository. This allows you to clear the GUI cache and eliminate display artifacts. Restart IDE, without which the changes will not take effect.

If the standard theme IntelliJ or Darcula was damaged, simply switching may not help. In this case, it is recommended to first completely remove the plugin, restart studio, and then, if necessary, install it again from the official repository. This allows you to clear the GUI cache and eliminate display artifacts.

๐Ÿ“Š What type of theme do you prefer in the IDE?
Dark/Darcula
Light
High Contrast)
Neon/Color

Resetting settings via the File menu

In situations where the interface Android Studio stops responding to changes or the theme is โ€œstuckโ€ and cannot be deleted through the standard manager, resetting the settings is an effective solution. This function returns the IDE to the state immediately after the first installation, removing all user preferences, including keywords, window layouts and, of course, visual themes.

To perform this operation, go to the main menu and select item File. In the drop-down list you need to find the option Manage IDE Settings (in some versions it may be called simply Settings or located in a submenu). The command Restore Default Settings...will be available there. The system will warn you that all personalized data will be lost and will require confirmation of the action.

This method is especially useful when you have experimented with many plugins and now you cannot figure out which one is causing a conflict or is not being removed correctly. A complete configuration cleanup ensures that there are no โ€œtailsโ€ left from old themes in the system. After the reboot, you will see a clean interface with factory settings.

โ˜‘๏ธ Checklist before resetting your settings

Done: 0 / 4

It is important to understand that the reset does not affect your projects, code and version history Git. It concerns only the global settings of the app itself. However, if you configured paths to SDKemulators or environment variables, you will have to re-register them. Therefore, this method is best used as a last resort when other methods have not helped.

Manual deletion of configuration files

For advanced users who prefer full control over the file system or are faced with a situation where Android Studio does not start due to an error in the theme plugin, there is a manual deletion method. All settings are stored in special directories on the hard drive, and clearing them is equivalent to reinstalling the app from scratch.

The location of the configuration folders depends on your operating system. In modern versions Android Studio (starting from 2020) the paths have changed compared to legacy versions. Below is a table with current paths for various OSs where plug-in and settings data is stored.

Operating system Path to configuration (Config) Path to plugins (Plugins)
Windows 10/11 %APPDATA%\Google\AndroidStudio202X.X %APPDATA%\Google\AndroidStudio202X.X\plugins
macOS ~/Library/Application Support/Google/AndroidStudio202X.X ~/Library/Application Support/Google/AndroidStudio202X.X/plugins
Linux ~/.config/Google/AndroidStudio202X.X ~/.local/share/Google/AndroidStudio202X.X
Windows (Legacy) %USERPROFILE%\.AndroidStudio202X.X\config %USERPROFILE%\.AndroidStudio202X.X\plugins

To perform cleaning, you must close completely Android Studio. Then, using a file manager or terminal, navigate to the appropriate path. You are interested in the folder pluginsin which files of all installed extensions are stored. Find the archive or folder with the name of the theme to be deleted (for example, material-theme-ui.jar) and delete it.

A more radical, but effective way is to rename or delete the entire configuration folder (for example, rename AndroidStudio2023.1 to AndroidStudio2023.1_backup). The next time you start the system, it will not detect the old settings and will create a new clean configuration. This is guaranteed to remove any theme, even if it is embedded deep into the system.

What to do if the AppData folder is hidden?

In Windows, the AppData folder is hidden by default. To get to it, open File Explorer, click on the โ€œViewโ€ tab at the top and check the โ€œHidden elementsโ€ checkbox. Or simply paste the %APPDATA% path into the address bar of Explorer and press Enter.

Clearing cache and temporary files

Sometimes the problem with deleting a theme lies not in the plugin files themselves, but in the cached interface data. Android Studio actively uses caching to speed up work, and if The cache contains broken graphics or incorrect styles; visual artifacts may persist even after the plugin is removed.

To clear the cache, use the built-in function. In the top menu, select File, then move the cursor over Invalidate Caches.... A dialog box will open with a list of options. It is recommended to check the boxes related to clearing the plugin cache and reloading indexes. Click the button Invalidate and Restart to start the process.

This procedure will take some time, since the development environment will have to re-index all projects and libraries. However, this often solves problems with "ghost" UI elements that don't want to disappear. After the reboot, you will see that the theme has returned to the standard one or has been successfully deleted.

Additionally, you can clear the system cache manually. In the directories specified in the previous section, there is often a folder system or caches. Deleting its contents (with the IDE closed) also helps reset the state of the graphics engine that underlies JetBrains, which underlies Android Studio.

๐Ÿ’ก

Use the Shift+Shift hotkeys (Shift twice) to quickly bring up Search Everywhere, and enter "Invalidate Caches" to avoid wandering around the menu.

Version conflicts and theme compatibility

One of the common reasons why a theme cannot be deleted or does not work correctly is version incompatibility. Android Studio is based on a platform IntelliJ IDEA, and versions of these platforms are constantly updated. A theme written for the 2021 version may cause critical errors or block the uninstall menu in the 2026 version.

In such cases, messages about Help โ†’ Show Log in Explorer/Finder). If the plugin does not allow you to open the settings for its removal, the only way out is to use safe mode or manually deleting files, described above. PluginException or problems with UI classes will appear in the error logs (accessible through

It is also worth considering that some themes require other dependency plugins. For example, a theme may depend on a plugin Atom Material Icons or specific libraries Kotlin. Trying to remove the base theme without taking into account the dependencies may result in the interface remaining in a "half-rendered" state.

โš ๏ธ Attention: If you are using the Android Studio Canary or Beta version, theme plugins may be unstable due to changes in the interface API. In such assemblies, it is better to refrain from installing heavy graphics plugins.

Compatibility check is carried out on the plugin page in the marketplace. It usually indicates for which versions Build (build) the plugin is intended. If your IDE version is newer than this, the risk of conflicts is high. In this case, removing the theme is the only reasonable solution for stable operation.

Using the command line to reset

For users who prefer a terminal, or in cases where the GUI Android Studio is completely unusable (for example, a white screen on startup due to a theme), you can use the command line. This method allows you to force a reset without going into the app menu.

The main mechanism is to launch the IDE with a flag indicating the use of a temporary configuration, or directly deleting folders through console commands. For example, on Linux/macOS you can run the command to delete the plugins directory:

rm -rf ~/Library/Application\ Support/Google/AndroidStudio2023.1/plugins/material-theme-ui

In Windows via PowerShell, the command will look similar, but using the path %APPDATA%. There is also the option of resetting via file idea.propertiesby adding a line pointing to an alternative configuration folder, which will allow you to run the IDE in its pure form, and then calmly remove the problematic plugin through the interface.

This approach requires caution, since one error in the path can lead to the removal of the wrong files. However, for experienced developers, this is the fastest way to revive the development environment when it has fallen due to a failed design experiment.

๐Ÿ’ก

The most reliable way to remove a theme is to find it in the list of plugins (Plugins) and click Uninstall, then restart the IDE. Manual deletion of files is only required in case of critical failures.

Frequently asked questions (FAQ)

Will my code and projects be deleted if I delete the theme or reset the settings?

No, your projects, code, history Git and local the changes will remain intact. Resetting settings or deleting plugins only affects the configuration of the development environment itself Android Studio (colors, fonts, hotkeys, SDK paths), but does not affect your project files on disk.

How to return the standard Darcula theme if I deleted all plugins?

Theme Darcula (dark) and Light (light) are built into the core Android Studio and are not plugins. They cannot be removed. If after removing all third-party themes the interface looks strange, just go to Settings โ†’ Appearance & Behavior โ†’ Appearance and select Theme: Darcula or IntelliJ Light from the drop-down list.

Why does the interface still look strange after removing the theme plugin?

Probably remained cached data or settings of specific components that the theme has changed. Try doing Invalidate Caches / Restart. If this does not help, the theme may have made changes to the color scheme files (colors.scheme.xml), which need to be reset manually or by resetting all IDE settings.

Is it possible to delete a theme if Android Studio does not start?

Yes, in this case you need to use manual file removal. Find the folder with plugins on the disk (paths are indicated in the section on manual removal) and delete the file .jar or folder of the corresponding theme. After that, launch the IDE - it should work with standard settings.