Do a bit more nyxt themeing
Disable nyxt restore session on startup (the proper way this time)
This commit is contained in:
parent
36b85aba7a
commit
5af4c8a24d
|
@ -28,7 +28,8 @@
|
|||
:fallback-url (quri.uri:uri "https://duckduckgo.com/"))))))
|
||||
|
||||
(define-configuration browser
|
||||
((theme (make-instance
|
||||
((restore-session-on-startup-p nil)
|
||||
(theme (make-instance
|
||||
'theme:theme
|
||||
:dark-p t
|
||||
:font-family "Fira Sans"
|
||||
|
@ -38,17 +39,17 @@
|
|||
:background-color+ "#0d0e1c"
|
||||
:background-color- "#0d0e1c"
|
||||
:on-background-color "#ffffff"
|
||||
:accent-color "#b4befe"
|
||||
:accent-color+ "#b4befe"
|
||||
:accent-color- "#b4befe"
|
||||
:accent-color "#c6daff"
|
||||
:accent-color+ "#c6daff"
|
||||
:accent-color- "#c6daff"
|
||||
:on-accent-color "#000000"
|
||||
:primary-color "#4a4f69"
|
||||
:primary-color+ "#4a4f69"
|
||||
:primary-color- "#4a4f69"
|
||||
:on-primary-color "#ffffff"
|
||||
:secondary-color "#2b3045"
|
||||
:secondary-color+ "#2b3045"
|
||||
:secondary-color- "#2b3045"
|
||||
:primary-color "#b4befe"
|
||||
:primary-color+ "#b4befe"
|
||||
:primary-color- "#b4befe"
|
||||
:on-primary-color "#000000"
|
||||
:secondary-color "#61647a"
|
||||
:secondary-color+ "#61647a"
|
||||
:secondary-color- "#61647a"
|
||||
:on-secondary-color "#ffffff"
|
||||
:warning-color "#f38ba8"
|
||||
:warning-color+ "#f38ba8"
|
||||
|
|
Loading…
Reference in a new issue