diff options
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%)))) |