From 47b73144d1b30514df003560851de3bd06e88b81 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 27 Sep 2023 02:10:25 +0300 Subject: [New] Add nyxt, slightly modified config from aartaka --- .config/nyxt/dark-reader.lisp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .config/nyxt/dark-reader.lisp (limited to '.config/nyxt/dark-reader.lisp') diff --git a/.config/nyxt/dark-reader.lisp b/.config/nyxt/dark-reader.lisp new file mode 100644 index 0000000..e770d82 --- /dev/null +++ b/.config/nyxt/dark-reader.lisp @@ -0,0 +1,12 @@ +(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%)))) -- cgit v1.2.3