Skip to content

Instantly share code, notes, and snippets.

@figsoda
Last active June 3, 2021 03:06
Show Gist options
  • Save figsoda/4b0b7a417acbc3a5d51d739cb85811f8 to your computer and use it in GitHub Desktop.
Save figsoda/4b0b7a417acbc3a5d51d739cb85811f8 to your computer and use it in GitHub Desktop.
Flat Dark Firefox Color Theme
{
"manifest_version": 2,
"name": "Flat Dark",
"version": "1.0",
"author": "figsoda",
"description": "Flat and dark theme",
"theme": {
"colors": {
"button_background_active": "rgb(72, 80, 88)",
"button_background_hover": "rgb(48, 56, 64)",
"frame": "rgb(16, 16, 20)",
"icons": "rgb(200, 200, 200)",
"ntp_background": "rgb(16, 16, 20)",
"ntp_text": "rgb(200, 200, 200)",
"popup": "rgb(16, 16, 20)",
"popup_border": "rgba(0, 0, 0, 0)",
"popup_highlight": "rgb(16, 56, 112)",
"popup_text": "rgb(200, 200, 200)",
"sidebar": "rgb(16, 16, 20)",
"sidebar_border": "rgba(0, 0, 0, 0)",
"sidebar_text": "rgb(200, 200, 200)",
"tab_background_text": "rgb(160, 160, 160)",
"tab_line": "rgb(16, 16, 20)",
"tab_loading": "rgb(16, 16, 20)",
"tab_selected": "rgb(32, 36, 40)",
"toolbar": "rgb(16, 16, 20)",
"toolbar_bottom_separator": "rgba(0, 0, 0, 0)",
"toolbar_field": "rgb(16, 16, 20)",
"toolbar_field_border": "rgba(0, 0, 0, 0)",
"toolbar_field_border_focus": "rgba(0, 0, 0, 0)",
"toolbar_field_text": "rgb(200, 200, 200)",
"toolbar_text": "rgb(200, 200, 200)",
"toolbar_top_separator": "rgba(0, 0, 0, 0)",
"toolbar_vertical_separator": "rgba(0, 0, 0, 0)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment