spcanelon / silvia

Personal website of Silvia Canelón
https://silviacanelon.com
Other
70 stars 29 forks source link

Error when rendering the template in Quarto. #105

Closed ambarja closed 6 months ago

ambarja commented 6 months ago

Hello, recently I have been using the Quarto website template, but I encountered some errors. Here are the details: I couldn't find the following files.

      light:
        - cosmo
        - assets/silvia-theme-light.scss
        - assets/silvia/colors-light.scss
        - assets/silvia/fonts.scss
      dark: 
        - cosmo
        - assets/silvia-theme-dark.scss
        - assets/silvia/colors-dark.scss
    highlight-style:
      light: assets/silvia/a11y-light.theme
      dark: assets/silvia/a11y-dark.theme

image

spcanelon commented 6 months ago

Hi there! My personal website isn't set up to be a template, and there are some .scss files that I keep private. However, you can choose whichever colors you like in assets/silvia-theme-light.scss or assets/silvia-theme-dark.scss.

For example, $spc-primary-light is a color variable, so you can replace it with any hex color code of your choosing.

Happy customizing!