-
Notifications
You must be signed in to change notification settings - Fork 0
/
coco.yml
66 lines (54 loc) · 1.1 KB
/
coco.yml
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
theme:
# logo
logo:fg:1: blue
logo:fg:2: light-magenta
# header
header:type: yellow
header:scope: blue
# grid-selector
grid:selected: green
grid:hovered: blue
# switch
switch:on: "#00c980"
switch:off: black
switch:switch: white
# Yes/No
"yes": "#00c980"
"no": red
# textarea main
textarea:bg: "#050f21"
textarea:fg: "#ffffff"
textarea:sel: "#232a38"
# scope-textarea
scope:bg: "#125acc"
scope:fg: "#ffffff"
scope:sec: "#000000"
# summary-textarea
summary:bg: "#6a2eab"
summary:fg: "#ffffff"
summary:sec: "#000000"
# body-textarea
body:bg: "#f24e50"
body:fg: "#ffffff"
body:sec: "#000000"
# footer-textarea
footer:bg: "#db279f"
footer:fg: "#ffffff"
footer:sec: "#000000"
maxSummaryLength: 72
useEmoji: true
askScope: true
askBody: true
askFooter: true
askBreakingChange: true
# scopes:
# - "foo"
# - "bar"
# - "baz"
# types:
# - name: "feat"
# description: "A new feature"
# emoji: "✨"
# - name: "fix"
# description: "A bug fix"
# emoji: "🐛"