chromium: rename black-theme-colour.json -> black-theme-colour.json.sample to stop me accidentally applying it

This commit is contained in:
Aminda Suomalainen 2024-05-11 20:36:08 +03:00
parent 4743efb556
commit a4c35994e8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 8 additions and 5 deletions

View File

@ -18,7 +18,7 @@
- [uBlock Origin](#ublock-origin-1)
- [Bitwarden](#bitwarden)
- [Privacy Badger](#privacy-badger)
- [`black-theme-colour.json`](#black-theme-colourjson)
- [`black-theme-colour.json.sample`](#black-theme-colourjsonsample)
- [`brave-shields-disabled.json`](#brave-shields-disabledjson)
- [`disable-brave-rewards-wallet.json`](#disable-brave-rewards-walletjson)
- [`disable-brave-tor.json`](#disable-brave-torjson)
@ -135,11 +135,14 @@ See also:
- https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md
- https://github.com/EFForg/privacybadger/blob/master/src/data/schema.json
## `black-theme-colour.json`
## `black-theme-colour.json.sample`
Sets the theme colour as black. This is managed instead of recommended,
because even the recommended policy seems to block theme changing.
`.sample` suffix is there so maybe I will stop applying this policy and thus
disabling GTK/Qt themes.
## `brave-shields-disabled.json`
Allowlist for sites where I think Brave Shields may be breaking things. Similar is also in

View File

@ -1,3 +0,0 @@
{
"BrowserThemeColor": "#000000"
}

View File

@ -0,0 +1,3 @@
{
"BrowserThemeColor": "#000000"
}