-
Download the
.xccolorthemefiles:Flexoki Dark.xccolorthemeFlexoki Light.xccolortheme
-
Copy the files to your Xcode themes directory:
cp "Flexoki Dark.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/ cp "Flexoki Light.xccolortheme" ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
-
Restart Xcode
-
Go to Xcode > Preferences > Themes and select either "Flexoki Dark" or "Flexoki Light"
The themes use the following Flexoki colors:
- Background:
#100F0FRGB(16, 15, 15) - black - Foreground:
#CECDC3RGB(206, 205, 195) - base-200 - Comments:
#878580RGB(135, 133, 128) - base-500 - Keywords:
#879A39RGB(135, 154, 57) - green-400 - Strings:
#3AA99FRGB(58, 169, 159) - cyan-400 - Numbers:
#8B7EC8RGB(139, 126, 200) - purple-400 - Functions:
#DA702CRGB(218, 112, 44) - orange-400 - Types:
#D0A215RGB(208, 162, 21) - yellow-400
- Background:
#FFFCF0RGB(255, 252, 240) - paper - Foreground:
#100F0FRGB(16, 15, 15) - black - Comments:
#5A5955RGB(90, 89, 85) - custom (between base-600 and base-700) - Doc comments:
#8B8A82RGB(139, 138, 130) - custom (between base-500 and base-600) - Keywords:
#66800BRGB(102, 128, 11) - green-600 - Strings:
#24837BRGB(36, 131, 123) - cyan-600 - Numbers:
#5E409DRGB(94, 64, 157) - purple-600 - Functions:
#BC5215RGB(188, 82, 21) - orange-600 - Types:
#AD8301RGB(173, 131, 1) - yellow-600