-
-
Save mtness/1986059 to your computer and use it in GitHub Desktop.
IR_Black Theme for Chrome Developer Tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**********************************************/ | |
/* | |
/* IR_Black Skin by Ben Truyman - 2011 | |
/* | |
/* Based on Todd Werth's IR_Black: | |
/* http://blog.toddwerth.com/entries/2 | |
/* | |
/* Inspired by Darcy Clarke's blog post: | |
/* http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
/* | |
/**********************************************/ | |
/**********************************************/ | |
/* Console | |
/**********************************************/ | |
/**********************************************/ | |
/* Messages | |
/**********************************************/ | |
#console-messages { | |
font-family: 'DroidSansMono', Menlo, monospace !important; | |
background: #242424; | |
} | |
#console-messages a { | |
color: #666 !important; | |
} | |
#console-messages a:hover { | |
color: #999 !important; | |
} | |
#console-messages .console-message { | |
color: #f1f1f1 !important; | |
} | |
#console-messages .console-message, .console-user-command { | |
border-bottom: 1px solid #444 !important; | |
} | |
#console-messages .console-user-command > .console-message-text { | |
color: #ffd2a7 !important; | |
} | |
#console-messages .console-formatted-number { | |
color: #ff73fd !important; | |
} | |
#console-messages .console-formatted-string { | |
color: #a8ff60 !important; | |
} | |
#console-messages .console-formatted-object { | |
color: #7c7c7c !important; | |
} | |
#console-messages .console-formatted-function { | |
color: #fff !important; | |
} | |
#console-messages .console-formatted-regexp { | |
color: #e9c062 !important; | |
} | |
#console-messages .console-group-messages .section .header .title { | |
color: #f1f1f1 !important; | |
} | |
#console-messages .section .properties .name, .event-properties .name { | |
color: #96cbfe !important; | |
} | |
#console-messages .console-group-messages .section .header::before, | |
#console-messages .properties-tree li.parent::before { | |
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important; | |
} | |
#console-messages .console-group-messages .section.expanded .header::before, | |
#console-messages .properties-tree li.parent.expanded::before { | |
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important; | |
} | |
#console-messages .console-error-level .console-message-text { | |
color: #F66 !important; | |
} | |
/**********************************************/ | |
/* Prompt | |
/**********************************************/ | |
#console-prompt { | |
color: #f1f1f1 !important; | |
} | |
/**********************************************/ | |
/* Elements/Network | |
/**********************************************/ | |
/**********************************************/ | |
/* Layout | |
/**********************************************/ | |
#storage-views { | |
color: #ccc !important; | |
} | |
#storage-views a { | |
color: #99f !important; | |
} | |
#storage-views, | |
#elements-content.source-code { | |
background: #242424 !important; | |
font-size: 12px !important; | |
} | |
#elements-content .highlight { | |
color: #f1f1f1; | |
} | |
#elements-content .selected { | |
background-color: #4c4d5d !important; | |
} | |
#elements-content .editing { | |
background-color: #242424 !important; | |
} | |
#elements-content .parent::before { | |
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) !important; | |
} | |
#elements-content .parent.expanded::before { | |
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) !important; | |
} | |
/**********************************************/ | |
/* HTML | |
/**********************************************/ | |
#storage-views .webkit-html-comment, | |
#elements-content .webkit-html-comment { | |
color: #7c7c7c !important; | |
} | |
#storage-views .webkit-html-tag, | |
#elements-content .webkit-html-tag { | |
color: #96cbfe !important; | |
} | |
#storage-views .webkit-html-attribute-name, | |
#elements-content .webkit-html-attribute-name { | |
color: #ffd2a7 !important; | |
} | |
#storage-views .webkit-html-attribute-value, | |
#elements-content .webkit-html-attribute-value { | |
color: #a8ff60 !important; | |
} | |
#storage-views .webkit-html-text-node | |
#elements-content .webkit-html-text-node, | |
#storage-views .webkit-html-css-node, | |
#elements-content .webkit-html-css-node { | |
color: #c2c3c3 !important; | |
} | |
#storage-views .webkit-html-js-node, | |
#elements-content .webkit-html-js-node { | |
color: #c2c3c3 !important; | |
} | |
#storage-views .webkit-html-external-link, | |
#elements-content .webkit-html-resource-link { | |
color: #ff73fd !important; | |
} | |
/**********************************************/ | |
/* CSS | |
/**********************************************/ | |
#storage-views .webkit-css-comment, | |
#elements-content .webkit-css-comment { | |
color: #7c7c7c !important; | |
} | |
#storage-views .webkit-css-selector, | |
#elements-content .webkit-css-selector { | |
color: #62b1fe !important; | |
} | |
#storage-views .webkit-css-property, | |
#elements-content .webkit-css-property { | |
color: #fff !important; | |
} | |
#storage-views .webkit-css-keyword, | |
#elements-content .webkit-css-keyword { | |
color: #f9ee98 !important; | |
} | |
#storage-views .webkit-css-number, | |
#elements-content .webkit-css-number { | |
color: #ff73fd !important; | |
} | |
#storage-views .webkit-css-important, | |
#elements-content .webkit-css-important, | |
#storage-views .webkit-css-at-rule, | |
#elements-content .webkit-css-at-rule { | |
color: #96cbfe !important; | |
} | |
#storage-views .webkit-css-string, | |
#elements-content .webkit-css-string { | |
color: #a8ff60 !important; | |
} | |
#storage-views .webkit-css-url, | |
#elements-content .webkit-css-url { | |
color: #c6c5fe !important; | |
} | |
/**********************************************/ | |
/* JavaScript | |
/**********************************************/ | |
#storage-views .webkit-line-content, | |
#elements-content .webkit-line-content, | |
#storage-views .webkit-javascript-ident, | |
#elements-content .webkit-javascript-ident { | |
color: #fff !important; | |
} | |
#elements-content .webkit-javascript-ident { | |
color: #ffd2a7 !important; | |
} | |
#storage-views .webkit-javascript-keyword, | |
#elements-content .webkit-javascript-keyword { | |
color: #cfcb90 !important; | |
} | |
#storage-views .webkit-javascript-comment, | |
#elements-content .webkit-javascript-comment { | |
color: #7c7c7c !important; | |
} | |
#storage-views .webkit-javascript-string, | |
#elements-content .webkit-javascript-string { | |
color: #a8ff60 !important; | |
} | |
#storage-views .webkit-javascript-number, | |
#elements-content .webkit-javascript-number { | |
color: #ff73fd !important; | |
} | |
#storage-views .webkit-javascript-regexp, | |
#elements-content .webkit-javascript-regexp { | |
color: #e9c062 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment