Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Jan 12, 2013
2 parents 88013fd + 9ede0dc commit 4d9f589
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = LF
trim_trailing_whitespace = true
97 changes: 89 additions & 8 deletions Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* SO-Dark-Monokai
/* https://github.com/simonowendesign/SO-Dark-Monokai
/* Taken from the below and tweaked by Simon Owen (@simonowendesign)
/*
/*
/* IR_Dark_Monokai
/* Designed and developed by Andres Pagella (@mapagella)
/* http://www.andrespagella.com/customising-chrome-devtools
Expand All @@ -21,6 +21,12 @@
/*
/**********************************************/

/* Colours
lightgreen: #a6e70a;
lightblue: #72d9e7;
purple: #a775ff;
*/

#-webkit-web-inspector,
#-webkit-web-inspector .split-view-contents {
background-color: #242424;
Expand Down Expand Up @@ -90,14 +96,14 @@ button.status-bar-item.toggled-on .glyph {
font-size: 11px !important;
}

/* Show Icons that randomly vanished */
#-webkit-web-inspector .toolbar-icon {
display: block;
}
#-webkit-web-inspector .toolbar-item {
#-webkit-web-inspector .toolbar-item {
height: 37px !important;
}

#-webkit-web-inspector .close-left {
margin: 10px 0 0 0 !important;
}

/* Panes */
#-webkit-web-inspector #main ol {
background-color: #111 !important;
Expand All @@ -124,7 +130,11 @@ button.status-bar-item.toggled-on .glyph {
color: #666 !important;
}

#-webkit-web-inspector .monospace,
#-webkit-web-inspector .section .properties .dimmed {
opacity: 0.8 !important;
}

#-webkit-web-inspector .monospace,
#-webkit-web-inspector .source-code {
color: #000 !important;
}
Expand All @@ -134,6 +144,14 @@ button.status-bar-item.toggled-on .glyph {
font-weight: normal;
}

#-webkit-web-inspector .styles-element-state-pane.expanded {
border-bottom: 1px solid #555 !important;
}

#-webkit-web-inspector .styles-element-state-pane {
background: #333 !important;
}

#-webkit-web-inspector .styles-section .value {
color: #a775ff !important;
}
Expand Down Expand Up @@ -218,6 +236,69 @@ button.status-bar-item.toggled-on .glyph {
color: #fff !important;
}

/* DOM Breakpoints */
#-webkit-web-inspector .pane > .body .info {
color: #999 !important;
font-style: normal;
}

/* Add drop down arrows to Event Listeners */
#-webkit-web-inspector .section.expanded .header::before,
#-webkit-web-inspector .event-bars .event-bar.expanded .header::before {
content: url(chrome-devtools://devtools/Images/disclosureTriangleSmallDownWhite.png) !important;
}

#-webkit-web-inspector .section .header::before,
#-webkit-web-inspector .event-bars .event-bar .header::before {
content: url(chrome-devtools://devtools/Images/disclosureTriangleSmallRightWhite.png) !important;
}

/* Resources info */
#-webkit-web-inspector .resource-view.image .title {
color: #ccc !important;
}

#-webkit-web-inspector .resource-view.image .infoList dt {
color: #666 !important;
margin-bottom: 5px !important;
}

#-webkit-web-inspector .resource-view.image .infoList dd {
color: #888 !important;
margin-bottom: 5px !important;
}

/* Network */
#-webkit-web-inspector .data-grid td > div {
color: #ccc !important;
}

#-webkit-web-inspector .network-cell-subtitle {
color: #888 !important;
}

#-webkit-web-inspector .network-log-grid.data-grid td {
border-right: 1px solid #333 !important;
}

#-webkit-web-inspector .network-graph-side:hover .network-graph-label {
color: #fff !important;
font-size: 12px !important;
}

#-webkit-web-inspector .data-grid:focus tr.selected {
background: #000 !important;
}

#-webkit-web-inspector .network-log-grid.data-grid tr.filler {
background: #333;
}

/* Timeline */
#-webkit-web-inspector .sidebar-tree-section {
text-shadow: none !important;
}

/**********************************************/
/* Console
/**********************************************/
Expand Down Expand Up @@ -252,7 +333,7 @@ button.status-bar-item.toggled-on .glyph {
color: #ffd2a7 !important;
}

#-webkit-web-inspector #console-messages .console-formatted-number {
#-webkit-web-inspector .console-formatted-number {
color: #ff73fd !important;
}

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ https://github.com/simonowendesign/SO-Dark-Monokai-v3

## Preview:

<img src="http://farm9.staticflickr.com/8341/8283027217_66d3cbb926_b.jpg" />
<img src="http://farm9.staticflickr.com/8341/8283027217_66d3cbb926_b.jpg">

<a href="http://farm9.staticflickr.com/8341/8283027217_66d3cbb926_b.jpg">Full size preview</a>
[Full size preview](http://farm9.staticflickr.com/8341/8283027217_66d3cbb926_b.jpg)

[20130112 - Update](http://farm9.staticflickr.com/8196/8373203286_039e3a07fb_o.png)


## Credits
Expand Down

0 comments on commit 4d9f589

Please sign in to comment.