1- # π¨ My Xcode theme - Sundell's Colors
1+ # π¨ Xcode themes
22
33This repository contains the Xcode theme that I use. Feel free to use it or modify it to your liking π
44
5- ![ ] ( Preview.png )
6-
75## Installing using Swift Package Manager
86
97The easiest way to install this Xcode theme is to clone this repo and execute ` swift run ` :
108
119```
12- $ git clone https://github.com/JohnSundell /XcodeTheme.git
10+ $ git clone https://github.com/ddh4r4m /XcodeTheme.git
1311$ cd XcodeTheme
1412$ swift run
1513```
@@ -27,7 +25,7 @@ You can also choose to do things manually if you want:
2725
28261 . Clone this repo:
2927```
30- $ git clone https://github.com/johnsundell /xcodetheme.git
28+ $ git clone https://github.com/ddh4r4m /xcodetheme.git
3129```
3230
33312 . Create a folder at this path if it doesn't exist already:
@@ -43,8 +41,113 @@ $ git clone https://github.com/johnsundell/xcodetheme.git
4341
44426 . Should've used the install script, right? π
4543
44+ ## Screenshots
45+
46+ ### Ayu Dark
47+ <div style =" display : flex ;" >
48+ <img src="screenshots/Ayu Dark.png" alt="image" width="800" style="margin-right: 10px;">
49+ </div >
50+ <br /> <br />
51+
52+ ### Blueloco Dark
53+ <div style =" display : flex ;" >
54+ <img src="screenshots/Blueloco Dark.png" alt="image" width="800" style="margin-right: 10px;">
55+ </div >
56+ <br /> <br />
57+
58+ ### CRT Green
59+ <div style =" display : flex ;" >
60+ <img src="screenshots/CRT Green.png" alt="image" width="800" style="margin-right: 10px;">
61+ </div >
62+ <br /> <br />
63+
64+ ### Civic
65+ <div style =" display : flex ;" >
66+ <img src="screenshots/Civic.png" alt="image" width="800" style="margin-right: 10px;">
67+ </div >
68+ <br /> <br />
69+
70+ ### Cobalt
71+ <div style =" display : flex ;" >
72+ <img src="screenshots/Cobalt.png" alt="image" width="800" style="margin-right: 10px;">
73+ </div >
74+ <br /> <br />
75+
76+ ### Dracula
77+ <div style =" display : flex ;" >
78+ <img src="screenshots/Dracula.png" alt="image" width="800" style="margin-right: 10px;">
79+ </div >
80+ <br /> <br />
81+
82+ ### Dusk
83+ <div style =" display : flex ;" >
84+ <img src="screenshots/Dusk.png" alt="image" width="800" style="margin-right: 10px;">
85+ </div >
86+ <br /> <br />
87+
88+ ### Flate Arc
89+ <div style =" display : flex ;" >
90+ <img src="screenshots/Flate Arc.png" alt="image" width="800" style="margin-right: 10px;">
91+ </div >
92+ <br /> <br />
93+
94+ ### Flate
95+ <div style =" display : flex ;" >
96+ <img src="screenshots/Flate.png" alt="image" width="800" style="margin-right: 10px;">
97+ </div >
98+ <br /> <br />
99+
100+ ### Monokai Pro
101+ <div style =" display : flex ;" >
102+ <img src="screenshots/Monokai Pro.png" alt="image" width="800" style="margin-right: 10px;">
103+ </div >
104+ <br /> <br />
105+
106+ ### Night Owl
107+ <div style =" display : flex ;" >
108+ <img src="screenshots/Night Owl.png" alt="image" width="800" style="margin-right: 10px;">
109+ </div >
110+ <br /> <br />
111+
112+ ### Noctis Obscuro
113+ <div style =" display : flex ;" >
114+ <img src="screenshots/Noctis Obscuro.png" alt="image" width="800" style="margin-right: 10px;">
115+ </div >
116+ <br /> <br />
117+
118+ ### One Dark Pro
119+ <div style =" display : flex ;" >
120+ <img src="screenshots/One Dark Pro.png" alt="image" width="800" style="margin-right: 10px;">
121+ </div >
122+ <br /> <br />
123+
124+ ### Poimandres Dark
125+ <div style =" display : flex ;" >
126+ <img src="screenshots/Poimandres Dark.png" alt="image" width="800" style="margin-right: 10px;">
127+ </div >
128+ <br /> <br />
129+
130+ ### Slack Aubergine
131+ <div style =" display : flex ;" >
132+ <img src="screenshots/Slack Aubergine.png" alt="image" width="800" style="margin-right: 10px;">
133+ </div >
134+ <br /> <br />
135+
136+ ### Synthwave 84
137+ <div style =" display : flex ;" >
138+ <img src="screenshots/Synthwave 84.png" alt="image" width="800" style="margin-right: 10px;">
139+ </div >
140+ <br /> <br />
141+
142+ ### Tokyo Night
143+ <div style =" display : flex ;" >
144+ <img src="screenshots/Tokyo Night.png" alt="image" width="800" style="margin-right: 10px;">
145+ </div >
146+ <br /> <br />
147+
148+
46149## Attributions
47150
48- This Xcode theme is the result of years of tweaks and modifications to some version of a "Solarized" theme. I have no idea where I got the
49- original material for this theme from, but if you recognize some aspect of this theme as coming from something you made, feel free to open
151+ This Xcode theme is the result of tweaks and modifications to some version of VSCode themes picked from VSCode MarketPlace. If
152+ you recognize some aspect of this theme as coming from something you made, feel free to open
50153an issue and I'll gladly add attributions to you π
0 commit comments