nixos/home/nyxt/default.mustache

44 lines
1.7 KiB
Plaintext

(define-configuration browser
((theme
(make-instance
'theme:theme
:dark-p t
:font-family "Iosevka Nerd Font"
:monospace-font-family "Iosevka Nerd Font"
:text-color "#{{base05-hex}}"
:text-color+ "#{{base05-hex}}"
:text-color- "#{{base05-hex}}"
:contrast-text-color "#{{base00-hex}}"
:background-color "#{{base00-hex}}"
:background-color+ "#{{base00-hex}}"
:background-color- "#{{base00-hex}}"
:on-background-color "#{{base05-hex}}"
:accent-color "#{{base0E-hex}}"
:accent-color+ "#{{base0E-hex}}"
:accent-color- "#{{base0E-hex}}"
:on-accent-color "#{{base00-hex}}"
:primary-color "#{{base0E-hex}}"
:primary-color+ "#{{base0E-hex}}"
:primary-color- "#{{base0E-hex}}"
:on-primary-color "#{{base00-hex}}"
:secondary-color "#{{base03-hex}}"
:secondary-color+ "#{{base03-hex}}"
:secondary-color- "#{{base03-hex}}"
:on-secondary-color "#{{base05-hex}}"
:warning-color "#{{base08-hex}}"
:warning-color+ "#{{base08-hex}}"
:warning-color- "#{{base08-hex}}"
:on-warning-color "#{{base00-hex}}"
:highlight-color "#{{base0A-hex}}"
:highlight-color+ "#{{base0A-hex}}"
:highlight-color- "#{{base0A-hex}}"
:on-highlight-color "#{{base00-hex}}"
:action-color "#{{base0D-hex}}"
:action-color+ "#{{base0D-hex}}"
:action-color- "#{{base0D-hex}}"
:on-action-color "#{{base00-hex}}"
:codeblock-color "#{{base01-hex}}"
:codeblock-color+ "#{{base01-hex}}"
:codeblock-color- "#{{base01-hex}}"
:on-codeblock-color "#{{base05-hex}}"))))