Git Product home page Git Product logo

almost-mono-themes's Introduction

Almost mono themes

A collection of almost monochrome emacs themes in a couple of variants.

almost-mono-green almost-mono-white almost-mono-black almost-mono-gray almost-mono-cream

Installation

Use package

If you have straight.el setup on your system loading almost-mono-themes is as simple as:

(use-package almost-mono-themes
  :straight (almost-mono-themes
             :type git
             :host github
             :repo "mjhika/almost-mono-themes")
  :config
    ;; (load-theme 'almost-mono-black t)
    ;; (load-theme 'almost-mono-gray t)
    ;; (load-theme 'almost-mono-cream t)
    ;; (load-theme 'almost-mono-white t)
    (load-theme 'almost-mono-green t))

Manual installation

If you prefer, you can install almost-mono-themes manually by downloading the elisp files in this repo and place them somewhere in your load-path and custom-theme-load-path (see example below).

You can set your paths by adding these lines to your .emacs.d or .emacs.d/init.el:

;; Put the main theme file almost-mono-themes.el in your load path
(add-to-list 'load-path "~/.emacs.d/elisp")

;; Put the induvidual theme files almost-mono-{black, white, etc.}-theme.el in your theme load path
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")

You should now be able to load almost-mono-themes with M-x load-theme RET almost-mono-{black, white, etc.} RET!

almost-mono-themes's People

Contributors

cryon avatar j0ni avatar mjhika 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.