Fork: https://github.com/the-frey/cyberpunk-2019/

vaeringjar 04e1c9f4d7 Correct the reference to bash to xfce. 4 years ago
alternates 8d35fd463b Updated the bash theme. Add some notes to the README. Added the kelly colours for reference. 4 years ago
.gitignore 909abc519d Version 0.0.1 5 years ago
README.md 04e1c9f4d7 Correct the reference to bash to xfce. 4 years ago
cyberpunk-2019-terminal.png 20052c794c Added terminal image 5 years ago
cyberpunk-2019-theme.el 5b30794c4f Org mode tweaks (#6) 4 years ago
cyberpunk-2019.itermcolors 909abc519d Version 0.0.1 5 years ago
cyberpunk-2019.png 909abc519d Version 0.0.1 5 years ago
cyberpunk-2019.theme 8d35fd463b Updated the bash theme. Add some notes to the README. Added the kelly colours for reference. 4 years ago

README.md

MELPA

   ______      __                                __      ___   ____ _______ 
  / ____/_  __/ /_  ___  _________  __  ______  / /__   |__ \ / __ <  / __ \
 / /   / / / / __ \/ _ \/ ___/ __ \/ / / / __ \/ //_/   __/ // / / / / /_/ /
/ /___/ /_/ / /_/ /  __/ /  / /_/ / /_/ / / / / ,<     / __// /_/ / /\__, / 
\____/\__, /_.___/\___/_/  / .___/\__,_/_/ /_/_/|_|   /____/\____/_//____/  
     /____/               /_/                                               

cyberpunk

Cyberpunk 2019

This theme is a spin on the Tron Legacy theme and Cyberpunk VS Code theme, now for emacs. Sam Aaron's excellent Cyberpunk theme just wasn't garish or extrovert enough for me, I'm afraid.

This is heavily optimised for Clojure, Emacs Lisp and Haskell - that said, if you see an issue, feel free to throw in a PR!

Installation

Download the theme file, and place it in your ~/.emacs.d/themes, then add the following to your init file:

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

Modeline

If you use the modeline, you might also want these styles in your init.el, although default styles are provided by this theme - this is just a change I like for slightly bolder lines:

 '(mode-line ((t (:foreground "#fafafa" :background "DarkOrange" :box nil))))
 '(mode-line-inactive ((t (:foreground "#fafafa" :background "#666666" :box nil))))

These should go in the custom-set-faces block provided by M-x customize.

Flycheck

If you use flycheck, you might want to add the following to your init file.

(set-face-attribute 'flycheck-error nil :underline '(:color "#FF4081"))
(set-face-attribute 'flycheck-warning nil :underline '(:color "#FF9C00"))
(set-face-attribute 'flycheck-info nil :underline '(:color "#9C00FF"))

iTerm2

If you're on mac, you might want these styles for your terminal as well. There's an .itermcolors file in this repo you can use. The colours might look a bit weird until you load it - that's because I use oh-my-zsh with the agnoster theme, and this file is explicitly designed to work with that theme, its modeline and git features. YMMV with other setups.

These are based on the VS Code Cyberpunk iTerm addon by Murderlon, but rejigged and altered to fit oh-my-zsh and agnoster.

cyberpunk terminal

Xfce4

If using Xfce4, try out the WIP cyberpunk-2019.theme. It has some modifications from the mac version for better contrast. The alternates/ directory has the kelly colours for reference. As a WIP these might contain some unused items or placeholders.

To install for the current user:

~/.local/share/xfce4/terminal/colorschemes

Or for the entire system:

/usr/share/xfce4/terminal/colorschemes/