Skip to content

Commit

Permalink
Added gitignore, replaced logo, trimmed manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
forresthopkinsa committed Nov 14, 2018
1 parent b1fb029 commit ce4616b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/.DS_Store
Cached Theme.pak
Binary file removed images/attribution_w.png
Binary file not shown.
Binary file added images/logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 4 additions & 31 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,11 @@
"version": "1.1.0",
"theme": {
"colors": {
"button_background": [
"ntp_text": [
255,
255,
255
],
"frame": [
77,
139,
217,
0.5
],
"ntp_link": [
6,
55,
116
],
"ntp_section": [
229,
239,
254,
0.4
],
"ntp_text": [
0,
0,
0
],
"toolbar": [
255,
255,
Expand All @@ -45,13 +23,13 @@
},
"images": {
"theme_frame": "images/frame.png",
"theme_ntp_attribution": "images/attribution_w.png",
"theme_ntp_attribution": "images/logo-light.png",
"theme_ntp_background": "images/bg.png",
"theme_toolbar": "images/toolbar.png"
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat",
"ntp_background_alignment": "top",
"ntp_background_repeat": "repeat",
"ntp_logo_alternate": 1
},
"tints": {
Expand All @@ -74,11 +52,6 @@
-1,
0.2,
0.3
],
"buttons": [
-1,
-1,
0.6
]
}
}
Expand Down

0 comments on commit ce4616b

Please sign in to comment.