Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l0drex/intellij-kde-breeze-theme
A theme 🎨 for IntelliJ IDEs based on the KDE Breeze Theme. Includes light ☀️ and dark 🌒 variants.
https://github.com/l0drex/intellij-kde-breeze-theme
intellij intellij-color-scheme intellij-idea intellij-platform intellij-plugin jetbrains kde kde-breeze
Last synced: 4 months ago
JSON representation
A theme 🎨 for IntelliJ IDEs based on the KDE Breeze Theme. Includes light ☀️ and dark 🌒 variants.
- Host: GitHub
- URL: https://github.com/l0drex/intellij-kde-breeze-theme
- Owner: l0drex
- License: gpl-3.0
- Created: 2021-03-13T15:11:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T19:57:04.000Z (5 months ago)
- Last Synced: 2024-10-09T18:40:17.175Z (4 months ago)
- Topics: intellij, intellij-color-scheme, intellij-idea, intellij-platform, intellij-plugin, jetbrains, kde, kde-breeze
- Language: Python
- Homepage: https://plugins.jetbrains.com/plugin/16605-kde-breeze-theme
- Size: 940 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Intellij-KDE-Breeze-Theme
![Build](https://github.com/l0drex/Intellij-KDE-Breeze-Theme/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/16605-kde-breeze-theme.svg)](https://plugins.jetbrains.com/plugin/16605-kde-breeze-theme)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/16605-kde-breeze-theme.svg)](https://plugins.jetbrains.com/plugin/16605-kde-breeze-theme)![Preview image of the theme in action, split to show both light and dark variants.](https://plugins.jetbrains.com/files/16605/screenshot_846a3998-7bfa-4ea8-bd61-a52364ca33e0)
This plugin adds the default theme of KDE Plasma, [Breeze](https://develop.kde.org/hig/style/color/default/), to Intellij IDEs.
It consists of the
- Breeze Light Theme
- Breeze Dark ThemeThese themes include styling of the UI and the editor as well as custom icons.
Feel free to leave a review on https://plugins.jetbrains.com/plugin/16605-kde-breeze-theme/reviews.
> Pro-tip: Use the [Auto Dark Mode Plugin](https://plugins.jetbrains.com/plugin/14076-auto-dark-mode/) to automatically
> switch between the light and dark theme on linux.## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Intellij-KDE-Breeze-Theme" >
Install Plugin
- Manually:Download the [latest release](https://github.com/l0drex/Intellij-KDE-Breeze-Theme/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...---
Plugin based on the [IntelliJ Platform Plugin Template][template].[template]: https://github.com/JetBrains/intellij-platform-plugin-template