module Noir::Themes

Defined in:

noir/themes.cr
noir/themes/solarized.cr

Constant Summary

THEMES = {} of String => Theme.class

Class Method Summary

Class Method Detail

def self.find(name : String, scope = ".highlight") : Theme | Nil #

[View source]
def self.register(name : String, theme) : Nil #

[View source]