Skip to content

Commit

Permalink
Update theme colors
Browse files Browse the repository at this point in the history
Co-Authored-By: Anya Druzhenko <anyadruzhenko@gmail.com>
  • Loading branch information
scottgriv and AnyaEnko committed Jun 25, 2024
1 parent 8e5aebc commit c83e21b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
13 changes: 12 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
18 changes: 9 additions & 9 deletions Dark Castle.xccolortheme
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,31 @@
<key>DVTSourceTextCurrentLineHighlightColor</key>
<string>0.101961 0.0980392 0.0980392 1</string>
<key>DVTSourceTextInsertionPointColor</key>
<string>1 1 1 1</string>
<string>1 0.501961 0.25098 1</string>
<key>DVTSourceTextInvisiblesColor</key>
<string>0.2 0.2 0.2 1</string>
<key>DVTSourceTextSelectionColor</key>
<string>0.29228 0.280247 0.251752 1</string>
<string>0.294118 0.278431 0.25098 1</string>
<key>DVTSourceTextSyntaxColors</key>
<dict>
<key>xcode.syntax.attribute</key>
<string>0.176471 0.266667 0.607843 1</string>
<key>xcode.syntax.character</key>
<string>0.469 0.426 1 1</string>
<string>0.0313725 0.823529 0.12549 1</string>
<key>xcode.syntax.comment</key>
<string>0.0509804 0.521569 0.00392157 1</string>
<key>xcode.syntax.comment.doc</key>
<string>0.255 0.801 0.27 1</string>
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.255 0.801 0.27 1</string>
<string>0.254902 0.8 0.270588 1</string>
<key>xcode.syntax.declaration.other</key>
<string>1 0.333333 0.0117647 1</string>
<key>xcode.syntax.declaration.type</key>
<string>1 0.835294 0.501961 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.729412 0.901961 0.494118 1</string>
<key>xcode.syntax.identifier.class.system</key>
<string>0.611765 0.611765 0.611765 1</string>
<string>0.729412 0.901961 0.494118 1</string>
<key>xcode.syntax.identifier.constant</key>
<string>1 0.835294 0.501961 1</string>
<key>xcode.syntax.identifier.constant.system</key>
Expand All @@ -123,17 +123,17 @@
<key>xcode.syntax.identifier.function.system</key>
<string>1 0.333333 0.0117647 1</string>
<key>xcode.syntax.identifier.macro</key>
<string>1 0.501961 0.25098 1</string>
<string>0 0.482353 0.533333 1</string>
<key>xcode.syntax.identifier.macro.system</key>
<string>0.896 0.488 0.284 1</string>
<string>0 0.482353 0.533333 1</string>
<key>xcode.syntax.identifier.type</key>
<string>0.0509804 0.521569 0.00392157 1</string>
<string>0 0.482353 0.533333 1</string>
<key>xcode.syntax.identifier.type.system</key>
<string>0.301961 0.737255 0.929412 1</string>
<key>xcode.syntax.identifier.variable</key>
<string>0.0313725 0.823529 0.12549 1</string>
<key>xcode.syntax.identifier.variable.system</key>
<string>1 0.501961 0.25098 1</string>
<string>0.0313725 0.823529 0.12549 1</string>
<key>xcode.syntax.keyword</key>
<string>0.666667 0.105882 0.52549 1</string>
<key>xcode.syntax.mark</key>
Expand Down
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit c83e21b

Please sign in to comment.