Skip to content

Commit

Permalink
Merge branch 'main' into test_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed May 19, 2021
2 parents d9453a6 + 7c95cfb commit e9d8e70
Show file tree
Hide file tree
Showing 17 changed files with 7,451 additions and 254 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Report if something doesn't work or bad color choices
title: ''
labels: bug
assignees: ''

---

### Describe the bug
<!--- A clear and concise description of what the bug is -->


### Affected theme
- [ ] Dark theme
- [ ] Light theme

### Affected part of the UI
<!--- Describe which part of the UI is affected by this -->


### Expected appearance
<!--- Describe what appearance you expected from this part -->


### Screenshots
<!--- If applicable, add screenshots to help explain your problem -->


### Desktop
<!--- Edit the provided info if necessary. Delete if unknown -->
<!--- You can find your IDE version under Help → About -->
- _Plugin Version:_ v0.1.0
- _IDE version:_ IDEA 2021.1

### Additional notes
<!--- Add any other context about the problem here -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: Documentation
about: Anything related to the provided documentation
title: ''
labels: documentation
assignees: ''

---

### Description
<!--- A clear description of what you want to be changed -->


### Related documents
<!--- Link the files and provide a path to all related documents -->


### Additional notes
<!--- Anything that doesn't fit into the categories above -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

### Is your feature request related to a problem? Please describe.
<!--- A clear and concise description of what the problem is -->


### Describe the solution you'd like
<!--- A clear and concise description of what you want to happen -->


### Describe alternatives you've considered
<!--- A clear and concise description of any alternative solutions or features you've considered -->


### Additional context
<!--- Add any other context or screenshots about the feature request here -->
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@

## [Unreleased]
### Added
- Light editor scheme
- Dark editor scheme

### Changed
- Updated some colors to those actually used in plasma

## [0.1.0]
### Added
- Implementation of plugins view
- Implementation of tables

### Fixed
- Text background in standalone popup windows is now the same as around it
- Fixed side panel background in settings and welcome screen
- Improved contrast in colored icons
- Improved background of marked files / directories in project overview

## [0.0.3]
### Changed
- Support for newest version of IDE
- Updated dependencies

### Fixed
- Background of excluded folders is now darker for better readability in dark theme
- Button background gradient in dark theme is now more visible

## [0.0.2] - 2021-04-20
### Added
- Plugin Icon

### Changed
- Plugin description

## [0.0.1] - 2021-04-19
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Added Breeze Light UI theme
- Added Breeze Dark UI theme
Loading

0 comments on commit e9d8e70

Please sign in to comment.