Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions built/highlightjs/themes/measured-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
*/

/*
base00 #00211f Default Background
base01 #003a38 Lighter Background (Used for status bars, line number and folding marks)
base02 #005453 Selection Background
base03 #ababab Comments, Invisibles, Line Highlighting
base04 #c3c3c3 Dark Foreground (Used for status bars)
base05 #dcdcdc Default Foreground, Caret, Delimiters, Operators
base06 #efefef Light Foreground (Not often used)
base07 #f5f5f5 Light Background (Not often used)
base08 #ce7e8e Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 #dca37c Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A #bfac4e Classes, Markup Bold, Search Text Background
base0B #56c16f Strings, Inherited Class, Markup Code, Diff Inserted
base0C #62c0be Support, Regular Expressions, Escape Characters, Markup Quotes
base0D #88b0da Functions, Methods, Attribute IDs, Headings
base0E #b39be0 Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F #d89aba Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
base00 #00161a Default Background
base01 #04242a Lighter Background (Used for status bars, line number and folding marks)
base02 #00333c Selection Background
base03 #a6a7a8 Comments, Invisibles, Line Highlighting
base04 #c8c9ca Dark Foreground (Used for status bars)
base05 #e3e4e5 Default Foreground, Caret, Delimiters, Operators
base06 #f2f3f4 Light Foreground (Not often used)
base07 #f9fafb Light Background (Not often used)
base08 #fb625b Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 #f89435 Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A #b19202 Classes, Markup Bold, Search Text Background
base0B #55a803 Strings, Inherited Class, Markup Code, Diff Inserted
base0C #05a5ad Support, Regular Expressions, Escape Characters, Markup Quotes
base0D #3598f8 Functions, Methods, Attribute IDs, Headings
base0E #b776fb Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F #e56aac Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
*/

