mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix theme color to be brandable
This commit is contained in:
parent
f7ec8e2a48
commit
be2ae1394c
@ -28,6 +28,14 @@ $color-yellow: rgb(245, 196, 0);
|
||||
$color-yellow-active: rgb(255, 206, 10);
|
||||
$color-yellow-inverse: rgb(255, 252, 240);
|
||||
|
||||
/**
|
||||
* @tokens Theme
|
||||
* @presenter Color
|
||||
*/
|
||||
|
||||
// main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case
|
||||
$theme-color: $color-primary;
|
||||
|
||||
/**
|
||||
* @tokens Color Neutral
|
||||
* @presenter Color
|
||||
|
||||
@ -4,6 +4,6 @@ export default {
|
||||
name: APPLICATION_NAME,
|
||||
short_name: APPLICATION_SHORT_NAME,
|
||||
description: APPLICATION_DESCRIPTION,
|
||||
theme_color: '#17b53f',
|
||||
theme_color: '$theme-color',
|
||||
lang: 'en',
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user