From 4b7f46ba1bcb41a350ec6d8ad87f9f6c2cce526b Mon Sep 17 00:00:00 2001 From: Fadil Nohur Date: Sat, 26 Aug 2017 14:19:03 +0100 Subject: [PATCH] Initial commit --- images/theme_ntp_background.png | Bin 0 -> 468 bytes images/theme_tab_background.png | Bin 0 -> 641 bytes images/theme_toolbar.png | Bin 0 -> 641 bytes manifest.json | 35 ++++++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+) create mode 100644 images/theme_ntp_background.png create mode 100644 images/theme_tab_background.png create mode 100644 images/theme_toolbar.png create mode 100644 manifest.json diff --git a/images/theme_ntp_background.png b/images/theme_ntp_background.png new file mode 100644 index 0000000000000000000000000000000000000000..9c8634d5e339fbddec3a569d0ca847f8a6c0a8b0 GIT binary patch literal 468 zcmeAS@N?(olHy`uVBq!ia0vp^-9S8rgAGV7o_T8{kYX$ja(7}_cTVOdki(Mh=}CNg~L uaJ;vz*-6YO@VM%xNb!1@J z*w6hZkrl}2EbxddW?X?_wfUqO7?{L7T^vIy;@)01WNdH{IIw{^^!a@WogRNt y6>rfmx9+AlEdH%skRZUp);LOxlrV@l)?eMvY+hf^bs3m!7(8A5T-G@yGywo(DU2Ba literal 0 HcmV?d00001 diff --git a/images/theme_toolbar.png b/images/theme_toolbar.png new file mode 100644 index 0000000000000000000000000000000000000000..51a10dfb8197541fe616e388c7f12493f80135d4 GIT binary patch literal 641 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k4M?tyST_$yF%}28J29*~C-V}>VM%xNb!1@J z*w6hZkrl}2EbxddW?X?_wfUqO7?{L7T^vIy;@)01WNdH{IIw}a_4$1sogRNt y6>rfmx9+AlEdH%skRZUp);LOxlrV@l*5BICT)%$h()Yk*!{F)a=d#Wzp$P!QS&gUw literal 0 HcmV?d00001 diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..9c4c5cc --- /dev/null +++ b/manifest.json @@ -0,0 +1,35 @@ +{ + "manifest_version":2, + + "name":"Material Incognito Dark Theme", + "description":"A theme that adds the dark Incognito Mode colour scheme to the normal mode of Chrome.", + "version":"2.1.0", + + "theme":{ + "images":{ + "theme_ntp_background":"images/theme_ntp_background.png", + "theme_toolbar":"images/theme_toolbar.png", + "theme_tab_background":"images/theme_tab_background.png", + "theme_tab_background_incognito":"images/theme_tab_background.png", + "theme_tab_background_v":"images/theme_tab_background.png" + }, + "colors":{ + "frame":[70,70,70], + "frame_inactive":[70,70,70], + "frame_incognito":[70,70,70], + "frame_incognito_inactive":[255,255,255], + "toolbar":[80,80,80], + "tab_text":[255,255,255], + "tab_background_text":[255,255,255], + "bookmark_text":[255,255,255], + "ntp_background":[50,50,50], + "ntp_text":[255,255,255] + }, + "tints":{ + "buttons":[0,0,0.85] + }, + "properties": { + "ntp_logo_alternate": 1 + } + } +}