diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-26 05:30:53 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-26 05:30:53 +0200 |
commit | f2a1bfdd8efc5612efa98b265ec983154823108a (patch) | |
tree | a6cd7fd52b0c94b5984937a88e59f9b45e95eb20 /pages/_app.tsx | |
parent | eef204000abc79c9a83f3ce268f051dcfff6bf7d (diff) |
added buggy mouse action switcher
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 3804c64..6d2cefe 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -49,7 +49,7 @@ function MyApp({ Component, pageProps }: AppProps) { black: emacsTheme.fg, gray: { 100: emacsTheme.base1, - 200: d3int.interpolate(emacsTheme.base1, emacsTheme.base3)(0.3), + 200: d3int.interpolate(emacsTheme.base1, emacsTheme.base2)(0.2), 300: emacsTheme.base2, 400: emacsTheme.base3, 500: emacsTheme.base4, |