eric7/eric7config.py

branch
eric7
changeset 8820
149f941d072e
parent 8312
800c432b34c8
child 8881
54e42bc2437a
--- a/eric7/eric7config.py	Thu Dec 09 20:07:08 2021 +0100
+++ b/eric7/eric7config.py	Sat Dec 11 16:04:36 2021 +0100
@@ -19,6 +19,7 @@
     'ericDTDDir': os.path.join(__ericDir, 'DTDs'),
     'ericCSSDir': os.path.join(__ericDir, 'CSSs'),
     'ericStylesDir': os.path.join(__ericDir, "Styles"),
+    'ericThemesDir': os.path.join(__ericDir, "Themes"),
     'ericDocDir': os.path.join(__ericDir, 'Documentation'),
     'ericExamplesDir': os.path.join(__ericDir, 'Examples'),
     'ericTranslationsDir': os.path.join(__ericDir, 'i18n'),

eric ide

mercurial