Git Product home page Git Product logo

parchment's Introduction

Parchment

Parchment is an editor theme for Vim and Emacs, inspired by Acme and Leuven. You might like it if you prefer light colorschemes but think black-on-white is too hard on your eyes, or if you find most colorschemes too busy.

Screenshots

./img/emacs-org.png

./img/vim-go.png

Installation

Emacs

MELPA

After enabling installation of MELPA packages, install parchment-theme with M-x package-install. Load it using load-theme.

Or if you are using use-package (strongly recommended), simply add the following to your init.el:

(use-package parchment-theme
  :ensure t
  :config (load-theme 'parchment t))

Manual

To install parchment-theme for Emacs manually instead, first clone the repository to your local system:

mkdir -p ~/.emacs.d/themes
git clone https://github.com/ajgrf/parchment ~/.emacs.d/themes/parchment

Then add the following to your init.el or .emacs file:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'parchment t)

Vim

Parchment can be installed in the same way as most other vim plugins and colorschemes. If you don’t have a preferred method of installing vim plugins, I recommend using pathogen to install parchment. Once pathogen is set up, just clone this repo into your bundle directory:

git clone https://github.com/ajgrf/parchment ~/.vim/bundle/parchment

Terminal Colors

If your terminal does not support true colors, you will need to use a matching terminal theme, and ensure that it does not use bright colors for bold text. The following X resources accomplish that for xterm and urxvt:

*background:           #ffffea
*foreground:           #000000

*color0:               #000000
*color1:               #880000
*color2:               #005500
*color3:               #663311
*color4:               #004488
*color5:               #770077
*color6:               #007777
*color7:               #eeeecc
*color8:               #eaeaea
*color9:               #ffeaea
*color10:              #eaffea
*color11:              #eeee9e
*color12:              #cceeff
*color13:              #ffeaff
*color14:              #eaffff
*color15:              #ffffea

URxvt*intensityStyles: false
XTerm*boldColors:      false

License

The files in this repository are licensed under a permissive ISC license. See the LICENSE file for more details.

parchment's People

Contributors

ajgrf avatar jaeheum avatar jayhan avatar

Watchers

James Cloos avatar

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.