Skip to content

rocher/ubuntu-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

License GPL 3 MELPA Stable issues

About

ubuntu-theme has been inspired by the default terminal colors in Ubuntu. It looks like this:

screenshot

It has improved faces for modes like custom, info and helm, among others.

Installation

Manual

Download ubuntu-theme.el to the dierctory ~/.emacs.d/themes and add this line to your .emacs file:

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

Package.el

Ubuntu theme is available in MELPA. You can install it with:

M-x package-install ubuntu-theme

Load

You can change themes using M-x customize-themes, which allows you to save preferences between restarts.

Alternatively, to just load ubuntu-theme automatically on Emacs startup, add this to your init file:

(load-theme 'ubuntu t)

You can load the theme manually with the interactive function load-theme:

M-x load-theme RET ubuntu RET

Bugs & Improvements

Please report any problems that you find on the project issue tracker. If you've added some improvements and you want them included upstream don't hesitate to send me a patch or even better - a GitHub pull request.

screenshot

Support via Gratipay