Coder Social home page Coder Social logo

xcode-theme's Introduction

Xcode Light/Dark Theme for Emacs

Xcode Light theme and Dark theme for GNU/Emacs.

This repo is in the super-early stage!

Installation

Download this repo and put it in your load-path, and then add below code in your config.

(require 'xcode-light-theme)
(load-theme 'xcode-light t)

;; or

(require 'xcode-dark-theme)
(load-theme 'xcode-dark t)

for straight users,

(straight-use-package
 '(xcode-theme :type git :host github :repo "juniorxxue/xcode-theme"))
(require 'xcode-light-theme)
(load-theme 'xcode-light t)

;; or

(straight-use-package
 '(xcode-theme :type git :host github :repo "juniorxxue/xcode-theme"))
(require 'xcode-dark-theme)
(load-theme 'xcode-dark t)

Design Principles

Light

Background

Item Description Custom Code
bg1 the whole canvas white #ffffff
bg2 modeline grey #e5e5e5
bg3 selection form: completion, minibuffer light grey #f4f4f4
bg4 selected item blue #b4d8fd
bg5 highlight bright blue #ecf5ff
bg6 cursor black #262626

Foreground

Item Description Custom Code
fg1 base black #262626
fg2 builtin and keywords: define, let, in ... pink, semibold #ad3da4
fg3 comment, doc, link dark grey #8a99a6
fg4 function call purple #4b21b0
fg5 function declaration, data constructor ... TBD #0f68a0
fg6 constant: integer, string ... TBD #272ad8
fg7 types: Int, String ... TBD #0b4f79
fg8 warning brown #78492a
fg9 error red #d12f1b
fg10 variable black #262626
fg11 border white #ffffff

Dark

Background

Item Description Custom Code
bg1 the whole canvas dark #292a30
bg2 modeline grey #414453
bg3 selection form: completion, minibuffer light grey #393b44
bg4 selected item blue #414453
bg5 highlight bright blue #0f5bca
bg6 cursor black #dfdfe0

Foreground

Item Description Custom Code
fg1 base black #dfdfe0
fg2 builtin and keywords: define, let, in ... pink, semibold #ff7ab2
fg3 comment, doc, link dark grey #7f8c98
fg4 function call purple #b281eb
fg5 function declaration, data constructor ... TBD #4eb0cc
fg6 constant: integer, string ... TBD #d9c97c
fg7 types: Int, String ... TBD #6bdfff
fg8 warning brown #ffa14f
fg9 error red #ff8170
fg10 variable black #dfdfe0
fg11 border white #292a30

xcode-theme's People

Contributors

juniorxxue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

xcode-theme's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.