mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Automatically change VS Code theme along with Omarchy themes (#800)
* Automatically change VS Code theme along with Omarchy themes * Create a way to skip vscode auto-theming * Make theme setting resilient to different states of the settings.json * Improve setting and removing theme and notify when waiting on install * Explain what we're doing * Extract dedicated bin for vscode theme change --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
4
themes/catppuccin-latte/vscode.json
Normal file
4
themes/catppuccin-latte/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Catppuccin Latte",
|
||||
"extension": "catppuccin.catppuccin-vsc"
|
||||
}
|
||||
4
themes/catppuccin/vscode.json
Normal file
4
themes/catppuccin/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Catppuccin Macchiato",
|
||||
"extension": "catppuccin.catppuccin-vsc"
|
||||
}
|
||||
4
themes/everforest/vscode.json
Normal file
4
themes/everforest/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Everforest Dark",
|
||||
"extension": "sainnhe.everforest"
|
||||
}
|
||||
4
themes/gruvbox/vscode.json
Normal file
4
themes/gruvbox/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Gruvbox Dark Medium",
|
||||
"extension": "jdinhlife.gruvbox"
|
||||
}
|
||||
4
themes/kanagawa/vscode.json
Normal file
4
themes/kanagawa/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Kanagawa",
|
||||
"extension": "qufiwefefwoyn.kanagawa"
|
||||
}
|
||||
4
themes/matte-black/vscode.json
Normal file
4
themes/matte-black/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Matte Black Theme",
|
||||
"extension": "cleanthemes.matte-black-theme"
|
||||
}
|
||||
4
themes/nord/vscode.json
Normal file
4
themes/nord/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Nord",
|
||||
"extension": "arcticicestudio.nord-visual-studio-code"
|
||||
}
|
||||
4
themes/osaka-jade/vscode.json
Normal file
4
themes/osaka-jade/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Ocean Green: Dark",
|
||||
"extension": "jovejonovski.ocean-green"
|
||||
}
|
||||
4
themes/ristretto/vscode.json
Normal file
4
themes/ristretto/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Monokai Pro (Filter Ristretto)",
|
||||
"extension": "monokai.theme-monokai-pro-vscode"
|
||||
}
|
||||
4
themes/rose-pine/vscode.json
Normal file
4
themes/rose-pine/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Rosé Pine Dawn",
|
||||
"extension": "mvllow.rose-pine"
|
||||
}
|
||||
4
themes/tokyo-night/vscode.json
Normal file
4
themes/tokyo-night/vscode.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "Tokyo Night",
|
||||
"extension": "enkia.tokyo-night"
|
||||
}
|
||||
Reference in New Issue
Block a user