Sha256: 5a995951f78257301f67c20d78b30cf809162e47df674cd6fae5a1301288dcfa
Contents?: true
Size: 1.26 KB
Versions: 11
Compression:
Stored size: 1.26 KB
Contents
# Extracted from initializer to allow auto loading changes in # development class ScrolledThemesPlugin def configure(config) # rubocop:disable Metrics/MethodLength config.themes.register(:default, stylesheet_packs: ['fonts/sourceSansPro'], font_family: { entry: '"Source Sans Pro", sans-serif', widget: '"Source Sans Pro", sans-serif' }, custom_theme_icons: <%= @custom_theme_icons %>, colors: { accent: '#e10028', widget: { surface: '#fff', on_surface: '#000', primary: '#00375a', on_primary: '#fff', secondary: '#c2c2c2', on_seconday: '#000', background: 'rgba(255, 255, 255, 0.95)', on_background: '#000' } }, logo_alt_text: 'Pageflow', theme_color: '#ffffff') end end
Version data entries
11 entries across 11 versions & 1 rubygems