-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathbreezedark.less
78 lines (72 loc) · 3.17 KB
/
breezedark.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
// -----------------------------------------------------------------------------
// Breeze Dark variables (Pandoc's Skylighting original colours)
// =============================================================================
// See `breezedark-modified.less` for all notes and links. Use the Visual Studio
// Code plugin `colorize` to preview colours (it's a cool little plugin).
//
// @ http://tinyurl.com/visual-studio-code-colorize
//
//
// #232629,
// #cfcfc2,
// #7a7c7d,
// #7f8c8d,
// #f44f4f,
// #da4453,
// #f12056,
// #a43340,
// #4d1f24,
// #fdbc4b,
// #f67400,
// #c45b00,
// #3daee9,
// #0099ff,
// #2980b9,
// #27aeae,
// #153042,
// #95da4c,
// #27ae60,
// #3f8058,
// #8466c6, // Original was #8e44ad
// 1a
--color-code-bold: #f12056;
--color-code-italic: #f67400;
// 1b
--color-code-dark-background: #232629;
--color-code-dark-text-color: #cfcfc2;
--color-code-dark-line-number-color: #7a7c7d; // #! Not used
--color-code-dark-line-number-background-color: #232629; // #! Not used
--color-code-dark-normal: #cfcfc2; // #! Not used
// 1b
--color-code-dark-alert: #95da4c; // #! Alert
--color-code-dark-alert-background-color: #4d1f24; // #! Alert Background Color
--color-code-dark-annotation: #3f8058; // Annotation
--color-code-dark-attribute: #2980b9; // Attribute
--color-code-dark-base-n: #f67400; // BaseN
--color-code-dark-built-in: #7f8c8d; // BuiltIn
--color-code-dark-char: #3daee9; // Char
--color-code-dark-comment: #7a7c7d; // Comment
--color-code-dark-comment-var: #7f8c8d; // CommentVar
--color-code-dark-constant: #27aeae; // Constant
--color-code-dark-control-flow: #fdbc4b; // ControlFlow
--color-code-dark-data-type: #2980b9; // DataType
--color-code-dark-dec-val: #f67400; // DecVal
--color-code-dark-documentation: #a43340; // Documentation
--color-code-dark-error: #da4453; // Error
--color-code-dark-extension: #0099ff; // Extension
--color-code-dark-float: #f67400; // Float
--color-code-dark-function: #8466c6; // Function
--color-code-dark-import: #27ae60; // Import
--color-code-dark-information: #c45b00; // Information
--color-code-dark-keyword: #cfcfc2; // Keyword
--color-code-dark-operator: #cfcfc2; // Operator
--color-code-dark-other: #27ae60; // #! Other
--color-code-dark-preprocessor: #27ae60; // #! Preprocessor
--color-code-dark-region-marker: #2980b9; // #! Region Marker
--color-code-dark-region-marker-background: #153042; // #! Region Marker Background Color
--color-code-dark-special-char: #3daee9; // SpecialChar
--color-code-dark-special-string: #da4453; // SpecialString
--color-code-dark-string: #f44f4f; // String
--color-code-dark-variable: #27aeae; // Variable
--color-code-dark-verbatim-string: #da4453; // VerbatimString
--color-code-dark-warning: #da4453; // #! Warning