Toolbox for analyzing and editing pkg application files for psp,ps3, ps4 and ps5, includes the most useful functions you might need.
| 1 | { |
| 2 | "Light": { |
| 3 | "background": "#ffffff", |
| 4 | "secondary_bg": "#f5f6fa", |
| 5 | "text": "#2c3e50", |
| 6 | "secondary_text": "#7f8c8d", |
| 7 | "accent": "#3498db", |
| 8 | "accent_hover": "#2980b9", |
| 9 | "border": "#bdc3c7", |
| 10 | "selection": "#3498db", |
| 11 | "hover": "#e8f0fe", |
| 12 | "error": "#e74c3c", |
| 13 | "success": "#2ecc71", |
| 14 | "warning": "#f1c40f" |
| 15 | }, |
| 16 | "Dark": { |
| 17 | "background": "#1e1e1e", |
| 18 | "secondary_bg": "#2d2d2d", |
| 19 | "text": "#ffffff", |
| 20 | "secondary_text": "#cccccc", |
| 21 | "accent": "#3498db", |
| 22 | "accent_hover": "#2980b9", |
| 23 | "border": "#3d3d3d", |
| 24 | "selection": "#0d47a1", |
| 25 | "hover": "#353535", |
| 26 | "error": "#e74c3c", |
| 27 | "success": "#2ecc71", |
| 28 | "warning": "#f1c40f" |
| 29 | }, |
| 30 | "Nord": { |
| 31 | "background": "#2e3440", |
| 32 | "secondary_bg": "#3b4252", |
| 33 | "text": "#eceff4", |
| 34 | "secondary_text": "#d8dee9", |
| 35 | "accent": "#88c0d0", |
| 36 | "accent_hover": "#81a1c1", |
| 37 | "border": "#4c566a", |
| 38 | "selection": "#5e81ac", |
| 39 | "hover": "#434c5e", |
| 40 | "error": "#bf616a", |
| 41 | "success": "#a3be8c", |
| 42 | "warning": "#ebcb8b" |
| 43 | }, |
| 44 | "Solarized": { |
| 45 | "background": "#fdf6e3", |
| 46 | "secondary_bg": "#eee8d5", |
| 47 | "text": "#657b83", |
| 48 | "secondary_text": "#93a1a1", |
| 49 | "accent": "#268bd2", |
| 50 | "accent_hover": "#2aa198", |
| 51 | "border": "#93a1a1", |
| 52 | "selection": "#6c71c4", |
| 53 | "hover": "#eee8d5", |
| 54 | "error": "#dc322f", |
| 55 | "success": "#859900", |
| 56 | "warning": "#b58900" |
| 57 | } |
| 58 | } |