Firefox Kanagawa.nvim theme, just tweaked the things im gonna use because this is for my personal use.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"version": "1.0",
"name": "Kanagawa for Firefox",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(31, 31, 40)",
"toolbar_text": "rgb(220, 215, 186)",
"frame": "rgb(22, 22, 29)",
"tab_background_text": "rgb(220, 215, 186)",
"toolbar_field": "rgb(22, 22, 29)",
"toolbar_field_text": "rgb(220, 215, 186)",
"tab_line": "rgb(200, 201, 186)",
"popup": "rgb(22, 22, 29)",
"popup_text": "rgb(220, 215, 186)",
"icons": "rgb(220, 215, 186)",
"ntp_background": "rgb(22, 22, 29)",
"ntp_text": "rgb(220, 215, 186)",
"tab_loading": "rgb(200, 201, 186)"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{03d8cd23-651e-45f7-a298-16a265526c20}"
}
}
}