Giter Site home page Giter Site logo

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

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

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?

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

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.

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.