Improve matching for constant tokens

This commit is contained in:
Marshall Bowers 2023-12-08 11:21:40 -05:00
parent 63ce7cd407
commit 1b6721170a
6 changed files with 44 additions and 16 deletions

View file

@ -104,7 +104,7 @@ pub fn ayu() -> UserThemeFamily {
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0x4cbf99ff).into()),
color: Some(rgba(0xa37accff).into()),
..Default::default()
},
),
@ -393,7 +393,7 @@ pub fn ayu() -> UserThemeFamily {
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0x95e6cbff).into()),
color: Some(rgba(0xdfbfffff).into()),
..Default::default()
},
),
@ -682,7 +682,7 @@ pub fn ayu() -> UserThemeFamily {
(
"constant".into(),
UserHighlightStyle {
color: Some(rgba(0x95e6cbff).into()),
color: Some(rgba(0xd2a6ffff).into()),
..Default::default()
},
),