File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 99# Style mappings for coordinate components and punctuation
1010STYLES = {
1111 # Maven coordinate components
12- "g" : "bold cyan" , # groupId
13- "a" : "bold" , # artifactId
14- "v" : "green" , # version
15- "p" : None , # packaging
16- "c" : None , # classifier
17- "s" : None , # scope
12+ # Visual hierarchy: a > v > c > g > s > p
13+ "g" : "cyan" , # groupId - organizational context
14+ "a" : "bold" , # artifactId - maximum visibility
15+ "v" : "bright_green" , # version - highly visible, positive semantic
16+ "p" : None , # packaging - de-emphasize (usually just "jar")
17+ "c" : "yellow" , # classifier - attention-grabbing for variants
18+ "s" : "blue" , # scope - contextual metadata
1819 # Structural elements
1920 ":" : "dim" , # colon separator
2021 "!" : "dim" , # raw/unmanaged flag
You can’t perform that action at this time.
0 commit comments