Skip to content

Commit

Permalink
[Tokens] Updated formatter to add an new line between token_set secti…
Browse files Browse the repository at this point in the history
…ons for better readability.

PiperOrigin-RevId: 457063206
  • Loading branch information
pekingme authored and raajkumars committed Jun 24, 2022
1 parent 88a73eb commit cd37b91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Expand Up @@ -47,6 +47,7 @@
<color name="m3_sys_color_dynamic_dark_on_background">@color/m3_ref_palette_dynamic_neutral90</color>
<!-- Hairline colors -->
<color name="m3_sys_color_dynamic_dark_outline">@color/m3_ref_palette_dynamic_neutral_variant60</color>

<!-- Generated from token set (md.sys.color) in context (theme=light). -->
<!-- Primary colors -->
<color name="m3_sys_color_dynamic_light_primary">@color/m3_ref_palette_dynamic_primary40</color>
Expand Down Expand Up @@ -76,6 +77,7 @@
<color name="m3_sys_color_dynamic_light_on_background">@color/m3_ref_palette_dynamic_neutral10</color>
<!-- Hairline colors -->
<color name="m3_sys_color_dynamic_light_outline">@color/m3_ref_palette_dynamic_neutral_variant50</color>

<!-- Generated from token set (md.ref.palette) in default context. -->
<!-- Baseline palette – Primary -->
<color name="m3_ref_palette_dynamic_primary100">@android:color/system_accent1_0</color>
Expand Down
Expand Up @@ -53,6 +53,7 @@
<color name="m3_sys_color_dark_error_container">@color/m3_ref_palette_error30</color>
<color name="m3_sys_color_dark_on_error">@color/m3_ref_palette_error20</color>
<color name="m3_sys_color_dark_on_error_container">@color/m3_ref_palette_error80</color>

<!-- Generated from token set (md.sys.color) in context (theme=light). -->
<!-- Primary colors -->
<color name="m3_sys_color_light_primary">@color/m3_ref_palette_primary40</color>
Expand Down Expand Up @@ -88,6 +89,7 @@
<color name="m3_sys_color_light_error_container">@color/m3_ref_palette_error90</color>
<color name="m3_sys_color_light_on_error">@color/m3_ref_palette_error100</color>
<color name="m3_sys_color_light_on_error_container">@color/m3_ref_palette_error10</color>

<!-- Generated from token set (md.ref.palette) in default context. -->
<!-- Baseline palette – Primary -->
<color name="m3_ref_palette_primary100">#ffffffff</color>
Expand Down
Expand Up @@ -159,6 +159,7 @@
<item name="android:letterSpacing">0.04545455</item>
<item name="android:textAllCaps">false</item>
</style>

<!-- Generated from token set (md.ref.typeface) in default context. -->
<!-- Brand -->
<macro name="m3_ref_typeface_brand_regular">sans-serif</macro>
Expand Down

0 comments on commit cd37b91

Please sign in to comment.