Git Product home page Git Product logo

chrome-devtools-zerodarkmatrix-theme's People

Contributors

alpadev avatar askhogan avatar d3n1c1d3 avatar mauricecruz avatar ntwb avatar outdooricon avatar paulirish avatar restuta avatar s10wen avatar schervenkov avatar soundtricker 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  avatar  avatar

chrome-devtools-zerodarkmatrix-theme's Issues

Console error stack trace

dropdown in console text is too dark to read

I fixed this with

-webkit-web-inspector li > div > span.console-message-text.source-code {

color: #aaa !important;

}

Source tab - tight line-height

Beautiful work - thanks! One thing I noticed was that the line-height seemed visually really tight to me in the source tab. Makes it harder to read and on my machine macbook pro retinna ML I am seeing ascenders and descenders overlap in some instances.
image
image

Network Preview

This should be added somewhere, it fixes the contrasting color in the network->preview tab

-webkit-web-inspector #network-views .CodeMirror-lines

{
background-color: #282828 !important;
}

Devtool hangs while showing an image

When we are on elements tab, and then hover over an image tag, it'll show the image in a small popup box. After that the whole devtools hangs, need to close and re-open devtools to make it work normally.
screen shot 2013-05-23 at 11 52 41 am

Chrome not loading Custom.css changes (Mac 10.8.5)

similar issue as:
#39
but i'm on a MacBook Pro (10.8.5), Chrome 30.0.1599.69 (had the same problem with previous versions as well), and running a single profile.

i just pulled the latest Custom-Stable.css and pasted into:
/Library/Application Support/Google/Chrome/Default/User StyleSheets/custom.css

i use this at work on a PC and all works fine...

any guesses??

cheers,
Atg

Network Headers Request Payload (parsed) style

There are some unstyled bits in the Network -> Headers -> Request Payload (view parsed) section.

image

Can be fixed like so:

#-webkit-web-inspector .resource-headers-view .console-formatted-object,
#-webkit-web-inspector .resource-headers-view .console-formatted-array {
    color: #CCC !important;
}

Though you may want to do something better. : )

Issue with a boolean values

Hi I have a some problems with a highlighting boolean values within ajax response.
issuewithselection
issuewithoutselection
OS: Win7 Pro
Browser: 30.0.1599.69 m

Detected on last Custom-Stable.css

cursor blink color

Hi;

Thanks for this great theme. I am using it on Ubuntu - Chrome dev. channel version 28.0.1485.0. One thing that I would like to change but I don't know how is that the color of blinking cursor under sources panel ( I use snippets a lot ) is not so visible. What is the name of css class for cursor color ?

Thanks

snippet and code highlight line is too bright (in codemirror editor)

So, two more issues ( for now ):

  • under sources panel, when you activate debugger, highlighted line has very bright color ( light blue ( #abbffe I think ) so the code under is almost invisible
  • when you want to create a new snippet, also in sources panel, you can't see the text while typing ( just a white space moving )

Add close button

Thanks for the theme, love it! But where is the close button? I know, you can use shortcuts to open/close the DevTools, but sometimes it's more convenient to click the button with the mouse.

Missing arrows in elements and resources tabs

Currently there is no way to know if html elements contain other elements, there should be arrow indicating that element contains other elements.
Right now I need to click on element to see if there is any children.

Same applies for resources tab, (images, stylesheets, scripts etc...)

all tab buttons unresponsive

using chrome 27.0.1453.93 when dev tools first opens I can click on one of the tabs and it works but once the bounce in animation plays no tabs work at all, it's stuck on that tab completely unresponsive. Seems like an issue with the animation. I'd lose the anim personally. The theme is perfect without the gimmicky anims.

Vertical view missing panels

Currently, if the dev panel is in "vertical" view (snapped to left or right of the window) when the panel is not wide enough some panel tabs are missing ( console etc...).
There should be a drop down button that indicates that there are more panels available.

Win 8. google chrome stable (26....)

Alias for powershell command [suggestion]

Hello, the one line terminal install's are fantastic. I tried to set up a powershell alias using Set-Alias, but failed. It would be nice to have some instruction on how to set this up. So every time chrome drops you could open powershell and run "zdm". Thanks!

fix colors for network monitor

image

I found that text is all black in network monitor.

  1. Unfolded object json text.
  2. unfolded object json puncutation ":" are all black

I highlighted the text so it's visible (white) - normally it would be black on black :-)
Latest stable chrome: 28.0.1500.72 m

A suggestion for readability

In my desktop version I added this line of code at the beginning of the file because for readability purposes I like the line-height to be more separated:

/*--READABILITY--*/
#-webkit-web-inspector .outline-disclosure ol li,
#-webkit-web-inspector .text-editor .inner-container .webkit-line-content,
#-webkit-web-inspector .text-editor-lines .inner-container .webkit-line-number,
#-webkit-web-inspector #console-view .console-message {
    line-height: 16px;
}

Sorry if there's another way of doing this that I don't know about.

Resources - WebSQL pane text is not visible

Select a database under Resources / WebSQL, type SQL statements on right pane, text and background have same colours, statement is not visible, I have to blind select text to make it visible. I did not test IndexedDB yet.

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.