comozo / terminator-solarized

A color theme for terminator using Ethan Schoonover’s Solarized color scheme

Home Page:https://github.com/ghuntley/terminator-solarized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solarized terminator colors

A color theme for terminator using Ethan Schoonover’s Solarized color scheme.

Repositories

Files

  • config - solarized theme for terminator (by ghuntley)

Usage

Install the terminiator configuration file:

# mkdir -p ~/.config/terminator/
# cp config ~/.config/terminator/

Modify the defaults stanza within the terminator configuration file to select your default(s)

# vi ~/.config/terminator/config

To configure the default scheme used for new windows/tabs to solarized-light; change:

[[default]]
# solarized-dark
#palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1"
#background_color = "#eee8d5"
#cursor_color = "#002b36"
#foreground_color = "#002b36"

To:

[[default]]
# solarized-dark
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#d33682:#2aa198:#93a1a1"
background_color = "#eee8d5"
cursor_color = "#002b36"
foreground_color = "#002b36"

To configure the default scheme used upon launch; change:

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

To:

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

Screenshots

solarized terminator

About

A color theme for terminator using Ethan Schoonover’s Solarized color scheme

https://github.com/ghuntley/terminator-solarized