diff options
| author | Dylan Araps <[email protected]> | 2018-03-16 09:11:12 +1100 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2018-03-16 09:11:12 +1100 |
| commit | 9ec4344ec6e429f9f16298f067bc62834eaea92b (patch) | |
| tree | b13821a0f72e1b86fdb71e37475a03dcce402ed0 | |
| parent | themes: Added more themes. (diff) | |
| download | pywal-9ec4344ec6e429f9f16298f067bc62834eaea92b.tar.xz pywal-9ec4344ec6e429f9f16298f067bc62834eaea92b.zip | |
themes: Added more themes.
| -rw-r--r-- | pywal/colorschemes/github.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/colorschemes/github.json b/pywal/colorschemes/github.json index 62da597..e154814 100644 --- a/pywal/colorschemes/github.json +++ b/pywal/colorschemes/github.json @@ -1,6 +1,6 @@ { "special": { - "background": "#ffffff", + "background": "#f4f4f4", "foreground": "#3e3e3e", "cursor": "#970b16" }, |