diff options
author | Thanos Apollo <[email protected]> | 2023-10-16 20:45:23 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-16 20:45:23 +0300 |
commit | fdd11abce2a0205bbc96077ca9c4cf1e85e8b98e (patch) | |
tree | 3edfe8ed0e07d3c3951676c2543a2f9d2894d0c1 /.config/nyxt/dark-reader.lisp | |
parent | fe9b8acaa2c05665d51695f3b3ce10b5a6fcc2d7 (diff) |
Remove nyxt
Diffstat (limited to '.config/nyxt/dark-reader.lisp')
-rw-r--r-- | .config/nyxt/dark-reader.lisp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nyxt/dark-reader.lisp b/.config/nyxt/dark-reader.lisp deleted file mode 100644 index e770d82..0000000 --- a/.config/nyxt/dark-reader.lisp +++ /dev/null @@ -1,12 +0,0 @@ -(in-package #:nyxt-user) - -(define-configuration nx-dark-reader:dark-reader-mode - ((nxdr:selection-color "#CD5C5C") - (nxdr:background-color "black") - (nxdr:text-color "white") - (nxdr:grayscale 50) - (nxdr:contrast 100) - (nxdr:brightness 100))) - -(define-configuration :web-buffer - ((default-modes `(nx-dark-reader:dark-reader-mode ,@%slot-value%)))) |