Skip to content

Angel5215/NeonGlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 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.

Neon Glow Theme

Note: The theme uses the default font which currently is SFMono font for both source editor and console output. The current font size is 24 (source editor) and 22 (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 Neon Glow (Dark).xccolortheme and Neon Glow (Light).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.

Screenshots

Dark version Light version
Neon Glow (Dark) with Swift Testing Neon Glow (Light) with Swift Testing
Neon Glow (Dark) with SwiftUI Neon Glow (Light) with SwiftUI
Neon Glow (Dark) with Swift code Neon Glow (Light) with Swift code