File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
assets/themes/src/vscode/synthwave-84 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 285285 "name" : " Inherited class" ,
286286 "scope" : " entity.other.inherited-class" ,
287287 "settings" : {
288- "foreground" : " #D50D50 "
288+ "foreground" : " #D50 "
289289 }
290290 },
291291 {
452452 " entity.other.attribute-name.pseudo-class"
453453 ],
454454 "settings" : {
455- "foreground" : " #D50D50 "
455+ "foreground" : " #D50 "
456456 }
457457 },
458458 {
495495 "name" : " Markup link" ,
496496 "scope" : " markup.underline.link" ,
497497 "settings" : {
498- "foreground" : " #D50D50 "
498+ "foreground" : " #D50 "
499499 }
500500 },
501501 {
Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ pub fn synthwave_84() -> UserThemeFamily {
9898 (
9999 "link_text" . into( ) ,
100100 UserHighlightStyle {
101- color: Some ( rgba( 0xd50c50ff ) . into( ) ) ,
101+ color: Some ( rgba( 0xdd5500ff ) . into( ) ) ,
102102 ..Default :: default ( )
103103 } ,
104104 ) ,
105105 (
106106 "link_uri" . into( ) ,
107107 UserHighlightStyle {
108- color: Some ( rgba( 0xd50c50ff ) . into( ) ) ,
108+ color: Some ( rgba( 0xdd5500ff ) . into( ) ) ,
109109 ..Default :: default ( )
110110 } ,
111111 ) ,
You can’t perform that action at this time.
0 commit comments