Re-import the Synthwave 84 theme (#3297)
This PR re-imports the Synthwave 84 theme now that we support 3-value hex colors. Release Notes: - N/A
This commit is contained in:
parent
6f23894b40
commit
6bc1cf0fae
2 changed files with 5 additions and 5 deletions
|
@ -285,7 +285,7 @@
|
||||||
"name": "Inherited class",
|
"name": "Inherited class",
|
||||||
"scope": "entity.other.inherited-class",
|
"scope": "entity.other.inherited-class",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#D50D50"
|
"foreground": "#D50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -452,7 +452,7 @@
|
||||||
"entity.other.attribute-name.pseudo-class"
|
"entity.other.attribute-name.pseudo-class"
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#D50D50"
|
"foreground": "#D50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -495,7 +495,7 @@
|
||||||
"name": "Markup link",
|
"name": "Markup link",
|
||||||
"scope": "markup.underline.link",
|
"scope": "markup.underline.link",
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#D50D50"
|
"foreground": "#D50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -98,14 +98,14 @@ pub fn synthwave_84() -> UserThemeFamily {
|
||||||
(
|
(
|
||||||
"link_text".into(),
|
"link_text".into(),
|
||||||
UserHighlightStyle {
|
UserHighlightStyle {
|
||||||
color: Some(rgba(0xd50c50ff).into()),
|
color: Some(rgba(0xdd5500ff).into()),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
"link_uri".into(),
|
"link_uri".into(),
|
||||||
UserHighlightStyle {
|
UserHighlightStyle {
|
||||||
color: Some(rgba(0xd50c50ff).into()),
|
color: Some(rgba(0xdd5500ff).into()),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue