Skip to content

Instantly share code, notes, and snippets.

@memolog
Created August 17, 2018 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memolog/726a2140d12405ad92e603029d9c86b9 to your computer and use it in GitHub Desktop.
Save memolog/726a2140d12405ad92e603029d9c86b9 to your computer and use it in GitHub Desktop.
--- themes/little-code-bricks/source/css/prism.css 2018-08-17 22:04:12.000000000 +0900
+++ themes/little-code-bricks/source/css/prism-default-a11.css 2018-08-17 22:05:53.000000000 +0900
@@ -71,11 +71,11 @@
.token.prolog,
.token.doctype,
.token.cdata {
- color: slategray;
+ color: #5f6d7b;
}
.token.punctuation {
- color: #999;
+ color: #525252;
}
.namespace {
@@ -98,7 +98,7 @@
.token.char,
.token.builtin,
.token.inserted {
- color: #690;
+ color: #055a01;
}
.token.operator,
@@ -106,24 +106,23 @@
.token.url,
.language-css .token.string,
.style .token.string {
- color: #a67f59;
- background: hsla(0, 0%, 100%, .5);
+ color: #695037;
}
.token.atrule,
.token.attr-value,
.token.keyword {
- color: #07a;
+ color: #03427b;
}
.token.function {
- color: #DD4A68;
+ color: #9a213b;
}
.token.regex,
.token.important,
.token.variable {
- color: #e90;
+ color: #714902;
}
.token.important,
@@ -174,7 +173,7 @@
.line-numbers-rows > span:before {
content: counter(linenumber);
- color: #999;
+ color: #6f6f6f;
display: block;
padding-right: 0.8em;
text-align: right;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment