-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path_syntax-highlighting.scss
More file actions
23 lines (20 loc) · 1.37 KB
/
_syntax-highlighting.scss
File metadata and controls
23 lines (20 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// A Base16 palette
// https://github.com/chriskempson/base16
$code-00: scale-color(govuk-colour("black", $variant: "tint-95"), $lightness:50%); /* Default Background */
$code-01: #f5f5f5; /* Lighter Background (Unused) */
$code-02: #bfc1c3; /* Selection Background */
$code-03: govuk-functional-colour(secondary-text); /* Comments, Invisibles, Line Highlighting */
$code-04: #e8e8e8; /* Dark Foreground (Unused) */
$code-05: govuk-functional-colour(text); /* Default Foreground, Caret, Delimiters, Operators */
$code-06: govuk-functional-colour(body-background); /* Light Foreground (Unused) */
$code-07: govuk-functional-colour(body-background); /* Light Background (Unused) */
$code-08: #d4351c; /* Variables, XML Tags, Markup Link Text, Markup Lists */
$code-09: #0E7754; /* Integers, Boolean, Constants, XML Attributes, Markup Link Url */
$code-0A: #4C4077; /* Classes, Markup Bold, Search Text Background */
$code-0B: govuk-functional-colour(brand); /* Strings, Inherited Class, Markup Code */
$code-0C: govuk-functional-colour(brand); /* Support, Regular Expressions, Escape Characters, Markup Quotes */
$code-0D: #4C4077; /* Functions, Methods, Attribute IDs, Headings */
$code-0E: #a71d5d; /* Keywords, Storage, Selector, Markup Italic */
$code-0F: #C92424; /* Deprecated, Opening/Closing Embedded Language Tags e.g. <?php ?> (Unused) */
$code-insert-bg: #DEF8CA;
$code-delete-bg: #FADDDD;