From beb47ef205e4e5f33abe516852ce9f3448e852b4 Mon Sep 17 00:00:00 2001 From: Anthony Attard Date: Tue, 13 Aug 2019 05:27:50 -0700 Subject: [PATCH 1/2] Updated github-gist styles to match the current styling of gist.github.com --- src/styles/github-gist.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/styles/github-gist.css b/src/styles/github-gist.css index 155f0b9160..620691703c 100644 --- a/src/styles/github-gist.css +++ b/src/styles/github-gist.css @@ -1,5 +1,6 @@ /** * GitHub Gist Theme + * Author : Anthony Attard - https://github.com/AnthonyAttard * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro */ @@ -16,7 +17,6 @@ color: #969896; } -.hljs-string, .hljs-variable, .hljs-template-variable, .hljs-strong, @@ -28,7 +28,7 @@ .hljs-keyword, .hljs-selector-tag, .hljs-type { - color: #a71d5d; + color: #d73a49; } .hljs-literal, @@ -53,7 +53,7 @@ .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { - color: #795da3; + color: #6f42c1; } .hljs-addition { @@ -69,3 +69,11 @@ .hljs-link { text-decoration: underline; } + +.hljs-number { + color: #005cc5; +} + +.hljs-string { + color: #032f62; +} \ No newline at end of file From b9e1f9bdcff5451803e49311fdfa9b2e4ea27d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Wed, 14 Aug 2019 11:46:38 +1000 Subject: [PATCH 2/2] Update github-gist.css --- src/styles/github-gist.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/github-gist.css b/src/styles/github-gist.css index 620691703c..18240c8882 100644 --- a/src/styles/github-gist.css +++ b/src/styles/github-gist.css @@ -76,4 +76,4 @@ .hljs-string { color: #032f62; -} \ No newline at end of file +}