Skip to content

Commit

Permalink
feat: string color
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidede committed Nov 18, 2022
1 parent fa73c5f commit b71b453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ export const ThemesColors = {
lowBorder: ['#252525', '#E7E5DB'],

comment: ['#9D9994', '#9E978E'],
string: ['#FFB098', '#FFAD93'],
string: ['#F1F0B0', '#F9F6B6'],
variable: ['#FFA7D1', '#FF9BCB'],
keyword: ['#FFCD8A', '#FFC988'],
number: ['#FFF791', '#FDF38A'],
boolean: ['#FFF4B0', '#FCEEA8'],
keyword: ['#78E6D0', '#9DE7D7'],
number: ['#FFAD93', '#FFB098'],
boolean: ['#FFBBA4', '#FFC3AF'],
operator: ['#F686E1', '#F57FE0'],
function: ['#29C0E7', '#00BCE3'],
constant: ['#ADF29C', '#A9EE8A'],
Expand Down

0 comments on commit b71b453

Please sign in to comment.