Background colors
Text colors
Css variables
Background colors light theme.
Name | Color | Describtion |
--col-body | | The body background color. |
--col-bg-0 | | The bg-0 background color. |
--col-bg-1 | | The bg-1 background color. |
--col-bg-2 | | The bg-2 background color. |
--col-bg-3 | | The bg-3 background color. |
--col-bg-4 | | The bg-4 background color. |
--col-bg-5 | | The bg-5 background color. |
Text colors light theme.
Name | Color | Describtion |
--col-txt-0 | | The txt-0 color. |
--col-txt-1 | | The txt-1 color. |
--col-txt-2 | | The txt-2 color. |
--col-txt-3 | | The txt-3 color. |
--col-txt-4 | | The txt-4 color. |
Background colors dark theme.
Name | Color | Describtion |
--col-body | | The body background color. |
--col-bg-0 | | The bg-0 background color. |
--col-bg-1 | | The bg-1 background color. |
--col-bg-2 | | The bg-2 background color. |
--col-bg-3 | | The bg-3 background color. |
--col-bg-4 | | The bg-4 background color. |
--col-bg-5 | | The bg-5 background color. |
Text colors dark theme.
Name | Color | Describtion |
--col-txt-0 | | The txt-0 color. |
--col-txt-1 | | The txt-1 color. |
--col-txt-2 | | The txt-2 color. |
--col-txt-3 | | The txt-3 color. |
--col-txt-4 | | The txt-4 color. |
Change Theme colors
You can change the theme colors by gives the css variables new values.
You can do it in app.vue like this.