????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/misc/themes/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/misc/themes/__init__.py |
import os import json from pgadmin.utils.preferences import Preferences def get_all_themes(): all_themes = { "standard": { "disp_name": "Standard", "preview_img": "standard_preview.png" }, "dark": { "disp_name": "dark", "preview_img": "dark_preview.png" }, "high_contrast": { "disp_name": "high_contrast", "preview_img": "high_contrast_preview.png" }, } return all_themes