Adjust some nyxt colours for better legibility
This commit is contained in:
parent
f0ad447a54
commit
b1ba5a186e
|
@ -21,12 +21,12 @@
|
|||
:font-family "${fonts.sansSerif.name}"
|
||||
:monospace-font-family "${fonts.monospace.name}"
|
||||
:text-color "${scheme.base05}"
|
||||
:contrast-text-color "${scheme.base04}"
|
||||
:contrast-text-color "${scheme.base01}"
|
||||
:background-color "${scheme.base00}"
|
||||
:primary-color "${scheme.base04}"
|
||||
:secondary-color "${scheme.base03}"
|
||||
:tertiary-color "${scheme.base03}"
|
||||
:quaternary-color "${scheme.base03}"
|
||||
:tertiary-color "${scheme.base02}"
|
||||
:quaternary-color "${scheme.base02}"
|
||||
:accent-color "${accent}"
|
||||
:action-color "${scheme.cyan}"
|
||||
:success-color "${scheme.green}"
|
||||
|
@ -34,10 +34,10 @@
|
|||
:highlight-color "${scheme.base04}"
|
||||
:codeblock-color "${scheme.base01}"
|
||||
:on-background-color "${scheme.base05}"
|
||||
:on-primary-color "${scheme.base01}"
|
||||
:on-primary-color "${scheme.base00}"
|
||||
:on-secondary-color "${scheme.base01}"
|
||||
:on-tertiary-color "${scheme.base01}"
|
||||
:on-quaternary-color "${scheme.base01}"
|
||||
:on-tertiary-color "${scheme.base04}"
|
||||
:on-quaternary-color "${scheme.base04}"
|
||||
:on-accent-color "${scheme.base01}"
|
||||
:on-action-color "${scheme.base01}"
|
||||
:on-success-color "${scheme.base01}"
|
||||
|
|
Loading…
Reference in a new issue