pre code.hljs {
Expand All @@ -45,14 +45,14 @@ code.hljs {
}

.hljs {
color: #dcdcdc;
background: #00211f;
color: #e3e4e5;
background: #00161a;
}

.hljs::selection,
.hljs ::selection {
background-color: #005453;
color: #dcdcdc;
background-color: #00333c;
color: #e3e4e5;
}


Expand All @@ -62,21 +62,21 @@ code.hljs {
.hljs-property
{}

/* base03 - #ababab - Comments, Invisibles, Line Highlighting */
/* base03 - #a6a7a8 - Comments, Invisibles, Line Highlighting */
.hljs-comment {
color: #ababab;
color: #a6a7a8;
}

/* base04 - #c3c3c3 - Dark Foreground (Used for status bars) */
/* base04 - #c8c9ca - Dark Foreground (Used for status bars) */
.hljs-tag {
color: #c3c3c3;
color: #c8c9ca;
}

/* base05 - #dcdcdc - Default Foreground, Caret, Delimiters, Operators */
/* base05 - #e3e4e5 - Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
color: #dcdcdc;
color: #e3e4e5;
}

.hljs-operator {
Expand All @@ -90,7 +90,7 @@ code.hljs {
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
color: #ce7e8e;
color: #fb625b;
}

/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
Expand All @@ -100,28 +100,28 @@ code.hljs {
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
color: #dca37c;
color: #f89435;
}

/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_
{
color: #bfac4e;
color: #b19202;
}

.hljs-strong {
font-weight:bold;
color: #bfac4e;
color: #b19202;
}

/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
color: #56c16f;
color: #55a803;
}

/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
Expand All @@ -130,7 +130,7 @@ code.hljs {
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
color: #62c0be;
color: #05a5ad;
}

/* base0D - Functions, Methods, Attribute IDs, Headings */
Expand All @@ -139,7 +139,7 @@ code.hljs {
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
color: #88b0da;
color: #3598f8;
}

/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
Expand All @@ -151,10 +151,10 @@ code.hljs {
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
color: #b39be0;
color: #b776fb;
}
.hljs-emphasis {
color: #b39be0;
color: #b776fb;
font-style: italic;
}

Expand All @@ -167,7 +167,7 @@ code.hljs {
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string
{
color: #d89aba;
color: #e56aac;
}

.hljs-meta .hljs-keyword,
Expand Down
64 changes: 32 additions & 32 deletions built/highlightjs/themes/measured-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@
*/

/*
base00 #fdf9f5 Default Background
base01 #f9f5f1 Lighter Background (Used for status bars, line number and folding marks)
base02 #ffeada Selection Background
base03 #5a5a5a Comments, Invisibles, Line Highlighting
base04 #404040 Dark Foreground (Used for status bars)
base05 #292929 Default Foreground, Caret, Delimiters, Operators
base06 #181818 Light Foreground (Not often used)
base07 #000000 Light Background (Not often used)
base08 #ac1f35 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 #ad5601 Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A #645a00 Classes, Markup Bold, Search Text Background
base0B #0c680c Strings, Inherited Class, Markup Code, Diff Inserted
base0C #01716f Support, Regular Expressions, Escape Characters, Markup Quotes
base00 #fef4e8 Default Background
base01 #ffe9d4 Lighter Background (Used for status bars, line number and folding marks)
base02 #ffdfc1 Selection Background
base03 #656667 Comments, Invisibles, Line Highlighting
base04 #434444 Dark Foreground (Used for status bars)
base05 #232424 Default Foreground, Caret, Delimiters, Operators
base06 #191a1a Light Foreground (Not often used)
base07 #0e0f10 Light Background (Not often used)
base08 #b40d05 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 #8e4501 Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A #6a5801 Classes, Markup Bold, Search Text Background
base0B #336502 Strings, Inherited Class, Markup Code, Diff Inserted
base0C #03636b Support, Regular Expressions, Escape Characters, Markup Quotes
base0D #0158ad Functions, Methods, Attribute IDs, Headings
base0E #6645c2 Keywords, Storage, Selector, Markup Italic, Diff Changed
base0E #3c01ad Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F #a81a66 Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
*/

Expand All @@ -45,14 +45,14 @@ code.hljs {
}

.hljs {
color: #292929;
background: #fdf9f5;
color: #232424;
background: #fef4e8;
}

.hljs::selection,
.hljs ::selection {
background-color: #ffeada;
color: #292929;
background-color: #ffdfc1;
color: #232424;
}


Expand All @@ -62,21 +62,21 @@ code.hljs {
.hljs-property
{}

/* base03 - #5a5a5a - Comments, Invisibles, Line Highlighting */
/* base03 - #656667 - Comments, Invisibles, Line Highlighting */
.hljs-comment {
color: #5a5a5a;
color: #656667;
}

/* base04 - #404040 - Dark Foreground (Used for status bars) */
/* base04 - #434444 - Dark Foreground (Used for status bars) */
.hljs-tag {
color: #404040;
color: #434444;
}

/* base05 - #292929 - Default Foreground, Caret, Delimiters, Operators */
/* base05 - #232424 - Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
color: #292929;
color: #232424;
}

.hljs-operator {
Expand All @@ -90,7 +90,7 @@ code.hljs {
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
color: #ac1f35;
color: #b40d05;
}

/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
Expand All @@ -100,28 +100,28 @@ code.hljs {
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
color: #ad5601;
color: #8e4501;
}

/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_
{
color: #645a00;
color: #6a5801;
}

.hljs-strong {
font-weight:bold;
color: #645a00;
color: #6a5801;
}

/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
color: #0c680c;
color: #336502;
}

/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
Expand All @@ -130,7 +130,7 @@ code.hljs {
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
color: #01716f;
color: #03636b;
}

/* base0D - Functions, Methods, Attribute IDs, Headings */
Expand All @@ -151,10 +151,10 @@ code.hljs {
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
color: #6645c2;
color: #3c01ad;
}
.hljs-emphasis {
color: #6645c2;
color: #3c01ad;
font-style: italic;
}

Expand Down
Loading