summaryrefslogtreecommitdiff
path: root/data/themes
AgeCommit message (Collapse)Author
2022-08-24add break opportunity after kbd separatorDan Allen
2022-08-24rename kbd-separator theme key to kbd-separator-content to make its ↵Dan Allen
consistent with other content keys - remap old key and warn
2022-08-23keep caret between items in menu macro with previous item if items wrapDan Allen
2022-08-10resolves #2307 use relative font size for big and small roles (PR #2308)Dan Allen
2022-08-03remove color hints in default themeDan Allen
2022-08-03remove outdated examples for line height in default theme and update ↵Dan Allen
information about line height
2022-07-31document how to customize the icon for an admonition on the icons pageDan Allen
2022-05-14resolves #2163 rename theme suffix with-fallback-font to ↵Dan Allen
with-font-fallbacks; add built-in default-sans theme (PR #2168)
2022-05-13remove use of deprecated theme keys in default-for-print themeDan Allen
2022-05-12resolves #2164 configure spacing around thematic break using ↵Dan Allen
thematic-break-padding key (PR #2165)
2022-05-11add index-column-gap key to theme to control size of gap between columns in ↵Dan Allen
index section
2022-05-04enable running footer when using base themeDan Allen
2022-05-04resolves #2134 use base-border-color as default border color (PR #2136)Dan Allen
2022-05-04clean outdated comments out of base theme [no ci]Dan Allen
2022-04-30use sensible fallbacks for table border color and width (PR #2112)Dan Allen
2022-04-30adjust top and bottom padding on quote and verse blocks in built-in themes ↵Dan Allen
(PR #2110)
2022-04-28resolves #2095 separate align and text-align keys in theme schema and update ↵Dan Allen
docs (PR #2096)
2022-04-23resolves #902 allow sides of table frame to be styled independently (PR #2067)Dan Allen
2022-04-19move code-callout-list-margin-top theme key to ↵Dan Allen
callout-list-margin-top-after-code (PR #2056)
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
remap old key with warning for backwards compatibility
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
* rename key key to kbd * introduce lookup map for deprecated keys * rename internal <key> element to <kbd>
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in ↵Dan Allen
theme sans-with-fallback-font (PR #2050)
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap ↵Dan Allen
deprecated keys (PR #2039)
2022-04-15resolves #2031 change lead category in theme to built-in role named lead (PR ↵Dan Allen
#2033)
2022-04-15add support for line-height property on lead role as documentedDan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2021-03-28resolves #1895 allow theme to control top margin of callout lists (PR #1896)Eiji Honjo
2021-02-27remove unused keys in default theme [skip ci]Dan Allen
2021-02-25resolves #1774 allow theme to control font properties of menu element (PR #1879)Dan Allen
2020-10-25resolves #1699 add default themes optimized for print (PR #1797)Dan Allen
2020-10-19minor reference cleanups in default themeDan Allen
2020-09-19drop the use of the undocumented vertical_spacing theme keyDan Allen
2020-09-08quote and uppercase the mark background color in the base themeDan Allen
2020-09-08handle color value without leading # on font tag; replace use of <color> tag ↵Dan Allen
in default theme
2020-04-19fix typo in key name for footnotes item spacing in base themeDan Allen
2020-03-14resolves #1604 configure headings to inherit font style from theme (PR #1606)Dan Allen
2020-02-24resolves #1568 stabilize font paths in built-in themes by prefixing paths ↵Dan Allen
with GEM_FONTS_DIR (PR #1572)
2020-02-12fix inconsistent variable name in default themeDan Allen
2020-01-31resolves #1129 bundle emoji font and use as fallback font (PR #1527)Dan Allen
2020-01-23resolves #1507 allow font path to be declared once for all font styles (PR ↵Dan Allen
#1508)
2020-01-22resolves #1505 allow custom theme to merge font catalog with theme being ↵Dan Allen
extended (PR #1506)
2020-01-14replace literal value with varible in default themeDan Allen
2020-01-09uppercase color names in default themeDan Allen
2020-01-09don't set heading-font-family in default theme so it inherits from baseDan Allen
2019-12-31resolves #1309 allow theme to specify background color and full border for ↵Dan Allen
quote and verse blocks (PR #1457)
2019-12-30resolves #623 partition section title (title and subtitle) (PR #1451)Dan Allen
- set separator globally using `title-separator` document attribute - override separator per section title using `separator` block attribute
2019-12-24resolves #1264 account for border offset in width of fragment (PR #1440)Dan Allen
2019-11-16resolves #1393 define line-through and underline roles as built-in custom ↵Dan Allen
roles (PR #1394)
2019-10-13resolves #1320 set default footer content in base theme (PR #1321)Dan Allen
- remove logic to process `footer_<side>_content: none` key