-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundation.js
More file actions
34 lines (33 loc) · 1.1 KB
/
Copy pathfoundation.js
File metadata and controls
34 lines (33 loc) · 1.1 KB
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
// Generated from highlight.js/styles/foundation.css.
export default {
addition: { color: "#070" },
attribute: { color: "#070" },
bullet: { color: "#997700" },
"class title": { color: "#458" },
code: { color: "#099" },
comment: { color: "#998", italic: true },
default: { background: "#eee", color: "#000000" },
deletion: { color: "#d14" },
emphasis: { color: "#070", italic: true },
keyword: { color: "#099" },
link: { color: "#070" },
literal: { color: "#099" },
meta: { color: "#3344bb" },
name: { color: "#007700" },
number: { color: "#099" },
quote: { color: "#998", italic: true },
regexp: { background: "#fff0ff", color: "#880088" },
section: { color: "#900" },
"selector-class": { color: "#007700" },
"selector-id": { color: "#007700" },
"selector-tag": { color: "#099" },
string: { color: "#d14" },
strong: { bold: true, color: "#d14" },
symbol: { color: "#990073" },
tag: { color: "#007700" },
"template-variable": { color: "#336699" },
title: { color: "#900" },
"title.class": { color: "#458" },
type: { color: "#458" },
variable: { color: "#336699" },
};