Skip to content

Commit

Permalink
fix: update colors in colors.js
Browse files Browse the repository at this point in the history
Updates the colors in the colors.js file to match the ones in the colors.css file
  • Loading branch information
DontBlameMe committed Jan 28, 2025
1 parent 39bc59d commit b5b60f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/renderer/helpers/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ export const colors = [
{ 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: 'EverforestLightAqua', value: '#35A77C' },
{ name: 'EverforestLightBlue', value: '#3A94C5' },
{ name: 'EverforestLightPurple', value: '#DF69BA' },
{ name: 'EverforestLightRed', value: '#D83532' },
{ name: 'EverforestLightOrange', value: '#D55D0F' },
{ name: 'EverforestLightYellow', value: '#A96E00' },
{ name: 'EverforestLightGreen', value: '#6D8100' },
{ name: 'EverforestLightAqua', value: '#25976C' },
{ name: 'EverforestLightBlue', value: '#2a84b5' },
{ name: 'EverforestLightPurple', value: '#CF59aa' },
{ name: 'GruvboxDarkGreen', value: '#b8bb26' },
{ name: 'GruvboxDarkYellow', value: '#fabd2f' },
{ name: 'GruvboxDarkBlue', value: '#83a593' },
Expand Down

0 comments on commit b5b60f1

Please sign in to comment.