Windows 11 Dark 3440 pixels

Windows 11 Dark 3440 pixels

Windows 11 Dark Mode --- Tema completo a colori per rendere il mio browser preferito proprio come lo voglio io: elegante, riposante, leggibile e che non faccia stancare i nostri occhi. | Compatibile con tutte le risoluzioni video fino a 3440px.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Windows 11 Dark Mode",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.jpg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(188, 200, 218, 0)",
      "toolbar_text": "rgb(239, 253, 255)",
      "frame": "rgb(4, 16, 32)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgba(56, 179, 255, 0.8)",
      "toolbar_field_text": "rgb(0, 0, 0)",
      "tab_line": "rgba(0, 158, 255, 0.8)",
      "popup": "rgb(4, 17, 36)",
      "popup_text": "rgb(255, 255, 255)",
      "button_background_active": "rgba(0, 158, 255, 0.8)",
      "button_background_hover": "rgba(30, 63, 111, 0.8)",
      "icons_attention": "rgba(255, 255, 255, 0.8)",
      "ntp_background": "rgb(4, 17, 36)",
      "ntp_text": "rgb(252, 252, 252)",
      "popup_border": "rgb(4, 24, 78)",
      "sidebar_highlight_text": "rgba(255, 255, 255, 0.8)",
      "tab_background_separator": "rgb(4, 17, 36)",
      "tab_loading": "rgba(0, 158, 255, 0.5)",
      "tab_selected": "rgba(4, 17, 36, 0.5)",
      "toolbar_bottom_separator": "rgb(4, 17, 36)",
      "toolbar_field_border_focus": "rgb(118, 222, 255)",
      "toolbar_field_text_focus": "rgb(106, 198, 255)",
      "toolbar_top_separator": "rgb(4, 17, 36)"
    }
  }
}