adding nyxt and zola base
This commit is contained in:
parent
f7c0143e18
commit
240df1fa41
17 changed files with 8481 additions and 337 deletions
10
.config/nyxt/dark-reader.lisp
Normal file
10
.config/nyxt/dark-reader.lisp
Normal file
|
@ -0,0 +1,10 @@
|
|||
(in-package #:nyxt-user)
|
||||
|
||||
(define-configuration nx-dark-reader:dark-reader-mode
|
||||
((nxdr:brightness 80)
|
||||
(nxdr:contrast 80)
|
||||
(nxdr:text-color "white")))
|
||||
|
||||
;; Add dark-reader to default modes
|
||||
;; (define-configuration web-buffer
|
||||
;; ((default-modes `(nxdr:dark-reader-mode ,@%slot-value%))))
|
Loading…
Add table
Add a link
Reference in a new issue