Giter VIP home page Giter VIP logo

iodine-theme's Introduction

Iodine emacs color theme

Screenshot

Installing the theme

Through Melpa (recomended)

Make sure you have the following lines in you .emacs file if you don't already have them:

(require 'package) ;; You might already have this line
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/"))
(when (< emacs-major-version 24)
  ;; For important compatibility libraries like cl-lib
  (add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
(package-initialize) ;; You might already have this line

You can now run M-x package-install iodine-theme

By cloning the repo

Clone the repo and then add this line to your .emacs file:

(add-to-list 'custom-theme-load-path "/path/to/theme-file.el")

This will make sure that emacs can find the theme file.

Using the theme

The theme can be loaded with M-x load-theme iodine

Or if you wish to load the theme on startup you can add this to your .emacs:

(load-theme 'iodine t)

iodine-theme's People

Contributors

purcell avatar rubikitch avatar srdja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

iodine-theme's Issues

Should not set font family

Setting the fixed-pitch and variable-pitch properties forces font selection on every user of the theme. I should be able to choose the colors of the theme independently of the font(s).

By the way, thank you for the beautiful theme!

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.