Giter Club home page Giter Club logo

cyberpunk-2019's Introduction

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.

At some point I will make some standard terminal colours so this is Linux compatible.

cyberpunk terminal

cyberpunk-2019's People

Contributors

hs0ucy avatar the-frey avatar

Watchers

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