Skip to content

Commit

Permalink
Update constant color to have similar hue across variants
Browse files Browse the repository at this point in the history
  • Loading branch information
echasnovski authored and Shatur committed Sep 7, 2024
1 parent 6993189 commit f7a79d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/ayu/colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function colors.generate(mirage)
colors.keyword = '#FFA759'
colors.special = '#FFE6B3'
colors.comment = '#5C6773'
colors.constant = '#D4BFFF'
colors.constant = '#DFBFFF'
colors.operator = '#F29E74'
colors.error = '#FF3333'
colors.lsp_parameter = '#D3B8F9'
Expand Down Expand Up @@ -63,7 +63,7 @@ function colors.generate(mirage)
colors.keyword = '#FF8F40'
colors.special = '#E6B673'
colors.comment = '#626A73'
colors.constant = '#FFEE99'
colors.constant = '#D2A6FF'
colors.operator = '#F29668'
colors.error = '#FF3333'
colors.lsp_parameter = '#CB9FF8'
Expand Down

0 comments on commit f7a79d6

Please sign in to comment.