Code Monkey home page Code Monkey logo

Comments (10)

huerlisi avatar huerlisi commented on September 21, 2024

Same issue here. I'm using the 'Solarized' Color Scheme of KDE's Konsole in version 15.08.0 as provided by Ubuntu 15.10.

from airbrussh.

dan-klasson avatar dan-klasson commented on September 21, 2024

I'm using 'Solarized' Color Scheme on Ubuntu Gnome 16.04

On Tue, Jul 26, 2016 at 6:47 PM, Simon Hürlimann [email protected]
wrote:

Same issue here. I'm using the 'Solarized' Color Scheme of KDE's Konsole
in version 15.08.0 as provided by Ubuntu 15.10.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#84 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABQQFrvQPD1z757wWi44zN4eMe0JciJ2ks5qZfO3gaJpZM4JFYuH
.

from airbrussh.

mattbrictson avatar mattbrictson commented on September 21, 2024

Thanks for the additional data points.

Can both of you run this simple script in irb and post a screenshot of your output?

gem "airbrussh", "1.0.2"
require "airbrussh/colors"
Airbrussh::Colors::ANSI_CODES.keys.each do |color|
  puts Airbrussh::Colors.public_send(color, color)
end

Here's what I see:

screen shot 2016-07-26 at 9 47 23 am

from airbrussh.

huerlisi avatar huerlisi commented on September 21, 2024

Only solarized has the issue. Even solarized light uses a proper gray:
solarized

solarized-light

So it's probably an issue with the solarized theme.

from airbrussh.

mattbrictson avatar mattbrictson commented on September 21, 2024

Great, looks like we've got this figured out.

I know that solarized is popular, and I don't want Airbrussh to obscure important messages when people are using it with solarized. I think that warrants changing Airbrussh's default colors (even if solarized is ultimately at fault).

Do you agree?

Right now Airbrussh uses the gray to display info log messages (e.g. "linked file does not exist", upload progress, etc.), and also the time elapsed for each command. If we don't use gray for those because of the solarized issue, what color should we use instead?

from airbrussh.

huerlisi avatar huerlisi commented on September 21, 2024

Cool!

I'd go with the default color, like the irb output.

from airbrussh.

mattbrictson avatar mattbrictson commented on September 21, 2024

Any chance you'd be willing to do a PR? It should just be a matter of removing the use of gray from command_formatter.rb and console_formatter.rb and then updating the expected output in the tests.

from airbrussh.

huerlisi avatar huerlisi commented on September 21, 2024

Yepp, can give it a try:-)

from airbrussh.

huerlisi avatar huerlisi commented on September 21, 2024

PR created, please review:-)

from airbrussh.

huerlisi avatar huerlisi commented on September 21, 2024

@mattbrictson upstream issue filed in KDE: https://bugs.kde.org/show_bug.cgi?id=366143

@dan-klasson maybe you want to also file an issue in Gnome and link this and the KDE bug.

from airbrussh.

Related Issues (20)

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.