Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wendoj committed Apr 17, 2024
0 parents commit 9102ff9
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# tokyo-night-darker-theme
Tokyo Night Dark adapted as a chrome theme
Binary file added logo-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logo-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "1.0.0",
"name": "tokyo-night-dark",
"description": "Tokyo Night Dark theme for Chrome",
"icons": {
"32": "logo-32.png",
"256": "logo-256.png"
},
"theme": {
"colors": {
"frame": [8, 8, 11],
"frame_incognito": [8, 8, 11],
"frame_inactive": [36, 40, 59],
"frame_incognito_inactive": [36, 40, 59],
"toolbar": [8, 8, 11],
"toolbar_field": [36, 40, 59],
"toolbar_field_text": [120, 124, 153],
"toolbar_field_border_focus": [122, 162, 247],
"toolbar_field_highlight": [122, 162, 247],
"omnibox_background": [36, 40, 59],
"ntp_text": [120, 124, 153],
"ntp_background": [8, 8, 11],
"icons": [120, 124, 153],
"popup": [8, 8, 11],
"popup_highlight": [122, 162, 247],
"popup_highlight_text": [254, 254, 254],
"sidebar": [8, 8, 11],
"sidebar_highlight": [122, 162, 247],
"sidebar_highlight_text": [254, 254, 254],
"tab_background_text": [120, 124, 153],
"tab_text": [255, 255, 255]
}
}
}

0 comments on commit 9102ff9

Please sign in to comment.