Skip to content

Commit

Permalink
Merge pull request #8 from CypherPoet/4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherPoet authored Oct 30, 2022
2 parents 8f1d1cf + 31f0e44 commit 42d50c8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ♻️ Changelog

## Version 4.0 - October 30, 2022

- Change coloring for Markdown Headings and code-formatted keywords.
- Minor coloring tweaks for comments and type declarations.

## Version 3.1 - July 9, 2022

- Add Support for Swift Regex
Expand Down
6 changes: 3 additions & 3 deletions Charmed Dark.xccolortheme
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
<key>xcode.syntax.comment.doc.keyword</key>
<string>0.344496 0.36478 0.649044 1</string>
<key>xcode.syntax.declaration.other</key>
<string>0.77133 0.908603 0.809874 1</string>
<string>0.942039 0.936383 0.718717 1</string>
<key>xcode.syntax.declaration.type</key>
<string>0.772549 0.909804 0.811765 1</string>
<string>0.942039 0.936383 0.718717 1</string>
<key>xcode.syntax.identifier.class</key>
<string>0.989266 0.418232 0.0338797 1</string>
<key>xcode.syntax.identifier.class.system</key>
Expand Down Expand Up @@ -143,7 +143,7 @@
<key>xcode.syntax.number</key>
<string>1 0.0285367 0.295764 1</string>
<key>xcode.syntax.plain</key>
<string>0.772549 0.909804 0.811765 1</string>
<string>0.942039 0.936383 0.718717 1</string>
<key>xcode.syntax.preprocessor</key>
<string>0.272541 1 0.411027 1</string>
<key>xcode.syntax.regex</key>
Expand Down
37 changes: 17 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,29 @@ Depending on your monitor settings, GitHub's image resolution capabilities, and,

</details>

<div style="text-align: center;">
<img src="./Screenshots/switch-statement.png" width="700"/>
<br/>
### Switch Statements

<br/>
<img src="./Screenshots/swiftui-tab-view.png" width="700"/>
<br/>
![Switch Statements](./Screenshots/switch-statement.png)

<br/>
<img src="./Screenshots/swiftui-app.png" width="700"/>
<br/>
### SwiftUI Tab View

<br/>
<img src="./Screenshots/swiftui-view-with-previews.png" width="700"/>
<br/>
![SwiftUI Tab View](./Screenshots/swiftui-tab-view.png)

<br/>
<img src="./Screenshots/regex-literals.png" width="700"/>
<br/>
### SwiftUI App

<br/>
<img src="./Screenshots/markdown.png" width="700"/>
<br/>
![SwiftUI App](./Screenshots/swiftui-app.png)

<br/>
</div>
### SwiftUI View With Previews

![SwiftUI View With Previews](./Screenshots/swiftui-view-with-previews.png)

### Regex Literal

![Regex Literal](./Screenshots/regex-literals.png)

### Markdown

![Markdown](./Screenshots/markdown.png)

## ✍️ Typography

Expand Down
Binary file modified Screenshots/markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42d50c8

Please sign in to comment.