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

This commit is contained in:
John Bowdre 2024-01-14 21:20:45 -06:00
parent 3d83e85919
commit 483e7a7803

View file

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