All Projects → the-frey → cyberpunk-2019

the-frey / cyberpunk-2019

Licence: other
The cyberpunk theme emacs needs, but maybe not the one it deserves...

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to cyberpunk-2019

Honukai Iterm Zsh
Honukai theme and colors for Oh My ZSH and iTerm
Stars: ✭ 1,034 (+1420.59%)
Mutual labels:  iterm
Custom Alfred Iterm Scripts
AppleScript for iTerm2 Alfred integration.
Stars: ✭ 2,946 (+4232.35%)
Mutual labels:  iterm
sourcerer
read code like a wizard. a 16bit color scheme for hackers
Stars: ✭ 136 (+100%)
Mutual labels:  iterm
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+7.35%)
Mutual labels:  iterm
Iterm
🧛🏻‍♂️ Dark theme for iTerm
Stars: ✭ 153 (+125%)
Mutual labels:  iterm
CyberWorld
Procedurally generating complicated cyberpunk city in minecraft Automatically merging buildings into mega-structure Generating the building with sub-structure such as signs, illegal building, etc.
Stars: ✭ 65 (-4.41%)
Mutual labels:  cyberpunk
Findergo
🐢 Open terminal quickly from Finder
Stars: ✭ 862 (+1167.65%)
Mutual labels:  iterm
cp2020
A character generator for the Cyberpunk 2020 Role Playing Game
Stars: ✭ 43 (-36.76%)
Mutual labels:  cyberpunk
Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+213.24%)
Mutual labels:  iterm
CyberPunkNetrunner
Cyberpunk 2077 Netrunner Hacking Tool (Easy to use and install). Don't use it on illegal and malicious activity. Inspired by the game CyberPunk 2077 https://www.cyberpunk.net/
Stars: ✭ 69 (+1.47%)
Mutual labels:  cyberpunk
Window Size
Reliable way to to get the height and width of the terminal/console in a node.js environment.
Stars: ✭ 79 (+16.18%)
Mutual labels:  iterm
Iterm2 Icons
Replacement icon for iTerm2 or other macOS terminal apps. Designed for Big Sur.
Stars: ✭ 146 (+114.71%)
Mutual labels:  iterm
suru-plus-dark
Suru++ 25 Dark — A full dark cyberpunk, elegant, futuristic and Papirus-like third-party icons theme
Stars: ✭ 55 (-19.12%)
Mutual labels:  cyberpunk
Terminus
Terminus, a terminal for Atom! - Looking for collaborators hop in, at your next bus stop :-)
Stars: ✭ 49 (-27.94%)
Mutual labels:  iterm
iterm-oh-my-zsh-powerlevel10k
Improved Terminal Experience with Oh My Zsh, iTerm2, PowerLevel10K
Stars: ✭ 24 (-64.71%)
Mutual labels:  iterm
Onehalf
Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
Stars: ✭ 974 (+1332.35%)
Mutual labels:  iterm
Iterm Colors
♥️ Awesome iTerm color schemes
Stars: ✭ 243 (+257.35%)
Mutual labels:  iterm
thayer-bright-iTerm
No description or website provided.
Stars: ✭ 29 (-57.35%)
Mutual labels:  iterm
glitched-writer
Glitched, text writing js module. Highly customizable settings. Decoding, decrypting, scrambling, or simply spelling out text.
Stars: ✭ 51 (-25%)
Mutual labels:  cyberpunk
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (-58.82%)
Mutual labels:  cyberpunk

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

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