catppuccin / catppuccin/dark-reader

Amending Safari Colours

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Just
Stars
459
Forks
11
PR merge metrics
No merged PRs in 30d

Description

So I use Safari vs another browser and DarkReader doesn't support Hex here it has RGB sliders however the following steps can be performed to update to use the Hex values here.

```cd "/Users/jake.tame/Library/Containers/com.apple.Safari/Data/Library/WebKit/WebExtensions/Default/org.darkreader.DarkReaderSafari.Extension (AK3AHFRYSK)"```
* You might find the random string at the end to be different

```sqlite3 LocalStorage.db .dump```

```
UPDATE extension_storage SET value='{"filterContrast":1,"filterSepia":0,"mode":"dynamic","colorText":"#cdd6f4","filterInvert":true,"filterBrightness":1,"imageBrightness":1,"filterGrayscale":0,"colorBackground":"#1e1e2e"}' WHERE key='globalTheme';
```

CMD+D to exit

```sqlite3 LocalStorage.db .dump```

This should reflect the correct colours now.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.