Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unthrottled/themed-components
A various collection of configurable UI components that give your JetBrains IDE that little extra something.
https://github.com/unthrottled/themed-components
jetbrains-plugin ui-components
Last synced: about 1 month ago
JSON representation
A various collection of configurable UI components that give your JetBrains IDE that little extra something.
- Host: GitHub
- URL: https://github.com/unthrottled/themed-components
- Owner: Unthrottled
- License: mit
- Created: 2019-12-18T12:12:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T20:57:08.000Z (over 1 year ago)
- Last Synced: 2023-06-02T23:50:38.109Z (over 1 year ago)
- Topics: jetbrains-plugin, ui-components
- Language: Kotlin
- Homepage:
- Size: 4.26 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/CHANGELOG.html
- License: LICENSE
Awesome Lists containing this project
README
Themed Components
---A various collection of configurable UI components that give your JetBrains IDE that little extra something.
## Installation
- Using IDE built-in plugin system:
Preferences > Plugins > Marketplace > Search for "Themed Components" >
Install Plugin- Manually:
Download the [latest release](https://github.com/Unthrottled/themed-components/releases/latest) and install it manually using
Preferences > Plugins > ⚙️ > Install plugin from disk...---
## Components
### Frameless Window
Works for any theme, custom or built in!
Colors the MacOS window title bar to the same color as the root window pane.
Giving it the frameless look and feel!|**Before** | **After** |
| --- | --- |
| ![Before Title Bar](assets/screens/titleDark.png) | ![Themed Title Bar](assets/screens/themedTitleDark.png) |#### [More frameless windows](assets/screens/ThemedTitleScreens.md)
### Title Bar color Customization
Allows you to change the foreground colors of the Windows 10 and MacOS (themed) title bar
![Themed Title Bar foreground](https://user-images.githubusercontent.com/15972415/108513217-e438a100-7287-11eb-9a0d-a86af2f4a573.png)
### Completion Window color customizations
**Default Selection Row Background** - this is normally the color of the first row in the completion popup window.
**Active Selection Row Background** - this is the color of the row in the completion popup window when you navigate each of the items in the window.
![Completion window customizations](./assets/screens/completion_config.gif)