Skip to content

Commit

Permalink
refactor: rename turquoise to aqua
Browse files Browse the repository at this point in the history
Renames the turquoise accent color to aqua, matching the official name of the palette.
  • Loading branch information
DontBlameMe committed Dec 29, 2024
1 parent f3b2a57 commit ae65d0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/renderer/composables/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
])
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/helpers/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]
Expand Down
4 changes: 2 additions & 2 deletions static/locales/en-US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae65d0c

Please sign in to comment.