mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
chromium: rename black-theme-colour.json -> black-theme-colour.json.sample to stop me accidentally applying it
This commit is contained in:
parent
4743efb556
commit
a4c35994e8
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"BrowserThemeColor": "#000000"
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"BrowserThemeColor": "#000000"
|
||||
}
|
Loading…
Reference in New Issue
Block a user