manifest.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "manifest_version": 2,
  3. "name": "ePHPic Theme",
  4. "author": "ePHPic",
  5. "version": "1.0.0",
  6. "icons": {
  7. "32": "icon.svg",
  8. "64": "icon.svg"
  9. },
  10. "theme": {
  11. "properties": {
  12. "color_scheme": "light",
  13. "content_color_scheme": "light"
  14. },
  15. "colors": {
  16. "frame": "hsla(236, 31%, 41%, 1)",
  17. "frame_inactive": "hsla(236, 0%, 41%, 1)",
  18. "ntp_background": "hsla(236, 10%, 97%, 1)",
  19. "popup": "hsla(236, 10%, 97%, 1)",
  20. "sidebar": "hsla(236, 10%, 97%, 1)",
  21. "icons": "hsla(0, 0%, 100%, 0.8)",
  22. "icons_attention": "hsla(0, 0%, 0%, 1)",
  23. "bookmark_text": "hsl(0, 0%, 100%)",
  24. "button_background_active": "hsla(0, 0%, 100%, 0.3)",
  25. "button_background_hover": "hsla(0, 0%, 100%, 0.15)",
  26. "ntp_card_background": "hsla(0, 0%, 100%, 0.07)",
  27. "ntp_text": "hsla(0, 0%, 0%, 1)",
  28. "popup_border": "hsl(236, 31%, 30%)",
  29. "popup_highlight": "hsla(236, 31%, 41%, 0.2)",
  30. "popup_highlight_text": "hsl(0, 0%, 0%)",
  31. "popup_text": "hsl(0, 0%, 0%)",
  32. "sidebar_border": "transparent",
  33. "sidebar_highlight": "hsla(0, 0%, 0%, 0.1)",
  34. "sidebar_highlight_text": "hsla(0, 0%, 0%, 0.9)",
  35. "sidebar_text": "hsla(0, 0%, 10%, 0.7)",
  36. "toolbar": "hsla(0, 100%, 100%, 0.1)",
  37. "toolbar_bottom_separator": "transparent",
  38. "toolbar_text": "hsla(0, 0%, 100%, 0.9)",
  39. "toolbar_field": "hsla(0, 100%, 100%, 0.7)",
  40. "toolbar_field_border": "hsla(0, 0%, 0%, 0.3)",
  41. "toolbar_field_border_focus": "hsla(0, 0%, 0%, 0.1)",
  42. "toolbar_field_highlight": "hsla(0, 0%, 80%, 1)",
  43. "toolbar_field_highlight_text": "hsla(0, 0%, 11%, 1)",
  44. "toolbar_field_focus": "hsla(0, 0%, 100%, 1)",
  45. "toolbar_field_text": "hsla(0, 0%, 0%, 0.7)",
  46. "toolbar_field_text_focus": "hsla(0, 0%, 0%, 1)",
  47. "toolbar_top_separator": "transparent",
  48. "toolbar_vertical_separator": "transparent",
  49. "tab_background_separator": "transparent",
  50. "tab_background_text": "hsla(0, 0%, 100%, 1)",
  51. "tab_line": "transparent",
  52. "tab_loading": "hsla(0, 0%, 0%, 0.85)",
  53. "tab_selected": "hsla(0, 0%, 100%, 0.25)",
  54. "tab_text": "hsla(0, 0%, 0%, 0.85)"
  55. }
  56. },
  57. "browser_specific_settings": {
  58. "gecko": {
  59. "id": "dreamer-balanced-colorway@mozilla.org"
  60. }
  61. }
  62. }