gruvbox slate

gruvbox slate

This Chrome theme adopts the gruvbox color palette, designed for dark mode. Details: It includes a tile-able background suitable…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "merhmerh",
  "name": "gruvbox slate",
  "theme": {
    "images": {
      "theme_ntp_background": "images/tile_2.png"
    },
    "colors": {
      "bookmark_text": [
        168,
        153,
        132
      ],
      "frame": [
        29,
        32,
        33
      ],
      "frame_inactive": [
        29,
        32,
        33
      ],
      "frame_incognito": [
        251,
        73,
        52
      ],
      "frame_incognito_inactive": [
        212,
        195,
        163
      ],
      "tab_text": [
        202,
        161,
        96
      ],
      "tab_background_text": [
        168,
        153,
        132
      ],
      "tab_background": [
        251,
        73,
        52
      ],
      "toolbar": [
        59,
        56,
        55
      ],
      "ntp_text": [
        255,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0.102,
        0.623,
        0.594
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "repeat"
    }
  },
  "version": "1.0"
}