Skip to content

Repository files navigation

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

ItemDescriptionCustomCode
bg1the whole canvaswhite#ffffff
bg2modelinegrey#e5e5e5
bg3selection form: completion, minibufferlight grey#f4f4f4
bg4selected itemblue#b4d8fd
bg5highlightbright blue#ecf5ff
bg6cursorblack#262626

Foreground

ItemDescriptionCustomCode
fg1baseblack#262626
fg2builtin and keywords: define, let, in ...pink, semibold#ad3da4
fg3comment, doc, linkdark grey#8a99a6
fg4function callpurple#4b21b0
fg5function declaration, data constructor ...TBD#0f68a0
fg6constant: integer, string ...TBD#272ad8
fg7types: Int, String ...TBD#0b4f79
fg8warningbrown#78492a
fg9errorred#d12f1b
fg10variableblack#262626
fg11borderwhite#ffffff

Dark

Background

ItemDescriptionCustomCode
bg1the whole canvasdark#292a30
bg2modelinegrey#414453
bg3selection form: completion, minibufferlight grey#393b44
bg4selected itemblue#414453
bg5highlightbright blue#0f5bca
bg6cursorblack#dfdfe0

Foreground

ItemDescriptionCustomCode
fg1baseblack#dfdfe0
fg2builtin and keywords: define, let, in ...pink, semibold#ff7ab2
fg3comment, doc, linkdark grey#7f8c98
fg4function callpurple#b281eb
fg5function declaration, data constructor ...TBD#4eb0cc
fg6constant: integer, string ...TBD#d9c97c
fg7types: Int, String ...TBD#6bdfff
fg8warningbrown#ffa14f
fg9errorred#ff8170
fg10variableblack#dfdfe0
fg11borderwhite#292a30

About

Xcode theme for Emacs

Topics

Resources

Stars

20 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages