diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index dd6cb07..bb90e61 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -5,11 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.4] - 2024-06-25 + +### Fixed + +- Fixed color theme inconsistencies with main palette. + +### Changed + +- Updated `INSTALL` instructions. + ## [1.0.3] - 2024-06-20 ### Changed -- Update contributing `README` link. +- Updated contributing `README` link. ## [1.0.2] - 2024-06-20 @@ -29,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Official release of **Dark Castle Theme for Xcode**. +[1.0.4]: https://github.com/scottgriv/Dark-Castle-Xcode/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/scottgriv/Dark-Castle-Xcode/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/scottgriv/Dark-Castle-Xcode/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/scottgriv/Dark-Castle-Xcode/compare/v1.0.0...v1.0.1 diff --git a/Dark Castle.xccolortheme b/Dark Castle.xccolortheme index 4af86ad..9ae89da 100644 --- a/Dark Castle.xccolortheme +++ b/Dark Castle.xccolortheme @@ -89,23 +89,23 @@ DVTSourceTextCurrentLineHighlightColor 0.101961 0.0980392 0.0980392 1 DVTSourceTextInsertionPointColor - 1 1 1 1 + 1 0.501961 0.25098 1 DVTSourceTextInvisiblesColor 0.2 0.2 0.2 1 DVTSourceTextSelectionColor - 0.29228 0.280247 0.251752 1 + 0.294118 0.278431 0.25098 1 DVTSourceTextSyntaxColors xcode.syntax.attribute 0.176471 0.266667 0.607843 1 xcode.syntax.character - 0.469 0.426 1 1 + 0.0313725 0.823529 0.12549 1 xcode.syntax.comment 0.0509804 0.521569 0.00392157 1 xcode.syntax.comment.doc 0.255 0.801 0.27 1 xcode.syntax.comment.doc.keyword - 0.255 0.801 0.27 1 + 0.254902 0.8 0.270588 1 xcode.syntax.declaration.other 1 0.333333 0.0117647 1 xcode.syntax.declaration.type @@ -113,7 +113,7 @@ xcode.syntax.identifier.class 0.729412 0.901961 0.494118 1 xcode.syntax.identifier.class.system - 0.611765 0.611765 0.611765 1 + 0.729412 0.901961 0.494118 1 xcode.syntax.identifier.constant 1 0.835294 0.501961 1 xcode.syntax.identifier.constant.system @@ -123,17 +123,17 @@ xcode.syntax.identifier.function.system 1 0.333333 0.0117647 1 xcode.syntax.identifier.macro - 1 0.501961 0.25098 1 + 0 0.482353 0.533333 1 xcode.syntax.identifier.macro.system - 0.896 0.488 0.284 1 + 0 0.482353 0.533333 1 xcode.syntax.identifier.type - 0.0509804 0.521569 0.00392157 1 + 0 0.482353 0.533333 1 xcode.syntax.identifier.type.system 0.301961 0.737255 0.929412 1 xcode.syntax.identifier.variable 0.0313725 0.823529 0.12549 1 xcode.syntax.identifier.variable.system - 1 0.501961 0.25098 1 + 0.0313725 0.823529 0.12549 1 xcode.syntax.keyword 0.666667 0.105882 0.52549 1 xcode.syntax.mark diff --git a/INSTALL.md b/INSTALL.md index 01f34c7..d44ef23 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -13,5 +13,7 @@ #### Activating the Theme -1. In the menu bar: `Xcode -> Settings -> Themes` -2. Select the **Dark Castle** theme +1. In the menu bar: `Xcode -> Settings -> Themes`; +2. Select the **Dark Castle** theme; +3. If you do not see it, you may need to restart `Xcode`; +4. Enjoy! \ No newline at end of file