|
25 | 25 | </style> |
26 | 26 |
|
27 | 27 | <style name="AztecTextStyle"> |
28 | | - <item name="android:textCursorDrawable">?attr/textColor</item> |
29 | | - <item name="backgroundColor">@android:color/transparent</item> |
| 28 | + <!-- Unordered list --> |
30 | 29 | <item name="bulletColor">@color/blue_medium</item> |
31 | 30 | <item name="bulletMargin">@dimen/bullet_margin</item> |
32 | 31 | <item name="bulletPadding">@dimen/bullet_padding</item> |
33 | 32 | <item name="bulletWidth">@dimen/bullet_width</item> |
| 33 | + <!-- Code --> |
34 | 34 | <item name="codeBackground">@color/code_background</item> |
35 | 35 | <item name="codeBackgroundAlpha">75%</item> |
36 | 36 | <item name="codeColor">@color/code</item> |
37 | | - <item name="lineSpacingExtra">@dimen/spacing_extra</item> |
38 | | - <item name="lineSpacingMultiplier">@dimen/spacing_multiplier</item> |
| 37 | + <!-- Link --> |
39 | 38 | <item name="linkColor">@color/blue_wordpress</item> |
40 | 39 | <item name="linkUnderline">false</item> |
| 40 | + <!-- Preformatted --> |
41 | 41 | <item name="preformatBackground">@color/code_background</item> |
42 | 42 | <item name="preformatBackgroundAlpha">75%</item> |
43 | 43 | <item name="preformatColor">@color/white</item> |
| 44 | + <item name="preformatBorderColor">#1AFFFFFF</item> |
| 45 | + <item name="preformatBorderRadius">2dp</item> |
| 46 | + <item name="preformatBorderThickness">1dp</item> |
| 47 | + <item name="preformatLeadingMargin">@dimen/preformat_leading_margin</item> |
| 48 | + <!-- Quote --> |
44 | 49 | <item name="quoteBackground">@color/blue_wordpress</item> |
45 | 50 | <item name="quoteBackgroundAlpha">75%</item> |
46 | 51 | <item name="quoteColor">@color/blue_medium</item> |
| 52 | + <item name="quoteTextColor">@android:color/white</item> |
47 | 53 | <item name="quoteMargin">@dimen/quote_margin</item> |
48 | 54 | <item name="quotePadding">@dimen/quote_padding</item> |
49 | 55 | <item name="quoteWidth">@dimen/quote_width</item> |
| 56 | + <!-- General Text --> |
50 | 57 | <item name="textColor">@android:color/white</item> |
51 | 58 | <item name="textColorHint">@android:color/darker_gray</item> |
| 59 | + <!-- Other --> |
| 60 | + <item name="lineSpacingExtra">@dimen/spacing_extra</item> |
| 61 | + <item name="lineSpacingMultiplier">@dimen/spacing_multiplier</item> |
| 62 | + <item name="android:textCursorDrawable">?attr/textColor</item> |
| 63 | + <item name="backgroundColor">@android:color/transparent</item> |
52 | 64 | </style> |
53 | 65 |
|
54 | 66 | <style name="AztecToolbarStyle"> |
|
0 commit comments