From 2ca2bf6e34500a6ddde6ab067449b0d1d5d3f53d Mon Sep 17 00:00:00 2001 From: Raphael Scholer Date: Sun, 1 May 2016 16:25:38 +0200 Subject: Improvements - chrome dark theme variant (#506) This uses arc-theme-darker as basis with values from previous version. Which fixed the issues of changing colors when window is inactive. * Remove localization from dark chromium theme variant * Add packed version of chrome dark theme varian * Use correct toolbar color in chrome dark variant * Use button color for background tabs in chrome dark variant --- extra/Chrome/arc-dark-theme/_locales/en/messages.json | 10 ---------- extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json | 8 -------- extra/Chrome/arc-dark-theme/_locales/en_US/messages.json | 8 -------- extra/Chrome/arc-dark-theme/_locales/fr/messages.json | 8 -------- 4 files changed, 34 deletions(-) delete mode 100644 extra/Chrome/arc-dark-theme/_locales/en/messages.json delete mode 100644 extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json delete mode 100644 extra/Chrome/arc-dark-theme/_locales/en_US/messages.json delete mode 100644 extra/Chrome/arc-dark-theme/_locales/fr/messages.json (limited to 'extra/Chrome/arc-dark-theme/_locales') diff --git a/extra/Chrome/arc-dark-theme/_locales/en/messages.json b/extra/Chrome/arc-dark-theme/_locales/en/messages.json deleted file mode 100644 index 2c7bdd9..0000000 --- a/extra/Chrome/arc-dark-theme/_locales/en/messages.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "appName": { - "message": "Arc dark chrome theme", - "description": "The title of the application, displayed in the web store." - }, - "appDesc": { - "message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180", - "description":"The description of the application, displayed in the web store." - } -} \ No newline at end of file diff --git a/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json b/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json deleted file mode 100644 index a79fca2..0000000 --- a/extra/Chrome/arc-dark-theme/_locales/en_GB/messages.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "appName": { - "message": "Arc dark chrome theme" - }, - "appDesc": { - "message": "A Google Chrome theme made to match the colours of the dark arc theme by horst3180" - } -} \ No newline at end of file diff --git a/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json b/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json deleted file mode 100644 index e341c8a..0000000 --- a/extra/Chrome/arc-dark-theme/_locales/en_US/messages.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "appName": { - "message": "Arc dark chrome theme" - }, - "appDesc": { - "message": "A Google Chrome theme made to match the colors of the dark arc theme by horst3180" - } -} diff --git a/extra/Chrome/arc-dark-theme/_locales/fr/messages.json b/extra/Chrome/arc-dark-theme/_locales/fr/messages.json deleted file mode 100644 index d8a90f7..0000000 --- a/extra/Chrome/arc-dark-theme/_locales/fr/messages.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "appName": { - "message": "Arc dark thème" - }, - "appDesc": { - "message": "Un thème de Google Chrome avec les couleurs du thème 'dark arc' de horst3180" - } -} -- cgit v1.2.3