All Projects → srcery-colors → Srcery Emacs

srcery-colors / Srcery Emacs

Dark colorscheme for Emacs/Spacemacs. GUI and terminal support

Projects that are alternatives of or similar to Srcery Emacs

Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+312.75%)
Mutual labels:  emacs, spacemacs, colorscheme
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+271.57%)
Mutual labels:  emacs, spacemacs, colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+634.31%)
Mutual labels:  color-scheme, colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-91.18%)
Mutual labels:  color-scheme, colorscheme
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-45.1%)
Mutual labels:  color-scheme, colorscheme
Yui
Minimal vim color scheme
Stars: ✭ 93 (-8.82%)
Mutual labels:  color-scheme, colorscheme
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+538.24%)
Mutual labels:  color-scheme, colorscheme
Homebrew Emacs Plus
Emacs Plus formulae for the Homebrew package manager
Stars: ✭ 965 (+846.08%)
Mutual labels:  emacs, spacemacs
Nord
An arctic, north-bluish color palette.
Stars: ✭ 4,816 (+4621.57%)
Mutual labels:  color-scheme, colorscheme
Spacemacs Content
Content for the book - Clojure Development with Spacemacs
Stars: ✭ 72 (-29.41%)
Mutual labels:  emacs, spacemacs
Vim Archery
🎯 Vim colorscheme inspired by Arch Linux colors
Stars: ✭ 64 (-37.25%)
Mutual labels:  color-scheme, colorscheme
Nord Terminator
An arctic, north-bluish clean and elegant Terminator color theme.
Stars: ✭ 78 (-23.53%)
Mutual labels:  color-scheme, colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+407.84%)
Mutual labels:  color-scheme, colorscheme
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+373.53%)
Mutual labels:  emacs, spacemacs
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+610.78%)
Mutual labels:  emacs, spacemacs
Spacemacs Private
My Spacemacs config
Stars: ✭ 480 (+370.59%)
Mutual labels:  emacs, spacemacs
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-80.39%)
Mutual labels:  color-scheme, colorscheme
Dumb Jump
an Emacs "jump to definition" package for 50+ languages
Stars: ✭ 1,256 (+1131.37%)
Mutual labels:  emacs, spacemacs
Spacemacs
A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
Stars: ✭ 21,906 (+21376.47%)
Mutual labels:  emacs, spacemacs
Swatch.vim
work with hex color codes and make your own vim colorschemes easily and quickly
Stars: ✭ 57 (-44.12%)
Mutual labels:  color-scheme, colorscheme

