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

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

From
Akshay Joshi
Date:
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 <aditya.toshniwal@enterprisedb.com>

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