aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/icons.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/icons.js')
-rw-r--r--core/src/icons.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/src/icons.js b/core/src/icons.js
index d1b38f41a7d..624ba54be88 100644
--- a/core/src/icons.js
+++ b/core/src/icons.js
@@ -7,7 +7,8 @@ import sass from 'sass'
const colors = {
dark: '000',
white: 'fff',
- yellow: 'FC0',
+ // gold but for backwards compatibility called yellow
+ yellow: 'a08b00',
red: 'e9322d',
orange: 'eca700',
green: '46ba61',
@@ -94,6 +95,7 @@ const icons = {
'sound': path.join(__dirname, '../img', 'actions', 'sound.svg'),
'star': path.join(__dirname, '../img', 'actions', 'star.svg'),
'starred': path.join(__dirname, '../img', 'actions', 'star-dark.svg'),
+ 'star-rounded': path.join(__dirname, '../img', 'actions', 'star-rounded.svg'),
'tablet': path.join(__dirname, '../img', 'clients', 'tablet.svg'),
'tag': path.join(__dirname, '../img', 'actions', 'tag.svg'),
'talk': path.join(__dirname, '../img', 'apps', 'spreed.svg'),