[[file:https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/title.png]] [[https://melpa.org/#/srcery-theme][file:https://melpa.org/packages/srcery-theme-badge.svg]] [[https://stable.melpa.org/#/srcery-theme][file:https://stable.melpa.org/packages/srcery-theme-badge.svg]]

Colorscheme with clearly defined contrasting colors and a slightly earthy tone.

** Project status: Looking for contributers and maintainers

Project is no longer in active development, I plan to further support this theme with bugfixes and minor issues but no new additions will be added unless contributors/maintainers can be found. If you'd like to contribute, please introduce yourself on the [[https://github.com/srcery-colors/srcery-emacs/issues/9][maintainers wanted issue]].

** Requirements Emacs 24 or above *** GUI Should work out of the box. *** Terminal

To use Srcery in the terminal you need to change your terminal emulator’s
so-called “ASCII” colors to the ones in the table below.

| TERMCOL        | NR | HEX     | RGB           |
|----------------+----+---------+---------------|
| black          |  0 | #1C1B19 | 28,  27,  25  |
| red            |  1 | #EF2F27 | 239, 47, 39   |
| green          |  2 | #519F50 | 81,  159, 80  |
| yellow         |  3 | #FBB829 | 251, 184, 41  |
| blue           |  4 | #2C78BF | 44, 120, 191  |
| magenta        |  5 | #E02C6D | 224, 44,  109 |
| cyan           |  6 | #0AAEB3 | 10, 174, 179  |
| white          |  7 | #D0BFA1 | 208, 191, 161 |
|----------------+----+---------+---------------|
| bright-black   |  8 | #918175 | 145, 129, 117 |
| brright-red    |  9 | #F75341 | 247, 83, 65   |
| bright-green   | 10 | #98BC37 | 152, 188, 55  |
| bright-yellow  | 11 | #FED06E | 254, 208, 110 |
| bright-blue    | 12 | #68A8E4 | 104, 168, 228 |
| bright-magenta | 13 | #FF5C8F | 255, 92, 143  |
| bright-cyan    | 14 | #53FDE9 | 83, 253, 233  |
| bright-White   | 15 | #FCE8C3 | 252, 232, 195 |

See [[https://github.com/srcery-colors/srcery-terminal][srcery-terminal repository]] for a list of terminal configs.

In addition to the table above Srcery uses a few unmodified xterm colors.
Since most terminals have these defined it pads out the color selection
nicely without over complicating things.

Make sure your ~$TERM~ supports 256 colors.

** Installation *** Package.el Srcery is available from [[https://melpa.org/][MELPA]] #+BEGIN_SRC elisp M-x package-install RET srcery-theme #+END_SRC Then load it with #+BEGIN_SRC elisp M-x load-theme srcery #+END_SRC Or add this to your init file: #+BEGIN_SRC elisp (load-theme 'srcery t) #+END_SRC *** Spacemacs Either install using package-install or add srcery-theme to dotspacemacs-additional-packages, then add srcery to dotspacemacs-themes #+BEGIN_SRC elisp (setq-default dotspacemacs-additional-packages '(srcery-theme) dotspacemacs-themes '(srcery)) #+END_SRC ** Screenshots *** Lisp [[file:https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/emacs/lisp.png]] *** Python / JavaScript [[file:https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/emacs/py-js.png]] *** Rust / Magit [[file:https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/emacs/rs-magit.png]] *** Org / C [[file:https://raw.githubusercontent.com/srcery-colors/srcery-assets/master/emacs/org-c.png]] ** Customization Srcery has a couple of options that can be tweaked via M-x customize: *** srcery-org-height boolean, default: t

This toggles the use of varying org headings heights.

*** srcery-invert-matches boolean, default: nil

Toggles whether to inverse-video search matches.

Make sure your cursor is inverted if this is enabled as otherwise it will
make the cursor difficult to spot.

*** srcery-invert-region boolean, default: t

Toggle inverse video for region

*** srcery-transparent-background boolean, default nil

Sets the base background color to nil, and relies on underlying terminal
background color. This only works in the terminal, and the idea behind it is
that you can use for example ~tmux~ to control the background color.

*** Custom colors Its possible to override the base srcery colors.

Possible colors are:
srcery-black, srcery-red, srcery-green, srcery-yellow, srcery-blue, srcery-magenta, srcery-cyan, srcery-white
srcery-bright-black, srcery-bright-red, srcery-bright-green, srcery-bright-yellow, srcery-bright-blue, srcery-bright-magenta, srcery-bright-cyan, srcery-bright-white
srcery-orange, srcery-bright-orange, srcery-hard-black, srcery-gray-1, srcery-gray-2, srcery-gray-3, srcery-gray-4, srcery-gray-5.

Bear in mind that changing these will not work in termninal. Set your term colors to whatever you wish to override.

** Supported modes

  • company
  • ein
  • erc
  • gnus
  • helm
  • ido
  • info
  • magit
  • mu4e
  • neotree
  • org
  • evil-snipe
  • paren-face
  • cider
  • dired
  • diredfl
  • flycheck
  • ivy
  • latex
  • powerline
  • spaceline
  • and others, more coming

** Troubleshooting *** Work in progress This theme is a work in progress, if you see something that is off or doesn't work please open an [[https://github.com/srcery-colors/srcery-emacs/issues/new][issue]] so it can be fixed. *** org-bullets and transparent background When setting the variable srcery-transparent-background and you are using [[https://github.com/sabof/org-bullets][org-bullets]] the leading asterisks are colored white, which does nothing to hide them. The problem is that org-bullets sets the :forground color to the default background color, but when this is nil this issue arise. I've made a [[https://github.com/roosta/org-bullets][fork]] that uses the org-hide face, fixing this issue. There is also an open [[https://github.com/sabof/org-bullets/pull/19][pull request]] that addresses this.

** Attribution I'm new to elisp, so I used the [[https://github.com/nashamri/spacemacs-theme][spacemacs-theme]] as a base for emacs-srcery. Huge thanks to everyone involved with that theme, and [[https://github.com/syl20bnr/spacemacs][Spacemacs]] itself. I also used [[monokai-emacs][Monokai Emacs]] as a blueprint for handling 256 colors properly. Big thanks to maintainers of that theme.

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].