Skip to content

Angel5215/NeonGlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 Neon Glow 🌟

This repository contains my personal Xcode theme "Neon Glow" for both light and dark configurations. Feel free to use, modify or sharing it with others.

Screenshots

Dark Version

Neon Glow Dark

Light Version

Neon Glow Light

Note: The theme uses the SFMono font for both source editor and console output. The current font size is 20 (source editor) and 18 (console), you can resize them with ⌘+ (bigger fonts) and ⌘- (smaller fonts) instead of resizing all fonts manually.

Installation

Each method requires you to close any running instance of Xcode as Xcode loads all installed custom themes when it starts.

Using the install.sh script

  1. Clone the repository
  2. Open the terminal and navigate to the root of the repository.
  3. Run the install.sh script.
\.install.sh
  1. Open Xcode, then select Xcode -> Preferences in the menu bar or use the ⌘, keyboard shortcut.
  2. Select the Themes tab. You'll be able to select any version of Neon Glow from the list of installed themes.

Copying the themes manually

  1. Clone or download the repository in a ZIP file and unzip it.
  2. Open the Finder and select Go -> Go to Folder... on the menu bar (shortcut ⇧⌘G).
  3. Type ~/Library/Developer/Xcode/UserData/ and select Go.
  4. Create a new folder called FontAndColorThemes if it doesn't exist inside the UserData folder.
  5. Drag and drop NeonGlowDark.xccolortheme and NeonGlowLight.xccolortheme inside the FontAndColorThemes folder.
  6. Open Xcode, then select Xcode -> Preferences in the menu bar or use the ⌘, keyboard shortcut.
  7. Select the Themes tab. You'll be able to select any version of Neon Glow from the list of installed themes.

Extra screenshots

Dark version Light version
Neon Glow Dark in SwiftUI Neon Glow Light in SwiftUI
Neon Glow Dark with UIKit Neon Glow Light with UIKit
Neon Glow Dark with Objective-C Neon Glow Light with Objective-C
Neon Glow Dark - Swift XCTestCase Neon Glow Light - Swift XCTestCase