Support us by giving us a
star on Github 🚀

How to use color scheme package?

The importance of color in a website's overall look and feel is well known. The right color scheme can evoke emotions, create visual interest, and direct a user's attention to specific elements on a page. That's why the `fastn` color scheme framework provides an easy and powerful way to define color schemes and apply them to your website. To start, you can choose from existing [color scheme packages](featured/cs/) or create your own custom color scheme. To apply a color scheme package on top of your package, you'll need to import it into one of the module. For example, let's say you're using the `page` component from [`doc-site`](https://fastn-community.github.io/doc-site/) package and want to apply the [`forest-cs`](https://fastn-community.github.io/forest-cs) color scheme package on top of it. You first create a new module, let's say `my-ds.ftd`. Then you import `forest-cs` package module and then create a new component called `page` there. Here's what your `my-ds.ftd` module would look like:
`my-ds.ftd`
-- import: fastn-community.github.io/forest-cs
-- import: fastn-community.github.io/doc-site as ds

-- component page:
children wrapper:
optional caption title:
optional body body:

-- ds.page:
title: $page.title
body: $page.body
wrapper: $page.wrapper
colors: $forest-cs.main

-- end: page
Lang:
ftd
After creating `my-ds.page` component, use this in rest of the module of your package instead of `ds.page`. Once you have imported the color scheme package and created a new component `my-ds.page`, you can use it throughout your website instead of the `ds.page` component. With just a few lines of code, you can dramatically change the look and feel of your website using the `fastn` color scheme framework.

Support `fastn`!

Enjoying `fastn`? Please consider giving us a star ⭐️ on [GitHub](https://github.com/fastn-stack/fastn) to show your support!
[⭐️](https://github.com/fastn-stack/fastn)

Getting Help

Have a question or need help? Visit our [GitHub Q&A discussion](https://github.com/fastn-stack/fastn/discussions/categories/q-a) to get answers and subscribe to it to stay tuned. Join our [Discord](https://discord.gg/a7eBUeutWD) channel and share your thoughts, suggestion, question etc. Connect with our [community](/community/)!
[💻️](/community/)

Found an issue?

If you find some issue, please visit our [GitHub issues](https://github.com/fastn-stack/fastn/issues) to tell us about it.

Quick links:

- [Install `fastn`](install/) - [Create `fastn` package](create-fastn-package/) - [Expander Crash Course](expander/) - [Syntax Highlighting in Sublime Text](/sublime/)

Join us

We welcome you to join our [Discord](https://discord.gg/a7eBUeutWD) community today. We are trying to create the language for human beings and we do not believe it would be possible without your support. We would love to hear from you.
Copyright © 2023 - fastn.com