All Projects → ogdenwebb → Emacs Kaolin Themes

ogdenwebb / Emacs Kaolin Themes

Licence: gpl-3.0
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.

Projects that are alternatives of or similar to Emacs Kaolin Themes

Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+14.73%)
Mutual labels:  dark-theme, emacs, spacemacs, light-theme
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (-93.11%)
Mutual labels:  light-theme, dark-theme, color-theme
Srcery Emacs
Dark colorscheme for Emacs/Spacemacs. GUI and terminal support
Stars: ✭ 102 (-75.77%)
Mutual labels:  emacs, spacemacs, colorscheme
One Gnome Terminal
Atom's One Dark and One Light theme for GNOME Terminal
Stars: ✭ 256 (-39.19%)
Mutual labels:  dark-theme, light-theme, colorscheme
Emacs Color Themes
A collection of custom themes for Emacs. All the themes are named after famous programmers.
Stars: ✭ 469 (+11.4%)
Mutual labels:  dark-theme, emacs, color-theme
Elrodeo Vim Colorscheme
Dark low-contrast color scheme for Vim
Stars: ✭ 32 (-92.4%)
Mutual labels:  dark-theme, light-theme, colorscheme
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (-9.98%)
Mutual labels:  emacs, spacemacs, colorscheme
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (-35.63%)
Mutual labels:  dark-theme, light-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-35.15%)
Mutual labels:  dark-theme, color-theme
Cloudmacs
Selfhost your Emacs and access it in browser
Stars: ✭ 277 (-34.2%)
Mutual labels:  emacs, spacemacs
Ayu
🎨🖌 Modern Sublime Text theme
Stars: ✭ 3,933 (+834.2%)
Mutual labels:  dark-theme, light-theme
Nord Gnome Terminal
An arctic, north-bluish clean and elegant GNOME Terminal color theme.
Stars: ✭ 258 (-38.72%)
Mutual labels:  colorscheme, color-theme
nord-mintty
An arctic, north-bluish clean and elegant Mintty color theme.
Stars: ✭ 40 (-90.5%)
Mutual labels:  colorscheme, color-theme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (-33.73%)
Mutual labels:  colorscheme, color-theme
Zetteldeft
A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
Stars: ✭ 284 (-32.54%)
Mutual labels:  emacs, spacemacs
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (-35.87%)
Mutual labels:  dark-theme, light-theme
react-native-with-style
A styling package for easily adding themes to your React Native projects.
Stars: ✭ 17 (-95.96%)
Mutual labels:  light-theme, dark-theme
Spacehammer
Hammerspoon config inspired by Spacemacs
Stars: ✭ 280 (-33.49%)
Mutual labels:  emacs, spacemacs
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (-30.4%)
Mutual labels:  colorscheme, color-theme
Elementaryos Firefox Theme
This theme for Firefox supports all the window buttons layouts from Tweaks and it blends into the elementary OS user interface.
Stars: ✭ 291 (-30.88%)
Mutual labels:  dark-theme, light-theme

Kaolin themes for GNU Emacs

MELPA Stable MELPA Emacs License: GPL v3

Kaolin is a set of eye pleasing themes for GNU Emacs with support for a large number of modes and external packages.

kaolin-logo

Kaolin theme variants

kaolin-banner

All screenshots are available in the wiki on the following pages:

Further themes

WIP

These themes might be changed in the future.

  • kaolin-valley-light - light variant of kaolin-valley theme.
  • kaolin-bubblegum - colorful theme with dark blue background.
  • kaolin-mono-dark - almost monochrome dark green Kaolin theme.
  • kaolin-breeze - Light Kaolin theme with soft colors.
  • kaolin-blossom - theme focus on orange and purple with dark background.
  • kaolin-mono-light - light variant of monochrome theme.

Planned

TBD

p.s. Bold means that a theme was added to master.

Installation

MELPA

To install the Kaolin themes pack via package.el: M-x package-install RET kaolin-themes RET

Quick start

(require 'kaolin-themes)
(load-theme 'kaolin-dark t)
;; Apply treemacs customization for Kaolin themes, requires the all-the-icons package.
(kaolin-treemacs-theme)

;; Or if you have use-package installed
(use-package kaolin-themes
  :config
  (load-theme 'kaolin-dark t)
  (kaolin-treemacs-theme))

Configuration

Information about configuring Kaolin themes is available in the project wiki.

Advanced highlighting

Mode-line

The mode-line config isn't a part of the Kaolin theme, you can find my telephone-line config here.

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