All Projects → ianpan870102 → Tron Legacy Emacs Theme

ianpan870102 / Tron Legacy Emacs Theme

Licence: gpl-3.0
Original retro-futuristic theme inspired by Tron: Legacy

Projects that are alternatives of or similar to Tron Legacy Emacs Theme

Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+1066.91%)
Mutual labels:  emacs
Togetherly
Allow multiple clients to edit a single file on-line
Stars: ✭ 130 (-6.47%)
Mutual labels:  emacs
Magic Latex Buffer
Magical syntax highlighting for LaTeX-mode buffers
Stars: ✭ 135 (-2.88%)
Mutual labels:  emacs
0blayout Mode
Small global-minor-mode to Emacs to handle several layouts
Stars: ✭ 128 (-7.91%)
Mutual labels:  emacs
Emacs Solaire Mode
If only certain buffers could be so grossly incandescent.
Stars: ✭ 129 (-7.19%)
Mutual labels:  emacs
Emacs Gdscript Mode
An Emacs package to get GDScript support and syntax highlighting.
Stars: ✭ 132 (-5.04%)
Mutual labels:  emacs
Cmd Key Happy
Swap cmd and alt keys in Terminal (useful when running emacs over ssh)
Stars: ✭ 126 (-9.35%)
Mutual labels:  emacs
Nix Mode
An Emacs major mode for editing Nix expressions.
Stars: ✭ 137 (-1.44%)
Mutual labels:  emacs
Psc Ide Emacs
Emacs integration for PureScript's psc-ide tool.
Stars: ✭ 130 (-6.47%)
Mutual labels:  emacs
Vscode Emacs Mcx
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
Stars: ✭ 135 (-2.88%)
Mutual labels:  emacs
Emacs Gitlab
A Gitlab client for Emacs
Stars: ✭ 128 (-7.91%)
Mutual labels:  emacs
Emacs Smart Input Source
Less manual switch for native or OS input source (input method).
Stars: ✭ 130 (-6.47%)
Mutual labels:  emacs
Nix Doom Emacs
doom-emacs packaged for Nix
Stars: ✭ 132 (-5.04%)
Mutual labels:  emacs
Dotfiles
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
Stars: ✭ 127 (-8.63%)
Mutual labels:  emacs
Flyspell Correct
Distraction-free words correction with flyspell via selected interface.
Stars: ✭ 136 (-2.16%)
Mutual labels:  emacs
Yequake
Drop-down Emacs frames, like Yakuake
Stars: ✭ 126 (-9.35%)
Mutual labels:  emacs
Eval In Repl
Consistent ESS-like eval interface for various REPLs
Stars: ✭ 130 (-6.47%)
Mutual labels:  emacs
Elpa
Emacs China ELPA 镜像
Stars: ✭ 137 (-1.44%)
Mutual labels:  emacs
Dots
Personal *nix configuration files
Stars: ✭ 136 (-2.16%)
Mutual labels:  emacs
Emacs Powerthesaurus
Powerthesaurus integration for Emacs
Stars: ✭ 132 (-5.04%)
Mutual labels:  emacs

Tron Legacy Emacs Theme


Maintenance GPL License Version Awesome


Inspired by Base16-Black-Metal, Grayscale and City Lights.

Installing the theme:

Installation Method 1: MELPA (Recommended)

tron-legacy-theme is now on MELPA as a package (as of 1. June. 2020)! An example use-package declaration:

(use-package tron-legacy-theme
  :config
  (load-theme 'tron-legacy t))

If you want to invoke some customization options (more info see below), you should set them "before" you load the theme, like so:

(use-package tron-legacy-theme
  :config
  (setq tron-legacy-theme-vivid-cursor t)
  (load-theme 'tron-legacy t))

Installation Method 2: manual install

Download tron-legacy-theme.el and put it under ~/.emacs.d/themes/ (or ~/.config/emacs/themes/), then add these lines to your init.el:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
; or
(add-to-list 'custom-theme-load-path "~/.config/emacs/themes/")

(load-theme 'tron-legacy t)

Customization options:

  1. Setting tron-legacy-theme-dark-fg-bright-comments to t causes the foreground to be dimmed and comments to be brighter. The default value is nil.
(setq tron-legacy-theme-dark-fg-bright-comments t)
  1. Setting tron-legacy-theme-vivid-cursor to t changes the cursor colour to bright golden, making it easier to spot.
(setq tron-legacy-theme-vivid-cursor t)
  1. Setting tron-legacy-theme-softer-bg to t changes the background colour to a dark gunmetal grey, instead of the default pure black.
(setq tron-legacy-theme-softer-bg t)

Screenshots of various modes:


More in-action moments of tron-legacy

Tron-legacy theme showcase on Peach Melpa.

Main colour palette:


Copyright© 2018-2020 Ian Y.E. Pan

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

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