eric6/ThirdParty/Pygments/pygments/styles/lovelace.py

changeset 7983
54c5cfbb1e29
parent 7701
25f42e208e08
equal deleted inserted replaced
7982:48d210e41c65 7983:54c5cfbb1e29
7 7
8 Pygments style by Miikka Salminen (https://github.com/miikkas) 8 Pygments style by Miikka Salminen (https://github.com/miikkas)
9 A desaturated, somewhat subdued style created for the Lovelace interactive 9 A desaturated, somewhat subdued style created for the Lovelace interactive
10 learning environment. 10 learning environment.
11 11
12 :copyright: Copyright 2006-2020 by the Pygments team, see AUTHORS. 12 :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS.
13 :license: BSD, see LICENSE for details. 13 :license: BSD, see LICENSE for details.
14 """ 14 """
15 15
16 from pygments.style import Style 16 from pygments.style import Style
17 from pygments.token import Keyword, Name, Comment, String, Error, \ 17 from pygments.token import Keyword, Name, Comment, String, Error, \

eric ide

mercurial