From 6b65acaa991df16971f77c72c7f809ce31a40721 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 9 Nov 2023 16:48:35 -0500 Subject: [PATCH] regenerate themes, format --- .../src/vscode/gruvbox/gruvbox-dark-hard.json | 38 +++++++++++++++---- .../vscode/gruvbox/gruvbox-dark-medium.json | 38 +++++++++++++++---- .../src/vscode/gruvbox/gruvbox-dark-soft.json | 38 +++++++++++++++---- .../vscode/gruvbox/gruvbox-light-hard.json | 38 +++++++++++++++---- .../vscode/gruvbox/gruvbox-light-medium.json | 38 +++++++++++++++---- .../vscode/gruvbox/gruvbox-light-soft.json | 38 +++++++++++++++---- crates/theme2/src/themes/rose_pine.rs | 2 +- 7 files changed, 181 insertions(+), 49 deletions(-) diff --git a/assets/themes/src/vscode/gruvbox/gruvbox-dark-hard.json b/assets/themes/src/vscode/gruvbox/gruvbox-dark-hard.json index 4c1a7c9e8aaa100b2fbbb37cad882e4f9a29caf7..1b7eb8eef644fa6bd283270f2770b60fceab6f2a 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 e9ef916193b471785a17a461c7063a5325252ba7..0f22d6fc219e4cb89a77a54b833d34fe2fd2a59d 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 8581447f498ad332d9ac74de6fb20ccaed76a1c3..e03a9f0f5c2caa5124c8e5e98b969b30a9ad2150 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 bd0f60eac99bb62216a58fb90932016741fb172f..71af6c807ef5c74c8d99118cb7afb527f44b5d79 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 6cd742090e8bcfbb7daad2d87a063edec8775e93..39de91c9ec25b3a50ad21f955693d2cfdb1eb8fe 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 a101704eed4ed97a68ea33e59f051969d8b9c4a2..997dcfe1544267bcc01d447968eed8c12192e67d 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 4c11f80961f10a7ceeef40586a94d44c466bd56e..6898246d091adb9ba5ccc9cc53acd21b84bef002 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 {