Coder Social home page Coder Social logo

osx-terminal.app-colors-solarized's Introduction

Solarized - OS X 10.7+ Terminal.App color theme

Original Solarized color scheme developed by Ethan Schoonover [email protected]

Adapted for OS X 10.7+ Terminal.app by Tomislav Filipčić [email protected]

See the Solarized homepage for screenshots, details and colorscheme versions for Vim, Mutt, popular terminal emulators and other applications.

Downloads

If you have come across this colorscheme via the OS X Terminal.app repository on github, see the link above to the Solarized homepage or visit the main Solarized repository.

Installation

OS X 10.7 Lion: Double click to install or import into Terminal.app preferences.

OS X 10.8 Mountain Lion: Import into Terminal.app preferences.

The Values

L*a*b values are canonical (White D65, Reference D50), other values are matched in sRGB space.

SOLARIZED HEX     16/8 TERMCOL  XTERM/HEX   L*A*B      RGB         HSB         GNU screen
--------- ------- ---- -------  ----------- ---------- ----------- ----------- -----------
base03    #002b36  8/4 brblack  234 #1c1c1c 15 -12 -12   0  43  54 193 100  21 K
base02    #073642  0/4 black    235 #262626 20 -12 -12   7  54  66 192  90  26 k
base01    #586e75 10/7 brgreen  240 #585858 45 -07 -07  88 110 117 194  25  46 G
base00    #657b83 11/7 bryellow 241 #626262 50 -07 -07 101 123 131 195  23  51 Y
base0     #839496 12/6 brblue   244 #808080 60 -06 -03 131 148 150 186  13  59 B
base1     #93a1a1 14/4 brcyan   245 #8a8a8a 65 -05 -02 147 161 161 180   9  63 C
base2     #eee8d5  7/7 white    254 #e4e4e4 92 -00  10 238 232 213  44  11  93 w
base3     #fdf6e3 15/7 brwhite  230 #ffffd7 97  00  10 253 246 227  44  10  99 W
yellow    #b58900  3/3 yellow   136 #af8700 60  10  65 181 137   0  45 100  71 y
orange    #cb4b16  9/3 brred    166 #d75f00 50  50  55 203  75  22  18  89  80 R
red       #d30102  1/1 red      124 #af0000 45  70  60 211   1   2   0  99  83 r
magenta   #d33682  5/5 magenta  125 #af005f 50  65 -05 211  54 130 331  74  83 m
violet    #6c71c4 13/5 brmagenta 61 #5f5faf 50  15 -45 108 113 196 237  45  77 M
blue      #268bd2  4/4 blue      33 #0087ff 55 -10 -45  38 139 210 205  82  82 b
cyan      #2aa198  6/6 cyan      37 #00afaf 60 -35 -05  42 161 152 175  74  63 c
green     #859900  2/2 green     64 #5f8700 60 -20  65 133 153   0  68 100  60 g

osx-terminal.app-colors-solarized's People

Contributors

adammenges avatar andyleejordan avatar drewish avatar mhernz avatar sdt avatar timmoore avatar tomislav 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  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

osx-terminal.app-colors-solarized's Issues

Font contrast lower than in UI

Hi Tomislav!

Thanks so much for your work! I've been using Solarized for GUI Vim for quite a time, and it's great to have it available in Terminal.

I do have a minor issue though - text seems to have lower contrast (or maybe it's got a lighter shade) when viewing bare shell output, as compared to Terminal Vim.

I don't have any custom contrast settings in Vim. Maybe i can tweak something in the .terminal file?

Attaching screenshot of a Tmux split pane (Terminal above, Vim below). Colors are actually similar in Tmux vs bare Terminal.

Will be grateful for any directions! Thanks again for your effort!
solarized2

Installing breaks custom prompt colors

I understand that this repo was created for Mac OS X 10.7 and that I am using custom configurations for my prompt, but I am looking for any ideas or suggestions.

Screenshots

Screenshot of issue:
screen shot 2017-11-02 at 17 03 54

Screenshot with same settings in "Pro" Profile:
screen shot 2017-11-02 at 17 09 40

Configuration

macOS version: 10.12.6
Terminal version: 2.7.3
Clone date: 02-11-2017 (date of posting)
Prompt settings: https://github.com/mlangbehn/DotFiles/blob/master/zshrc#L317-L355

Other notes

  • I can change any one of the colors to red in the prompt by explicitly (rather than using the variable)
    • Using a color other than red causes the issue to reoccur
      • Tested with red, cyan, green, magenta, and yellow
    • Changing more than one causes the issue to reoccur

Green is more yellow

Using this script to generate colour output:

#!/bin/bash
#
#   This file echoes a bunch of color codes to the 
#   terminal to demonstrate what's available.  Each 
#   line is the color code of one forground color,
#   out of 17 (default + 16 escapes), followed by a 
#   test use of that color on all nine background 
#   colors (default + 8 escapes).
#

T='gYw'   # The test text

echo -e "\n                 40m     41m     42m     43m\
     44m     45m     46m     47m";

for FGs in '    m' '   1m' '  30m' '1;30m' '  31m' '1;31m' '  32m' \
           '1;32m' '  33m' '1;33m' '  34m' '1;34m' '  35m' '1;35m' \
           '  36m' '1;36m' '  37m' '1;37m';
  do FG=${FGs// /}
  echo -en " $FGs \033[$FG  $T  "
  for BG in 40m 41m 42m 43m 44m 45m 46m 47m;
    do echo -en "$EINS \033[$FG\033[$BG  $T  \033[0m";
  done
  echo;
done
echo

Yields this:
screen shot 2018-01-27 at 19 22 18

The green colour \e[0;32m is way more yellow (163,186,64) with the default background than with the other backgrounds (133,152,64). In fact, it is very yellow. Is this intentional?

I'm using the terminal.app on macOS 10.13.2, and xterm-256color. With the default solarized dark scheme downloaded today.

Submit pull-request to official repo

It's really awesome that this just works right out of the box, unlike that version found in the official repo. Can you just submit a pull request there?

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.