Last active
March 2, 2021 16:09
-
-
Save lennybacon/cb700cee27601e7473dd to your computer and use it in GitHub Desktop.
Revisions
-
lennybacon revised this gist
Mar 2, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ /* ==UserStyle== @name JSONView Dark @namespace https://gist.github.com/lennybacon @version 1.0.1 @description Dark theme for JsonView Extension @author lennybacon @homepageURL https://gist.github.com/lennybacon/cb700cee27601e7473dd -
lennybacon revised this gist
Mar 2, 2021 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -85,4 +85,8 @@ div#error .errormessage { color: #FFF; font-family: Consolas, mono; font-size: 13px; } .prop { font-weight: normal!important; } -
lennybacon revised this gist
Feb 8, 2021 . 1 changed file with 66 additions and 78 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,92 +9,80 @@ @license CC-BY-SA-4.0 ==/UserStyle== */ div#json, div#jfContent { font-family: 'Fira Code', 'Cascadia Code', 'Consolas', 'DejaVu Sans Mono', Monaco, 'Lucida Console', monospace, monospace; margin: 0; padding: 20px; background: #191919; color: #C4BD97; position: fixed; top: 0; bottom: 0; left: 0; right: 0; font-size: 13px; z-index: 1; overflow-y: scroll; } div#jfContent .b, div#jfContent .kvov.objProp { color: #C4BD97; } div.hovered { background: #191919; } div#json .string, div#json .type-string, div#jfContent .s { color: #FF8000; } div#jfContent .k { color: #8080FF; } div#json .num, div#json .type-number, div#jfContent .n { color: #FF00FF; } div#json .bool, div#json .type-boolean, div#jfContent .bl { color: #51A8FF; } div#json .null, div#json .type-null, div#jfContent .nl { color: #51A8FF; } div#json a { color: #8080FF; } div#error { margin: 0; padding: 0px; background: #FF0000; color: #FFF; position: fixed; z-index: 1000; bottom: 0; left: 0; right: 0; font-family: Consolas, mono; font-size: 13px; } div#error .errormessage { color: #FFF; font-family: Consolas, mono; font-size: 13px; } -
lennybacon revised this gist
Feb 8, 2021 . 1 changed file with 87 additions and 70 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,83 +1,100 @@ /* ==UserStyle== @name JSONView Dark @namespace https://gist.github.com/lennybacon @version 1.0.0 @description Dark theme for JsonView Extension @author lennybacon @homepageURL https://gist.github.com/lennybacon/cb700cee27601e7473dd @updateURL https://gist.github.com/lennybacon/cb700cee27601e7473dd/raw/7cfb8b250a8067122a0f138e4f00ab463b9d59d4/userstyle_jsonview.css @license CC-BY-SA-4.0 ==/UserStyle== */ /* ==UserStyle== @name JSONView Dark @namespace https://gist.github.com/lennybacon @version 1.0.0 @description Dark theme for JsonView Extension @author lennybacon @homepageURL https://gist.github.com/lennybacon/cb700cee27601e7473dd @updateURL https://gist.github.com/lennybacon/cb700cee27601e7473dd/raw/7cfb8b250a8067122a0f138e4f00ab463b9d59d4/userstyle_jsonview.css @license CC-BY-SA-4.0 ==/UserStyle== */ @-moz-document domain("") { div#json, div#jfContent { font-family: 'Fira Code', 'Cascadia Code', 'Consolas', 'DejaVu Sans Mono', Monaco, 'Lucida Console', monospace, monospace; margin: 0; padding: 20px; background: #191919; color: #C4BD97; position: fixed; top: 0; bottom: 0; left: 0; right: 0; font-size: 13px; z-index: 1; overflow-y: scroll; } div#jfContent .b, div#jfContent .kvov.objProp { color: #C4BD97; } div.hovered { background: #191919; } div#json .string, div#json .type-string, div#jfContent .s { color: #FF8000; } div#jfContent .k { color: #8080FF; } div#json .num, div#json .type-number, div#jfContent .n { color: #FF00FF; } div#json .bool, div#json .type-boolean, div#jfContent .bl { color: #51A8FF; } div#json .null, div#json .type-null, div#jfContent .nl { color: #51A8FF; } div#json a { color: #8080FF; } div#error { margin: 0; padding: 0px; background: #FF0000; color: #FFF; position: fixed; z-index: 1000; bottom: 0; left: 0; right: 0; font-family: Consolas, mono; font-size: 13px; } div#error .errormessage { color: #FFF; font-family: Consolas, mono; font-size: 13px; } } -
lennybacon revised this gist
Feb 8, 2021 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ /* ==UserStyle== @name JsonView Dark @version 0.1.1 @description Dark theme for JsonView Extension @namespace lennybacon @author lennybacon @homepageURL https://gist.github.com/lennybacon/cb700cee27601e7473dd @updateURL https://gist.github.com/lennybacon/cb700cee27601e7473dd/raw/ed7d504f1a62e836aa2cf80616e91b812082c1b3/userstyle_jsonview.css @license CC-BY-SA-4.0 -
lennybacon revised this gist
Feb 8, 2021 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -20,7 +20,6 @@ div#json, div#jfContent{ bottom:0; left:0; right:0; font-size: 13px; z-index: 1; overflow-y: scroll; -
lennybacon revised this gist
Feb 8, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ==/UserStyle== */ div#json, div#jfContent{ font-family: 'Fira Code', 'Cascadia Code', 'Consolas', 'DejaVu Sans Mono', Monaco, 'Lucida Console', monospace, monospace; margin: 0; padding: 20px; background: #191919; -
lennybacon revised this gist
Jan 17, 2019 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,14 @@ /* ==UserStyle== @name JsonView Dark @version 0.1.0 @description Dark theme for JsonView Extension @namespace StylishThemes @author StylishThemes @homepageURL https://gist.github.com/lennybacon/cb700cee27601e7473dd @updateURL https://gist.github.com/lennybacon/cb700cee27601e7473dd/raw/ed7d504f1a62e836aa2cf80616e91b812082c1b3/userstyle_jsonview.css @license CC-BY-SA-4.0 ==/UserStyle== */ div#json, div#jfContent{ margin: 0; padding: 20px; -
lennybacon revised this gist
Nov 16, 2016 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,8 @@ div#json, div#jfContent{ overflow-y: scroll; } div#jfContent .b, div#jfContent .kvov.objProp{ color: #C4BD97; } @@ -23,8 +24,6 @@ div.hovered{ } div#json .string, div#json .type-string, div#jfContent .s{ color: #FF8000; } -
lennybacon revised this gist
Nov 16, 2016 . 1 changed file with 20 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ div#json, div#jfContent{ margin: 0; padding: 20px; background: #191919; @@ -14,23 +14,37 @@ div#json{ overflow-y: scroll; } div#jfContent .b{ color: #C4BD97; } div.hovered{ background: #191919; } div#json .string, div#json .type-string, div#jfContent .k, div#jfContent .kvov.objProp, div#jfContent .s{ color: #FF8000; } div#jfContent .k{ color: #8080FF; } div#json .num, div#json .type-number, div#jfContent .n{ color: #FF00FF; } div#json .bool, div#json .type-boolean, div#jfContent .bl{ color: #51A8FF; } div#json .null, div#json .type-null, div#jfContent .nl{ color: #51A8FF; } div#json a{ -
lennybacon revised this gist
Sep 27, 2016 . 1 changed file with 9 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,19 +14,23 @@ div#json{ overflow-y: scroll; } div.hovered{ background: #191919; } div#json .string, div#json .type-string{ color: #FF8000; } div#json .num, div#json .type-number{ color: #FF00FF; } div#json .bool, div#json .type-boolean{ color: #51A8FF; } div#json .null, div#json .type-null{ color: #51A8FF; } div#json a{ @@ -52,4 +56,4 @@ div#error .errormessage{ color: #FFF; font-family: Consolas, mono; font-size: 13px; } -
lennybacon revised this gist
Dec 7, 2014 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,14 +3,15 @@ div#json{ padding: 20px; background: #191919; color: #C4BD97; position: fixed; top:0; bottom:0; left:0; right:0; font-family: Consolas, mono; font-size: 13px; z-index: 1; overflow-y: scroll; } div#json .string{ -
lennybacon created this gist
Dec 7, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,54 @@ div#json{ margin: 0; padding: 20px; background: #191919; color: #C4BD97; position: absolute; top:0; bottom:0; left:0; right:0; font-family: Consolas, mono; font-size: 13px; z-index: 1; } div#json .string{ color: #FF8000; } div#json .num{ color: #FF00FF; } div#json .bool{ color: #51A8FF; } div#json .null{ color: #51A8FF; } div#json a{ color: #8080FF; } div#error{ margin: 0; padding: 0px; background: #FF0000; color: #FFF; position: fixed; z-index: 1000; bottom:0; left:0; right:0; font-family: Consolas, mono; font-size: 13px; } div#error .errormessage{ color: #FFF; font-family: Consolas, mono; font-size: 13px; }