forked from hesreallyhim/awesome-claude-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacc-config.yaml
More file actions
53 lines (45 loc) · 1.57 KB
/
acc-config.yaml
File metadata and controls
53 lines (45 loc) · 1.57 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Awesome Claude Code Configuration
# This file controls various aspects of README generation and repository behavior.
# =============================================================================
# README Generation Settings
# =============================================================================
readme:
# Which README style should be the root (lives at repo root as README.md)
# Options: extra, classic, awesome, flat
root_style: awesome
# =============================================================================
# Style Selector Configuration
# =============================================================================
# Defines the styles shown in the "Pick Your Style" selector across all READMEs.
# Each style has:
# - name: Display name for the badge alt text
# - badge: SVG badge filename (without path)
# - highlight_color: Border color when this style is selected
# - filename: README variant filename stored under README_ALTERNATIVES/
styles:
extra:
name: Extra
badge: badge-style-extra.svg
highlight_color: "#6a6a8a"
filename: README_EXTRA.md
classic:
name: Classic
badge: badge-style-classic.svg
highlight_color: "#c9a227"
filename: README_CLASSIC.md
awesome:
name: Awesome
badge: badge-style-awesome.svg
highlight_color: "#cc3366"
filename: README_AWESOME.md
flat:
name: Flat
badge: badge-style-flat.svg
highlight_color: "#71717a"
filename: README_FLAT_ALL_AZ.md
# Order in which styles appear in the selector (left to right)
style_order:
- awesome
- extra
- classic
- flat