# Kleurenschema's toevoegen

**URL:** https://meta.discourse.org/t/adding-colour-schemes/324770
**Category:** Support
**Created:** [3 september 2024 om 12:39 UTC](https://meta.discourse.org/t/adding-colour-schemes/324770 "2024-09-03T12:39:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Aaron\_Walsh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aaron_walsh/32/312661_2.png) [@Aaron\_Walsh](https://meta.discourse.org/u/Aaron_Walsh)
#### Post date: [3 september 2024 om 12:39 UTC](https://meta.discourse.org/t/adding-colour-schemes/324770/1 "2024-09-03T12:39:42Z")

</div>

Sorry to jump in, as it isn’t this theme-specific, but how do we get these color schemes added to our own forum?

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [3 september 2024 om 12:46 UTC](https://meta.discourse.org/t/adding-colour-schemes/324770/2 "2024-09-03T12:46:42Z")

</div>

You can install them with themes or add them at appearance → color schemes. When you go to `/admin/customize/colors` and click “New” to add a color scheme, you can choose, for example, Dracula as the base palette.

> [@Allow users to select new color palettes](https://meta.discourse.org/t/allow-users-to-select-new-color-schemes/60857):
>
> bookmark This is a guide for making new color palette available for all users to choose from their profile preferences. person_raising_hand Required user level: Administrator Include a new color palette Go to Admin → Appearance → Color Palettes Create a new color palette by clicking on the + New button Select the preferred base color palette from the list Check the Color palette can be selected by users option Make the appropriate palette adjustments, if needed Save the color palette …

---

<div class="post-metadata">

### Author: ![Aaron\_Walsh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/aaron_walsh/32/312661_2.png) [@Aaron\_Walsh](https://meta.discourse.org/u/Aaron_Walsh)
#### Post date: [3 september 2024 om 13:27 UTC](https://meta.discourse.org/t/adding-colour-schemes/324770/3 "2024-09-03T13:27:42Z")

</div>

> [@Moin](#):
>
> ou can install them with themes

When I install the themes, this option never pops up or doesn’t update?

> [@Moin](#):
>
> admin/customize/colors

I like the colors that are set on Meta, so I would appreciate the colors without guessing 😄🤣.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [3 september 2024 om 20:32 UTC](https://meta.discourse.org/t/adding-colour-schemes/324770/4 "2024-09-03T20:32:01Z")

</div>

When you for example install this theme, not only the dracula theme is added to admin/customize/themes but also a dracula color scheme is added to admin/customize/colors

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/2/9/a2970327121b4f6c861db981b5af2b46a7e3e6fc.png)

> [@Aaron\_Walsh](#):
>
> colors without guessing

You don’t have to guess. If you don’t want to install the theme, you can check whether the palette is offered as part of the base palettes you can choose from, when you create a new color scheme.

 ![Screenshot_20240903_161438_Chrome](https://global.discourse-cdn.com/meta/original/4X/6/b/e/6be346a2681510d1e7f905900ec5c1152b6daae1.jpeg)

You can also find the colors in the theme’s about.json. For example

> <https://github.com/dracula/discourse/blob/master/about.json#L18-L39>

Or you can use the browser’s inspect tool to find the hex codes of the colors of the color scheme you selected at a forum. Just right-click on the page, choose “Inspect,” and you’ll see the CSS styles, including the color values, which are usually almost at the bottom.

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/a/6/2a6db24e16c6e7d9b8d98cf5daf825a94ee83aa1.png)
