All Projects → m-cat → Nimbus Theme

m-cat / Nimbus Theme

The best dark theme for Emacs

Projects that are alternatives of or similar to Nimbus Theme

Rg.el
Emacs search tool based on ripgrep
Stars: ✭ 277 (+171.57%)
Mutual labels:  emacs, melpa
Quelpa
Build and install your Emacs Lisp packages on-the-fly directly from source
Stars: ✭ 455 (+346.08%)
Mutual labels:  emacs, melpa
Use Package
A use-package declaration for simplifying your .emacs
Stars: ✭ 3,748 (+3574.51%)
Mutual labels:  emacs, melpa
Emacs4cl
A 40 line ~/.emacs to quickly set up vanilla Emacs for Common Lisp programming
Stars: ✭ 151 (+48.04%)
Mutual labels:  dark-theme, emacs
Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (+548.04%)
Mutual labels:  emacs, melpa
Emacs
🧛🏻‍♂️ Dark theme for Emacs
Stars: ✭ 190 (+86.27%)
Mutual labels:  dark-theme, emacs
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+312.75%)
Mutual labels:  dark-theme, emacs
Modern Cpp Font Lock
C++ font-lock for Emacs
Stars: ✭ 159 (+55.88%)
Mutual labels:  emacs, melpa
Meghanada Emacs
A Better Java Development Environment for Emacs
Stars: ✭ 582 (+470.59%)
Mutual labels:  emacs, melpa
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+373.53%)
Mutual labels:  dark-theme, emacs
Lsp Dart
lsp-mode ❤️ dart
Stars: ✭ 94 (-7.84%)
Mutual labels:  emacs, melpa
Dumb Jump
an Emacs "jump to definition" package for 50+ languages
Stars: ✭ 1,256 (+1131.37%)
Mutual labels:  emacs, melpa
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+130.39%)
Mutual labels:  emacs, melpa
Dracula Theme
🧛🏻‍♂️ One theme. All platforms.
Stars: ✭ 17,480 (+17037.25%)
Mutual labels:  dark-theme, emacs
Evil Multiedit
Multiple cursors for evil-mode, based on iedit
Stars: ✭ 200 (+96.08%)
Mutual labels:  emacs, melpa
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+271.57%)
Mutual labels:  emacs, melpa
Linum Relative
display relative line number in the left margin in emacs
Stars: ✭ 152 (+49.02%)
Mutual labels:  emacs, melpa
Explain Pause Mode
top, but for Emacs.
Stars: ✭ 158 (+54.9%)
Mutual labels:  emacs, melpa
Emacs Color Themes
A collection of custom themes for Emacs. All the themes are named after famous programmers.
Stars: ✭ 469 (+359.8%)
Mutual labels:  dark-theme, emacs
Emacs Datetime
Stars: ✭ 8 (-92.16%)
Mutual labels:  emacs, melpa

Nimbus

MELPA Issues License: GPL3

The best dark theme for Emacs.

Screenshots

Screenshot showing display-line-numbers-mode, bm, diff-hl, and spaceline:

Screenshot

More

About

Nimbus is a dark theme that I developed for my personal use. It's the only theme I ever use. I regularly add and modify faces and am always looking to support more third-party packages.

Nimbus was originally a fork of Ample.

Installing

Make sure you have set up MELPA and run:

M-x package-install RET nimbus-theme RET

Use M-x customize-themes to activate it, or put the following in your Emacs configuration file:

(load-theme 'nimbus t)

Or, if you have use-package:

(use-package nimbus-theme)

Troubleshooting

If you encounter any issues with Nimbus (such as text faces being hard to read or not appearing as expected), please try the following:

  1. Restart Emacs and make sure Nimbus is the first theme you enable. Switching custom themes during an Emacs session may cause artifacts from the previous theme to remain.
  2. Leave a bug report on GitHub. Please try to include screenshots as well as full instructions for reproducing your problem, including setup of the relevant mode.

Contributors

Contributing

All contributions are welcome. I want to support as many third-party Emacs packages as possible. Please write issues and raise pull requests!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].