All Projects → vic → Color Theme Buffer Local

vic / Color Theme Buffer Local

Licence: gpl-3.0
Set emacs color themes by buffer.

Projects that are alternatives of or similar to Color Theme Buffer Local

Emacs Color Themes
A collection of custom themes for Emacs. All the themes are named after famous programmers.
Stars: ✭ 469 (+579.71%)
Mutual labels:  emacs, color-theme
Themecreator
https://mswift42.github.io/themecreator/ create themes for intellij, textmate, atom, emacs, vim and gnome terminal.
Stars: ✭ 303 (+339.13%)
Mutual labels:  emacs, color-theme
Solarized Emacs
The Solarized colour theme, ported to Emacs.
Stars: ✭ 640 (+827.54%)
Mutual labels:  emacs, color-theme
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+510.14%)
Mutual labels:  emacs, color-theme
Suscolors Emacs
Colorful theme for Emacs, Inspired by Gruvbox.
Stars: ✭ 9 (-86.96%)
Mutual labels:  emacs, color-theme
Vscode Org Mode
Emacs Org Mode for Visual Studio Code
Stars: ✭ 1,096 (+1488.41%)
Mutual labels:  emacs
Helm Github Stars
Browse your starred repositories with Emacs helm interface
Stars: ✭ 64 (-7.25%)
Mutual labels:  emacs
.dot Org Files
Dotfiles, Emacs + Org-mode with babel and Literate programming.
Stars: ✭ 57 (-17.39%)
Mutual labels:  emacs
.emacs.d
My emacs config
Stars: ✭ 56 (-18.84%)
Mutual labels:  emacs
Org Sticky Header
Show off-screen Org heading at top of window
Stars: ✭ 68 (-1.45%)
Mutual labels:  emacs
Books Pdf
books pdf
Stars: ✭ 1,149 (+1565.22%)
Mutual labels:  emacs
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-8.7%)
Mutual labels:  color-theme
Emacs Themes Site
Source code for https://emacsthemes.com
Stars: ✭ 58 (-15.94%)
Mutual labels:  emacs
Org Web
org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive
Stars: ✭ 1,133 (+1542.03%)
Mutual labels:  emacs
Comb
Interactive code auditing and grep tool in Emacs Lisp
Stars: ✭ 58 (-15.94%)
Mutual labels:  emacs
Webpaste.el
webpaste.el can paste whole buffers or parts of buffers to several pastebin-like services and supports failover if one service fails.
Stars: ✭ 67 (-2.9%)
Mutual labels:  emacs
Emacs Document
translate emacs documents to Chinese for convenient reference
Stars: ✭ 1,085 (+1472.46%)
Mutual labels:  emacs
Dotfiles
well-tailored NixOS & nix-darwin dotfiles
Stars: ✭ 63 (-8.7%)
Mutual labels:  emacs
Icomplete Vertical
Global Emacs minor mode to display icomplete candidates vertically
Stars: ✭ 66 (-4.35%)
Mutual labels:  emacs
.emacs.d
一个快速且实用的 Emacs 配置
Stars: ✭ 63 (-8.7%)
Mutual labels:  emacs

help maintain this lib

About

This emacs lisp package lets you set a color-theme on a per-buffer basis.

Requirements

This package uses Emacs Face Remapping to installing faces locally on the buffer by means of buffer-face-set and face-remap-set-base functions.

Installation

For color-theme.el themes

M-x package-install color-theme-buffer-local

For emacs24 themes

M-x package-install load-theme-buffer-local

If the above doesn't work, you may need to configure your Emacs to use the Marmalade repository and try again.

Daily snapshots from the github repo are installable from the MELPA repository

Using themes made for color-theme.el

Interactively

M-x color-theme-buffer-local

Programmatically

(color-theme-buffer-local 'color-theme-robin-hood (current-buffer))

Using themes made for emacs24 themes.

Interactively

M-x load-theme-buffer-local

Programmatically

(load-theme-buffer-local 'misterioso (current-buffer))

Issues

http://github.com/vic/color-theme-buffer-local/issues

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