Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Last active March 2, 2021 16:09
Show Gist options
  • Save lennybacon/cb700cee27601e7473dd to your computer and use it in GitHub Desktop.
Save lennybacon/cb700cee27601e7473dd to your computer and use it in GitHub Desktop.

Revisions

  1. lennybacon revised this gist Mar 2, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion userstyle_jsonview.css
    Original 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.0
    @version 1.0.1
    @description Dark theme for JsonView Extension
    @author lennybacon
    @homepageURL https://gist.github.com/lennybacon/cb700cee27601e7473dd
  2. lennybacon revised this gist Mar 2, 2021. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions userstyle_jsonview.css
    Original 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;
    }
  3. lennybacon revised this gist Feb 8, 2021. 1 changed file with 66 additions and 78 deletions.
    144 changes: 66 additions & 78 deletions userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -9,92 +9,80 @@
    @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#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#jfContent .b,
    div#jfContent .kvov.objProp {
    color: #C4BD97;
    }

    div.hovered {
    background: #191919;
    }
    div.hovered {
    background: #191919;
    }

    div#json .string,
    div#json .type-string,
    div#jfContent .s {
    color: #FF8000;
    }
    div#json .string,
    div#json .type-string,
    div#jfContent .s {
    color: #FF8000;
    }

    div#jfContent .k {
    div#jfContent .k {

    color: #8080FF;
    }
    color: #8080FF;
    }

    div#json .num,
    div#json .type-number,
    div#jfContent .n {
    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: #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;
    }
    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 {
    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;
    }
    div#error .errormessage {
    color: #FFF;
    font-family: Consolas, mono;
    font-size: 13px;
    }
  4. lennybacon revised this gist Feb 8, 2021. 1 changed file with 87 additions and 70 deletions.
    157 changes: 87 additions & 70 deletions userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -1,83 +1,100 @@
    /* ==UserStyle==
    @name JsonView Dark
    @version 0.1.1
    @description Dark theme for JsonView Extension
    @namespace lennybacon
    @author lennybacon
    @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/ed7d504f1a62e836aa2cf80616e91b812082c1b3/userstyle_jsonview.css
    @updateURL https://gist.github.com/lennybacon/cb700cee27601e7473dd/raw/7cfb8b250a8067122a0f138e4f00ab463b9d59d4/userstyle_jsonview.css
    @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;
    }
    /* ==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 .b,
    div#jfContent .kvov.objProp{
    color: #C4BD97;
    }
    div#jfContent .k {

    div.hovered{
    background: #191919;
    }
    color: #8080FF;
    }

    div#json .string, div#json .type-string,
    div#jfContent .s{
    color: #FF8000;
    }
    div#json .num,
    div#json .type-number,
    div#jfContent .n {

    div#jfContent .k{

    color: #8080FF;
    }
    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 {

    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;
    }
    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 {
    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;
    div#error .errormessage {
    color: #FFF;
    font-family: Consolas, mono;
    font-size: 13px;
    }
    }
  5. lennybacon revised this gist Feb 8, 2021. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    /* ==UserStyle==
    @name JsonView Dark
    @version 0.1.0
    @version 0.1.1
    @description Dark theme for JsonView Extension
    @namespace StylishThemes
    @author StylishThemes
    @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
  6. lennybacon revised this gist Feb 8, 2021. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -20,7 +20,6 @@ div#json, div#jfContent{
    bottom:0;
    left:0;
    right:0;
    font-family: Consolas, mono;
    font-size: 13px;
    z-index: 1;
    overflow-y: scroll;
  7. lennybacon revised this gist Feb 8, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions userstyle_jsonview.css
    Original 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;
  8. lennybacon revised this gist Jan 17, 2019. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions userstyle_jsonview.css
    Original 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;
  9. lennybacon revised this gist Nov 16, 2016. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions userstyle_jsonview.css
    Original 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 .b,
    div#jfContent .kvov.objProp{
    color: #C4BD97;
    }

    @@ -23,8 +24,6 @@ div.hovered{
    }

    div#json .string, div#json .type-string,
    div#jfContent .k,
    div#jfContent .kvov.objProp,
    div#jfContent .s{
    color: #FF8000;
    }
  10. lennybacon revised this gist Nov 16, 2016. 1 changed file with 20 additions and 6 deletions.
    26 changes: 20 additions & 6 deletions userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    div#json{
    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#json .string, div#json .type-string,
    div#jfContent .k,
    div#jfContent .kvov.objProp,
    div#jfContent .s{
    color: #FF8000;
    }

    div#json .num, div#json .type-number{
    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#json .bool, div#json .type-boolean,
    div#jfContent .bl{
    color: #51A8FF;
    }
    div#json .null, div#json .type-null{
    div#json .null, div#json .type-null,
    div#jfContent .nl{
    color: #51A8FF;
    }
    div#json a{
  11. lennybacon revised this gist Sep 27, 2016. 1 changed file with 9 additions and 5 deletions.
    14 changes: 9 additions & 5 deletions userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -14,19 +14,23 @@ div#json{
    overflow-y: scroll;
    }

    div#json .string{
    div.hovered{
    background: #191919;
    }

    div#json .string, div#json .type-string{

    color: #FF8000;
    }

    div#json .num{
    div#json .num, div#json .type-number{

    color: #FF00FF;
    }
    div#json .bool{
    div#json .bool, div#json .type-boolean{
    color: #51A8FF;
    }
    div#json .null{
    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;
    }
    }
  12. lennybacon revised this gist Dec 7, 2014. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions userstyle_jsonview.css
    Original file line number Diff line number Diff line change
    @@ -3,14 +3,15 @@ div#json{
    padding: 20px;
    background: #191919;
    color: #C4BD97;
    position: absolute;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    font-family: Consolas, mono;
    font-size: 13px;
    z-index: 1;
    z-index: 1;
    overflow-y: scroll;
    }

    div#json .string{
  13. lennybacon created this gist Dec 7, 2014.
    54 changes: 54 additions & 0 deletions userstyle_jsonview.css
    Original 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;
    }