diff --git a/CHANGELOG.md b/CHANGELOG.md index 507d225..1f0a98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.1] - 2024-04-08 + +### Added + +- New color "text_grid_tertiary" and "text_grid_tertiary_inverse" for MiXplorer v6.65+ ([#12](https://github.com/dracula/mixplorer/issues/12)). + ## [1.3.0] - 2023-09-03 ### Added @@ -48,8 +54,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial commits. -[unreleased]: -[1.3.0]: -[1.2.0]: -[1.1.0]: -[1.0.0]: +[unreleased]: https://github.com/dracula/mixplorer/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/dracula/mixplorer/compare/v1.3.0...v1.3.1 +[1.3.0]: https://github.com/dracula/mixplorer/compare/v1.2.0...v1.3.0 +[1.2.0]: https://github.com/dracula/mixplorer/compare/v1.1.0...v1.2.0 +[1.1.0]: https://github.com/dracula/mixplorer/compare/v1.0.0...v1.1.0 +[1.0.0]: https://github.com/dracula/mixplorer/commits/v1.0.0 diff --git a/res/config.ini b/res/config.ini index a0ba53d..e198866 100644 --- a/res/config.ini +++ b/res/config.ini @@ -64,6 +64,8 @@ text_grid_primary = #F8F8F2 text_grid_primary_inverse = #FF79C6 text_grid_secondary = #6272A4 text_grid_secondary_inverse = #F8F8F2 +text_grid_tertiary = #F1FA8C +text_grid_tertiary_inverse = #F8F8F2 text_link = #F8F8F2 text_link_pressed = #FF79C6 text_popup_header = #FF79C6