diff --git a/src/renderer/composables/colors.js b/src/renderer/composables/colors.js index da861c90b73db..dc326b1aa3016 100644 --- a/src/renderer/composables/colors.js +++ b/src/renderer/composables/colors.js @@ -78,14 +78,14 @@ export function useColorTranslations() { t('Settings.Theme Settings.Main Color Theme.Everforest Dark Orange'), t('Settings.Theme Settings.Main Color Theme.Everforest Dark Yellow'), t('Settings.Theme Settings.Main Color Theme.Everforest Dark Green'), - t('Settings.Theme Settings.Main Color Theme.Everforest Dark Turquoise'), + t('Settings.Theme Settings.Main Color Theme.Everforest Dark Aqua'), t('Settings.Theme Settings.Main Color Theme.Everforest Dark Blue'), t('Settings.Theme Settings.Main Color Theme.Everforest Dark Purple'), t('Settings.Theme Settings.Main Color Theme.Everforest Light Red'), t('Settings.Theme Settings.Main Color Theme.Everforest Light Orange'), t('Settings.Theme Settings.Main Color Theme.Everforest Light Yellow'), t('Settings.Theme Settings.Main Color Theme.Everforest Light Green'), - t('Settings.Theme Settings.Main Color Theme.Everforest Light Turquoise'), + t('Settings.Theme Settings.Main Color Theme.Everforest Light Aqua'), t('Settings.Theme Settings.Main Color Theme.Everforest Light Blue'), t('Settings.Theme Settings.Main Color Theme.Everforest Light Purple'), ]) diff --git a/src/renderer/helpers/colors.js b/src/renderer/helpers/colors.js index 777480c411690..aae3b87b4a883 100644 --- a/src/renderer/helpers/colors.js +++ b/src/renderer/helpers/colors.js @@ -76,14 +76,14 @@ export const colors = [ { name: 'EverforestDarkOrange', value: '#E69875' }, { name: 'EverforestDarkYellow', value: '#DBBC7F' }, { name: 'EverforestDarkGreen', value: '#A7C080' }, - { name: 'EverforestDarkTurquoise', value: '#83C092' }, + { name: 'EverforestDarkAqua', value: '#83C092' }, { name: 'EverforestDarkBlue', value: '#7FBBB3' }, { name: 'EverforestDarkPurple', value: '#D699B6' }, { name: 'EverforestLightRed', value: '#F85552' }, { name: 'EverforestLightOrange', value: '#F57D26' }, { name: 'EverforestLightYellow', value: '#DFA000' }, { name: 'EverforestLightGreen', value: '#8DA101' }, - { name: 'EverforestLightTurquoise', value: '#35A77C' }, + { name: 'EverforestLightAqua', value: '#35A77C' }, { name: 'EverforestLightBlue', value: '#3A94C5' }, { name: 'EverforestLightPurple', value: '#DF69BA' }, ] diff --git a/static/locales/en-US.yaml b/static/locales/en-US.yaml index 2e34504ffe597..cdd93c41364f9 100644 --- a/static/locales/en-US.yaml +++ b/static/locales/en-US.yaml @@ -426,14 +426,14 @@ Settings: Everforest Dark Orange: Everforest Dark Orange Everforest Dark Yellow: Everforest Dark Yellow Everforest Dark Green: Everforest Dark Green - Everforest Dark Turquoise: Everforest Dark Turquoise + Everforest Dark Aqua: Everforest Dark Aqua Everforest Dark Blue: Everforest Dark Blue Everforest Dark Purple: Everforest Dark Purple Everforest Light Red: Everforest Light Red Everforest Light Orange: Everforest Light Orange Everforest Light Yellow: Everforest Light Yellow Everforest Light Green: Everforest Light Green - Everforest Light Turquoise: Everforest Light Turquoise + Everforest Light Aqua: Everforest Light Aqua Everforest Light Blue: Everforest Light Blue Everforest Light Purple: Everforest Light Purple Secondary Color Theme: Secondary Color Theme