pgAdmin 4 commit: Fixed issue where Dark Theme is unavailable in python

Akshay Joshi <[email protected]> Wed, 20 Nov 2019 09:36:40 +0000
Newsgroups gmane.comp.db.postgresql.pgadmin.devel
Message-ID <[email protected]>
Fixed issue where Dark Theme is unavailable in python wheel distro.

pgAdmin wheel distro is not having pgadmin.themes.json file in 'web/pgadmin/misc/themes' directory,
so it's better to refer this file from the generated directory.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5316a28e6c2a56642b8ef5c993ae2546ab7b2135
Author: Aditya Toshniwal <[email protected]>

Modified Files
--------------
web/pgadmin/misc/themes/__init__.py | 2 ++
1 file changed, 2 insertions(+)