您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Google Script Code Dark Night Mode Theme - currently undergoing build
当前为
// ==UserScript== // @name Google Script Code Dark Night Mode Theme // @namespace english // @description Google Script Code Dark Night Mode Theme - currently undergoing build // @include http*://*script.google.com* // @version 1.7 // @run-at document-end // @grant GM_addStyle // ==/UserScript== var style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = ' .Alert--success {/*\n*/ background: #277763 !important ;/*\n*/ /*\n*/}#docs-chrome {/*\n*/ background: #5f5f5f !important ;/*\n*/ outline: none !important ;/*\n*/ color: #ccc !important ;/*\n*/}.docs-title-inner {/*\n*/ color: #efefef !important ;/*\n*/ font-size: 18px !important ;/*\n*/ max-width: 600px !important ;/*\n*/ margin: 2px 4px 1px 3px !important ;/*\n*/ overflow: hidden !important ;/*\n*/ text-overflow: ellipsis !important ;/*\n*/ white-space: pre !important ;/*\n*/}.docs-title-widget-enabled:hover .docs-title {/*\n*/ background-color: #363636 !important ;/*\n*/ box-shadow: 0px 0px 1px 1px rgb(18, 18, 18) !important ;/*\n*/}.docs-menubar .goog-control-hover {/*\n*/ background: #3f3f3f !important ;/*\n*/ border-color: #1d1d1d !important ;/*\n*/}#docs-toolbar-wrapper {/*\n*/ border-top: 1px solid #303030 !important ;/*\n*/ border-bottom: 1px solid #303030 !important ;/*\n*/ min-height: 35px !important ;/*\n*/ -webkit-box-shadow: inset 0 1px 0 0 #fff !important ;/*\n*/ -moz-box-shadow: inset 0 1px 0 0 #fff !important ;/*\n*/ box-shadow: inset 0 1px 0 0 #303030 !important ;/*\n*/ background-color: #535353 !important ;/*\n*/ background-image: none !important ; /*\n*/ padding: 0 44px 0 58px !important ;/*\n*/ position: relative !important ;/*\n*/}.docs-icon-img {/*\n*/ filter: invert(100%) !important ;/*\n*/}.goog-toolbar-button, .goog-toolbar-menu-button {/*\n*/ color: #e1e1e1 !important ;/*\n*/ line-height: 24px !important ;/*\n*/ list-style: none !important ;/*\n*/ font-size: 11px !important ;/*\n*/ font-weight: bold !important ;/*\n*/ cursor: default !important ;/*\n*/}.goog-toolbar-button-hover, .goog-toolbar-menu-button-hover {/*\n*/ -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1) !important ;/*\n*/ -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1) !important ;/*\n*/ box-shadow: 0 1px 1px rgba(0,0,0,.1) !important ;/*\n*/ background-color: #272727 !important ;/*\n*/ background-image: none !important ;/*\n*/ /*\n*/}/*\n*/.goog-toolbar-button-hover, .goog-toolbar-menu-button-hover {/*\n*/ border-color: #1a1a1a !important ;/*\n*/ color: #dedede !important ;/*\n*/}/*\n*/.goog-toolbar-separator.goog-inline-block {/*\n*/ border-left: 1px solid #787878 !important ;/*\n*/ /*\n*/}.docs-toolbar-small-separator.goog-toolbar-separator {/*\n*/ border-left: 1px solid #787878 !important ;/*\n*/ /*\n*/}.resource-list {/*\n*/ /*\n*/ background-color: #565656 !important ;/*\n*/ color: #e0e0e0 !important ;/*\n*/}.editor .gwt-TabLayoutPanelTabs {/*\n*/ /*\n*/ background-color: #4a4a4a !important ;/*\n*/ /*\n*/ border-bottom: 1px solid #292929 !important ;/*\n*/ border-left: 1px solid #292929 !important ;/*\n*/ /*\n*/}.editor .code-area .CodeMirror-gutter-text {/*\n*/ background-color: #4a4a4a !important ;/*\n*/ color: #c0c0c0 !important ;/*\n*/ /*\n*/ -khtml-box-shadow: -1px 0 0 0 #d9d9d9,1px 0 0 0 #d9d9d9 !important ;/*\n*/ -moz-box-shadow: -1px 0 0 0 #d9d9d9,1px 0 0 0 #d9d9d9 !important ;/*\n*/ -o-box-shadow: -1px 0 0 0 #d9d9d9,1px 0 0 0 #d9d9d9 !important ;/*\n*/ -webkit-box-shadow: -1px 0 0 0 #d9d9d9,1px 0 0 0 #d9d9d9 !important ;/*\n*/ box-shadow: -1px 0 0 0 #424242,1px 0 0 0 #474747 !important ;/*\n*/}.workspace .gwt-SplitLayoutPanel-HDragger {/*\n*/ background-color: #202020 !important ;/*\n*/ border-left: 1px solid #000 !important ;/*\n*/ /*\n*/}.workspace .gwt-SplitLayoutPanel-HDragger:hover, .workspace .gwt-SplitLayoutPanel-VDragger:hover {/*\n*/ background-color: #000 !important ;/*\n*/}.resource-list .project-items-list .item {/*\n*/ border-bottom: 1px solid #747474 !important ;/*\n*/ /*\n*/}.resource-list .project-items-list .selected, .resource-list .project-items-list .selected:hover {/*\n*/ background-color: #424242 !important ;/*\n*/ color: #d2d2d2 !important ;/*\n*/}.resource-list .project-items-list .focused, .resource-list .project-items-list .item:hover {/*\n*/ background-color: #323232 !important ;/*\n*/ color: #f0f0f0 !important ;/*\n*/}.resource-list .project-items-list .item .icon {/*\n*//*\n*/ /*\n*/ filter: invert(100%) !important ;/*\n*//*\n*/} .CodeMirror-lines,.editor .code-area .CodeMirror-gutter-text { font-size: 140%; line-height: 1.3em; font-family: "PT Mono",Roboto Mono,monospace;} .editor .gwt-TabLayoutPanelTab-selected {/*\n*/ background-color: #b1b1b1 !important ;/*\n*/ /*\n*/}.editor .gwt-TabLayoutPanelTab {/*\n*/ background-color: #5f6163 !important ;/*\n*/ /*\n*/ border: 1px solid #232323 !important ;/*\n*/ /*\n*/}.editor .code-area .CodeMirror-gutter {/*\n*/ /*\n*/ border-left: 1px solid #4a4a4a;/*\n*/ border-right: 1px solid #4a4a4a;/*\n*/ /*\n*/ background-color: #4a4a4a;/*\n*/} .editor .gwt-TabLayoutPanelTab-selected .tab-header .name {/*\n*/ color: #dadada !important ;/*\n*/}.editor .tab-header .name {/*\n*/ /*\n*/ color: #a0a0a0 !important ;/*\n*/ /*\n*/}.editor .gwt-TabLayoutPanelTab-selected {/*\n*/ /*\n*/ background-color: #000000 !important;/*\n*/} '; document.getElementsByTagName('head')[0].appendChild(style);