Created
December 29, 2025 08:58
-
-
Save sergiu-radu/4c197ed31f3a7c08fa360683341bc4bb to your computer and use it in GitHub Desktop.
Blocksy CSS Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --theme-palette-color-1 | |
| --theme-palette-color-2 | |
| --theme-palette-color-3 | |
| --theme-palette-color-4 | |
| --theme-palette-color-5 | |
| --theme-palette-color-6 | |
| --theme-palette-color-7 | |
| --theme-palette-color-8 | |
| --theme-font-family | |
| --theme-font-size | |
| --theme-font-weight | |
| --theme-font-style | |
| --theme-line-height | |
| --theme-letter-spacing | |
| --theme-text-transform | |
| --theme-text-decoration | |
| --theme-button-font-family | |
| --theme-button-font-size | |
| --theme-button-font-weight | |
| --theme-button-font-style | |
| --theme-button-line-height | |
| --theme-button-letter-spacing | |
| --theme-button-text-transform | |
| --theme-button-text-decoration | |
| --theme-text-color | |
| --theme-link-initial-color | |
| --theme-link-hover-color | |
| --theme-link-active-color | |
| --theme-selection-text-color | |
| --theme-selection-background-color | |
| --theme-button-min-height | |
| --theme-button-max-width | |
| --theme-button-shadow | |
| --theme-button-transform | |
| --theme-button-text-initial-color | |
| --theme-button-text-hover-color | |
| --theme-button-background-initial-color | |
| --theme-button-background-hover-color | |
| --theme-button-border | |
| --theme-button-border-hover-color | |
| --theme-button-border-radius | |
| --theme-button-padding | |
| --theme-form-font-size | |
| --theme-form-field-width | |
| --theme-form-field-height | |
| --theme-form-field-padding | |
| --theme-form-field-border-width | |
| --theme-form-field-border-style | |
| --theme-form-text-initial-color | |
| --theme-form-text-focus-color | |
| --theme-form-field-border-initial-color | |
| --theme-form-field-border-focus-color | |
| --theme-form-field-border-radius | |
| --theme-form-field-background-initial-color | |
| --theme-form-field-background-focus-color | |
| --theme-form-select-background-initial-color | |
| --theme-form-select-background-active-color | |
| --theme-form-checkbox-border-radius | |
| --theme-form-selection-field-initial-color | |
| --theme-form-selection-field-active-color | |
| --theme-headings-color | |
| --theme-heading-color | |
| --theme-heading-1-color | |
| --theme-heading-2-color | |
| --theme-heading-3-color | |
| --theme-heading-4-color | |
| --theme-heading-5-color | |
| --theme-heading-6-color | |
| --theme-box-shadow | |
| --theme-border-color | |
| --theme-border-radius | |
| --theme-border | |
| --theme-border-top | |
| --theme-border-bottom | |
| --theme-wide-offset | |
| --theme-content-spacing | |
| --has-theme-content-spacing | |
| --theme-boxed-content-spacing | |
| --theme-content-vertical-spacing | |
| --theme-container-edge-spacing | |
| --theme-container-width | |
| --theme-container-width-base | |
| --theme-normal-container-max-width | |
| --theme-narrow-container-max-width | |
| --theme-frame-size | |
| --theme-frame-color | |
| --theme-block-width | |
| --theme-block-max-width | |
| --theme-block-wide-max-width | |
| --theme-boxed-content-max-width | |
| --theme-list-indent | |
| --theme-list-style-type | |
| --theme-list-items-spacing | |
| --theme-description-list-indent | |
| --theme-description-list-spacing | |
| --theme-table-font-size | |
| --theme-table-border-width | |
| --theme-table-border-style | |
| --theme-table-border-color | |
| --theme-table-padding | |
| --theme-transition | |
| --theme-default-editor | |
| --theme-icon-size | |
| --theme-icon-color | |
| --theme-icon-hover-color | |
| --theme-icon-focus-color | |
| --theme-icon-active-color | |
| --theme-icon-transition | |
| --theme-object-fit | |
| --theme-object-position |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment