소스 검색

initial commit

Signed-off-by: Sina Kuhestani <sina@ephpic.org>
Sina Kuhestani 4 주 전
커밋
b9a1602370
2개의 변경된 파일66개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      icon.svg
  2. 63 0
      manifest.json

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 0
icon.svg


+ 63 - 0
manifest.json

@@ -0,0 +1,63 @@
+{
+  "manifest_version": 2,
+  "name": "ePHPic Theme",
+  "author": "ePHPic",
+  "version": "1.0.0",
+  "icons": {
+    "32": "icon.svg",
+    "64": "icon.svg"
+  },
+  "theme": {
+    "properties": {
+      "color_scheme": "light",
+      "content_color_scheme": "light"
+    },
+    "colors": {
+      "frame": "hsla(236, 31%, 41%, 1)",
+      "frame_inactive": "hsla(236, 0%, 41%, 1)",
+      "ntp_background": "hsla(236, 10%, 97%, 1)",
+      "popup": "hsla(236, 10%, 97%, 1)",
+      "sidebar": "hsla(236, 10%, 97%, 1)",
+
+      "icons": "hsla(0, 0%, 100%, 0.8)",
+      "icons_attention": "hsla(0, 0%, 0%, 1)",
+      "bookmark_text": "hsl(0, 0%, 100%)",
+      "button_background_active": "hsla(0, 0%, 100%, 0.3)",
+      "button_background_hover": "hsla(0, 0%, 100%, 0.15)",
+      "ntp_card_background": "hsla(0, 0%, 100%, 0.07)",
+      "ntp_text": "hsla(0, 0%, 0%, 1)",
+      "popup_border": "hsl(236, 31%, 30%)",
+      "popup_highlight": "hsla(236, 31%, 41%, 0.2)",
+      "popup_highlight_text": "hsl(0, 0%, 0%)",
+      "popup_text": "hsl(0, 0%, 0%)",
+      "sidebar_border": "transparent",
+      "sidebar_highlight": "hsla(0, 0%, 0%, 0.1)",
+      "sidebar_highlight_text": "hsla(0, 0%, 0%, 0.9)",
+      "sidebar_text": "hsla(0, 0%, 10%, 0.7)",
+      "toolbar": "hsla(0, 100%, 100%, 0.1)",
+      "toolbar_bottom_separator": "transparent",
+      "toolbar_text": "hsla(0, 0%, 100%, 0.9)",
+      "toolbar_field": "hsla(0, 100%, 100%, 0.7)",
+      "toolbar_field_border": "hsla(0, 0%, 0%, 0.3)",
+      "toolbar_field_border_focus": "hsla(0, 0%, 0%, 0.1)",
+      "toolbar_field_highlight": "hsla(0, 0%, 80%, 1)",
+      "toolbar_field_highlight_text": "hsla(0, 0%, 11%, 1)",
+      "toolbar_field_focus": "hsla(0, 0%, 100%, 1)",
+      "toolbar_field_text": "hsla(0, 0%, 0%, 0.7)",
+      "toolbar_field_text_focus": "hsla(0, 0%, 0%, 1)",
+      "toolbar_top_separator": "transparent",
+      "toolbar_vertical_separator": "transparent",
+      "tab_background_separator": "transparent",
+      "tab_background_text": "hsla(0, 0%, 100%, 1)",
+      "tab_line": "transparent",
+      "tab_loading": "hsla(0, 0%, 0%, 0.85)",
+      "tab_selected": "hsla(0, 0%, 100%, 0.25)",
+      "tab_text": "hsla(0, 0%, 0%, 0.85)"      
+    }
+  },
+  "browser_specific_settings": {
+    "gecko": {
+      "id": "dreamer-balanced-colorway@mozilla.org"
+    }
+  }
+}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.