Revert "make --off-fg a little lighter to improve code/pre contrast"

This made non-code elements a bit too bright. Need to address code
elements more directly.

This reverts commit 483e7a7803.
This commit is contained in:
John Bowdre 2024-01-15 15:06:39 -06:00
parent 9e688aa013
commit 335a0ab2cd

View file

@ -6,7 +6,7 @@
--base01: #282828; /* off-bg */
--base02: #383838; /* inner-bg */
--base03: #585858; /* muted */
--base04: #cfcfcf; /* off-fg */
--base04: #abaaaa; /* off-fg */
--base05: #d8d8d8; /* fg */
--base06: #e8e8e8;
--base07: #5f8700; /* user prompt */