Skip to content

Instantly share code, notes, and snippets.

@headquarter8302
Created February 20, 2024 10:06
Show Gist options
  • Save headquarter8302/c3c4da041853b29c93ac4ac6c0116e96 to your computer and use it in GitHub Desktop.
Save headquarter8302/c3c4da041853b29c93ac4ac6c0116e96 to your computer and use it in GitHub Desktop.
Near-black Chrome theme
{
"manifest_version": 3,
"name": "My Awesome Theme",
"version": "1.0.0",
"description": "A cool and colorful theme for your browser",
"theme": {
"colors": {
"background_tab": [32, 32, 32],
"omnibox_background": [0,0,0],
"omnibox_text": [212, 212, 212],
"frame": [0, 0, 0],
"tab_background_text": [127, 127, 127],
"ntp_text": [255, 255, 255],
"ntp_background": [32, 32, 32],
"toolbar": [32, 32, 32],
"toolbar_button_icon": [255, 255, 255],
"toolbar_text": [255, 255, 255],
"background_tab_inactive": [72, 72, 72]
},
"properties": {
"ntp_text_color": [255, 255, 255],
"ntp_title_color": [0, 0, 0],
"button_background": [0, 0, 0]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment