Giter VIP home page Giter VIP logo

protesilaos / tempus-themes-xterm Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 25 KB

DEPRECATION NOTICE — MOVED TO GITLAB. Tempus is a collection of themes for Vim and terminal emulators that are compliant at the very least with the WCAG AA accessibility standard for colour contrast

Home Page: https://protesilaos.com/tempus-themes

License: GNU General Public License v3.0

tempus-themes xterm xterm-configuration wcag-aa wcag-aaa

tempus-themes-xterm's Introduction

Tempus Themes for Xterm

DEPRECATION NOTICE — MOVED TO GITLAB.

Xterm stores colour values in the ~/.Xresources. This document will walk you through the process.

We use the command line

Start by cloning the tempus-themes-xterm repo and entering it (unless you prefer copy-pasting, in which case adapt accordingly):

git clone https://github.com/protesilaos/tempus-themes-xterm.git --depth 1 && cd tempus-themes-xterm

Adding colours to Xresources

Now you want to append the content of the theme to your .Xresources. You need to append it, otherwise you will overwrite its contents. As such, run the following command, substituting [SCHEME-NAME] with the one you want:

cat [SCHEME-NAME] >> ~/.Xresources

For example, if you want tempus_winter:

cat tempus_winter.Xcolors >> ~/.Xresources

It is important to note the use of >>. It is the command that appends the content to the file. Be careful if you are typing this. A single > will overwrite the file's contents.

Almost done

Whatever method you use, do not forget to reload the configurations, with the command xrdb -merge ~/.Xresources (may need to close all terminals and re-open them).

Enjoy!

Additional resources

For all available ports, refer to the main Tempus themes repo.

Contributing

All contributions should be submitted to the Tempus themes generator. See CONTRIBUTING.md.

License

GNU General Public License Version 3. See LICENSE.

Meta

The Tempus themes project consists of a number of repositories. It is maintained with a set of scripts and utilities, stored in the tempus-themes-utils.

All theme files are created with the Tempus themes generator. See the generator CONTRIBUTING.md.

Donations

If you appreciate this work, consider donating via PayPal.

tempus-themes-xterm's People

Contributors

protesilaos avatar

Watchers

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