Added Solarized dark
This commit is contained in:
parent
6d3144d48e
commit
cf9ec54561
1 changed files with 27 additions and 0 deletions
27
github-solarized-dark.user.js
Normal file
27
github-solarized-dark.user.js
Normal file
|
@ -0,0 +1,27 @@
|
|||
// ==UserScript==
|
||||
// @name GitHub Solarized
|
||||
// @namespace https://www.schtobia.de/
|
||||
// @version 0.1.1
|
||||
// @description A light Solarized style for viewing source code on GitHub.
|
||||
// @author schtobia
|
||||
// @include http://github.com/*
|
||||
// @include https://github.com/*
|
||||
// @include http://*.github.com/*
|
||||
// @include https://*.github.com/*
|
||||
// @exclude http://github.com/*/raw/*
|
||||
// @exclude https://github.com/*/raw/*
|
||||
// @exclude http://*.github.com/*/raw/*
|
||||
// @exclude https://*.github.com/*/raw/*
|
||||
// @exclude http://raw.github.com/*/
|
||||
// @exclude https://raw.github.com/*/
|
||||
// @resource solarized-light https://github.com/schtobia/github-solarized/raw/master/solarized-light.css
|
||||
// @resource solarized-dark https://github.com/schtobia/github-solarized/raw/master/solarized-dark.css
|
||||
// @downloadURL https://github.com/schtobia/greasemonkey/raw/master/github-solarized-dark.user.js
|
||||
// @updateURL https://github.com/schtobia/greasemonkey/raw/master/github-solarized-dark.user.js
|
||||
// @run-at document-end
|
||||
// @grant GM_addStyle
|
||||
// @grant GM_getResourceText
|
||||
// ==/UserScript==
|
||||
//
|
||||
|
||||
GM_addStyle(GM_getResourceText("solarized-dark"));
|
Loading…
Reference in a new issue