All Projects → sasikiran → Material Theme For Xcode

sasikiran / Material Theme For Xcode

Licence: mit
Material design color schemes for Xcode

Programming Languages

scheme
763 projects

Projects that are alternatives of or similar to Material Theme For Xcode

Xcodecolorsense
🎈 An Xcode plugin that makes working with color easier
Stars: ✭ 79 (+83.72%)
Mutual labels:  xcode, color
Nord Xcode
An arctic, north-bluish clean and elegant Xcode color theme.
Stars: ✭ 63 (+46.51%)
Mutual labels:  xcode, color
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (+534.88%)
Mutual labels:  xcode, color
Doric
Protocol oriented, type safe, scalable design system foundation swift framework for iOS.
Stars: ✭ 75 (+74.42%)
Mutual labels:  xcode, color
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (+253.49%)
Mutual labels:  xcode, color
Colorizeswift
Terminal string styling for Swift.
Stars: ✭ 253 (+488.37%)
Mutual labels:  xcode, color
Xcodecolorsense2
🍉 An Xcode source editor extension that shows hex color info
Stars: ✭ 281 (+553.49%)
Mutual labels:  xcode, color
Contrast Finder
Contrast-Finder finds correct color contrasts (background / foreground) for web accessibility (a11y, WCAG, RGAA). https://app.contrast-finder.org
Stars: ✭ 38 (-11.63%)
Mutual labels:  color
Fugen
Command line tool for exporting resources and generating code from your Figma files
Stars: ✭ 41 (-4.65%)
Mutual labels:  xcode
Swiftuiwindowstyles
Showcase of window and toolbar style combinations possible with SwiftUI on macOS.
Stars: ✭ 38 (-11.63%)
Mutual labels:  xcode
Dufy
Color library for Common Lisp
Stars: ✭ 37 (-13.95%)
Mutual labels:  color
Cobalt2 Vim Theme
Vim port of cobalt2 sublime theme
Stars: ✭ 38 (-11.63%)
Mutual labels:  xcode
Pretty Print Json
🦋 Pretty-print JSON data into HTML to indent and colorize (written in TypeScript)
Stars: ✭ 41 (-4.65%)
Mutual labels:  color
Sqlitelib
Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
Stars: ✭ 38 (-11.63%)
Mutual labels:  xcode
Imagecoordinatespace
UICoordinateSpace for UIImageView image
Stars: ✭ 42 (-2.33%)
Mutual labels:  xcode
Xclogparser
Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Stars: ✭ 978 (+2174.42%)
Mutual labels:  xcode
San Jose
Custom Xcode theme inspired by Apple's WWDC 2017
Stars: ✭ 43 (+0%)
Mutual labels:  xcode
Color.js
Extract colors from an image (0.75 KB) 🎨
Stars: ✭ 42 (-2.33%)
Mutual labels:  color
Relax
A tiny release tool to support multi distribution(IPA) on iOS development.
Stars: ✭ 40 (-6.98%)
Mutual labels:  xcode
Regeributedtextview
RegeributedTextView is a subclass of UITextView that supports fully attribute string based on regular expression.
Stars: ✭ 40 (-6.98%)
Mutual labels:  xcode
README

Port of Mattia Astorino's Material Theme for Sublime Text 3

alt text

alt text

Installation instructions
  1. Create the themes directory if it doesn't exist

     $ mkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemes
    
  2. Copy color theme files to this new folder

     $ cp MaterialTheme.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
     $ cp MaterialTheme Darker.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
    
  3. Make the files executable

     $ chmod +x ~/Library/Developer/Xcode/UserData/FontAndColorThemes/MaterialTheme.xccolortheme
     $ chmod +x ~/Library/Developer/Xcode/UserData/FontAndColorThemes/MaterialTheme Darker.xccolortheme
    
  4. Restart Xcode.


Recommended fonts

The theme looks at it's best if you use one of these fonts:

  1. Fira Code

  2. Roboto Mono

  3. Consolas

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].