54 55 56 57
# File 'app/components/lookbook/code/component.rb', line 54 def before_render @theme ||= Lookbook.config.highlighter_options.fetch(:theme, :github).to_sym @dark ||= !!Lookbook.config.highlighter_options.fetch(:dark, false) end