Skip to content

Commit

Permalink
Updated Xcode themes (#1566)
Browse files Browse the repository at this point in the history
Updated the Xcode themes' hex values to the equivalent GenericRGB colors used by default by Xcode.
  • Loading branch information
armartinez authored Jan 18, 2024
1 parent 36eaac7 commit 0f60059
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
40 changes: 20 additions & 20 deletions CodeEdit/DefaultThemes/codeedit-xcode-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,52 @@
"description" : "Xcode dark theme.",
"editor" : {
"strings" : {
"color" : "#FC6A5D"
"color" : "#FF8A7A"
},
"comments" : {
"color" : "#73A74E"
"color" : "#8DBF67"
},
"numbers" : {
"color" : "#D0BF69"
"color" : "#D9C668"
},
"commands" : {
"color" : "#67B7A4"
"color" : "#83C9BC"
},
"lineHighlight" : {
"color" : "#23252B"
"color" : "#2F3139"
},
"values" : {
"color" : "#A167E6"
"color" : "#CDA1FF"
},
"background" : {
"color" : "#1F1F24"
"color" : "#201E24"
},
"keywords" : {
"color" : "#FF7AB3"
"color" : "#FF85B8"
},
"text" : {
"color" : "#D9D9D9"
"color" : "#FFFFFF"
},
"insertionPoint" : {
"color" : "#D9D9D9"
"color" : "#FFFFFF"
},
"selection" : {
"color" : "#515B70"
"color" : "#434D5D"
},
"types" : {
"color" : "#5DD8FF"
"color" : "#6BDFFF"
},
"variables" : {
"color" : "#41A1C0"
"color" : "#4EC4E6"
},
"attributes" : {
"color" : "#D0A8FF"
"color" : "#E8B68B"
},
"characters" : {
"color" : "#D0BF69"
"color" : "#D9C668"
},
"invisibles" : {
"color" : "#424D5B"
"color" : "#53606E"
}
},
"terminal" : {
Expand Down Expand Up @@ -83,13 +83,13 @@
"color" : "#28CD41"
},
"background" : {
"color" : "#1F2024"
"color" : "#1F1F24"
},
"cursor" : {
"color" : "#D9D9D9"
"color" : "#FFFFFF"
},
"selection" : {
"color" : "#515B70"
"color" : "#646F83"
},
"magenta" : {
"color" : "#AF52DE"
Expand All @@ -98,7 +98,7 @@
"color" : "#1F2024"
},
"text" : {
"color" : "#D9D9D9"
"color" : "#FFFFFF"
},
"brightWhite" : {
"color" : "#FFFFFF"
Expand Down
36 changes: 18 additions & 18 deletions CodeEdit/DefaultThemes/codeedit-xcode-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,52 @@
"description" : "Xcode light theme.",
"editor" : {
"strings" : {
"color" : "#C41A16"
"color" : "#AD1805"
},
"comments" : {
"color" : "#267507"
"color" : "#1F6300"
},
"numbers" : {
"color" : "#1C00CF"
"color" : "#272AD8"
},
"commands" : {
"color" : "#326D74"
"color" : "#294B4E"
},
"lineHighlight" : {
"color" : "#E8F2FF"
"color" : "#ECF5FF"
},
"values" : {
"color" : "#6C36A9"
"color" : "#330090"
},
"background" : {
"color" : "#FFFFFF"
},
"keywords" : {
"color" : "#9B2393"
"color" : "#9C2191"
},
"text" : {
"color" : "#262626"
"color" : "#000000"
},
"insertionPoint" : {
"color" : "#262626"
"color" : "#000000"
},
"selection" : {
"color" : "#A4CDFF"
"color" : "#B2D7FF"
},
"types" : {
"color" : "#0B4F79"
"color" : "#003F73"
},
"variables" : {
"color" : "#0F68A0"
"color" : "#0058A1"
},
"attributes" : {
"color" : "#3900A0"
"color" : "#6E5400"
},
"characters" : {
"color" : "#1C00CF"
"color" : "#272AD8"
},
"invisibles" : {
"color" : "#CCCCCC"
"color" : "#D6D6D6"
}
},
"terminal" : {
Expand Down Expand Up @@ -86,10 +86,10 @@
"color" : "#FFFFFF"
},
"cursor" : {
"color" : "#262626"
"color" : "#000000"
},
"selection" : {
"color" : "#A4CDFF"
"color" : "#B2D7FF"
},
"magenta" : {
"color" : "#AF52DE"
Expand All @@ -98,7 +98,7 @@
"color" : "#1F2024"
},
"text" : {
"color" : "#262626"
"color" : "#000000"
},
"brightWhite" : {
"color" : "#FFFFFF"
Expand Down

0 comments on commit 0f60059

Please sign in to comment.