
    i&                        d Z ddlmZ dgZddlZ G d dej
                  dd      Z G d	 d
ej
                  dd      Z G d dej
                  dd      Zy)z1Implementations needed for a branding of SearXNG.    )annotationsSettingsBrandNc                       e Zd ZU dZi Zded<   y)BrandCustomz%Custom settings in the brand section.zdict[str, str]linksN)__name__
__module____qualname____doc__r   __annotations__     /root/searxng/searx/brand.pyr   r      s    /E>Kr   r   T)kw_onlyforbid_unknown_fieldsc                  f    e Zd ZU dZdZded<   dZded<   dZded<   d	Zded
<   dZ	ded<   dZ
ded<   y)ThemeColorsz6Custom settings for theme colors in the brand section.z#3050ffstrtheme_color_lightz#fffbackground_color_lightz#58ftheme_color_darkz#222428background_color_darktheme_color_blackz#000background_color_blackN)r   r	   r
   r   r   r   r   r   r   r   r   r   r   r   r   r      sG    @&s&"(C("c"!*3*&s&"(C(r   r   c                      e Zd ZU dZdZded<   	 dZded<   	 dZded<   	 d	Zded
<   	  e	j                  e      Zded<   	  e	j                  e      Zded<   	 dZded<   y)r   a  Options for configuring brand properties.

    .. code:: yaml

       brand:
         issue_url: https://github.com/searxng/searxng/issues
         docs_url: https://docs.searxng.org
         public_instances: https://searx.space
         wiki_url: https://github.com/searxng/searxng/wiki

         custom:
           links:
             Uptime: https://uptime.searxng.org/history/example-org
             About: https://example.org/user/about.html
    z)https://github.com/searxng/searxng/issuesr   	issue_urlzhttps://docs.searxng.orgdocs_urlzhttps://searx.spacepublic_instancesz'https://github.com/searxng/searxng/wikiwiki_url)default_factoryr   customr   
pwa_colorsz-https://github.com/searxng/searxng/issues/newnew_issue_urlN)r   r	   r
   r   r   r   r   r   r   msgspecfieldr   r!   r   r"   r#   r   r   r   r   r       s      AIs@=.Hc.=1c1C=Hc=*''--DFKD ,gmmKHJH) IM3Hr   )	r   
__future__r   __all__r$   Structr   r   r   r   r   r   <module>r)      sV    7
 #
 L'..$d L)'..$d )2GNND 2r   