All Projects → ianyepan → tron-legacy-emacs-theme

ianyepan / tron-legacy-emacs-theme

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

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to tron-legacy-emacs-theme

rustcycles
A fast multiplayer shooter on wheels written in Rust using the fyrox (formerly rg3d) game engine
Stars: ✭ 21 (-87.35%)
Mutual labels:  tron
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (-78.92%)
Mutual labels:  tron
gotron-sdk
Tron SDK for golang / CLI tool with keystore manager
Stars: ✭ 139 (-16.27%)
Mutual labels:  tron
gitron
A web game using GitHub APIs based on Tron 🥏
Stars: ✭ 20 (-87.95%)
Mutual labels:  tron
opentron
OpenTron is the first fully independent implementation of the Tron protocol, written in Rust.
Stars: ✭ 59 (-64.46%)
Mutual labels:  tron
tronlink-extension
TronLink Chrome Extension
Stars: ✭ 133 (-19.88%)
Mutual labels:  tron
Encom Boardroom
📈 Web tribute to the Tron: Legacy Boardroom Scene
Stars: ✭ 2,094 (+1161.45%)
Mutual labels:  tron
Edex Ui
A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
Stars: ✭ 34,770 (+20845.78%)
Mutual labels:  tron
tron-rpc
波场钱包节点对接
Stars: ✭ 58 (-65.06%)
Mutual labels:  tron
bitcoin-cryptocurrency-tutorial
PHP & Cryptocurrencies Collections. Powered By https://btcschools.net
Stars: ✭ 142 (-14.46%)
Mutual labels:  tron

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 color 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 color 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 color palette:


Copyright© 2018-2022 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].