forked from microsoft/vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[themes] theme names are all not localized. Fixes microsoft#109840
- Loading branch information
Showing
22 changed files
with
73 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Abyss Theme", | ||
"description": "Abyss theme for Visual Studio Code" | ||
} | ||
"description": "Abyss theme for Visual Studio Code", | ||
"themeLabel": "Abyss" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
{ | ||
"displayName": "Default Themes", | ||
"description": "The default Visual Studio light and dark themes" | ||
} | ||
"description": "The default Visual Studio light and dark themes", | ||
"darkPlusColorThemeLabel": "Dark+ (default dark)", | ||
"lightPlusColorThemeLabel": "Light+ (default light)", | ||
"darkColorThemeLabel": "Dark (Visual Studio)", | ||
"lightColorThemeLabel": "Light (Visual Studio)", | ||
"hcColorThemeLabel": "High Contrast", | ||
"minimalIconThemeLabel": "Minimal (Visual Studio Code)", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Kimbie Dark Theme", | ||
"description": "Kimbie dark theme for Visual Studio Code" | ||
} | ||
"description": "Kimbie dark theme for Visual Studio Code", | ||
"themeLabel": "Kimbie Dark" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Monokai Dimmed Theme", | ||
"description": "Monokai dimmed theme for Visual Studio Code" | ||
} | ||
"description": "Monokai dimmed theme for Visual Studio Code", | ||
"themeLabel": "Monokai Dimmed" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Monokai Theme", | ||
"description": "Monokai theme for Visual Studio Code" | ||
} | ||
"description": "Monokai theme for Visual Studio Code", | ||
"themeLabel": "Monokai" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Quiet Light Theme", | ||
"description": "Quiet light theme for Visual Studio Code" | ||
} | ||
"description": "Quiet light theme for Visual Studio Code", | ||
"themeLabel": "Quiet Light" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Red Theme", | ||
"description": "Red theme for Visual Studio Code" | ||
} | ||
"description": "Red theme for Visual Studio Code", | ||
"themeLabel": "Red" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Seti File Icon Theme", | ||
"description": "A file icon theme made out of the Seti UI file icons" | ||
} | ||
"description": "A file icon theme made out of the Seti UI file icons", | ||
"themeLabel": "Seti (Visual Studio Code)" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Solarized Dark Theme", | ||
"description": "Solarized dark theme for Visual Studio Code" | ||
} | ||
"description": "Solarized dark theme for Visual Studio Code", | ||
"themeLabel": "Solarized Dark" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Solarized Light Theme", | ||
"description": "Solarized light theme for Visual Studio Code" | ||
} | ||
"description": "Solarized light theme for Visual Studio Code", | ||
"themeLabel": "Solarized Light" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"displayName": "Tomorrow Night Blue Theme", | ||
"description": "Tomorrow night blue theme for Visual Studio Code" | ||
} | ||
"description": "Tomorrow night blue theme for Visual Studio Code", | ||
"themeLabel": "Quiet Light" | ||
} |