GithubHelp home page GithubHelp logo

abyss-skin's People

Contributors

babobski avatar naatan avatar

Stargazers

 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

abyss-skin's Issues

Ugly LabelFrame in Abyss theme in CGI Input section / Simulate CGI Environment

Because copy&paste is so much fun, please find below the exact same issue I raised here Komodo/KomodoEdit#240 when Abyss theme was still part of Komodo

  • Komodo IDE is set to Abyss theme
  • run debugger with "Debugging Options" dialog
  • check "Simulate CGI Environment" option at the bottom
  • click "CGI Input" tab

The "Request Variable" text of the LabelFrame enclosing the fields for defining varaibles strikes through the text.
In the default theme, this is not the case.

fe51c20c-f055-11e4-94b8-7d3196c8e086

How do we get the editor styled?

editorwindow

Just installed komodo edit 8.5, turned on the abyss theme and I can't figure out how to get the editor area to use a darker theme.

issue removing old version

I have searched my AppData folder but cannot find any abyss files. I tried to install abyss_skin-1.1.1-ko.xpi from file but nothing happens. I still have a reference to the old version 1.0 abyss skin and I think that might be conflicting? thanks

Places/Open Files and Toolbox panels are not themed (Mac OSX 10.10/Retina)

I have a Mac laptop with a Retina display running Mac OSX 10.10. I've downloaded Komodo Edit 9 and tried to switch to the Abyss theme. The Places/Open Files and Toolbox sidebars do not get themed:

screen shot 2015-04-25 at 9 40 27 am

I don't see this issue with my desktop, which is running Mac OSX 10.9 on a standard screen, nor have I seen this on my Windows 7 desktop.

Border artifacts around list items at Windows 7

Hi

There's a problem with list items in Abyss skin and Windows 7.

On mouse over it creates a annoying border (technically it seems to be shadow-box css property coming from generic Mozilla styling).

This artifact remains even if you move mouse out of element.

Border Artifact

I don't know if it's a recent issue, because I'm migrating from Komodo 7.x, and I was using my own custom styles, that are no longer compatibile with new Komodo so I want to reuse ActiveState theme.

Similar Case

I've faced similar case eg. in Preferences / Key Bindings. Each list entry has a similar border.

Key Bindings screen

Solution was to set following CSS code:

listitem {
    box-shadow: none !important;
}

My Initial Bets

I've tried to hack this thing on my own, but with no luck. I've tried code like this:

treechildren:hover::-moz-tree-cell {
    box-shadow: none !important;
}

I have no idea how to fix it, most likely because I don't know Mozilla XUL stuff :).

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.