syntax-highlighting
Version:
Syntax Highlighting Colorschemes for many applications
615 lines (610 loc) • 22.5 kB
CSS
/*
Name: Base16 Atelier Savanna Dark
Author: Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna)
Chrome Developer Tools template by Jan T. Sott
Based on a Gist by Ben Truyman
Original Base16 color scheme by Chris Kempson
https://github.com/chriskempson/base16
*/
#-webkit-web-inspector #main {
background-color: #171c19 ;
}
#-webkit-web-inspector tr {
color: #87928a;
}
#-webkit-web-inspector ::selection {
background: #888;
opacity: 1;
}
#-webkit-web-inspector.compact #toolbar {
background: -webkit-linear-gradient(#5f6d64, #232a25) ;
border-top: 5px solid #1c9aa0 ;
border-bottom: 1px solid #526057 ;
padding-top: 0 ;
height: 50px ;
}
#-webkit-web-inspector.compact #toolbar .toolbar-label {
color: #ecf4ee ;
}
#-webkit-web-inspector.compact #toolbar .toggled-on .toolbar-label {
color: #ecf4ee ;
}
#-webkit-web-inspector.compact #toolbar .toolbar-item {
padding: 10px 15px ;
}
#-webkit-web-inspector.compact #toolbar .toolbar-item.toggleable.toggled-on {
background: -webkit-linear-gradient(#526057, #232a25) ;
padding: 10px 13px ;
}
#-webkit-web-inspector.compact .toolbar-item.close-left {
margin-top: 1px ;
}
#-webkit-web-inspector.compact #toolbar-controls {
margin-top: -4px ;
}
#-webkit-web-inspector.compact #toolbar-search-item {
margin-top: 12px ;
}
#-webkit-web-inspector.compact #main {
top: 50px ;
}
#-webkit-web-inspector.compact #search-results-matches {
color: #eee ;
text-shadow: none ;
}
#-webkit-web-inspector.compact #search {
background: #171c19 ;
}
#-webkit-web-inspector .crumbs .crumb {
display: none;
}
#-webkit-web-inspector .status-bar {
border-color: #526057 ;
background: #171c19 ;
}
#-webkit-web-inspector .status-bar-item {
border-color: #526057 ;
-webkit-filter: grayscale(0.75);
color: #5c5c5c ;
text-shadow: none ;
}
#-webkit-web-inspector .glyph {
background-color: #5c5c5c ;
}
#-webkit-web-inspector .glyph.shadow {
display: none;
}
#-webkit-web-inspector button.status-bar-item.toggled-on .glyph {
background-color: #cfcfcf ;
}
#-webkit-web-inspector #error-warning-count {
color: #5c5c5c ;
margin-right: 5px;
}
#-webkit-web-inspector #error-count-img,
#-webkit-web-inspector #warning-count-img {
opacity: .5;
-webkit-filter: grayscale(0.5);
}
#-webkit-web-inspector .scope-bar li {
margin: 1px 2px 0 ;
padding: 2px 5px ;
color: #5c5c5c ;
text-shadow: none ;
}
#-webkit-web-inspector .scope-bar li.selected,
#-webkit-web-inspector .scope-bar li:hover,
#-webkit-web-inspector .scope-bar li:active {
color: #cfcfcf ;
background: #333 ;
}
#-webkit-web-inspector .styles-section,
#-webkit-web-inspector .monospace {
font-family: 'DejaVu Sans Mono', 'DroidSansMono', Menlo, monospace ;
}
#-webkit-web-inspector .selector-matches {
color: #55859b ;
}
#-webkit-web-inspector body.inactive .sidebar {
background-color: #000000 ;
}
#-webkit-web-inspector .sidebar {
background-color: #171c19 ;
color: #87928a;
}
#-webkit-web-inspector .base-storage-tree-element-subtitle {
color: #dddddd ;
font-weight: bold;
}
#-webkit-web-inspector .sidebar-tree-section {
color: #dddddd ;
text-shadow: black 0 0 0 ;
}
#-webkit-web-inspector .editing {
color: #ecf4ee ;
background-color: #000 ;
}
#-webkit-web-inspector .styles-section.read-only {
background: #585858 ;
}
#-webkit-web-inspector .styles-section,
#-webkit-web-inspector .subtitle {
color: #7C7C7C ;
}
#-webkit-web-inspector .styles-sidebar-separator,
#-webkit-web-inspector .pane > .title {
background-image: -webkit-linear-gradient(#555555, #333333) ;
border-top-color: #666 ;
border-bottom-color: #333 ;
color: #bbb ;
text-shadow: black 0 1px 0 ;
text-overflow: ellipsis ;
}
#-webkit-web-inspector .pane > .title > button,
#-webkit-web-inspector .pane > .title > select {
-webkit-filter: invert(1);
}
#-webkit-web-inspector .split-view-sidebar-right {
background: #222 ;
}
#-webkit-web-inspector .section > .header::before,
#-webkit-web-inspector .properties-tree li.parent::before,
#-webkit-web-inspector .event-bars .event-bar .header::before,
#-webkit-web-inspector .outline-disclosure li.parent::before,
#-webkit-web-inspector .styles-section.matched-styles .properties li.parent .expand-element {
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) ;
}
#-webkit-web-inspector .styles-section .properties li.parent::before,
#-webkit-web-inspector .styles-section .properties li.parent.expanded::before {
content: none ;
}
#-webkit-web-inspector .styles-section.matched-styles .properties li.parent .expand-element {
margin-right: 1px ;
margin-left: -5px ;
opacity: 0.6 ;
}
#-webkit-web-inspector .section.expanded > .header::before,
#-webkit-web-inspector .properties-tree li.parent.expanded::before,
#-webkit-web-inspector .event-bars .event-bar.expanded .header::before,
#-webkit-web-inspector .outline-disclosure li.parent.expanded::before,
#-webkit-web-inspector .styles-section.matched-styles .properties li.parent.expanded .expand-element {
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) ;
}
#-webkit-web-inspector .child-editing {
color: #ecf4ee ;
}
#-webkit-web-inspector .section .properties .name,
#-webkit-web-inspector .event-properties .name {
color: #a07e3b ;
}
#-webkit-web-inspector .styles-selector {
color: #489963 ;
}
#-webkit-web-inspector .section .header {
color: #CCC ;
}
#-webkit-web-inspector .properties .value {
color: #1c9aa0 ;
}
#-webkit-web-inspector .metrics {
color: #333 ;
}
#-webkit-web-inspector .metrics .border {
border-color: #FFF ;
}
#-webkit-web-inspector .event-bars .event-bar .header .title {
color: #969796 ;
text-shadow: none ;
}
#-webkit-web-inspector #console-messages {
font-family: 'DejaVu Sans Mono', 'DroidSansMono', Menlo, monospace ;
background: #171c19;
}
#-webkit-web-inspector #console-messages a {
color: #666 ;
}
#-webkit-web-inspector #console-messages a:hover {
color: #999 ;
}
#-webkit-web-inspector .console-message {
color: #F1F1F1 ;
}
#-webkit-web-inspector .console-message,
#-webkit-web-inspector .console-user-command {
border-bottom: 1px solid #444 ;
}
#-webkit-web-inspector .console-user-command > .console-message-text {
color: #C4C7C6 ;
}
#-webkit-web-inspector .console-formatted-number {
color: #9f713c ;
}
#-webkit-web-inspector .console-formatted-string {
color: #9f713c ;
}
#-webkit-web-inspector .console-formatted-object {
color: #7C7C7C ;
}
#-webkit-web-inspector .console-formatted-function {
color: #ecf4ee ;
}
#-webkit-web-inspector .console-formatted-regexp {
color: #55859b ;
}
#-webkit-web-inspector .console-group-messages .section .header .title {
color: #F1F1F1 ;
}
#-webkit-web-inspector .console-group-messages .section .header::before,
#-webkit-web-inspector .properties-tree li.parent::before {
content: url(chrome-devtools://devtools/Images/treeRightTriangleWhite.png) ;
}
#-webkit-web-inspector .console-group-messages .section.expanded .header::before,
#-webkit-web-inspector .properties-tree li.parent.expanded::before {
content: url(chrome-devtools://devtools/Images/treeDownTriangleWhite.png) ;
}
@-webkit-keyframes webkit-error-level {
0% {
color: #f77 ;
}
50% {
color: #f22 ;
}
100% {
color: #f77 ;
}
}
#-webkit-web-inspector .console-message-text {
color: #ecf4ee;
}
#-webkit-web-inspector .console-error-level .console-message-text .title {
color: #f66 ;
-webkit-animation-name: webkit-error-level;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-timing-function: ease-in-out;
}
#-webkit-web-inspector .console-user-command::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTMzNzdGNUZDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTMzNzdGNjBDMTA1MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y1REMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y1RUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pia6udAAAAB5SURBVHjaYvz//z8DMYAFxli9ejWI6oByK5AVhYaGIhRCgQsQGwOxIFTxe5gEE5pCVyA+C8RpQLwbqgmrwvdQxauhis6AbMamEASUkEwCabyHTWE51BQlqBNMoDSKQhckX3dCFd3DCB4g2AP16VkoGwUwEhvgAAEGAAzQHBRSxqPRAAAAAElFTkSuQmCC) ;
}
#-webkit-web-inspector #console-prompt {
color: #F1F1F1 ;
}
#-webkit-web-inspector #console-prompt::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjRGNTc2MTZDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjRGNTc2MTdDMTA2MTFFMDgwRUZGQ0JCMjgzMzU0MTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzM3N0Y2MUMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MzM3N0Y2MkMxMDUxMUUwODBFRkZDQkIyODMzNTQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plf0eOsAAAB4SURBVHjaYvz//z8DMYAFxph+BqyhA8qtQFaUacKIUAgFLkBsDMSCUMXvYRJMaApdgfgsEKcB8W6oJqwK30MVr4YqOgPEodgUgoASkkkgjfewKSyHmqIEdYIJlEZR6ILk606oonsYwQMEe6A+PQtlowBGYgMcIMAAF2wcFPVNZx8AAAAASUVORK5CYII=) ;
color: #ecf4ee ;
}
#-webkit-web-inspector .console-formatted-number {
color: #9f713c ;
}
#-webkit-web-inspector .console-formatted-string {
color: #9f713c ;
}
#-webkit-web-inspector .console-formatted-object,
#-webkit-web-inspector .console-formatted-node,
#-webkit-web-inspector .console-formatted-array {
color: #7C7C7C ;
}
#-webkit-web-inspector .console-formatted-function {
color: #ecf4ee ;
}
#-webkit-web-inspector .console-formatted-regexp {
color: #55859b ;
}
#-webkit-web-inspector .script-view,
#-webkit-web-inspector .properties-tree,
#-webkit-web-inspector .pane,
#-webkit-web-inspector .breakpoint-list li,
#-webkit-web-inspector .pane > .body .info {
color: #CCC ;
}
#-webkit-web-inspector .script-view,
#-webkit-web-inspector .text-editor-contents,
#-webkit-web-inspector .pane.expanded,
#-webkit-web-inspector #elements-content,
#-webkit-web-inspector .resource-view.json {
background: #171c19 ;
font-size: 12px ;
}
#-webkit-web-inspector .highlight {
color: #F1F1F1;
}
#-webkit-web-inspector li.hovered:not(.selected) .selection {
background: rgba(255, 255, 255, 0.2) ;
}
#-webkit-web-inspector #elements-content .selected {
background-color: #2a2a2a ;
}
#-webkit-web-inspector .base-navigator-tree-element-title {
color: #87928a;
}
#-webkit-web-inspector .tabbed-pane-header,
#-webkit-web-inspector .navigator-tabbed-pane .tabbed-pane-header {
background-image: -webkit-linear-gradient(#5f6d64, #232a25) ;
}
#-webkit-web-inspector .tabbed-pane-header-tab {
color: #bbb ;
text-shadow: black 0 1px 0 ;
}
#-webkit-web-inspector .tabbed-pane-header-tab.selected {
background-color: #171c19 ;
color: #87928a ;
}
#-webkit-web-inspector #scripts-editor-container-tabbed-pane .tabbed-pane-header {
background-image: -webkit-linear-gradient(#5f6d64, #232a25) ;
}
#-webkit-web-inspector .tabbed-pane-header-tab-close-button {
color: #87928a ;
}
#-webkit-web-inspector .tabbed-pane-content {
background: #171c19 ;
color: #87928a ;
}
#-webkit-web-inspector .outline-disclosure li.selected .selection {
background-color: #2a2a2a ;
}
#-webkit-web-inspector .outline-disclosure ol:focus li.selected .selection {
background-color: #3879d9 ;
}
#-webkit-web-inspector .header-toggle:hover {
color: #478c90 ;
}
#-webkit-web-inspector .header-value.source-code {
color: white ;
}
#-webkit-web-inspector .webkit-html-comment {
color: #5f6d64 ;
}
#-webkit-web-inspector .webkit-html-tag {
color: #b16139 ;
}
#-webkit-web-inspector .webkit-html-attribute-name {
color: #9f713c ;
}
#-webkit-web-inspector .webkit-html-attribute-value {
color: #489963 ;
}
#-webkit-web-inspector .webkit-html-text-node .webkit-html-css-node {
color: #9f713c ;
}
#-webkit-web-inspector .webkit-html-js-node {
color: #55859b ;
}
#-webkit-web-inspector .webkit-html-resource-link,
#-webkit-web-inspector .webkit-html-external-link {
color: #478c90 ;
}
#-webkit-web-inspector .webkit-css-comment {
color: #5f6d64 ;
}
#-webkit-web-inspector .webkit-css-selector,
#-webkit-web-inspector .styles-selector {
color: #489963 ;
}
#-webkit-web-inspector .webkit-css-property {
color: #a07e3b ;
}
#-webkit-web-inspector .webkit-css-keyword {
color: #b16139 ;
}
#-webkit-web-inspector .webkit-css-number,
#-webkit-web-inspector .properties-tree .value {
color: #9f713c ;
}
#-webkit-web-inspector .webkit-css-important,
#-webkit-web-inspector .webkit-css-at-rule {
color: #55859b ;
}
#-webkit-web-inspector .webkit-css-string {
color: #1c9aa0 ;
}
#-webkit-web-inspector .webkit-css-url {
color: #478c90 ;
}
#-webkit-web-inspector .sidebar-separator {
padding: 3px 5px 5px ;
background: #585858 ;
color: #b3b3b3 ;
text-shadow: none ;
}
#-webkit-web-inspector .webkit-line-content,
#-webkit-web-inspector .webkit-javascript-ident {
color: #ecf4ee ;
}
#-webkit-web-inspector .webkit-javascript-keyword {
color: #b16139 ;
}
#-webkit-web-inspector .webkit-javascript-comment {
color: #5f6d64 ;
}
#-webkit-web-inspector .webkit-javascript-string {
color: #9f713c ;
}
#-webkit-web-inspector .webkit-javascript-number {
color: #9f713c ;
}
#-webkit-web-inspector .webkit-javascript-regexp {
color: #55859b ;
}
#-webkit-web-inspector .section .properties .name,
#-webkit-web-inspector .event-properties .name {
color: #a07e3b ;
}
#-webkit-web-inspector .popover {
background-color: rgba(0, 0, 0, 0.9) ;
border: 10px solid rgba(0, 0, 0, 0.9) ;
border-radius: 10px ;
-webkit-border-image: none ;
margin-left: 10px ;
}
#-webkit-web-inspector .popover .arrow {
background-image: none ;
border-color: transparent transparent #000 transparent ;
border-style: solid;
border-width: 10px;
width: 0 ;
height: 0 ;
bottom: -2px ;
left: 0;
}
#-webkit-web-inspector .popover.bottom-left-arrow .arrow,
#-webkit-web-inspector .popover.bottom-right-arrow .arrow {
border-color: #000 transparent transparent transparent ;
}
#-webkit-web-inspector .popover.left-top-arrow .arrow,
#-webkit-web-inspector .popover.left-bottom-arrow .arrow {
border-color: transparent #000 transparent transparent ;
}
#-webkit-web-inspector .popover.right-top-arrow .arrow,
#-webkit-web-inspector .popover.right-bottom-arrow .arrow {
border-color: transparent transparent #000 transparent ;
}
#-webkit-web-inspector .popover .source-frame-popover-title {
color: #ecf4ee ;
}
#-webkit-web-inspector .popover .source-frame-popover-tree {
border-top-color: #444 ;
}
#-webkit-web-inspector .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement,
#-webkit-web-inspector .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:increment {
background: #333 ;
border-radius: 5px ;
}
#-webkit-web-inspector .popover table.image-preview-container .description {
color: #9f713c;
}
#-webkit-web-inspector .network-log-grid.data-grid th,
#-webkit-web-inspector .network-log-grid.data-grid th.sort-descending,
#-webkit-web-inspector .network-log-grid.data-grid th.sort-ascending {
background: -webkit-linear-gradient(#5f6d64, #232a25) ;
color: white ;
}
#-webkit-web-inspector .network-item {
color: #87928a;
}
#-webkit-web-inspector .network-log-grid.data-grid tr.filler {
background-color: #171c19 ;
}
#-webkit-web-inspector .network-timing-bar-title {
color: #87928a ;
}
#-webkit-web-inspector #timeline-overview-sidebar {
background: -webkit-linear-gradient(#5f6d64, #232a25) ;
}
#-webkit-web-inspector #timeline-overview-sidebar .sidebar-tree-item {
color: #87928a ;
}
#-webkit-web-inspector #timeline-overview-sidebar .sidebar-tree-item.selected {
color: white ;
}
#-webkit-web-inspector #timeline-overview-separator {
background: -webkit-linear-gradient(#5f6d64, #232a25) ;
border-top: 1px solid #1c9aa0 ;
border-bottom: 1px solid #526057 ;
}
#-webkit-web-inspector .timeline-details-title {
color: #87928a;
}
#-webkit-web-inspector .timeline-details {
color: white;
}
#-webkit-web-inspector .timeline-details-row-title {
color: #526057;
}
#-webkit-web-inspector .timeline-details-row-data {
color: #87928a;
}
#-webkit-web-inspector .timeline-graph-side.even {
background-color: rgba(0, 0, 0, 0.5) ;
}
#-webkit-web-inspector .resources-divider-label-bar {
background-color: #000000 ;
}
#-webkit-web-inspector .network-timeline-grid .resources-divider {
background-color: #444444 ;
}
#-webkit-web-inspector .network-log-grid.data-grid select {
color: white;
}
#-webkit-web-inspector .resources-divider-label,
#-webkit-web-inspector .network-timeline-grid .resources-divider-label {
color: #87928a ;
}
#-webkit-web-inspector .network-graph-label {
color: #87928a ;
text-shadow: rgba(0, 0, 0, 0.25) 1px 0 0, rgba(0, 0, 0, 0.25) -1px 0 0, rgba(0, 0, 0, 0.333) 0 1px 0, rgba(0, 0, 0, 0.25) 0 -1px 0 ;
}
#-webkit-web-inspector .timeline-tree-item .data.dimmed {
color: #909090 ;
}
#-webkit-web-inspector .resources.panel .sidebar li {
color: #aaaaaa;
}
#-webkit-web-inspector .resource-view {
background-color: #171c19;
}
#-webkit-web-inspector .resource-view .title {
color: white;
}
#-webkit-web-inspector .resource-view .infoList dt {
color: #526057 ;
}
#-webkit-web-inspector .resource-view .infoList dd {
color: #87928a;
}
#-webkit-web-inspector .resource-view.font,
#-webkit-web-inspector .resource-view.html iframe body {
color: white ;
}
#-webkit-web-inspector .text-editor-lines {
background-color: #080808 ;
border-right: 2px solid #444444 ;
}
#-webkit-web-inspector .text-editor-lines .webkit-line-number {
color: #aaaaaa;
}
#-webkit-web-inspector .storage-view {
background-color: #171c19;
}
#-webkit-web-inspector .storage-empty-view {
color: white;
}
#-webkit-web-inspector .data-grid th {
background-image: none ;
background: -webkit-linear-gradient(#5f6d64, #232a25) ;
}
#-webkit-web-inspector .data-grid table.data {
background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(0.5, #000000), color-stop(0.5, #171c19), to(#171c19)) ;
}
#-webkit-web-inspector #settings-screen .help-window-main,
#-webkit-web-inspector #drawer-contents .help-window-main,
#-webkit-web-inspector .help-window-outer .tabbed-pane-header {
color: white ;
background-color: #171c19 ;
}
#-webkit-web-inspector .settings-tab .help-section-title,
#-webkit-web-inspector .help-key {
color: #1c9aa0 ;
}
#-webkit-web-inspector .help-key-delimiter {
color: #55859b ;
}
#-webkit-web-inspector .styles-element-state-pane {
background: #585858 ;
}
#-webkit-web-inspector .placard:nth-of-type(2n) {
background: #333 ;
}
#-webkit-web-inspector .placard.selected {
background-image: -webkit-linear-gradient(#1c9aa0, #335e57) ;
border-top-color: #335e57 ;
}
#-webkit-web-inspector .placard .title {
color: #CCC ;
}
#-webkit-web-inspector .placard .subtitle {
color: rgba(255, 255, 255, 0.7) ;
}
#-webkit-web-inspector .webkit-execution-line.webkit-line-content {
background-color: #585858 ;
outline: 1px solid #313131 ;
}