- Clone the repository
git clone git://github.com/tommodore/monokai.git
. - Open the
Monokai.terminal
orMonokai.itermcolors
file to install. - Optionally open up Terminal or iTerm preferences for more options.
- Copy the Konsole colorscheme (*.colorscheme) files to (KDE 4) ~/.kde/share/apps/konsole/ or (KDE 5) ~/.local/share/konsole/.
- Open Konsole and select Settings => Configure Profiles => Edit Profile => Appearance.
- Select the Monokai scheme file and save.
- Open Kate and select Configurations => Configure Kate => Fonts and Colours
- Import and Select the Monokai scheme file and save.
- Download
monokai-theme.el
to the directory~/.emacs.d/themes/
- Add this to your .emacs:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
- Now you can load the theme with the interactive function
load-theme
like this:M-x load-theme RET monokai
Or simply use Marmelade or MELPA
Put monokai.vim
file in your ~/.vim/colors/
directory and add the following line to your ~/.vimrc
:
syntax enable
colorscheme monokai
Or simply use vim-monokai module from sickill with Vundle.
My preferred settings
UI Theme: Atom Material
Syntax Theme: [Material Monokai](https://atom.io/themes/material-monokai-syntax
- To apply, go to
Tools
->Import and Export Settings
-> Import selected environment settings.
This project is not licensed and is free for anyone to use.
Monokai Terminal and iTerm theme created by Stephen Way.
The Monokai color scheme was created by Wimer Hazenberg, http://monokai.nl