diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-dark-hard.json b/assets/themes/src/vscode/gruvbox/gruvbox-dark-hard.json index 4c1a7c9e8a..1b7eb8eef6 100644 --- a/assets/themes/src/vscode/gruvbox/gruvbox-dark-hard.json +++ b/assets/themes/src/vscode/gruvbox/gruvbox-dark-hard.json @@ -423,7 +423,10 @@ } }, { - "scope": ["string.interpolated.dollar.shell", "string.interpolated.backtick.shell"], + "scope": [ + "string.interpolated.dollar.shell", + "string.interpolated.backtick.shell" + ], "settings": { "foreground": "#8ec07c" } @@ -489,13 +492,19 @@ { "name": "coloring of the Java import and package identifiers", - "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "scope": [ + "storage.modifier.import.java", + "storage.modifier.package.java" + ], "settings": { "foreground": "#bdae93" } }, { - "scope": ["keyword.other.import.java", "keyword.other.package.java"], + "scope": [ + "keyword.other.import.java", + "keyword.other.package.java" + ], "settings": { "foreground": "#8ec07c" } @@ -628,7 +637,9 @@ }, { "name": "JSON Level 0", - "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], "settings": { "foreground": "#b8bb26" } @@ -761,7 +772,10 @@ } }, { - "scope": ["source.go keyword.interface", "source.go keyword.struct"], + "scope": [ + "source.go keyword.interface", + "source.go keyword.struct" + ], "settings": { "foreground": "#83a598" } @@ -788,7 +802,10 @@ { "name": "ReasonML String", - "scope": ["source.reason string.double", "source.reason string.regexp"], + "scope": [ + "source.reason string.double", + "source.reason string.regexp" + ], "settings": { "foreground": "#b8bb26" } @@ -809,7 +826,10 @@ }, { "name": "ReasonML property", - "scope": ["source.reason support.property-value", "source.reason entity.name.filename"], + "scope": [ + "source.reason support.property-value", + "source.reason entity.name.filename" + ], "settings": { "foreground": "#fe8019" } @@ -831,7 +851,9 @@ }, { "name": "Powershell function attribute", - "scope": ["source.powershell support.function.attribute.powershell"], + "scope": [ + "source.powershell support.function.attribute.powershell" + ], "settings": { "foreground": "#bdae93" } diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-dark-medium.json b/assets/themes/src/vscode/gruvbox/gruvbox-dark-medium.json index e9ef916193..0f22d6fc21 100644 --- a/assets/themes/src/vscode/gruvbox/gruvbox-dark-medium.json +++ b/assets/themes/src/vscode/gruvbox/gruvbox-dark-medium.json @@ -423,7 +423,10 @@ } }, { - "scope": ["string.interpolated.dollar.shell", "string.interpolated.backtick.shell"], + "scope": [ + "string.interpolated.dollar.shell", + "string.interpolated.backtick.shell" + ], "settings": { "foreground": "#8ec07c" } @@ -489,13 +492,19 @@ { "name": "coloring of the Java import and package identifiers", - "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "scope": [ + "storage.modifier.import.java", + "storage.modifier.package.java" + ], "settings": { "foreground": "#bdae93" } }, { - "scope": ["keyword.other.import.java", "keyword.other.package.java"], + "scope": [ + "keyword.other.import.java", + "keyword.other.package.java" + ], "settings": { "foreground": "#8ec07c" } @@ -628,7 +637,9 @@ }, { "name": "JSON Level 0", - "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], "settings": { "foreground": "#b8bb26" } @@ -761,7 +772,10 @@ } }, { - "scope": ["source.go keyword.interface", "source.go keyword.struct"], + "scope": [ + "source.go keyword.interface", + "source.go keyword.struct" + ], "settings": { "foreground": "#83a598" } @@ -788,7 +802,10 @@ { "name": "ReasonML String", - "scope": ["source.reason string.double", "source.reason string.regexp"], + "scope": [ + "source.reason string.double", + "source.reason string.regexp" + ], "settings": { "foreground": "#b8bb26" } @@ -809,7 +826,10 @@ }, { "name": "ReasonML property", - "scope": ["source.reason support.property-value", "source.reason entity.name.filename"], + "scope": [ + "source.reason support.property-value", + "source.reason entity.name.filename" + ], "settings": { "foreground": "#fe8019" } @@ -831,7 +851,9 @@ }, { "name": "Powershell function attribute", - "scope": ["source.powershell support.function.attribute.powershell"], + "scope": [ + "source.powershell support.function.attribute.powershell" + ], "settings": { "foreground": "#bdae93" } diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-dark-soft.json b/assets/themes/src/vscode/gruvbox/gruvbox-dark-soft.json index 8581447f49..e03a9f0f5c 100644 --- a/assets/themes/src/vscode/gruvbox/gruvbox-dark-soft.json +++ b/assets/themes/src/vscode/gruvbox/gruvbox-dark-soft.json @@ -423,7 +423,10 @@ } }, { - "scope": ["string.interpolated.dollar.shell", "string.interpolated.backtick.shell"], + "scope": [ + "string.interpolated.dollar.shell", + "string.interpolated.backtick.shell" + ], "settings": { "foreground": "#8ec07c" } @@ -489,13 +492,19 @@ { "name": "coloring of the Java import and package identifiers", - "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "scope": [ + "storage.modifier.import.java", + "storage.modifier.package.java" + ], "settings": { "foreground": "#bdae93" } }, { - "scope": ["keyword.other.import.java", "keyword.other.package.java"], + "scope": [ + "keyword.other.import.java", + "keyword.other.package.java" + ], "settings": { "foreground": "#8ec07c" } @@ -628,7 +637,9 @@ }, { "name": "JSON Level 0", - "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], "settings": { "foreground": "#b8bb26" } @@ -761,7 +772,10 @@ } }, { - "scope": ["source.go keyword.interface", "source.go keyword.struct"], + "scope": [ + "source.go keyword.interface", + "source.go keyword.struct" + ], "settings": { "foreground": "#83a598" } @@ -788,7 +802,10 @@ { "name": "ReasonML String", - "scope": ["source.reason string.double", "source.reason string.regexp"], + "scope": [ + "source.reason string.double", + "source.reason string.regexp" + ], "settings": { "foreground": "#b8bb26" } @@ -809,7 +826,10 @@ }, { "name": "ReasonML property", - "scope": ["source.reason support.property-value", "source.reason entity.name.filename"], + "scope": [ + "source.reason support.property-value", + "source.reason entity.name.filename" + ], "settings": { "foreground": "#fe8019" } @@ -831,7 +851,9 @@ }, { "name": "Powershell function attribute", - "scope": ["source.powershell support.function.attribute.powershell"], + "scope": [ + "source.powershell support.function.attribute.powershell" + ], "settings": { "foreground": "#bdae93" } diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-light-hard.json b/assets/themes/src/vscode/gruvbox/gruvbox-light-hard.json index bd0f60eac9..71af6c807e 100644 --- a/assets/themes/src/vscode/gruvbox/gruvbox-light-hard.json +++ b/assets/themes/src/vscode/gruvbox/gruvbox-light-hard.json @@ -422,7 +422,10 @@ } }, { - "scope": ["string.interpolated.dollar.shell", "string.interpolated.backtick.shell"], + "scope": [ + "string.interpolated.dollar.shell", + "string.interpolated.backtick.shell" + ], "settings": { "foreground": "#427b58" } @@ -488,13 +491,19 @@ { "name": "coloring of the Java import and package identifiers", - "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "scope": [ + "storage.modifier.import.java", + "storage.modifier.package.java" + ], "settings": { "foreground": "#665c54" } }, { - "scope": ["keyword.other.import.java", "keyword.other.package.java"], + "scope": [ + "keyword.other.import.java", + "keyword.other.package.java" + ], "settings": { "foreground": "#427b58" } @@ -627,7 +636,9 @@ }, { "name": "JSON Level 0", - "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], "settings": { "foreground": "#79740e" } @@ -760,7 +771,10 @@ } }, { - "scope": ["source.go keyword.interface", "source.go keyword.struct"], + "scope": [ + "source.go keyword.interface", + "source.go keyword.struct" + ], "settings": { "foreground": "#076678" } @@ -787,7 +801,10 @@ { "name": "ReasonML String", - "scope": ["source.reason string.double", "source.reason string.regexp"], + "scope": [ + "source.reason string.double", + "source.reason string.regexp" + ], "settings": { "foreground": "#79740e" } @@ -808,7 +825,10 @@ }, { "name": "ReasonML property", - "scope": ["source.reason support.property-value", "source.reason entity.name.filename"], + "scope": [ + "source.reason support.property-value", + "source.reason entity.name.filename" + ], "settings": { "foreground": "#af3a03" } @@ -830,7 +850,9 @@ }, { "name": "Powershell function attribute", - "scope": ["source.powershell support.function.attribute.powershell"], + "scope": [ + "source.powershell support.function.attribute.powershell" + ], "settings": { "foreground": "#665c54" } diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-light-medium.json b/assets/themes/src/vscode/gruvbox/gruvbox-light-medium.json index 6cd742090e..39de91c9ec 100644 --- a/assets/themes/src/vscode/gruvbox/gruvbox-light-medium.json +++ b/assets/themes/src/vscode/gruvbox/gruvbox-light-medium.json @@ -422,7 +422,10 @@ } }, { - "scope": ["string.interpolated.dollar.shell", "string.interpolated.backtick.shell"], + "scope": [ + "string.interpolated.dollar.shell", + "string.interpolated.backtick.shell" + ], "settings": { "foreground": "#427b58" } @@ -488,13 +491,19 @@ { "name": "coloring of the Java import and package identifiers", - "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "scope": [ + "storage.modifier.import.java", + "storage.modifier.package.java" + ], "settings": { "foreground": "#665c54" } }, { - "scope": ["keyword.other.import.java", "keyword.other.package.java"], + "scope": [ + "keyword.other.import.java", + "keyword.other.package.java" + ], "settings": { "foreground": "#427b58" } @@ -627,7 +636,9 @@ }, { "name": "JSON Level 0", - "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], "settings": { "foreground": "#79740e" } @@ -760,7 +771,10 @@ } }, { - "scope": ["source.go keyword.interface", "source.go keyword.struct"], + "scope": [ + "source.go keyword.interface", + "source.go keyword.struct" + ], "settings": { "foreground": "#076678" } @@ -787,7 +801,10 @@ { "name": "ReasonML String", - "scope": ["source.reason string.double", "source.reason string.regexp"], + "scope": [ + "source.reason string.double", + "source.reason string.regexp" + ], "settings": { "foreground": "#79740e" } @@ -808,7 +825,10 @@ }, { "name": "ReasonML property", - "scope": ["source.reason support.property-value", "source.reason entity.name.filename"], + "scope": [ + "source.reason support.property-value", + "source.reason entity.name.filename" + ], "settings": { "foreground": "#af3a03" } @@ -830,7 +850,9 @@ }, { "name": "Powershell function attribute", - "scope": ["source.powershell support.function.attribute.powershell"], + "scope": [ + "source.powershell support.function.attribute.powershell" + ], "settings": { "foreground": "#665c54" } diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-light-soft.json b/assets/themes/src/vscode/gruvbox/gruvbox-light-soft.json index a101704eed..997dcfe154 100644 --- a/assets/themes/src/vscode/gruvbox/gruvbox-light-soft.json +++ b/assets/themes/src/vscode/gruvbox/gruvbox-light-soft.json @@ -422,7 +422,10 @@ } }, { - "scope": ["string.interpolated.dollar.shell", "string.interpolated.backtick.shell"], + "scope": [ + "string.interpolated.dollar.shell", + "string.interpolated.backtick.shell" + ], "settings": { "foreground": "#427b58" } @@ -488,13 +491,19 @@ { "name": "coloring of the Java import and package identifiers", - "scope": ["storage.modifier.import.java", "storage.modifier.package.java"], + "scope": [ + "storage.modifier.import.java", + "storage.modifier.package.java" + ], "settings": { "foreground": "#665c54" } }, { - "scope": ["keyword.other.import.java", "keyword.other.package.java"], + "scope": [ + "keyword.other.import.java", + "keyword.other.package.java" + ], "settings": { "foreground": "#427b58" } @@ -627,7 +636,9 @@ }, { "name": "JSON Level 0", - "scope": ["source.json meta.structure.dictionary.json support.type.property-name.json"], + "scope": [ + "source.json meta.structure.dictionary.json support.type.property-name.json" + ], "settings": { "foreground": "#79740e" } @@ -760,7 +771,10 @@ } }, { - "scope": ["source.go keyword.interface", "source.go keyword.struct"], + "scope": [ + "source.go keyword.interface", + "source.go keyword.struct" + ], "settings": { "foreground": "#076678" } @@ -787,7 +801,10 @@ { "name": "ReasonML String", - "scope": ["source.reason string.double", "source.reason string.regexp"], + "scope": [ + "source.reason string.double", + "source.reason string.regexp" + ], "settings": { "foreground": "#79740e" } @@ -808,7 +825,10 @@ }, { "name": "ReasonML property", - "scope": ["source.reason support.property-value", "source.reason entity.name.filename"], + "scope": [ + "source.reason support.property-value", + "source.reason entity.name.filename" + ], "settings": { "foreground": "#af3a03" } @@ -830,7 +850,9 @@ }, { "name": "Powershell function attribute", - "scope": ["source.powershell support.function.attribute.powershell"], + "scope": [ + "source.powershell support.function.attribute.powershell" + ], "settings": { "foreground": "#665c54" } diff --git a/crates/theme2/src/themes/rose_pine.rs b/crates/theme2/src/themes/rose_pine.rs index 4c11f80961..6898246d09 100644 --- a/crates/theme2/src/themes/rose_pine.rs +++ b/crates/theme2/src/themes/rose_pine.rs @@ -181,7 +181,7 @@ pub fn rose_pine() -> UserThemeFamily { }, }, UserTheme { - name: "Rose Moon".into(), + name: "Rose Pine Moon".into(), appearance: Appearance::Dark, styles: UserThemeStylesRefinement { colors: ThemeColorsRefinement {