Giter Club home page Giter Club logo

terminator-solarized's Introduction

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 terminator configuration file:

git clone https://github.com/ghuntley/terminator-solarized.git
cd terminator-solarized
mkdir -p ~/.config/terminator/
touch ~/.config/terminator/config
# if you want to replace current config:
cp config ~/.config/terminator
# if you want to append current config:
cat config >> ~/.config/terminator/config

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

# other text editors are available (gedit, emacs, etc)
vi ~/.config/terminator/config

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

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

To:

[[default]]
# solarized-light
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

terminator-solarized's People

Contributors

ghuntley avatar joni avatar neosergio avatar tlevine avatar yesimon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terminator-solarized's Issues

Text is invisible in ESLint & Gulp

While running either eslint or gulp some part of the text is invisible, like this:

screenshot from 2015-11-17 11 14 43

And it gets fixed when I replace #002b36 to #586e75. As can be seen here:

screenshot from 2015-11-17 11 15 40

I have this fork with updated values, if it doesn't mess up anything else, I'd be happy to create a pull request.

Cursor color and foreground color

Hello,

in the config of this repo it is set:

cursor_color = "#002b36"

foreground_color = "#002b36"

However #002b36 is not of the solarized palette.

I have personally changed it to:

cursor_color = "#839496"
foreground_color = "#839496"

that is part of the solarized palette (it is what the gnome-terminal-solarized uses).

Nevertheless, thanks for the config file. It is very usefull.

solarized light/dark difference

when I use the solarized dark theme and run the "htop" command I get a different output to when I use solarized light theme.

The top bar of htop displays CPU/Mem/Swp which have numerical values on the right hand side. When using the light theme these display as Dark Green. When using the dark theme they do not show up at all.
solarized

Does not represent the solarized palette

I'm trying to make vim work with the solarized colorscheme and terminator. Using the solarized-dark profile and a minimal .vimrc looks like this:

vim

This isn't quite the expected result for the solarized colorscheme in vim.

Looking at the color palette it seems that it doesn't represent the solarized palette and also doesn't provide 16 distinct colors, some color values are repeated.

Am I getting something wrong? Is this intentional?

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.