In the theme.less you can use some variables and mixins to insert font parameters and color values from color schemes: =============================================================== Fonts --------------------------------------------------------------- Each variable and mixin can start from one of the next slugs (put it instead @xxx in the variable names below): @h1 ... @h6 - headers @p - plain text @link - links @info - info blocks (Posted 15 May, 2015 by John Doe) @menu - main menu @submenu - dropdown menus @logo - logo text @button - button's caption @input - input fields // Font variables: @xxx_ff - insert 'font-family' parameter in the rule @xxx_fs - insert 'font-size' @xxx_lh - insert 'line-height' @xxx_fw - insert 'font-weight' @xxx_fl - insert 'font-style' @xxx_td - insert 'text-decoration' @xxx_mt - insert 'margin-top' @xxx_mb - insert 'margin-bottom' .xxx_font() - mixin to insert rule with all font's parameters for specified slug .xxx_margins() - mixin to insert rule with margins for specified slug Colors --------------------------------------------------------------- Each mixin below can receive one of the next color slugs: // Accented elements accent2 - theme accented color 2 accent2_hover - theme accented color 2 (hover state) accent3 - theme accented color 3 accent3_hover - theme accented color 3 (hover state) // Headers, text and links text - main content text_light - post info text_dark - headers text_link - links text_hover - hover state inverse_text - text on accented background inverse_light - post info on accented background inverse_dark - headers on accented background inverse_link - links on accented background inverse_hover - hovered links on accented background // Block's border and background bd_color - border for the entire block bg_color - background color for the entire block // Alternative colors - highlight blocks, form fields, etc. alter_text - text on alternative background alter_light - post info on alternative background alter_dark - headers on alternative background alter_link - links on alternative background alter_hover - hovered links on alternative background alter_bd_color - alternative border alter_bd_hover - alternative border for hovered state or active field alter_bg_color - alternative background alter_bg_hover - alternative background for hovered state or active field // Color mixins: // All mixins .scheme_*() apply css rules to selector INSIDE class .scheme_xxx (not for selector with class .scheme_xxx) // For example: //