Giter Site home page Giter Site logo

terminator-gruvbox's Introduction

Terminator gruvbox colors

A color theme for terminator using Pavel Pertsev’s Gruvbox color scheme.

Screenshots

gruvbox terminator

Note: To make same look as on screenshot set below features:

  • Preferences > Profiles > General > Show titlebar: off
  • Preferences > Profiles > Scrolling > Scrollbar is: Disabled

Files

  • config - file that contains gruvbox themes (dark & light) for terminator terminal

Usage

Install config as new configuration file for the terminiator terminal:

$ mkdir -p ~/.config/terminator/ && wget -O ~/.config/terminator/config https://raw.githubusercontent.com/egel/terminator-gruvbox/master/config

Then you can modify your current configuration

$ vi ~/.config/terminator/config

To replace the default scheme used for new windows/tabs to gruvbox-dark (or gruvbox-light):

[[default]]
  # gruvbox-dark theme
  background_color = "#282828"
  cursor_color = "#7c6f64"
  foreground_color = "#ebdbb2"
  palette = "#181818:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2"

To:

[[default]]
  # gruvbox-light theme
  background_color = "#eee8d5"
  cursor_color = "#002b36"
  foreground_color = "#002b36"
  palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"

To configure the default scheme used upon launch; change profile to your new theme:

[[default]]
  [[[child1]]]
    type = Terminal
    parent = window0
    profile = default

To:

[[default]]
  [[[child1]]]
    type = Terminal
    parent = window0
    profile = gruvbox-light

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.