mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Gradle/DevKit approach or Plugin/Theme topic content reorganization (#862)
This commit is contained in:
parent
c2f83ebeba
commit
70d4ebcec9
@ -55,7 +55,7 @@ In the following table, you may find all available samples provided in the separ
|
||||
| [Run Configuration](./run_configuration) | Run configuration implementation with factory, options and UI. |
|
||||
| [Settings](./settings) | Custom settings panel, adds a settings panel to the **Settings/Preferences** panel under **Tools**. |
|
||||
| [Simple Language Plugin](./simple_language_plugin) | Custom language support, defines a new *Simple language* with syntax highlighting, annotations, code completion, and other features. |
|
||||
| [Theme Basics](./theme_basics) | Sample *UI Theme* plugin with basic interface modifications. |
|
||||
| [Theme Basics](./theme_basics) | Sample *theme* plugin with basic interface modifications. |
|
||||
| [Tool Window](./tool_window) | Custom Tool Window example plugin. |
|
||||
| [Tree Structure Provider](./tree_structure_provider) | Tree Structure Provider showing only plain text files. |
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Theme Basics [][docs]
|
||||
*Reference: [Creating Custom UI Themes in IntelliJ SDK Docs][docs:themes]*
|
||||
*Reference: [Creating Custom Themes in IntelliJ SDK Docs][docs:themes]*
|
||||
|
||||
## Quickstart
|
||||
|
||||
Custom UI Themes are available beginning in version 2019.1.
|
||||
Custom themes are available beginning in version 2019.1.
|
||||
|
||||
Creating a custom UI Theme is a process of choosing a base IDE Theme (Light or Darcula) then changing aspects of the base Theme definition.
|
||||
Custom UI Themes can:
|
||||
Creating a custom theme is a process of choosing a base IDE Theme (Light or Darcula) then changing aspects of the base Theme definition.
|
||||
Custom themes can:
|
||||
- substitute icons,
|
||||
- change the colors of icons and UI controls,
|
||||
- alter the borders and insets of UI controls,
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
<description>
|
||||
<![CDATA[
|
||||
IntelliJ Platform SDK code sample to illustrate creating <em>UI Themes</em>.
|
||||
IntelliJ Platform SDK code sample to illustrate creating <em>themes</em>.
|
||||
]]>
|
||||
</description>
|
||||
<change-notes>
|
||||
|
Loading…
x
Reference in New Issue
Block a user